@charset "utf-8";
/* CSS Document */
html{
height:100%;
}
body{
	background:#013298;
	text-align:center;
	height:100%;
}

div, a, img, span, p, form, table, td, tr{
	margin:0px;
	padding: 0px;
	border:none;
}

a{
outline:none;
}

table{
text-align:left;
}

.full_width{
width:100%;
}

div#page_wrap{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:930px;
	height:100%;
	text-align:left;
}

div#header{
	position:relative;
	width:930px;

}
	div#header_logo{
		background-image:url(../images/logo.jpg);
		background-repeat:no-repeat;
		width:265px;
		height:188px;
	}
	
	div#photo_bar{
		position:absolute;
		left:265px;
		top: 51px;
		background: url(../images/bgMainMenu.gif) repeat-x 0 0;
	}
	
	div#nav{
		font-family:Arial, Helvetica, sans-serif;
		position:absolute;
		left:265px;
		top: 0px;
		width: 666px;
	}
		div#nav ul{
			margin:0px;
			padding: 0px;
			width:100%;
		}
		div#nav ul li{
			margin: 0px 0px 0px 0px;
			display:block;
			list-style:none;
			float:left;
			height: 47px;
		}
		
		div#nav ul li:hover{
			margin: 0px 0px 0px 0px;
			display:block;
			list-style:none;
			float:left;
			background: url(../images/bgMainMenuHover.gif) repeat-x 0 0;
			color: #013298 !important;
		}
		
		div#nav li a{
			display:block;
			height:31px;
			padding-top: 16px;
			text-align:center;
			/*text-indent:-9999px;*/
/*			background: url(../images/bgMainMenu.gif) repeat-x 0 0;
*/		}
	
	div#nav_location{
		font-family:Arial, Helvetica, sans-serif;
		position:absolute;
		left:275px;
		top: 140px;
		width: 666px;
	}
	
		div#nav_location ul{
			margin:0px;
			padding: 0px;
			width:100%;
		}

		div#nav_location ul li{
			margin: 0px 0px 0px 0px;
			display:block;
			list-style:none;
			float:left;
			height: 47px;
		}
		
		div#nav_location ul li:hover{
			margin: 0px 0px 0px 0px;
			display:block;
			list-style:none;
			float:left;
			background: url(../images/bgMainMenuHover.gif) repeat-x 0 0;
			color: #013298 !important;
		}
		
		div#nav_location li a{
			display:block;
			height:31px;
			padding-top: 16px;
			text-align:center;
			/*text-indent:-9999px;*/
/*			background: url(../images/bgMainMenu.gif) repeat-x 0 0;
*/		}

div#nav li a:hover{
	color: #013298;
}
div#nav ul li:hover a{
	color: #013298;
}
		
		div#nav li.home_link a{
			width:69px;
/*			background:url(../images/home_link.jpg) bottom;
*/		}
		
		div#nav li.about_link a{
			width:79px;
/*			background:url(../images/about_link.jpg) bottom;
*/		}
		
		div#nav li.products_link a{
			width:108px;
/*			background:url(../images/product_link.jpg) bottom;
*/		}
		
		div#nav li.planning_link a{
			width:101px;
/*			background:url(../images/planning_link.jpg) bottom;
*/		}
		
		div#nav li.faq_link a{
			width:60px;
/*			background:url(../images/faq_link.jpg) bottom;
*/		}
		
		div#nav li.careers_link a{
			width:89px;
/*			background:url(../images/careers_link.jpg) bottom;
*/		}
		
		div#nav li.news_link a{
			width:68px;
/*			background:url(../images/blog_link.jpg) bottom;
*/		}
		
		div#nav li.contact_link a{
			width:90px;
/*			background:url(../images/contact_link.jpg) bottom;
*/		}
		
		div#nav_location li.corporate_link a{
			width:99px;
		}

		div#nav_location li.sc_link a{
			width:133px;
		}

		div#nav_location li.georgia_link a{
			width:133px;
		}

		div#nav_location li.california_link a{
			width:133px;
		}

		div#nav_location li.nc_link a{
			width:133px;
		}

		div#nav_location li.florida_link a{
			width:133px;
		}

		div#nav li a:hover{
		background-position:top;
		}
		
		.red{
		background-color:#FF0000;
		visibility:hidden;
		}
		
		
		.rollmenu {
			margin:30px;
			margin:0px;
			padding:6px;
			display: block;
			/*border:#fcdb00 2px solid;*/
			border:#333333 2px solid;
			border-top:none;
			background-color:#f1f1f1;  
		}
		
		
		.rollmenu:hover 
		{	
			background-color:#fcdb00; 
			text-decoration: none; 
			z-index:500;
		}
		
		.menuhead {
			font-weight: bold; 
			font-size: 12px; 
			color: #ffffff; 
			background-color: transparent;
		}
		
		#menu1 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
		#menu2 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
		#menu3 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
		#menu4 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}

div#menu_aboutContainer, div#menu_productsContainer, div#menu_planningContainer, div#menu_contactContainer,div#menu_scContainer, div#menu_georgiaContainer, div#menu_californiaContainer, div#menu_ncContainer, div#menu_floridaContainer {
z-index:500;
}

div#page_image{
	position:relative;
	background-image:url(../images/image_home.jpg);
	background-repeat:no-repeat;
	width:931px;
	height:234px;
        padding:1px 50px 10px 10px;
	margin-top:0px;
	z-index:1;
}

div#page_content{
	background-image:url(../images/content_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	background-color:#f1f1f1;
	margin-top:5px;
	width:930px;
	overflow:auto;
	/*padding-top:20px;
	padding-bottom:10px;*/
}

