@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}
a img {border: 0; cursor: hand;}


/* MAIN SITE STRUCTURE */
body {
	height: 100%;
	text-align:center;
	background-repeat: repeat-x;
	background-color: #30B7DD;
}
#container {
	width: 883px;
	margin: 0 auto;
	background-color: #30B7DD;
	text-align:left;/*Reset for IE*/
	position:relative;/*So any contained elements recognize the container as the 0-0 point */
	background-image: url(images_global/tile_left.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-color: #FFFFFF;
	position:relative; /*So any contained elements recognize the container as the 0-0 point */
}
#left_col {
	width: 46px;
	float: left;
	clear: right;
	height: 100%;
	margin-bottom: 0px;
	position: relative;
	left: 0px;
	margin-top: 0px;
	color: #5E5E5E;
}
#mid_col {
	width: 791px;
	float: left;
	clear: right;
	height: 100%;
	margin-bottom: 0px;
	position: relative;
	left: 0px;
	margin-top: 0px;
	color: #5E5E5E;
	background-color: #FFFFFF;
}
#right_col {
	position:relative;
	width: 46px;
	float: right;
	margin-bottom: 0px;
	right: 0px;
	margin-top: 0px;
	background-image: url(images/sibar_body.jpg);
	background-repeat: repeat-x;
}
#body_left {
	width: 446px;
	float: left;
	clear: right;
	height: 100%;
	margin-bottom: 0px;
	position: relative;
	left: 17px;
	margin-top: 0px;
}
#body_right {
	position: relative;
	width: 297px;
	float: right;
	margin: 0px;
	right: 9px;

}
#body_left_sub{
	width: 470px;
	float: left;
	clear: right;
	height: 100%;
	margin-bottom: 0px;
	position: relative;
	left: 30px;
	margin-top: 0px;
}
#body_right_sub{
	position:relative;
	width: 238px;
	float: right;
	margin-bottom: 0px;
	right: 20px;
	margin-top: 0px;
}
#footer {
	clear: both;
	height: 72px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 12px;
	color: #5F5E60;
	width: 791px;
	margin-left: 46px;
	background-color: #C1C2C3;
}


/* ---------- POSITION CONTENT ------------- */


#nav {
	position:absolute;
	left:0px;
	width: 791px;
	top: 326px;
	z-index: 20000;
}

#shadow_nav {
	position:absolute;
	top: 356px;
	z-index: 100;
}
#shadow_hed {
	position:absolute;
	top: 88px;
	z-index: 100;
}
#shadow_btns {
	position: absolute;
	z-index: 2000;
	left: 530px;
	top: 289px;
}
#shadow_foot {
	margin-top: -40px;
}

#stories {
	background-image:url(/images_global/feature_bkg.jpg);
	background-repeat:repeat-y;
	margin: 10px 0 10px; 0;
	padding: 0;
}
#endorsement {
	background-image:url(/images_global/feature_bkg.jpg);
	background-repeat:repeat-y;
	margin: 23px 0 0 0;
	padding: 0;
}
#home_buttons {
	position: absolute;
	z-index: 1000;
	display: block;
	width: 196px;
	left: 530px;
	top: 130px;
	background-image:url(/images/btn_bkg_082009.jpg);
	
	
	
}

/* ---------- STYLE CONTENT------------- */

a {
	color:#25B9D4;
	font-size: 11px;
	cursor: hand;
}
a:hover { text-decoration:none; cursor: hand;}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
	margin: 0px;
	padding: 6px 0px 0px 12px;
}
#body_left h1 {
	color: #911734;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#left_col h2 {
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	line-height: 20px;
	margin-bottom: 25px;
}
#left_col h3 {
	font-size: 13px;
	color: #202253;
	font-weight: bold;
	margin-top: 30px;
}

#right_col a:hover{
	text-decoration: none;
}

.feature {
	background-image: url(images/feature_body.jpg);
	background-repeat: repeat-x;
	padding:15px;
	font-weight: bold;
	color: #202253;
	border: solid 1px #999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.feature p {
	color: #202253;
	position: relative;
	top: 5px;
}

