@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;
	margin-top:35px;
	}

	#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; }
*/

#content {
	margin:75px 0 0 0;
	width:100%;
	position:relative;
	clear:both;
	}
	
	#content p,h1,h2,h3,h4,h5,h6,ul,ol,hr {
	margin: 0 50px 0 322px;
	}
	
	#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; }
		#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 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 50px 20px 320px; clear:both; }
		#content hr.main { color:#cccccc; background-color:#cccccc; height:1px; margin: 25px auto; padding:0; }
		
	#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;}
	
	
#contact { height:83px; width:175px; background:url(../images/contact.png) top left no-repeat; position:absolute; top:30px; right:0; }
/* #contact:hover { background:url(../images/contact-over.png) top left no-repeat; } */

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







.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 .portfolio { float:right; margin-left: 20px; margin-bottom:15px;}
	/* #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 { margin-left: 8px; margin-bottom: 5px; color:#ff6900; text-decoration:none; }
		#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; }
	

/* 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; }

/* HOMEPAGE NAVIGATION */
#navigation	{height: 173px;width: 407px;margin: 5px 0 0 305px;padding: 0;border: 0;}
#navigation ul#menu	{height: 173px;width: 407px;background: transparent url(../images/nav_home2.gif) top left no-repeat;margin: 0;padding: 0;position: relative;}
#navigation ul#menu li {margin: 0;padding: 0;list-style: none;position: absolute;top: 0;}
#menu li, ul#menu a {height: 173px;display: block;}
#navigation ul#menu li a {text-indent: -9999px;text-decoration: none;}

#about_me {left: 0; width: 144px;}
#portfolio {left: 144px; width: 152px;}
#resume	{left: 296px; width: 111px;}

#about_me a:hover 	{background: transparent url(../images/nav_home2.gif) 0 -173px no-repeat;}
#portfolio a:hover {background: transparent url(../images/nav_home2.gif) -144px -173px no-repeat;}
#resume a:hover 	{background: transparent url(../images/nav_home2.gif) -296px -173px no-repeat;}

