@charset "UTF-8";

/*  Reset */

body {
	padding: 0;
	margin: 0;

}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	/*line-height: 1em;*/
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table, td, th, tr {
	font-size: inherit;
	font: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ul {
	list-style: none;
}

img {
	border: 0;
}
p {
	margin: 1em 0;
}
em {
	font-style:italic;
	}
strong {
	font-weight:bold;
}

:focus {
	outline: 0;
	}


/*-- BASIC SETUP --*/

html,body {
	margin: 0px, auto;
	padding: 0px;
	height:100%;
	font: 12px;
	line-height: 20px;  
	background: #ffffff;
}

body {
    font: 0.625em/1.5 ;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

#container {
	border-top: 7px solid #0079c6;
    height: auto !important;
    margin-top: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative;	
}

h1{
	font-size:2em;
	line-height:120%;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	color:#373737;
	margin: 0px 0 15px 0;

}

h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#0088ce;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	margin-left:10px;

}

h3 {

	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;	font-weight:bold;
	color:#000;
	font-size:1.2em;

	
}

h4 {  

	font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

p {
	font-size: 1.1em;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	color:#000;
}
  
blockquote {  
	font-size: 1.0em;  
}  

input {  
	font-size: 1.0em;  
}  

small {  
	font-size: 0.75em;  
}  
a {
    color: #0079c6;
    text-decoration: underline;
}
a:hover{
	color:#373737;
    text-decoration: none;
}
sup   {
	font-size: 0.7em;
	padding-left: 1px;
	vertical-align: text-top; }


/*-- HEADER --*/

#header {
	position: relative;
	display:block;
	width: 900px;
	height: 128px; 
	margin-left: auto;
	margin-right: auto;
}

#nav-main{
	clear: both;
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    top:90px;
    right:0;
    position: absolute;
    width: 700px;
}
#nav-btns {
    position: absolute;
    display: block;
    top: 0px;
    width: 700px;
}
#logo {
	position: absolute;
	width: 175px;
	height: 132px;
	top: 17px;
	left: 0px;
	z-index:10;
	/*--
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	--*/
}  

.search{
	float: right;
    height: 40px;
    margin: 15px 0 0;
    width: 250px;
	text-align:right;
}

.font-sizer{
    float: left;
    height: 30px;
    padding: 8px 0 0;
    width: 82px;
}

.searchfield {
    background: url("../images/search_field.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #3D3D3D;
    
    font-size: 14px;
    width: 200px;
    height: 23px;
    
    margin: 0 0 0 10px;
    padding: 5px 0 5px 6px;
    vertical-align: top;
}
#top-nav{
	float: right;
    margin: 10px 0 0;
    text-align: right;
    width: 900px;
}

#top-nav a {
    color: #006BCE;
    font-size: .9em;
    font-weight: normal;
    padding: 0 0 0 16px;
}

#top-nav a:hover {
    color: #000000;
    text-decoration: none;
}

#content{
	position:relative;
	display:block;

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:80px;
}

#main-screen{
	position:relative;
	display:block;

	width: 898px;
    height: 300px;

    border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
    background-color:#ffffff;

    overflow: hidden;
}

#news{
	position:relative;
	display:block;
	font-size:.8em;

	margin-top:6px;
	width: 883px;
    height: 22px;

    padding:5px;
    padding-left:10px;
    border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
    background-color:#f1f1f1;
}

#sub-screen1{
	position:relative;
	display:inline-block;
	float:left;
	font-size:.8em;

	margin-top:6px;
	margin-right:13px;
	width: 289px;
    height: 201px;


    border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
    background-color:#f1f1f1;
    overflow: hidden;
}

#sub-screen2{
	position:relative;
	display:inline-block;
	float:left;
	font-size:.8em;

	margin-top:6px;
	margin-right:6px;
	width: 289px;
    height: 201px;

   
    border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
    background-color:#f1f1f1;
    overflow: hidden;
}

