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

:root {
 overflow-y: scroll !important;
}

a {
	text-decoration:none;
	color: #2A67B7;
}

body{
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	overflow:auto;
	background:url(images/1px_background.png) top left repeat-x #03173c;
	min-width:1050px;
}
form {
	margin:0;
	padding:0;
}

.main-container {
	margin:auto;
	background:url(images/background_img.jpg) top center no-repeat;
}
/*.main-container div { border:1px solid #FFFFFF; }*/

.container {
	margin:auto;
	width:986px;
}

.header {
	height:150px;
}
.header .left-side {
	float:left;
}

/*** LOGO MODULE ***/
.header .left-side div.logo {
	margin-left:10px;
	height:150px;
}
/*** END LOGO MODULE ***/

.header .right-side {
	float:right;
}

/*** STAY-INFORMED MODULE ***/
div.stay-informed {
	margin-right:10px;
	background:url(images/stayinformed-background.gif) top right no-repeat;
	width:309px;
	height:150px;
	text-align:center;
}
.stay-informed .si-text {
	color:#2f4d82;
	font-size:16px;
	font-weight:bold;
	height:24px;
	padding-top:25px;
}
.stay-informed input.text {
	padding:5px;
	color:#999999;
	border:1px solid #b0bbd0;
}
.stay-informed .si-email {
	padding-top:2px;
}
.stay-informed .si-zip {
	padding-top:4px;
}
.stay-informed .si-email input.text {
	width:233px;
}
.stay-informed .si-zip input.text {
	width:150px;
}
.stay-informed .si-zip input.button {
	background:url(images/submit_button_background.png) top center no-repeat;
	color:#FFFFFF;
	height:28px;
	width:80px;
	border:1px solid #b0bbd0;
	padding-bottom:2px;
	cursor:pointer;
}
.redbutton{
	background:url(/data/components/social/img/button_red.png) top right no-repeat;
	color:#FFFFFF;
	height:28px;
	width:auto;
	border:1px solid #b0bbd0;
	padding-bottom:2px;
	cursor:pointer;
}
input.ff_button {
	background:url(images/submit_button_background.png) top center no-repeat;
	color:#FFFFFF;
	border:1px solid #b0bbd0;
	cursor:pointer;
	padding:3px 0;
	min-width:80px;
}
.stay-informed input.black {
	color:#000000;
}
.stay-informed .success {
	color:#ffffff;
}
.stay-informed .failed {
	color:#ffffff;
}
.stay-informed #informed-response {
	margin-top: 10px;
}
/*** END STAY-INFORMED MODULE ***/

