@charset "utf-8";
/* CSS Document for index of main site & dps */

#index .wrapper {position:absolute;
	width: 686px;
	background: #FFFFFF;
	height: 730px;
	margin-top: 20px;}

#dps #index .wrapper {
	height: 570px}
	
#index .box .main_content {
	width: 440px;
	/*height: 500px;*/
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-right: 10px;} /*check width in IE if any change made*/

/*blue mission box at top*/
#index .mission_box {position: absolute;
	background:url(/images/mission_box_ltblue.png) no-repeat left top scroll;
	left: 10px;
	top: 10px;
	height: 74px;
	width: 459px;}

#index .mission_box p  {
	margin: 17px 20px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 0px;
	/*margin: 0px;*/}
	
/*box on left under mission*/	
#index .main_content .left_top {
	position: absolute;
	left: 20px;
	top: 54px;
	width: 210px;
	height: 245px;
	margin: 10px;
	text-align: center;
}
#index .main_content .left_top img, #index .main_content .right_top img, #index .bottom img {
	margin-top: 24px;}
	
/*box on right under mission*/	
#index .main_content .right_top {
	position: absolute;
	left: 245px;
	top: 54px;
	width: 210px;
	height: 245px;
	margin: 10px;
    text-align: center;}
	
/*images in main_content box*/
#index .main_content img {
	/*display: block;*/
	margin: 0 auto;}
	
/*wide bottom box*/
#index .main_content .bottom {
	position: absolute;
	left: 20px;
	top: 340px;
	width: 440px;
	height: 196px;
	margin: auto;
	text-align: center;
	background: url(/images/offcenterround175_orange_white.jpg) no-repeat center center; }
	
#dps #index .main_content .bottom {
	height: 80px;
	} 
	
/*format text in off center box by Karen*/
#index .main_content p.offcenter_box  {
	width: 140px;
	text-align: center;
	margin: 40px auto;}	

/*column on right hand side (news on index main; blog on dps)*/
#index .news_content {
	float:right;
	height: 500px;
	width: 185px;
	background: #FFFFFF;
	/*background: #FFFFFF url(/images/grn_line.jpg) no-repeat left top scroll;*/
	border-left: 2px solid #A3A915;
	padding-left: 10px;
	padding-right: 9px;
}
#dps #index .news_content {
	border-left: 2px solid #dca870;
	height: 385px;
	}
#index .news_header_txt {
	font-size: 18px;
	font-weight: bold;
	color: #A3A60F;
	/*padding-top: 25px;*/
	padding-right: 10px;
	padding-left: 5px;
}
#dps #index .news_header_txt {
	color: #dca870;}

#index .news_txt {
	color: #333333;
	padding-right: 10px;
	padding-left: 5px;
}

#dps #index .news_content ul {
	margin: 0px;
	padding: 0px;
}
#dps #index .news_content ul li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 12px 5px;
}
#dps #index .news_content a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#dps #index #creditfooter {display:none;}
#dps #index .fbsubscribelink a {font-weight:normal;
	font-size: 10px}
	


/*blue about us box at page bottom*/
#index .aboutus {
	position: absolute;
	top: 545px;
	left: 0px;
	height: 221px;
	width: 686px;
	margin: 0px;
	padding: 0px;
	background: white url(/images/textbox.png) no-repeat center center;
}
#index .aboutus p {color: #000066;
	width: 610px;
	margin-left: 40px;
	font-size: 85%;}
		
#dps #index .aboutus {
	top: 445px;
	height: 170px;
	background: white url(/images/textbox_dps.png) no-repeat center center;
}
	


/*footer*/
#index #footer {
	position: absolute;
	top: 640px;
	left: 0px;
	margin-padding: 30px;
}
	