/* ---------- STYLE NAV------------- */
#nav ul li {
	display:inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;  /*keeps list on one line*/
	float: left;  /*removes white space from between list items*/
}
#dropmenudiv{
	position:absolute;
	background-color: #BADA49;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:25px;
	z-index:900;
	margin-top:0px;
	
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 4px 0 4px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	background-image:url(/images_global/nav_dropdown_bg.gif);
	text-align: left;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: white;
	background-image:url(/images_global/nav_dropdown_bg_over.gif);
}

/* ---------- added or updated ------------- */

.burst {
float: right;
padding-right: 50px;
margin-bottom: 15px;
padding-bottom: 15px;
}

#body_right_sub div {
margin-top:30px;
padding-bottom:0;
border: 1px solid #CCCCCC;
}
#body_right_sub #submenu {
margin-top:0px;
border:none;
}

#body_left p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

td {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
#body_left_sub p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#endorsement h1{
	font:size:8px;
	color:#FFFFFF;
	font-size: 9px;
	font-weight: normal;
	margin-left: 15px;
	padding-right: 20px;
}
#body_right p{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 15px;
	margin-right: 25px;
}

#body_right .img_right{
	margin-right: 30px;
	margin-top: 20px;
}
#body_right .img_left{
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
}

.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.img_left {
	float: left;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.border{
	border-top: dotted 1px #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
#news {
	margin-bottom: 25px;
}
#news h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 15px;
	font-weight:normal;
	margin-bottom: 2px;
	margin-left: 5px;
}
#news p {
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}
#news a {
	color:#25B9D4;
	font-size: 11px;
}
#news a:hover { text-decoration:none;}

.borderbottom {border-bottom:dotted 1px #CCCCCC; margin-bottom:20px;}


#lists li {list-style-type: none;}
#lists a {text-decoration: none;}
#lists img { border: solid 2px #E9E9E9;}
#lists .img_left {
	float: left;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-right: 25px;
	margin-top: 0px;
}
#lists p {
margin-top: 0px;
padding-top: 0px;
margin-left: 150px;
}

/* ---------- sub nav ------------- */
#submenu {
	background-image: url(/images_global/subnav_bg.gif);
	width: 238px;
	padding-top: 55px;
	margin-bottom: 45px;
	padding-bottom:0;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	
}
#submenu li {
	width: 225px;
	list-style: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0px;
	line-height:16px;
 }
#submenu a:link, #submenu a:visited {
	color: #ffffff;
	text-decoration: none;
	width: 225px;
	display: block;
	padding: 6px 0 6px 10px;
}
#submenu a:hover {
background-color:#666666;
cursor: hand;
}

#submenu a:active {
color:#CCCCCC;
}

/* ---------- footer nav ------------- */ 

#footer-col h2,#footer-col-mid h2 {
	font-size:16px;
	color: #666666;
	font-weight:500;
	margin-bottom: 3px;
}



#footer-col,#footer-col-mid {
	width:220px;
	padding-left:15px;
	padding-right:5px;
	font-size:10px;
	color: #666666;
	text-align:left;
	float:left;
	overflow:auto;
}



#footer-col p,#footer-col-mid p {
	margin-top:0px;
}



#footer-col a:link,#footer-col-mid a:link,
#footer-col a:visited,#footer-col-mid a:visited { 
	font-size: 10px;
	font-weight:500;
	line-height: 15px;
	text-decoration:none;
	color:#333333; 
	margin:0;
}

#footer-col a:hover, #footer-col-mid a:hover {
	color:#FFFFFF;
}



#footer-col-mid {
	border-right:#FFFFFF SOLID 1px;
	border-left:#FFFFFF SOLID 1px;
	padding-left:15px;
	padding-right:10px;
}

/* ---------- Challenge Request Info ------------- */
#requestinfo td{
	padding: 6px 0px 6px 3px;
}