@charset "UTF-8";

/* BROWSER RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */

body {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	}
	
#container {
	position:relative;
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
	}

	#container .violator { position:absolute; top:128px; left:675px; width:46px; height:100px; margin:0; }
/*  #container .violator a { width:60px; height:100px; }
	#container .violator img { margin-top:55px; }
*/

/*  NAVIGATION  */

#navigation2	{
	position:relative;
	height: 84px;
	width: 675px;
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
	}
	
	#navigation2 #menu2 {
	float:right;
	}
	
#navigation2 ul#menu2	{
	height: 84px;
	width: 675px;
	background: transparent url(../images/subnavigation2.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

#navigation2 ul#menu2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

#menu2 li, ul#menu2 a {
	height: 84px;
	display: block;
	}
	

#navigation2 ul#menu2 li a {
	text-indent: -9999px;
	text-decoration: none;
	}

#home2		{left: 0; width: 340px;}
#about_me2	{left: 380px; width: 105px;}
#portfolio2 {left: 485px; width: 108px;}
#resume2	{left: 593px; width: 82px;}


#home2 a:hover 		{background: transparent url(../images/subnavigation2.png) 0 -84px no-repeat;}
#about_me2 a:hover 	{background: transparent url(../images/subnavigation2.png) -380px -84px no-repeat;}
#portfolio2 a:hover {background: transparent url(../images/subnavigation2.png) -485px -84px no-repeat;}
#resume2 a:hover 	{background: transparent url(../images/subnavigation2.png) -593px -84px no-repeat;}

#home2 a.current 		{background: transparent url(../images/subnavigation2.png) 0 -84px no-repeat;}
#about_me2 a.current 	{background: transparent url(../images/subnavigation2.png) -380px -84px no-repeat;}
#portfolio2 a.current	{background: transparent url(../images/subnavigation2.png) -485px -84px no-repeat;}
#resume2 a.current 		{background: transparent url(../images/subnavigation2.png) -593px -84px no-repeat;}






#content {
	margin:50px 0 0 0;
	width:800px;
	position:relative;
	clear:both;
	}
	
	#content p,h1,h2,h3,h4,h5,h6,ul,ol,hr {
	margin: 0 70px 0 300px;
	}
	
	#content a { color:#ff6900; text-decoration:none; }
		#content a:hover { text-decoration:underline; }
	
	#content h1 { font-size:2.4em; }
	#content h2 { font-size:2.1em; }
	#content h3 { font-size:1.8em; margin-bottom:10px; }
	#content h4 { font-size:1.5em; color:#6f6257; }
	#content h5 { font-size:1.2em; margin: 15px 50px 5px 5px; }
		#content h5.resume { text-align:right; width:271px; float:left; display:block; margin:0 0 0 0; color:#6f6257; font-weight:normal; }
		#content h5.down { margin-top:3px; }
	#content h6 { font-size:.9em; clear: none; color:#83766a }
		#content h6.objective { font-size:1.4em; font-weight:normal; color:#6f6257; }
	#content p  { margin-bottom:10px; font-size:.8em; line-height:1.4em; color:#6f6257; }
		#content p.larger  { font-size:1em; line-height:1.5em; margin-right:40px; }

	#content ul { margin-bottom:10px; margin-left: 355px; font-size:.8em; line-height:1.3em; color:#6f6257; list-style:outside disc; }
		#content ul li { margin-bottom:7px; }

	#content ol { margin-bottom:10px; margin-left: 355px; font-size:.8em; line-height:1.3em; color:#6f6257; list-style:outside decimal; }
	#content hr { height:1px; color:#cccccc; background-color:#cccccc; border:none; margin: 20px 70px 20px 300px; clear:both; }
		#content hr.main { color:#cccccc; background-color:#cccccc; height:1px; margin: 25px auto; padding:0; }
		
	#content p.about  { margin: 0 70px 0 159px; margin-bottom:10px; font-size:.8em; line-height:1.4em; color:#6f6257; }
		#content p.about_larger  { margin: 0 70px 15px 159px; font-size:1em; line-height:1.5em; margin-right:40px; }
		
	#content strong {color: #6f6257; }

img { border:none; }

#header { margin:0 auto; width:690px; }

#title { margin-left:306px; margin-top:80px; }





#logo {
	position:absolute;
	left:38px;
	top:5px;
	width:100px;
	height:100px;
	margin:0;
	}
	#logo a:link {
		display:block;
		width:268px;
		height:262px;
		border: none;
		}
	
	#logo ul#logo_menu	{
	height: 262px;
	width: 268px;
	background: transparent url(../images/logo_secondary.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

	#logo ul#logo_menu li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		}
	
	#logo_menu li, ul#logo_menu a {
		height: 262px;
		display: block;
		}
	
	#logo  ul#logo_menu li a {
		text-indent: -9999px;
		text-decoration: none;
		}
	
#mylogo {left: 0; width: 268px;}
	#mylogo a:hover { background: transparent url(../images/logo_secondary.gif) 0 -262px no-repeat;}
	
	
