* {margin: 0; padding: 0;}

body {background-color: #FFF;}

p, h1, h2, h3, h4, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
}

a {text-decoration: none; border: none;}

img {border: none;}

.gray_text {color: #999999;}


/* ------ Nav Feedback and Link Deactivation ------ */

#home #topnav a.homelink {cursor: default;}

#print #topnav li.print a {background-position: left bottom; cursor: default;}

#web #topnav li.web a {background-position: left bottom; cursor: default;}

#resume #topnav li.resume a {background-position: left bottom; cursor: default;}

#contact #topnav li.contact a {background-position: left bottom; cursor: default;}


/* ------ All Nav ------ */

#topnav ul, #subnav ul {list-style-type: none; float: left; display: inline;}

#topnav ul a, #subnav ul a {display: block;}

#topnav li, #subnav li {float: left; display: inline; text-indent: -5000px;}


/* ------ Top Nav ------ */

#topnav {
	height: 57px;
	width: 700px;
	float: left;
	display: inline;
}

#topnav img {float: left;}

#topnav ul {margin: 37px 0 0 243px;}

#topnav li.web a {
	width: 50px;
	height: 20px;
	background: url("images/web_btn.gif") no-repeat left top;
}

#topnav li.print a {
	width: 62px;
	height: 20px;
	background: url("images/print_btn.gif") no-repeat left top;
}

#topnav li.resume a {
	width: 76px;
	height: 20px;
	background: url("images/resume_btn.gif") no-repeat left top;
}

#topnav li.contact a {
	width: 77px;
	height: 20px;
	background: url("images/contact_btn.gif") no-repeat left top;
}

#topnav li a:hover, a:active {background-position: left bottom;}


/* ------ Main Content ------ */

#content {
	height: 315px;
	width: 100%;
	clear: both;
	background-color: #B22323;
}

#content img {display: block;}

#print #content, #web #content {background-color: #828282;}

#resume #content {
	overflow: auto;
	overflow-x: hidden;
	min-width: 700px;
	width:expression(document.body.clientWidth < 700? "700px" : "auto");
}

#resume #content * {
	width: 535px;
	margin-left: 100px;
	padding-right: 50px;
}

#resume #content h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5em;
}

#resume #content h3 {
	margin-top: 15px;
	color: #999;
	font-weight: bold;
}

#resume #content h4 {
	margin-top: 2px;
	color: #999;
	font-weight: normal;
}

#resume #content li {margin-left: 15px; padding-left: 0px;}

#resume #content h3.first {margin-top: 0;}

#resume #content p, #resume #content li {color: #FFF;}

#resume #content p.last {padding-bottom: 15px;}

#resume #content .whitetext {margin: 0; padding: 0; color: #FFF; font-weight: normal;}

#flash_container {margin: 20px 0; text-align: center;}

#caption {margin: 0; padding: 12px 0 0 100px;}

#web #content h2, #print #content h2 {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0;
}

.description {
	color: #D5D5D5;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0.05em;
}

#web #content p, #print #content p {
	font-size: 9px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	/*letter-spacing: 0.08em;*/
	margin: 0;
}

#content a:link, a:visited {color: #333;}

#content a:hover, a:active {color: #B22323;}



/* ------ Sub Nav ------ */

#subnav {width: 700px; float: left; display: inline;}

#subnav ul {margin: 14px 0 0 100px;}

#subnav li a {
	height: 14px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}

#subnav li.prev a {width: 19px; background-image: url("images/prev_btn.gif");}

#subnav li.one a {width: 15px; background-image: url("images/1_btn.gif");}

#subnav li.two a {width: 19px; background-image: url("images/2_btn.gif");}

#subnav li.three a {width: 19px; background-image: url("images/3_btn.gif");}

#subnav li.four a {width: 20px; background-image: url("images/4_btn.gif");}

#subnav li.five a {width: 19px; background-image: url("images/5_btn.gif");}

#subnav li.six a {width: 20px; background-image: url("images/6_btn.gif");}

#subnav li.seven a {width: 19px; background-image: url("images/7_btn.gif");}

#subnav li.eight a {width: 19px; background-image: url("images/8_btn.gif");}

#subnav li.nine a {width: 20px; background-image: url("images/9_btn.gif");}

#subnav li.ten a {width: 24px; background-image: url("images/10_btn.gif");}

#subnav li.next a {width: 19px; background-image: url("images/next_btn.gif");}

#subnav li a:hover, a:active {background-position: 0px -14px;}

#subnav li a.active {background-position: 0px -14px; cursor: default;}