#sub-screen3{
	position:relative;
	display:inline-block;
	float:right;
	font-size:.8em;

	margin-top:6px;
	width: 289px;
    height: 201px;


    border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
    background-color:#f1f1f1;
    overflow: hidden;
}


/*	Drop Down Styles  */

/*---------Dropdown nav STYLES--------------*/
		
.navdd ul {
	list-style:none;
	margin:0;
	padding:0;
	border-right:1px solid #d3d3d4;
	border-left:1px solid #d3d3d4;
	border-bottom:5px solid #0088ce;
}


.navdd li {
	color:#5a5a5a;
	font-weight:bold;
	margin:0;

	background: url(../images/sn_line.gif) repeat-x bottom left;

	font-size:.75em;
	line-height:1.3em;
}

.navdd li a {

	color:#5a5a5a;
	text-decoration:none;
	padding:8px 18px;
	display:block;
}

.navdd li a:hover {
	color:#5a5a5a;
	background:#c4e9ff;
	text-decoration:none;
	display:block;
}

.navdd {
	z-index: 500;
	position: absolute;
	padding-top: -1px;
	display: none;
	overflow:visible;
}


.navdd ul {
	background: white; 
	overflow: visible;
}

.navdd img {
	margin-bottom: 3px;
}


#dd0 {
	left: 0;
}
#dd0 ul {
	width:225px;
	border-top:3px;
	position:relative;
	top:-8px;
	border-top:1px solid #ccc;
	color:#F00;
}

#dd1 {
	left:133px;
}
#dd1 ul {
	width:225px;
	border-top:3px;
	position:relative;
	top:-8px;
	border-top:1px solid #ccc;
	color:#F00;
}
#dd2 {
	left: 255px;
}
#dd2 ul {
	width:225px;
	border-top:3px;
	position:relative;
	top:-8px;
	border-top:1px solid #ccc;
	color:#F00;
}

#dd3 {
	left: 356px; 
}
#dd3 ul {
	width:225px;
	border-top:3px;
	position:relative;
	top:-8px;
	border-top:1px solid #ccc;
	color:#F00;
}

#dd4 {
	left: 559px; 
	
}
#dd4 ul {
	width:225px;
	position:relative;
	top:-8px;
	border-top:1px solid #ccc;
	width:225px;
	/* LEFT OFFSET FOR LAST MENU */
	margin-left: -86px;
}



/* 	SUB PAGE  */

#sub-content{
	position:relative;
	display:block;

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}

#sub-content a {
    color: #0079c6;
    text-decoration: none;
	border-bottom: 1px solid #0079c6;
}
#column-left a{
	border-bottom: none;
    text-decoration: none;
	border-bottom: none;
}
#sub-content a:hover {
    color: #000;
    text-decoration: none;
	border-bottom: 1px solid #000;
}
#sub-screen{
	position:relative;
	display:block;
	width: 898px;
    height: 121px;
    border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
    background-color:#ffffff;
    margin-bottom:20px;
    overflow: hidden;
}

#column-left{
	position:relative;
	display:inline-block;
	width: 190px;
	font-size:.8em;
	margin:6px 0 110px;
    height:auto;
    float:left;

}
.callout{
	width:190px;
	position:relative;
	display:inline-block;
	margin-top:6px;
    height:auto;

	border-bottom-color: #0088ce;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	
    background-color:#f1f1f1;
    overflow: hidden;	
	font-size:0.9em;

}

.callout div {

	margin:15px 0px 15px 15px; width:85%;
}




#column-middle{
	position:relative;
	display:inline-block;
	font-size:.7em;
	line-height: 1.4;
	margin-top:6px;
	margin-bottom:110px;
	width: 660px;
    height: auto;
    float:left;
    padding-left:30px;
}

#column-middle h2{
	margin-left:0px;
	font-size:1.4em;
	margin-bottom:5px 0 0 0;
}


