/* CSS Document */
/* colors: gray > #ece8ee; dark blue > #003399; medium blue > #1082e3;*/

body {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	font-size: 13px;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border: none;	
}
a {
	color: #1082e3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
/*li {
	padding-top: 8px;
	padding-bottmo: 8px;	
}*/
h1 {
	font-size: 175%;
	line-height: normal;	
}
h2 {
	font-size: 150%;	
}
h3,h4,h5,h6 {
	font-size: 135%;	
}
h1.h1large {
	font-size: 200%;
	font-weight: bold;	
}
#wrapper {
	width: 984px;
	margin: 0 auto;
	background-color: #fff;	
}
#header {
	width: 984px;
	height: 123px;
	margin: 0 auto;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a.logo {
	float:left;
	display:block;
	width: 209px;
	height: 78px;
	text-align: center;
	margin: 23px 0 0 18px;
	background-color: #fff;
	padding: 0 14px;
}
#topnav {
	float:right;
	width: 701px;
	height: 60px;
	padding: 0 28px 0 0;
	font-size: 15px;
	text-align:right;
	line-height: 60px;
	font-size: 13px;
}
#topnav a {
	color: #039;
	text-decoration: none;
	padding: 0 5px;
	line-height: 60px;
	font-size: 13px;
}
#topnav a.contact {
	padding: 0 20px 0 10px;	
}
#topnav a:hover {
	text-decoration: underline;	
}
#nav {
	clear:right;
	float:right;
	width: 691px;
	height: 36px;
	padding: 0;
}
/* home */
#content_home {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/img_pg/content_home_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#home_highlite_left {
	float:left;
	width: 336px;
	height: 332px;
	padding: 0;
	margin: 0 0 0 38px;
	background-image: url(../images/img_home/rocket.jpg);
	background-repeat: no-repeat;
}
/*MDE 08-31-2018 changed copy in this section, need to make text slightly smaller to fit (from 16 to 15.5) */
#home_highlite_left a {
	display:block;
	width: 298px;
	height: 86px;
	margin: 222px 0 0 14px;
	padding: 10px 0 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
}
.home_highlite_left_learn_more {
	font-size: 14px;
}
#home_highlite_left a:hover .home_highlite_left_learn_more {
	text-decoration: underline;	
}
#home_highlite_right {
	float:left;
	width: 554px;
	height: 332px;	
	margin: 0 0 0 40px;
}
#home_blocks {
	clear:left;
	width: 984px;
	margin: 0 0 0 38px;
	padding: 38px 0 10px 0;
}
a.home_block {
	float:left;
	display:block;
	width: 262px;
	padding: 0 0 14px 0;
	margin: 5px 58px 0 0;
	background-image: url(../images/img_home/home-block-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	color: #039;
}
a.home_block .home_block_content {
	background-color: #ece8ee;
	padding: 10px 10px 0 10px;	
	display:block;
}
a.home_block .home_block_title {
	font-size: 16px;
	font-weight: bold;	
}
a.home_block .home_block_text {
	font-size: 12px;
	padding: 10px 0;
}
a.home_block .home_block_more {
	font-size: 12px;
	color: #1082e3;
	text-align:right;	
}
a.home_block:hover .home_block_more,a.home_block:hover .home_block_title {
	color: #1082e3;
	text-decoration: underline;	
}
/* end home */
#content {
	width: 864px;
	margin: 0 auto;
	padding: 100px 60px 40px 60px;
	text-align: left;
	background-image: url(../images/img_pg/content_inside_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
.main_content_image {
	float: right;
	width: 350px;
	height:250px;
	border: solid 1px #ccc;
	margin: -70px 0 20px 20px;
	background-color: #fff;	
}
.detail_main_image {
	float:right;
	width: 350px;
	border: solid 1px #999;
	margin: -70px 0 20px 20px;
	background-color: #fff;		
}
#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 14px 0;
	background-image: url(../images/img_pg/footer_wrapper_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
}
#footer_home {
	width: 908px;
	margin: 0 auto;
	text-align:left;	
	border-top: solid 8px #039;
	padding: 40px 0 20px 0;
	font-size: 12px;
}
#footer {
	width: 848px;
	margin: 0 auto;
	text-align:left;	
	border-top: solid 8px #039;
	padding: 40px 30px 20px 30px;
	font-size: 12px;
}
.footer_links,.footer_links a {
	font-size: 14px;
	text-decoration: none;
}
.footer_links a:hover {
	text-decoration: underline;	
}
.footer_address {
	font-size: 12px;
	padding: 15px 0 30px 0;	
}
.footer_sub,.footer_sub a {
	font-size: 11px;
	text-decoration: none;
	color: #039;	
}
.footer_sub a:hover {
	text-decoration: underline;	
}
/* sectional */
.sectionalA {
	float:left;
	width: 411px;
	margin: 0;
	padding: 10px 20px 10px 0;
	border-right: solid 1px #ccc;
}
.sectionalB {
	float:left;
	width: 412px;
	margin: 0 0 0 20px;
	padding: 10px 0 10px 0;
}
.sectionalA img,.sectionalB img {
	float:right;
	margin: 0 0 10px 10px;
}
.sectional_sepB {
	border-top: solid 1px #ccc;	
}
.sectional_separator {
	clear:both;	
	display:block;
	height: 1px;
	width: 100%;
	padding: 0;
	border-top: solid 1px #ccc;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}
/* generic */
.imgfloatright {
	float:right;
	margin: 0 0 20px 20px;	
}
.imgfloatleft {
	float:left;
	margin: 0 20px 20px 0;	
}
.tab_inside {
	display:block;
	padding: 20px;
}
.tab_inside_white {
	display:block;
	padding: 20px;
	margin: 20px;
	border: solid 1px #666;
	background-color: #fff;	
}
.table_standard {
	width: 100%;
	border: solid 1px #666;
	background-color: #fcfcfc;
	border-collapse: collapse;	
}
.table_standard td {
	border: solid 1px #999;	
	padding: 3px;
}
.tab_images {
	display:block;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #666;	
}
.tab_images_floatright {
	float:right;	
	text-align: center;
	margin: 0 0 10px 10px;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #666;
}
a.pdf {
	display: block;
	border: solid 1px #999;
	padding: 20px 20px 20px 60px;
	margin: 0 0 10px 0;
	background-image: url(../images/img_misc/pdf.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	min-height: 33px;
	line-height: 33px;
	font-size: 16px;
	text-decoration: none;
	background-color: #fff;
}
a.pdf:hover {
	text-decoration: underline;
}
a.block2 {
	float:left;
	display:block;
	width: 46%;
	margin: 0 10px 10px 0 ;
	border: solid 1px #ccc;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
a.block3 {
	float:left;
	display:block;
	width: 255px;
	margin: 0 10px 10px 0 ;
	border: solid 1px #ccc;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
a.block3end {
	margin: 0 0 10px 0;	
}
a.block3:hover {
	text-decoration: underline;	
}
.msg {
	border: solid 1px #000;
	background-color: #FF0;
	color: #c00;
	margin: 20px 0;
	padding: 20px;	
}