/*** MAIN MENU ***/
.main-menu {
	height:39px;
	background:url(images/mainmenu_bottomline.png) bottom center no-repeat;
	padding:0 7px;
}
.main-menu .menu .item {
	cursor:pointer;
	float:left;
	height:27px;
	padding-top:10px;
	width:120px;
	text-align:center;
	background:url(images/mm_background.gif) top left repeat-x;
}
.main-menu .menu .item:hover {
	background:url(images/mm_background_over.gif) top center no-repeat;
}
.main-menu .menu .item-hover {
	background:url(images/mm_background_over.gif) top center no-repeat !important;
}
.main-menu .menu .item.homebutton {
	background:url(images/mm_homebutton.gif) top center no-repeat;
	width:50px;
}
.main-menu .menu .item.homebutton:hover {
	background:url(images/mm_homebutton_over.gif) top center no-repeat;
}
.main-menu .menu .item a {	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.main-menu .menu .separator {
	width:2px;
	height:37px;
	float:left;
	background:url(images/mm_separator.gif) top left no-repeat;
}
.main-menu .menu .main-submenu {
	border:1px solid #ffffff;
	border-top:none;
	position:absolute;
	top:187px;
	padding:10px;
	display:none;
	background:url(images/submenu_topback2.gif) top center no-repeat #627294;
}
.main-menu .menu .main-submenu .ms-item {
	width:175px;
	padding:0 24px;
}
.main-menu .menu .main-submenu .ms-item-separator {
	width:1px;
	background-color:#CCCCCC;
}
.main-menu .menu .main-submenu .ms-title {
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:7px;
}
.main-menu .menu .main-submenu .ms-description {
	color:#DDDDDD;
	font-size:14px;
	margin-bottom:8px;
	line-height:20px;
}
.main-menu .menu .main-submenu .ms-button {
	text-align:right;
}
.main-menu .menu .main-submenu .ms-button input.button {
	background:url(images/submit_button_background.png) top center no-repeat;
	color:#FFFFFF;
	height:26px;
	width:100px;
	border:1px solid #b0bbd0;
	padding-bottom:3px;
	cursor:pointer;
	font-size:12px;
}
.main-menu .menu .submenu_item {
	background: url(images/submenubackground.png) no-repeat scroll bottom right;
	height:27px;
	padding-top:13px;
	padding-left:8px;
	padding-right:14px;
	cursor: pointer;
	margin-bottom:2px;
}
.main-menu .menu .submenu_item_children {
	background: url(images/submenubackground_w_children.png) no-repeat scroll bottom right;
}
.main-menu .menu .submenu_item:hover{
	color:#FF0000;
}
.main-menu .menu .submenu_item:hover > div > a{
	color:#FF0000;
}
.main-menu .menu .submenu_item a {
	text-decoration:none;
	color:#ffffff;
}
/*.main-menu .menu .down-arrow {
	width:8px;
	height:8px;
	background-color:red;
	display:none;
	position:absolute;
	top:188px;
}*/
/*** END MAIN MENU ***/

.content {
	/*background:url(images/content_background.jpg) top left repeat-x #03183c;*/
	padding:0 8px 8px 8px;
}
.content .content-body table.tablecontent{
	width:100%;
}
.content .content-body .left-content {
	width:240px;
	background:url(images/leftcontent_background.jpg) top left repeat-x #cccccc;
	display:none;
}
.left-content #default_style {
	
}

.content .content-body .right-content {
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	/*font-weight:lighter;*/
	line-height: 24px;
}


.content .content-body p {
	
	padding-top: 15px;	
}

.content .content-body .right-content div.divcontent {
	min-height:490px;
}
.content .content-body .right-content #ext_padding_style {
	padding:35px;
	overflow:auto;
}
.content .content-body .right-content #default_padding_style {
	padding:35px;
	overflow:auto;
}
.content .content-body .right-content #default_padding10_style {
	padding:10px;
	overflow:auto;
}
.content .content-body .right-content #summary_style {
	padding:15px 35px;
	overflow:auto;
}
.content .content-body .right-content div.style div.title {
	color:#486aa7;
	font-size:24px;
	line-height: 30px;
}

.footer {
	min-height:150px;
	background:url(images/bottom_background.jpg) top center no-repeat;
	text-align:center;
	color:#666666;
	font-size:11px;
}

.footer a{
	color:#FFF;	
}

.footer a:hover {
	color: #CCC;
	
}

/*** LEFT MENU MODULE ***/
.left-menu {
	background:url(images/leftmenu_background.jpg) top center no-repeat;
	min-height:480px;
}
.left-menu .lm-title {
	background:url(images/leftmenu_titleline.png) bottom center no-repeat;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	padding-top:30px;
	font-size:22px;
	color:#bc262a;
}
.left-menu ul {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding-left:10px;
	padding-right:10px;
	margin:5px 0;
}
.left-menu li {
	color:#2a66b8;
	font-size:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:url(images/leftmenu_linkline.png) bottom left no-repeat;
	padding:5px 5px 7px 5px;
}
.left-menu li a {
	color:#2a66b8;
	font-weight:bold;
	text-decoration:none;
}
/*** END LEFT MENU MODULE ***/

/*** BREADCRUMBS ***/
#breadcrumbs_position {
	margin:7px 0;
}
#breadcrumbs_position #default_style {
	color:#b45d18;
}
#breadcrumbs_position #default_style a {
	color:#b45d18;
	text-decoration:none;
	cursor:pointer;
}
#breadcrumbs_position #default_style a:hover {
	color:#FF0000;
}
/*** END BREADCRUMBS ***/

/*** PAGINATION ***/
.pagination {
	margin-top:10px;
	text-align:center;
}
.pagination a{
	text-decoration:none;
	padding: 0 2px 0 2px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.pagination span{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	cursor:default;
}
/*** END PAGINATION ***/