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

#container_bottom{font-family:verdana; font-size:12px;}

#h1title{font-size:16px;}

#toprightnav{
	font-size:12px;
	position:relative;
	top:23px;
	left:75px;
	line-height:2;
	}

body{
	margin:0;
	padding:0;
	background-color: #6f90b8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image:url(http://imgs.gomedigap.com/main-bg.jpg);
	background-repeat:repeat-x;
}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding:0;
}

#topsection{
height: 105px; /*Height of top section*/
background:url(http://imgs.gomedigap.com/medicare-supplement-insurance-header.jpg) no-repeat;
width:1000px;
padding-bottom:5px;
}

#topsection h3{ width:300px; height:80px; float:left; margin:0 0 0 55px; position:relative; top:8px;}

#topsection h2{float:left; width:350px; padding:0; margin:20px 0 0 51px; color:#003366; font-size:22px; line-height:26px; text-align:center;}

#topsection p{float:right; width:168px; line-height:25px; font-size:12px; padding:19px 0 0 0;}

#contentwrapper{
width: 100%;
background:url(http://imgs.gomedigap.com/medicare-supplement-insurance-bg.jpg) repeat-y;
margin:0;
padding:0;
}

#contentcolumn{
margin:0;
padding:0;
}

#footer{
width: 1000px;
height:78px;
background:url(http://imgs.gomedigap.com/medicare-supplement-new-footer.jpg) no-repeat;
margin:0;
padding:0;
text-align:right;
}

#footer p {margin:26px 30px 0 0; padding:0; float:right;}

.innertube {
	padding:50px 0 0 78px;
}


a:link {
	color: #0066CC;
	text-decoration: none;
	font-style:normal;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
	font-style:normal;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
	font-style:normal;
}
a:active {
	color: #0066CC;
	text-decoration: none;
	font-style:normal;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#featured {background:url(http://imgs.gomedigap.com/medicare-supplement-insurance-featured.jpg) no-repeat; width:1000px; height:305px; margin:0; padding:0;}

#featured h1 {margin:0 0 68px 0; padding:0; color:#003366; font-size:30px; line-height:34px;}

#featured2 h1 {margin:0 0 68px 0; padding:0; color:#003366; font-size:30px; line-height:34px;}

#featured3 h1 {margin:0 0 68px 0; padding:0; color:#003366; font-size:30px; line-height:34px;}


.state {font-size:18px; border:2px #C9DA9E solid; color:#333; background:#FFFFCC; padding:2px; width:250px; vertical-align:top;}

.innertube2 {margin:0 30px 0 30px; padding:0;}

.box1 {background:url(http://imgs.gomedigap.com/medicare-supplement-client-savings.jpg) no-repeat; width:308px; height:210px; float:left;}

#fadeshow1 {width:308px; height:210px; float:left; margin-left:8px;}

.box3 {background:url(http://imgs.gomedigap.com/medicare-supplement-client-testimonials.jpg) no-repeat; width:260px; height:160px; float:right; margin:0 0 0 11px; padding:50px 22px 0 22px; font-size:14px;}

.box02 {background:url(http://imgs.gomedigap.com/client-testimonials.gif) no-repeat; width:260px; height:160px; margin:12px 0 0 0; padding:50px 22px 0 22px; font-size:14px; font-style:italic;}

.table-menu {font-size:12px;}

.table-menu ul {list-style-image: url(http://imgs.gomedigap.com/bullet.gif);}

.clear {clear:both}

.form-pad {margin:0; padding:0;}

.menu ul {
 padding-top: 12px;
 padding-bottom:12px;
 margin: 0px;
 list-style: none;
 text-align:center;
}
.menu ul li {
 display: inline;
 margin: 0px;
 list-style: none;
 font-weight:bold;
 font-family:Arial;
}

.menu ul li a{
	color:#FFF;
	font-size:14px;
	margin:0 45px 0 0;
    padding:12px;
	list-style:none;
}

.menu ul li a:hover{
	color:#FFF;
	margin:0 45px 0 0;
	background:url(http://imgs.gomedigap.com/hoverbg.png) repeat-x;
	list-style:none;
}

.menu {width:100%; height:50px; margin:0; padding:0; background:url(http://imgs.gomedigap.com/new-menu-bar.jpg) no-repeat; text-align:center;}

.tagline{
	position:relative;
	bottom:5px;
}		

.tagline a{color:#666;}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:url(http://imgs.gomedigap.com/hoverbg.png) repeat-x;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 11px;
font-weight:normal;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #336699;
filter:alpha(opacity=95); 
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-weight:normal;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 10px;
color: #fff;
font-weight:normal;
line-height: 24px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #184a7d;
color: #fff;
}


/* ######### class for shadow DIV ######### */


 /*.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99;zIndex for shadow
background: #003366;
visibility: hidden;
}*/



.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 0px;
visibility: hidden;
border:0;
z-index: 100;
width: 565px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,Strength=5);*/
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

#rightcolumn {float:right; width:590px; padding:20px 20px 0 0; margin:0; }

#rightcolumn h1{color:#003366; font-size:26px; padding:0; margin:0 0 10px 0;}

#rightcolumn h3{font-size:16px;}

#rightcolumn p{font-size:12px;text-align:justify;}

