@charset "UTF-8";
body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
a, a:visited {
	color: #3D4339;
}
a:hover {
	text-decoration: underline;
}
#back2nav {
	height: 700px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#wrapper {
	width: 800px;
	margin-left: 0px;
	z-index: 5;
}
#navArea {
	font-weight: bold;
	height: 110px;
	z-index: 5;
	display: none;
}
.navColLeft1 {
	width: 65px;
	z-index: 10;
	position: absolute;
	top: 25px;
	left: 65px;
}
.navColLeft2 {
	width: 95px;
	z-index: 10;
	position: absolute;
	top: 25px;
	left: 140px;
}
.navColLeft3 {
	width: 110px;
	z-index: 10;
	position: absolute;
	top: 25px;
	left: 245px;
}
.navColLeft4 {
	width: 105px;
	z-index: 10;
	position: absolute;
	top: 25px;
	left: 370px;
}
.navColRight {
	width: 240px;
	z-index: 10;
	position: absolute;
	top: 25px;
	left: 725px;
}
.navColLeft1 a, .navColLeft2 a, .navColLeft3 a, .navColLeft4 a, .navColLeft1 a:visited, .navColLeft2 a:visited, .navColLeft3 a:visited, .navColLeft4 a:visited  {
	line-height: 18px;
	text-decoration: none;
	color: #CECFCD;
}
.navColRight a {
	line-height: 20px;
	text-decoration: none;
	color: #E6821E;
}
.navColLeft1 a:hover, .navColLeft2 a:hover, .navColLeft3 a:hover, .navColLeft4 a:hover, .navColRight a:hover {
	color: #E9E83B;
	text-decoration: none;
}


#contentArea {
	width: 800px;
	z-index: 5;
}
#contentLeftCol {
	width: 630px;
	background: #FFFFFF;
	float: left;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	top: 110px;
	height: 450px;
	display: none;
}
#contentLeftColText {
	color: #3D4339;
	line-height: 18px;
	width: 495px;
	position: absolute;
	float: left;
	top: 10px;
	right: auto;
	left: 10px;
	overflow: visible;
	padding-top: 30px;
}
#contentLeftColText h1 {
	font-size: 16px;
	color: #E42C86;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#contentLeftColText ul {
	margin-top: 1em;
}
#contentLeftColText h2 {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 1em;
}
#contentLeftColText p {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-right: 25px;
	font-size: 12px;
	line-height: 18px;
}
#contentRightCol {
	background-color: #ffffff;
	float: right;
	height: 450px;
	width: 240px;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	position: absolute;
	left: 725px;
	top: 110px;
	display: none;
}
#contentRightColText {
	height: 420px;
	width: 220px;
	overflow: visible;
	position: absolute;
	z-index: 5;
	left: 535px;
	top: 10px;
	padding-top: 30px;
	color: #3D4339;
	line-height: 18px;
}
#contentRightColText h1 {
	font-size: 16px;
	color: #E42C86;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
#contentRightColText h2 {
	font-size: 14px;
	margin: 0px;
	color: #E6821E;
}
#contentRightColText p {
	margin-top: 0em;
	margin-bottom: 1em;
}
#footer {
	color: #A0ACB4;
	position:absolute;
	width:315px;
	z-index:1;
	left: 0px;
	top: 580px;
	font-size: 11px;
	line-height: 20px;
	height: 55px;
}
.dkGreen {
	color: #39392B;
}
#copyright {
	color: #A0ACB4;
	position:absolute;
	width:240px;
	z-index:1;
	left: 516px;
	top: 580px;
	font-size: 11px;
	text-align: right;
	line-height: 20px;
}
.headshot {
	border: 1px solid #3D4339;
	float: left;
	margin-right: 14px;
	margin-top: 2px;
}

