@charset "utf-8";
body, html, * {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}
body { 
	background: #f5f5f5 url(../images/bg.jpg) repeat-y center top;	
	font-family: Arial, Helvetica, sans-serif;
}


/* header links */
#header {
	width: 100%;
	height: 60px;
}
#header img, #header ul, #header form {
	float: left;
}
#header ul {
	position: relative;
	top: 23px;
	margin: 0px 40px;
}
#header form {
	position: relative;
	top: 19px;
}
#header #search-box {
	border: 1px solid #ccc;
	padding: 3px 3px 3px 25px;
	background: url(/medicare/images/search.gif) no-repeat scroll 0 2px #fff;
	width: 130px;
}
#header .search-default-txt {
	color: #999;
}
#header #search-btn {
	background: url(/images/search_stat1.gif) no-repeat right center #fff;
	padding: 3px 10px 3px 3px;
	color: #0A3E91;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
#header #search-btn:hover {
	color: #3E5EB7;
}

a:link,
a:visited {
	color: #3C5EB6;
	text-decoration: none;
}
a:hover,
a:active {
	color: #036;
}
h1 {
	margin: 10px 0px 5px 5px;
	font-size: 28px;
	color: #3E5EB7;
	font-weight: normal;
}
sup {
	color: #999;
}
acronym {
	border-bottom: 1px dashed #999;
}

#container {
	font-size: 14px;
	padding: 0px 60px;
	width: 826px;
	margin: 0 auto;
}
#main {
	background: url(/medicare/images/homepage-askblue.jpg) no-repeat;
	height: 574px;
	width: 826px;
	position: relative;
	color: #666;
}
#main h2,
#main h3 {
	text-indent: -99999px;
	height: 0px;
}
/*#enroll {
	display: block;
	width: 195px;
	height: 95px;
	background: url(/medicare/images/b_enroll.jpg) no-repeat top left;
	position: absolute;
	top: 125px;
	left: 600px;
}
#enroll:hover {
	background-position: left bottom;
}
#enroll span {
	display: none;
}
*/
.hide {
	text-indent: -99999px;
}
.goButton {
	position: absolute;
	display: block;
	width: 48px;
	height: 31px;
	background: url(/medicare/images/b_go.jpg) no-repeat 0px -31px;
	text-indent: -999999px;
}
.goButton:hover {
	background-position: 0px 0px;
}
#enroll {
	top: 177px;
	left: 667px;
}
#askBlue {
	top: 177px;
	left: 520px;
}
#main ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.col {
	width: 210px;
	position: absolute;
	top: 345px;
}
#medicareAdvantagePlans {
	left: 70px;
}
#medigapPlans {
	left: 308px;
}
#medicareDrugPlans {
	left: 545px;
}
#compare {
	width: 133px;
	height: 28px;
	display: block;
	background: url(/medicare/images/b_comparePlans.gif) no-repeat top left;
	position: absolute;
	left: 349px;
	top: 455px;
}
#compare:hover {
	background-position: bottom left;
}
#compare span {
	display: none;
}
#currentMember {
	position: absolute;
	top: 493px;
	left: 70px;
}

/* footer */
#medigap-footer #disclaimer {
	text-align: center;
	margin-bottom: 20px;
}
#footer {
	font-size: 12px;
	margin: 0 auto;
	margin-top: 20px;
	width: 826px;
}
ul.inline li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	border-right: 1px solid #999;
	padding: 0px 10px 1px 0px;
}
ul.inline li.last {
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}
#footer ul.inline {
	text-align: center;
}
#footer ul {
	margin-bottom: 20px;
}
#footer #bbb,
#footer #w3,
#footer #copy {
	float: left;
}
#footer #copy {
	text-align: center;
	margin: 0px 20px;
	width: 605px;
	font-size: 14px;
	color: #999;
}