#column-middle ul {

	list-style-image: none;
	font-size:1.1em;
	margin-left:10px;
	margin-bottom:10px;
}
#column-middle li {
	background-image:  url('../images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-top:5px;
	padding-left:1.25em;
}
#column-middle ul ul {
	font-size: 1.0em;
	list-style-type: none;
	margin: 0px 0 0px 25px;
}
#column-middle ul ul li {
	padding: 0 0 0 15px;
	background: url('../images/bullet2.gif') no-repeat 0px 7px;
	text-decoration:none;
}
#column-middle ul ul li a {
	text-decoration:none;
}


.line {
    background: none repeat scroll 0 0 #D0CECE;
    height: 1px;
    margin: 10px 0 20px;
    width: 100%;
}

.footnote {
	margin:40px 0;
	font-size: 0.8em;
    line-height: 1.6em;
}

#column-right {
	position:relative;
	display:inline-block;
	font-size:1.0em;

	margin:0 0 60px 30px;
	width: 201px;
    height: auto;
	
    border-top-color: #0088ce;
	border-top-style: solid;
	border-top-width: 7px;
	border-bottom-color: #0088ce;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	
    background-color:#f1f1f1;
    overflow: hidden;	
    float:right;
	clear:both
}

#column-right div {

	margin:15px 0px 15px 15px; width:85%;
}

#column-single{
	position:relative;
	display:inline-block;
	font-size:.7em;
	line-height: 1.4;
	width: 885px;
    height: auto;
    float:left;
	margin:6px 0 90px;
    overflow: hidden;	

}

#column-single h2{
	margin-left:0px;
	font-size:1.3em;
	margin-bottom:0px;
}


#column-single ul {

	list-style-image: url('../images/bullet.jpg');
	margin-left:25px;
	margin-bottom:10px;
}

#column-single li {

	margin-top:5px;
font-size:1.1em
}
#column-single ul ul li {

	margin-top:5px;
font-size:1.0em
}





/*===================================================================*/

/*---------SUBNAVIGATION STYLES--------------*/



#sub-content #column-left ul {
list-style:none;
margin:0 0 25px;
padding:0;
width:190px;
}


#sub-content #column-left li {
color:#000;
width:190px;
margin:0;
background: url(http://www.ibxmedicare.com/images/backgrounds/sn_line.gif) no-repeat bottom left;
line-height:38px;
font-size:1.0em;
}

#sub-content #column-left .on {
color:#206cc0;
}



#sub-content #column-left li a {
width: 162px;
	color:#5a5a5a;
font-weight:bold;
text-decoration:none;
line-height: 1.5em;
padding: 5px 0 5px 18px;
padding-right:10px;
display:block;
}

#sub-content #column-left li a:hover {
color:#fff;
background:#0088ce;
text-decoration:none;
border-bottom:none;
display:block;
}

#sub-content #column-left li a.active { color:#0079c6;}

#sub-content #column-left ul ul li{
	width:190px;
background:none;
padding:0;
font-size:.9em;
line-height:1.0em
}


#sub-content #column-left ul ul{
margin:0;

}


#sub-content #column-left ul ul li a {
width:150px;
	color:#000;
font-weight:normal;
padding:5px 10px 8px 30px;
}

#sub-content #column-left ul ul li a:hover {
border-bottom:none;
color:#000;
background:#e0f3ff !important;
text-decoration:none;

}

#sub-content  .callout a {
    color: #0079c6;
	border-bottom: 1px solid #0079c6;
    text-decoration: none;
}
#sub-content  .callout a:hover{
	color:#000;
    text-decoration: none;
	border-bottom: 1px solid #000;
}
#sub-content   .callout div.btn a{
    color: #0079c6;
	border-bottom: none;
    text-decoration: none;
}


/*	FOOTER	*/
#footer{
	position: absolute;
	background-color:#0079c6;
    bottom: 0;
    height: 7px;
    width: 100%;
}

#footer div {
    width: 900px;
	height:50px;
	line-height: 1.3em;
    font-size: .7em;
    color:#9a9a9a;
    top:-55px;
    margin: 0 auto;
    position: relative;
}
#footer span {
	float:left;
	width:580px;
}
#footer div #sub-nav{
	float:right;
	text-align:right;
	width:250px !important;
	position:absolute;
	top:0;
	right:0;
}

