@charset "UTF-8";
/* CSS Document */

body {
	background-color:#695E4A;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color:#695E4A;
}
ul.navSet {
	margin:15px;
	padding:10px;
	list-style:none;
}
ul.navSet li {
	margin-bottom:10px;
	color:#FFFFFF;
}
ul.navSet li.selected {
	margin-bottom:10px;
	list-style-image:url(SiteImages/navSelect.gif);
	color:#005568;
}
ul.navSet a:link {
	color:#FFFFFF;
	text-decoration:none;
}
ul.navSet a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
ul.navSet a:active {
	color:#FFFFFF;
	text-decoration:none;	
}
ul.navSet a:hover {
	color:#005568;
	text-decoration:none;	
}
ul.navSetCareers {
	margin:15px;
	padding:10px;
	list-style:none;
}
ul.navSetCareers li {
	margin-bottom:10px;
	color:#FFFFFF;
}
ul.navSetCareers li.selected {
	margin-bottom:10px;
	list-style-image:url(SiteImages/navSelect.gif);
	color:#569BBE;
}
ul.navSetCareers a:link {
	color:#FFFFFF;
	text-decoration:none;
}
ul.navSetCareers a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
ul.navSetCareers a:active {
	color:#FFFFFF;
	text-decoration:none;	
}
ul.navSetCareers a:hover {
	color:#569BBE;
	text-decoration:none;	
}
a:link {
	color:#005568;
	text-decoration:none;
}
a:visited {
	color:#005568;
	text-decoration:none;
}
a:active {
	color:#005568;
	text-decoration:none;	
}
a:hover {
	color:#005568;
	text-decoration:underline;	
}
h3 {
	margin-bottom:0px;
}
h4 {
	margin-bottom:0px;
}
p {
	margin-top:0px;
}

/*-------------Site Wide IDs -----------------*/

#container, #logoContainer, #nav, #contentArea, #imageHeader, #content, #footer, #indexFlash {
	width:900px;
}
#logoContainer, #nav, #contentArea, #sectionHeader, #contentLeft, #footer, #footerTextRight, #footerTextLeft, #indexFlash, #headerText {
	float:left;
}
#nav, #contentArea, #contentLeft, #footer {
	clear:both;
}
#container, #contentArea, #content, #contentLeft, #contentRight {
	height:auto;
}
#container {
	margin:50px auto;
	min-height:600px;
}
#logoContainer {
	height:135px;
	background:#FFFFFF;
	text-align:left;
}
#logo {
	width:356px;
	height:47px;
	margin:50px 0px 0px 50px;
}
#nav {
	background: #FFFFFF url(SiteImages/navBackground.gif) repeat-x;
	height:28px;
}
#contentArea {
	background:#DCE2CD;
	min-height:410px;
}
#imageHeader {
	height:167px;
}
#sectionHeader, #headerContent {
	width:740px;
}
#sectionHeader {
	background:#DCE2CD;
	height:160px;
}
#headerContent {
	background:#FFFFFF;
	margin-top:130px;
	height:30px;
	opacity: .85;  
	filter:alpha(opacity=85);
	-moz-opacity:0.85
}
#headerText {
	color:#569BBE;
	margin:3px 0px 0px 98px;
	font-size:1.5em;
}
#indexFlash {
	margin: 0px 0px 50px 0px;
}
#content {
	min-height:250px;
}
#contentLeft {
	width:200px;
	margin:20px 10px 20px 10px;
	text-align:left;
}
#contentRight {
	width:590px;
	min-height:250px;
	text-align:left;
	margin: 20px 50px 50px 0px;
}
#footer {
	height:35px;
}
#footerTextRight, #footerTextLeft {
	font-size:0.747em;
}
#footerTextRight {
	width:370px;
	height:auto;
	margin:5px 0px 5px 10px;
	text-align:left;
}
#footerTextLeft {
	width:510px;
	height:auto;
	margin:5px 10px 5px 0px;
	text-align:right;
}
# bioImage {
	border:1px solid #695E4A;
}
	

/*-------------Section headers and nav -----------------*/

#HeaderBlue, #HeaderOrange, #HeaderRed, #HeaderTurquoise, #HeaderGreen {
	width:900px;
	height:7px;
}

#HeaderBlue {
	background:#569BBE;
}
#HeaderOrange {
	background:#D06F1A;
}
#HeaderRed {
	background:#8A2629;
}
#HeaderTurquoise {
	background:#005568;
}
#HeaderGreen {
	background:#AFBD22;
}
#leftNavBlue{
	background:#569BBE;
	width:160px;
	height:auto;
	min-height:160px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	z-index:99;
	text-align:left;
}
#leftNavOrange {
	background:#D06F1A;
	width:160px;
	height:auto;
	min-height:160px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	z-index:99;
	text-align:left;
}
#leftNavRed {
	background:#8A2629;
	width:160px;
	height:auto;
	min-height:160px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	z-index:99;
	text-align:left;
}
#leftNavTurquoise {
	background:#005568;
	width:160px;
	height:auto;
	min-height:160px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	z-index:99;
	text-align:left;
}
#leftNavGreen {
	background:#AFBD22;
	width:160px;
	height:auto;
	min-height:160px;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	z-index:99;
	text-align:left;
}
/*-------------Section styles -----------------*/

.header {
	color:#005568;
}
.contact { 
	font-size:0.8em
}
	
	