#contact2 { height:47px; width:80px; background:url(../images/contact2.png) top left no-repeat; position:absolute; top:15px; right:0; }
/* #contact2:hover { background:url(../images/contact-over.png) top left no-repeat; } */

	#contact2 a:link { display:block; height:47px; left:20px; text-indent: -9999px; text-decoration: none;  }
	#contact2 a:hover { background:url(../images/contact2-over.png) top left no-repeat; }
	#contact2 a:visited { display:block; height:47px; left:20px; text-indent: -9999px; text-decoration: none;  }
	
	
#download_pdf { height:47px; width:126px; background:url(../images/download_pdf.png) top left no-repeat; position:absolute; top:155px; right:0; }
/* #contact2:hover { background:url(../images/contact-over.png) top left no-repeat; } */

	#download_pdf a:link { display:block; height:47px; left:20px; text-indent: -9999px; text-decoration: none;  }
	#download_pdf a:hover { background:url(../images/download_pdf-over.png) top left no-repeat; }
	#download_pdf a:visited { display:block; height:47px; left:20px; text-indent: -9999px; text-decoration: none; }

	



.intro { padding:15px; height:115px; background:#f5f5f5; margin-top:50px; }
.intro h1 { font-size:2.6em; text-transform:uppercase; color:#6fbb14; line-height:28px; margin-top:45px; text-align:center; }
	
#main {
	clear:both; margin: 25px 0 0 0;
	}
	
.folio {
	width:276px;
	float:left;
	}
	
	.folio img {
		float:right;
		margin-top:-4px;
		border:1px solid #ffffff;
		padding: 8px;
		}

		.folio a img:hover { border: dashed 1px #cccccc; }

#content #group { width:760px; margin: 0 auto; }

	#content #group img.title-web { position:absolute; float:left; margin-left:-50px; margin-top:81px; }
	#content #group img.title-print { position:absolute; float:left; margin-left:-50px; margin-top:285px; }
	#content #group img.title-video { position:absolute; float:left; margin-left:-57px; margin-top:488px; }

	#content .portfolio { float:right; margin-left: 20px; margin-bottom:25px; }
	/* #content .portfolio img { border: 1px solid #cccccc; } 
		#content .portfolio img:hover { border: 1px solid #ff6900; }
	#content .portfolio p { margin-left: 10px; margin-bottom: 5px; } */
	
	#content .portfolio a p { color:#ff6900; text-decoration:none; margin: 0 0 5px 8px; }
		#content .portfolio a p:hover { text-decoration:underline; }
		#content .portfolio a img { border: 1px solid #cccccc; }
			#content .portfolio a img:hover { border: 1px solid #ff6900; }
	#content .portfolio img.header { border: 1px solid #cccccc; }
	
	<!-- #content .title { float:left; display:block; height: 25px; padding:7px; background-color:#0f7fda; } -->
		<!-- #content .title h6 { color:#ffffff; } -->
		
	#content hr.full { margin:0; margin-bottom:15px; margin-top:15px; }

		
	#content #group .portfolio #breadcrumbs { text-decoration:none; margin: 0 0 5px 8px; }
		/* #content #group .portfolio #breadcrumbs a:link { color:#ff6900; }
			#content #group .portfolio #breadcrumbs a:hover { color:#ff6900; text-decoration:underline; } */


		
#content #clients { width:617px;margin: 15px auto 30px auto; padding-top:25px; }
	#content #clients img {  }



body.projects {  }
	body.projects #content p,h1,h2,h3,h4,h5,h6,ul,ol,hr { margin: 0 25px 15px 50px; }
	body.projects #content img.right { float:right; border:1px solid #cccccc; margin: 10px 24px 10px 0; }
	body.projects #content img.right:hover { border:1px solid #ff6900; }
	body.projects #content img.right a { border:1px solid #cccccc; }
		body.projects #content img.right a:hover { border:1px solid #ff6900; }
	
	
	

/* VIOLATOR HOVER */

.violator a {
	padding: 0;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
}

.violator em {
	background: url(../images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -77px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

.clear { clear:right; }


/*  ///////////  SUBPAGE STYLES  ////////////// */

#header2 { margin:0 auto; width:676px; position:relative; }
#logo2 {
	float:left;
	position:relative;
	width:338px;
	height:97px;
	margin:0;
	}
	#logo2 a:link {
		display:block;
		width:338px;
		height:97px;
		border: none;
		}

#footer { width:800px; margin:50px 0 15px 0; clear:both; }
	#footer p { color: #bbbbbb; text-align:center; font-size:.8em; }
		#footer p a:link { color: #ffbe83; text-decoration:none; border-bottom: 1px solid #ffbe83;  }
			#footer p a:hover{ color: #ff6900; text-decoration:none; border-bottom: 1px solid #ff6900;  } 
			
#projects { position:absolute; top:3px; left:3px; }
	#projects img { border:1px solid #ffffff; margin-right:3px; }
	#projects img:hover { border:1px solid #eeeeee; }

	
	
	
	
	
	
	
	
	