/* Body Styles
----------------------------------------------- */
body {
	background-color: #000000;
	background-image:url(../img/body_bgnd.jpg);
	background-repeat:repeat-x;
	margin: 0px;
}

#pagebody {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

.clear {clear:both;}

/* Font Styles
----------------------------------------------- */
p, td, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85898a;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3394c7;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3393c7;
	margin-top: 0px;
	margin-bottom: 12px;
}

ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85898a;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85898a;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
}


.grey12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #85898a;
}

.grey10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #85898a;
}

.sidebar_caption {
	color: #81a1ba;
	font-size: 9px;
	line-height: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.white12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}

.imgLeft {
	margin-right: 10px;
}
.imgRight {
	margin-left: 10px;
	}


/* Header Styles
----------------------------------------------- */
#header_blue {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#3393c7;
	float:left;
	position: relative;
}

#header_black{
	width:876px;
	margin-right:auto;
	margin-top:11px;
	margin-left: 12px;
	text-align:right;
	position: relative;
}

#header_left {
	position:relative;
	width: 519px;
	height: 277px;
	float:left;
	background-color:#000000;
	background-image:url(../img/topleft_logo_cnr.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
}

#header_left_home {
	position:relative;
	width: 519px;
	height: 277px;
	float:left;
	background-color:#000000;
	background-image:url(../img/topleft_logo_home.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
}

#header_text {
	margin-top:54px;
	margin-left:25px;
	width: 458px;
	text-align:left;
}

#flash_rotator {
	position:relative;
	width: 357px;
	height: 277px;
	float:right;
	background-image:url(../img/header_photos/home/01.jpg);
	background-repeat:no-repeat;
}

#image_rotator {
	position:relative;
	width: 357px;
	height: 277px;
	float:right;
}

#topnav_search {
	width: 300px;
	height:20px;
	float:left;
	position: absolute;
	/*left: 562px;
	top: 18px;*/
	left: 43px;
	top: 18px;
	z-index: 1;
}

/* Section Styles
----------------------------------------------- */
.divisions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 8px;
}

.grey_border {
	border:solid;
	border-color: #c2c4c5;
	border-width: 1px;
}

.darkgrey_border {
	border:solid;
	border-color: #6b6f72;
	border-width: 1px;
}

.cs_blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #85898a;
}

.divisionsBG1 {
	float:left; 
	width: 230px; 
	height: 102px; 
	background-image:url(../img/ex01.jpg); 
	background-repeat:no-repeat;
}

.divisionsBG2 {
	float:right; 
	width: 230px; 
	height: 102px; 
	background-image:url(../img/ex02.jpg); 
	background-repeat:no-repeat;
}

.divisionsBG1_ov {
	float:left; 
	width: 230px; 
	height: 102px; 
	background-image:url(../img/ex01_ov.jpg); 
	background-repeat:no-repeat;
	cursor: pointer; 
	cursor: hand;
}

.divisionsBG2_ov {
	float:right; 
	width: 230px; 
	height: 102px; 
	background-image:url(../img/ex02_ov.jpg); 
	background-repeat:no-repeat;
	cursor: pointer; 
	cursor: hand;
}

.divBG {
	width: 252px; 
	height: 52px; 
	background-image:url(../img/div_bgnd.jpg); 
	background-repeat:no-repeat; 
	margin-bottom:4px;
}

.divBG_ov {
	width: 252px; 
	height: 52px; 
	background-image:url(../img/div_bgnd_ov.jpg); 
	background-repeat:no-repeat; 
	margin-bottom:4px;
	cursor: pointer; 
	cursor: hand;
}

/* Navigation Styles
----------------------------------------------- */

#topnav {
	width: 876px;
	height:17px;
	float:left;
	position: absolute;
	/*left: 0px;
	top: 78px;*/
	left: 0px;
	top: 78px;
	z-index: 1;
}