*html div#page_content{
	overflow:inherit;
}

div#silent_partner{
background:url(../images/bgSilentPartner.png);
width:243px;
height:51px;
margin: 0 auto;
text-align:center;
}
div.gutter{
padding: 10px;
}
/*****************************
* FORM DESIGN
******************************/
form table td{
padding: 0 0 5px;
vertical-align: top;
}

.login_input{
	width:208px;
}

td.label{
padding-right: 10px;
text-align:right;
vertical-align:top;
}

#nbc_form td.label, #nbc_form td.label label{
text-align:left;
padding:0;
margin:0;
}

.apply_input{
	width:173px;
}

.input_text{
	width:208px;
	margin:0;
}

.form_col2{
margin-left:5px;
}

.fieldset_table{
margin-top: 10px;
margin-left:40px;
}

td#loadgif
{
	visibility:hidden;
}

div.confirmation_msg{
background-color:#fcdb00;
padding: 5px 10px;
margin-bottom:20px;
}

input.error{
border: #FF0000 solid 2px;
}

label.error{
display:block;
margin:0;
padding: 0 0 5px;
}

div.form_div{
overflow: hidden;
width:330px;
}

div.form_div div.formRow{
margin: 5px 0;
overflow:hidden;
}
div.form_div label{
width:100px;
text-align:right;
float:left;
margin: 0 5px 0 0;
}
div.form_div input{
width: 215px;
}
div.form_div textarea{
width:215px;
}

table.radioOptionTable input{ 
width:auto !important;
}

div.form_div input#submitButton{
clear: both;
width:auto;
margin: 10px auto 0 auto;
}

div.form_div label.error{
margin: 0 0 0 100px;
}

/*******************************
* TABLE DATA
********************************/
table.data{
border-style: solid;
border-width: 1px 0px 0px 1px;
border-color: #666666;
margin-top: 10px;
}

table.data tr td{
padding: 5px;
}

table.data tr.even{
background-color: #E0E0E0;
}

table.data th.title{
background-color:#013298;
color:#FFFFFF;
font-weight:bold;
}

table.data th, table.data td{
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #666666;
}

#client_details, #policy_details, #policy_number{
background-color:#E0E0E0;
}

table#report_table, #uploads_table{
width:100%;
clear:both;
}

div.paginationWrap{
display: none;
}

table.pagination_links{

}

td.pageLink{
text-align: center;
padding-right: 2px;
}

#agentTotals{
display:none;
float: right;
text-align:right;
}

#agentName{
font-size: 16px;
font-weight: bold;
}

.statusCheck{
float: left;
margin-right: 10px;
}

/* ------------------------------------------------
* 	Content Styles
--------------------------------------------------*/

#wrapContentInner{
float: right;
}
	div#content{
	padding: 20px 20px 10px; 
	/*height:100%;*/
	}
	
	div#content p{
	margin-top:0px;
	margin-bottom:10px;
	}
	
	div#content p.bottom_p{
	margin-bottom:0px;
	}
	div.content_title{
		width:inherit;
		border-bottom: #999999 thin solid;
	}
	
	div.blank_title{
		width:inherit;
		border-bottom: #999999 thin solid;
		visibility:hidden;
	}
	
	
	div.content_text{
		margin-top:10px;
		padding-top:10px;
		width:inherit;
		padding-bottom:10px;
	}
	div.content_text ul{
		margin-top:5px; margin-left:0px; padding-left:15px; text-align:left;
	}
	
	
	div.content_text li{
		margin-bottom:5px;
	}
	div.content_text table{
	margin-bottom:5px;
	}
	
	div#col3 div.content_text, div#col3 div.content_title{
	padding-right: 10px;
	padding-left:10px;
	padding-bottom:0px;
	}
	
	div#medicare_table{
	position:absolute;
	overflow:auto;
	top: 200px;
	left: 303px;
	}	
	
	div.col_footer{
	width:288px;
	height:31px;
	background-image:url(../images/col3_bg.jpg);
	margin:0;
	padding:0;
	}
	
		div#col1, div#col2, div#col3{
		background-color:#f1f1f1;
		min-height:90%;
		}
		div#col1{
			float:left;
			width:214px;
			padding-right:0px;
		}
		
		div#col2{
			float:left;
			margin-left:50px;
			padding-left:20px;
			width: 300px;
		}
		
		div#col2_full{
			float:left;
			margin-left:50px;
			padding-left:20px;
			width: 578px;
		}
		
		#reportsWrap{
			display: block;
			clear: both;
			width: 100%;
		}
		
		div#col3{
			float:right;
			width: 268px;
			margin-right:20px;
		}
		
		div#col3_plain{
			float:right;
			width: 288px;
			margin-right:0px;
		}

		div#col3 div.content_text{
		background-color:#013298;
		}
		
		div.error_msg{
			margin-bottom:5px;
		}
		
		div.frequent_question{
			width:100%;
			margin-bottom:10px;
			background-color:#E0E0E0;
			padding:5px;
		}
		
		div.frequent_answer{
			margin: 0px 0px 20px 30px;
			padding-right: 30px;
		}
	
	div#divider{
		background-color:#013298;
		height:100%;
		width:5px;
		position:absolute;
		top:0px;
		left: 280px;
		z-index:400;
	}

div#footer{
clear:both;
height:5%;
margin-top:0px;
position:relative;
top:-23px;
}

	img#senior_solutions{
		position:relative;
		top:23px;
	}
	
	/***** Clearfix *****/
	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */
