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

/*--------------------------
		GENERAL STYLES
--------------------------*/

* { 
	margin: 0; 
	padding: 0; 
	}

body {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#666;
	line-height: 18px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	}

h1 { 
	text-transform:uppercase;
	font-size: 16px;
	color:#8c9bab; 
	font-weight:bold; 
	text-align:left; 
	padding-bottom:24px;
	margin-top:10px;
	}
	
.normal {
	text-transform:none;
	}

h2 { 
	font-size: 13px;
	font-weight:bold; 
	text-align:left; 
	padding-top: 6px; 
	padding-bottom: 0px;
	}

h3 { 
	font-size: 13px;
	font-weight:bold; 
	text-align:left; 
	padding-top: 0px; 
	padding-bottom: 0px;
	border-bottom:1px solid #ccc;
	}

p { 
	text-align:left; 
	padding-bottom: 12px;
	}

p.TipText {
	padding-bottom:0; 
	}

p a, .nobulletList a, li a { 
	color:#327eb0/*#74751c*/;
	font-weight:bold; 
	text-decoration:none; 
	}

p a:hover, .nobulletList a:hover, li a:hover { 
	text-decoration:underline;
	}
	
a img {
	text-decoration:none; 
	border: 0; 
	}
	
ul { 
	text-align:left; 
	list-style-type:square; 
	margin-left: 0; 
	padding-left: 17px; 
	}

ul.nobulletList, ul.nobulletlistfixed, ul.nobulletlistfixed2 { 
	list-style-type:none; 
	list-style-image:none; 
	padding-left: 0; 
	margin-left: 0; 
	padding-top:6px;
	padding-bottom:12px;
	}
	
ul.nobulletlistfixed {
	width:127px;
	float:left;
	}

ul.nobulletlistfixed2 {
	width:259px;
	float:left;
	}

.clear {
	clear:left;
	}

li {
	padding-bottom: 2px; 
	}

.hidden { 
	display:none;
	}

.bold {
	font-weight:bold;
	}
	
.italics {
	font-style:italic;
	}

.underline {
	text-decoration:underline;
	}
	
.spacer {
	padding-top:12px;
	}
	
/*--------------------------
		CONTAINER 1 (main page)
--------------------------*/

#Container1 { 
	width: 860px; 
	margin-left: auto;
	margin-right:auto; 
	}

/*--------------------------
		HEADER (logo, eNews)
--------------------------*/

#Header { 
	height: 50px; 
	padding: 20px 30px; 
	}

#iconCOC { 
	float: left; 
	margin-top: 5px; 
	}
	
#eNews { 
	float: right; 
	text-align:right; 
	margin-top: 20px; 
	background-color:#fff;
	}

#subscribeBox {
	height:21px;
	width:162px; 
	border:1px solid #eaeaea; 
	padding:3px 12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#8c9bab; 
	background-color:#fff;
	}

#iconChevron {
	vertical-align:top;	
	width: 24px;
	height:21px;
	text-decoration:none;
	border:none;
	padding:0;
	}
			
/*--------------------------
		CONTAINER 2/2main (main content)
--------------------------*/

#Container2 { 
	background-image: url(../images/bg_frame.jpg); 
	background-repeat:repeat-x; 
	}

#Container2main { 
	background-image: url(../images/bg_footer.gif); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	padding-bottom: 5px; 
	}

/*--------------------------
		CONTAINER 2A (navigation menu)
--------------------------*/

#Navigation { 
	text-align: center; 
	padding-top: 15px; 
	padding-bottom: 10px; 
	}

ul#Navigation {
	padding-left:0px;
	}

#Navigation li { 
	display: inline; 
	list-style: none; 
	padding-right: 25px; 
	padding-left:25px;
	}
	
#Navigation a:link, #Navigation a:hover, #Navigation a:visited {
	padding-right: 6px; 
	padding-left: 6px; 
	padding-bottom: 5px; 
	color: #2f3f62; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
#Navigation a:hover { 
	color:#fff; 
	border-bottom:6px solid #fff; 
	}
	
/*--------------------------
		CONTAINER 2B (banner, bar, content) 
--------------------------*/	

#Container2B { 
	margin:0px 30px 20px 30px; 
	border: 1px solid #cbcbcb; 
	border-top: 0; 
	background-color: #fff; 
	}

/*--------------------------
		BANNER CONTAINER 
--------------------------*/	

#PageBanner { 
	padding:10px; 
	margin-bottom:0; 
	}

/*--------------------------
		SERVICES BAR
--------------------------*/	

#ServicesBar { 
	height:15px; 
	width:780px;
	padding-left:0px;
	margin-left:0px;
	}
	
html>body #ServicesBar {
	margin-left:10px;
	}
	
#barG {
	float:left; 
	height: 15px; 
	width:720px; 
	background-color:#eaeaea; 
	margin-right:5px; 
	overflow: hidden; 
	}

#barP {
	float:left; 
	height:15px; 
	width:15px; 
	background-color:#ad4e29; /*aea36f*/ 
	margin-right:5px; 
	}

#barPE {
	float:left; 
	height: 15px; 
	width:15px; 
	background-color:#115887; 
	}

#barPM {
	float:left; 
	height: 15px; 
	width:15px; 
	background-color:#ad4e29; /*ad5c3d*/
	margin-right:5px; 
	} 

#barS {
	float:left; 
	height: 15px; 
	width:15px; 
	background-color:#8c8e2f; 
	margin-right:5px; 
	}
	
/*--------------------------
		CONTAINER 2C (left and right contents)
--------------------------*/	

#Container2C { 
	clear:left;
	width:100%; 
	overflow:auto; 
	padding-top:10px;
	}

/*--------------------------
		LEFT CONTAINER (sublinks)
--------------------------*/	

#LeftContainer { 
	width: 217px; 
	float: left; 
	padding: 60px 10px 10px 13px; 
	background: url(../images/h1_learnmore.gif) no-repeat 20px 0px;
	height: 450px;
	/* padding: 0px 10px 10px 13px;*/
	}

ul.sublinks { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:normal;
	width: 220px;
	font-weight:bold; 
	text-align:left; 
	list-style-type:none; 
	list-style-image:none; 
	padding-left:5px; 
	}

ul.sublinks li {
	border-bottom:2px solid #eaeaea; 
	padding:8px 0; 
	} 

ul.sublinks a { 
	text-decoration:none; 
	border: 0; 
	color:#666; 
	padding-left:6px;
	}

ul.sublinks a:hover {
	color:#8c8e22;
	text-decoration:none;
	}

ul.sublinks ul {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	line-height:normal;
	font-size:normal;
	padding-left: 6px; 
	padding-top:8px; 
	list-style-image: none; 
	list-style:none; 
	}

ul.sublinks ul li {
	border: 0; 
	padding-top: 0; 
	background:none;
	padding-bottom:5px;
	}

ul.sublinks ul a { 
	font-weight:normal;
	text-decoration:none;  
	color:#666; 
	padding-left: 0;
	}
	
ul.sublinks ul li:before {
	content: "\2D \ " "\A0 \ "; 
	}

ul.sublinks ul a:hover { 
	color:#327eb0; 
	text-decoration:underline;
	}

ul.sublinks li.noLine {
	border-bottom:0;
	}
		
/*--------------------------
		RIGHT CONTAINER (body content)
--------------------------*/
		
#wrapper {
	float:right;
	padding: 15px 15px 15px 15px;
	}

#RightContainer { 
	float:none;
	width:525px;
	}

/*--------------------------
		PHOTOS
--------------------------*/

.imgdiv {
	float:left;
	width: 142px;
	}

.imgdivspacer {
	float:left;
	width: 142px;
	margin-right:29px; 
	}
		
.imgdiv img, .imgdivspacer img {
	padding:6px;
	border: 2px solid #eaeaea;
	}

.imgdiv p, .imgdivspacer p {
	text-align:center;
	}
	
.biotext {
	font-weight:bold;
	line-height:normal;
	padding-top:6px;
	}
	
/*--------------------------
		FORMS
--------------------------*/

fieldset {
	padding:12px 12px 0 12px;
	border:2px solid #eaeaea;
	background:#f7f7f7;
	float:left;
	}

label {
	display:block;
	width:100px;
	padding-bottom:6px;
	font-weight:bold;
	}

input, textarea {
	border:1px solid #ccc;
	padding:3px;
	width:250px;
	background-color:#fff;
	}

textarea {
	width:399px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#ffbb04;
	}

#submit {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:auto;
	background-color:#ffbb04;
	border:1px solid #ffbb04;
	}

input#submit:hover {
	color:#ad4e29;
	border:1px solid #ad4e29;
	}

iframe {
	padding:6px;
	border:2px solid #eaeaea; /*e8e8e8*/
	float: left;
	}
	
/*--------------------------
		FOOTER (copyright)
--------------------------*/

#Footer p { 
	text-align: center; 
	color:#8e8e8e; 
    font-size: 11px;
	padding-top: 12px;
	}