body, html {
	margin: 0;	padding: 0;
	background: #363636;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	font-family: Helvetica, Arial, sans-serif;
}
img {
	border: none;
}
#pagewrapper {
	position: relative;
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	height: 320px;
	background: #fff;
}
#logoarea {
	float: left;
	padding: 10px;
	background: #4d4d4d;
	width: 140px;	height: 300px;
	background: #fff;
}
#headerAddress {
	margin-top: 55px;
	color: #333;
	font-size: 11px;
}
#head_slideshow {
	float: left;
	width: 700px;	height: 320px;
	background: #666;
}

/* Nav */
#main_nav {
	margin: 0;	padding: 0;
	list-style: none;
	width: 860px;	height: 39px;
	background: #999;
	z-index: 1000;
}

#main_nav li, .subnav li {
	position: relative;
	float: left;
	cursor: pointer;
}
#main_nav .navitem {
	padding: 12px	44px;
	text-transform: uppercase;
}
#main_nav li a {
	color: #fff;
	text-decoration: none;
}
#main_nav .navitem:hover, #main_nav li.active {
	background: #ccc;
}
#main_nav li.active a {
	color: #666;
}
.subnav {
	position: absolute;
	margin: 0;	padding: 0;
	list-style: none;
	top: 42px;	left: 0;
	height: 32px;	width: 840px;
	z-index: 1000;
}
.subnav li {
	text-transform: capitalize;
	background: #ddd;
	padding: 7px	44px;
}
ul.subnav li a {
	color: #999;
}
.subnav li:hover, .subnav li.active {
	background: #eee;
}
#contentarea {
	position: relative;
	height: auto;	width: auto;
	padding: 10px 100px 20px 160px;
	background: #fff url(../_imgs/v_bknd.gif) top left no-repeat;
	overflow: hidden;
	font-size: 14px;
}
#contentarea a {
	font-family: sans-serif;
	color: #666;
}
#subnav, #profiles {
	font-size: .9em;
	position: absolute;
	left: 10px;	top: 22px;
	width: 130px;
}
#subnav h3, #profiles h3 {
	font-size: 14px;
}
#subnav a, #profiles a {
	color: #900;
}
#subnav a.active, #profiles a.active {
	color: #666;
	text-decoration: none;
}
.profile p, .profile li {
	text-align: justify;
	margin-left: 200px;
}
.profile li {
	margin-left: 180px;
}
#footer {
	width: 840px;
	padding: 10px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #888;
	background: #eee;
	border-top: thin solid #ccc;
}
#footer a {
	color: #666;
}

/* Page Specific Styles */

.headshot {
	font-size: 11px;
	float: left;
	height: 300px;
	padding: 10px 15px 220px;
	background: #ccc;
	margin-right: 10px;
}
.headshot img {
	border: thin solid #fff;
}
.headshot .email {
	color: #900;
}
h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 5px;
}
h2 {
	color: #900;
	border-bottom-color: #800;
}

.credit { color: #999; float: right; padding: 0; margin: 0; !margin-top: -15px; }
.credit a { color: #999; text-decoration: none; }
.credit a:hover { text-decoration: underline; }