/* Footer Styles
----------------------------------------------- */
#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#add4e9;
	padding-bottom: 10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85898a;
}

#ftr_btm_curve{
	width:876px;
	float:left;
}

/* Button Styles
----------------------------------------------- */
.blue_btn {
	background-color:#8bc2e0;
	padding: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FEFFC8;
	font-size: 10px;
	border:#a2a6a7;
	border-style:solid;
	border-width: 1px;
	margin-right: 12px;
	float:left;	
}

/* Horizontal Rule Styles
----------------------------------------------- */
hr.grey {
	border: none 0; 
	border-top: 2px solid #C0C0C0;
	width: 100%;
	height: 1px;
	padding: 0px;
}

/* Link Styles
----------------------------------------------- */
a {
	color: #f9a727;
	text-decoration:none;
}

a:hover {
	color: #f9a727;
	text-decoration:underline;
}

a.black {
	color: #000000;
	text-decoration:none;
}

a.black:hover {
	color: #000000;
	text-decoration:underline;
}

a.bluelink {
	color: #3393c7;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

a.bluelink:hover {
	color: #3393c7;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

a.grey {
	color: #85898a;
	text-decoration:none;
}

a.grey:hover {
	color: #85898a;
	text-decoration:underline;
}


/* List Styles
----------------------------------------------- */
ul.nav {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

li.navli {
	display:inline;
	float: left;
	line-height: 10px;
	padding:0;
	margin:0;
}

/* Form Styles
----------------------------------------------- */
.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7a7a7a;
	text-align: left;
	border: 1px;
	height: 14px;
	margin-top: 2px;
	border-style: solid;
	border-color: #dddddd;
	margin-right: 5px;
	margin-bottom: 5px;
}

.searchbox_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #8dc2e1;
	text-align: left;
	border: 1px;
	height: 14px;
	margin-top: 2px;
	border-style: solid;
	border-color: #dddddd;
	margin-right: 5px;
	margin-bottom: 5px;
}

.nomargin {
	margin: 0px;
}


/*Form Error
---------------------------------------------------*/
.textareaError {
	border: 2px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.textboxError {
	height: 18px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.selectbox3Error {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ff0000;
	margin-top: 2px;
}

.browseError {
	height: 18px;
	border: 1px solid #CC7647;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #ff0000;
	margin-top: 2px;
	padding: 0px;
}

/* Blue Sub Nav Buttons
----------------------------------------------- */
a.blue_btn {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 8px;
	border:#A2A6A7;
	border-style:solid;
	border-width: 1px;
	margin-right: 3px;
	float:left;
	text-decoration:none;
	background-color:#8BC2E0;	
	width:150px;
}

a.blue_btn:hover {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 8px;
	border:#A2A6A7;
	border-style:solid;
	border-width: 1px;
	margin-right: 3px;
	float:left;
	text-decoration:none;
	background-color:#FFFFFF;
	width:150px;	
}

/* Vertical Sub Nav
----------------------------------------------- */
ul#subNav {
	width:150px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
ul#subNav li {
  list-style: none;
  background-color: #8bc2e0;
  border-top: solid 1px #a2a6a7;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
}
ul#subNav li a {
  display: block;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid #a2a6a7;
  border-right: 1px solid #a2a6a7;
  border-left: 1px solid #a2a6a7;
  margin: 0px;
}
a.subNav:link, a.subNav:visited { color: #000000; }
a.subNav:hover, a.subNav:active { color: #000000; } 
a.subNav:hover { background-color: #fff; }
p a.subNav:link, p a.subNav:visited { color: #000; }

a.subNavOn { background-color: #fff; }
a.subNavOn:link, a.subNavOn:visited { color: #000000; }
a.subNavOn:hover, a.subNavOn:active { color: #000000; } 
a.subNavOn:hover { background-color: #fff; }
p a.subNavOn:link, p a.subNavOn:visited { color: #000; }