#sub-nav a{
	font-size: 1.3em;
}



/* SEARCH RESULTS STYLES */

#resultswrapper {
	padding:25px;
	}


table.resultsHeader {
border-top:1px solid #cedae1;
border-right:1px solid #cedae1;
background:#EFF3F5;
margin:0 0 10px 0;
}

table.resultsHeader td {
border-bottom: 1px solid #cedae1;
border-left:1px solid #cedae1;
padding:5px;
}

.resultsHeader img {
vertical-align:-6px;
padding:0 7px 0 7px;
}

.resultsHeader a {
color:#212121;
}

.resultLastModified {
	clear:right;
	float:right;
	margin:0 0 15px 15px;
	font-size:0.9em;
	
}




.resultMainText {
	clear: none !important;
	font-size:0.9em;

}

.resultMainText a {
	text-decoration: underline;
	color:#668592; !important;
	

}

#searchinner form {

font-size:16px;
}




.resultSmallLinks {
	
	margin-bottom: 40px !important;
	clear: none !important;
	font-size:0.9em;
}


.resultSmallLinks a {
	text-decoration: underline !important;
	color:#0088ce;
}




#searchcontainer {

height:37px;
margin:5px 0 3px 0;}

	
.searchTextField {

height:27px;
	
	background:url(http://www.ibxmedicare.com/images/backgrounds/bg_searchmain.gif) no-repeat 0px 0px;
	border:none;
	width:286px;
	vertical-align:top;
	padding:5px 0 10px 10px;
	font-size:19px;
}




.arrowRight { 
	margin: 0 0 0 5px;
	position:relative;
	top:3px;
}
.arrowLeft {
	margin:0 5px 0 0;
	position:relative;
	top:3px;
}





#searchwrapper {

margin:0 0 10px 0;
padding: 0px;
}


#searchinner {
background:#0088ce;
float:left;
width:100%;
padding:0px;
color:#ffffff;
margin:0 0 10px 0px;
}


#searchinner .leftcol {

float:left;
width:400px;
}

#searchinner .rightcol {
padding: 10px 20px 10px 0;
float:right;
width:300px;
}

#searchinner .rightcol p {
	font-size:1em;
margin:0 0 5px;
padding:0;
color:#fff;}


*html .search_button {

padding:1px 0 0 0;}


/* <table> Layout --- Color rows by class. <TH> are w/out border or color SO BASICALLY WHITE. Last cell must be classed last for right border. */
	table {
	margin-top: 1.0em;
	margin-bottom: 3.0em;
	}
	 td {
	 vertical-align: middle;
	 padding: 1.0em;
	font-family: Helvetica, Arial,sans-serif;
	text-align:left;
	 border-top: 1px solid #cbd8df;
	 border-bottom: 1px solid #cbd8df;
	 border-left: 1px solid #cbd8df;
	 }
	 td.last {
	 border-right: 1px solid #cbd8df;
	 }
	 td.center {
	 text-align:center;
	 }
	 
	 
	 th {
	 height:.5em;
	 }
	th h3 {

	 padding: 0;
margin:0 0 5px 0;
font-size:1.3em;
	 }
	 .align_center {
	 text-align: center;
	 }
	 .yellow {
	 background: #ffffed;
	 }
	 .yellowlast {
	 background: #ffffed;
	 border-right: 1px solid #cbd8df;

	 }
	 .purple { 
	 background: #f8fbfd;
	 }
	  .purplelast { 
	 background: #f8fbfd;
	 border-right: 1px solid #cbd8df;

	 }
	 .blue { 
	 background: #e6f4fb;
	 }
	  .bluelast { 
	 background: #e6f4fb;
	 border-right: 1px solid #cbd8df;
	 }
	 .orange {
	 color: #ee690d;
	 }
	 .charcoal{
	 color: #373737;
	 }
	 table a {
	 text-decoration: underline;
	 }
	

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }





