body {
	font-family: proxima-nova,sans-serif;
	color: #000;
	font-size: 62.5%;
	background-color: #fff;
}

#container {
	width: 980px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	visibility: visible;
	z-index: 10;
	/*background: url(../img/background-body.gif) no-repeat;*/

/*border-left: 1px solid #003f74;
	border-right: 1px solid #003f74;*/
}

#header {
	height: 136px;
}

#headernew {
	margin-bottom: 50px;
	height: 100px;

}

.homecolumn {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 239px;
	border-right: 1px solid #b5b9af;
}

.disable {
	display: none;
	visibility: hidden;
}
.homecolumn:last-child {
	border-right-style: none;
}
.homecolumn p {
	padding-bottom: 15px;
}


.homecolumn ul {
		background-color: #f1fb6f;
		padding: 10px;
}
.homecolumn li {
	color: #000;
	margin-left: 15px;
	list-style-type: disc;
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
}

#top {
	margin-top: 20px;
	/*border-top: 1px solid #0069ab;*/
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

#logonew {
	float: left;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo {
	float: left;
	padding-left: 85px;
	padding-top: 22px;
}

#phone {
	float: right;
	padding-top: 20px;
	/*padding-right: 32px;*/
}

#phone h3 {
	font-size: 22px;
	color: #003f74;
	font-weight: normal;
	font-style: normal;
}

#tagline {
	float: left;
	padding-top: 10px;
	padding-left: 70px;
	text-align: center;
}

#tagline p {
	color: #000;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
}
.emailus {
	padding-top: 8px;
	float: right;
}
#nav {
	float: left;
	padding-left: 85px;
	padding-top: 20px;
	height: 33px;
	/

*margin-top: -107px;
*/
}

body#home a#homenav,
body#ourservices a#ourservicesnav,
body#medicareoptions a#medicareoptionsnav,
body#medicare a#medicarenav,
body#testimonials a#testimonialsnav,
body#contact a#contactnav,
body#gettingstarted a#gettingstartednav,
body#medicareselfhelp a#medicareselfhelpnav,
body#newspage a#newspagenav,
body#brochure a#brochurenav,
body#medicare101 a#medicare101nav {
	background: #284d81;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#284d81), to(#97acc8));
	background: -moz-linear-gradient(#284d81, #97acc8);
	-pie-background: linear-gradient(#284d81, #97acc8);
	behavior: url(/PIE.htc);
	color: #fff;
}

#nav li {
	float: left;
	margin-right: 34px;
}

#nav a {
	float: left;
	height: 22px;
	color: #000;
	-webkit-transition: color .3s linear;
	text-decoration: none;
	font-size: 16px;

}

#nav a:hover {
	color: #003f74;
	-webkit-transition: color .3s linear;
	padding-bottom: 10px;
	border-bottom: 2px solid #003f74;
}

#navnew {
	float: left;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	/*padding-top: 20px;
	height: 50px;
	padding-bottom: 20px;*/
}

#navnew li {
	float: left;
}
#navnew a {
	float: left;
	height: 18px;
	color: #000;
	text-decoration: none;
	border: 1px solid #0069aa;
	padding: 10px 37px;
	margin-right: 24px;
	text-align: center;
	/*width: 200px;*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #dfdfdf 0px 2px 3px;
	-moz-box-shadow: #dfdfdf 0px 2px 3px;
	box-shadow: #dfdfdf 0px 2px 3px;
	background: #efeee5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f0e7), to(#e5e3d9));
	background: -moz-linear-gradient(#f1f0e7, #e5e3d9);
	-pie-background: linear-gradient(#f1f0e7, #e5e3d9);
	behavior: url(/PIE.htc);
	font-style: normal;
	font-size: 15px;
	font-weight: 400;
}

#navnew a.lastnav  {
	float: right;
	height: 18px;
	color: #000;
	text-decoration: none;
	border: 1px solid #0069aa;
	padding: 10px 15px;
	margin-right: 0;
	text-align: center;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #dfdfdf 0px 2px 3px;
	-moz-box-shadow: #dfdfdf 0px 2px 3px;
	box-shadow: #dfdfdf 0px 2px 3px;
	background: #efeee5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f0e7), to(#e5e3d9));
	background: -moz-linear-gradient(#f1f0e7, #e5e3d9);
	-pie-background: linear-gradient(#f1f0e7, #e5e3d9);
	behavior: url(/PIE.htc);
	font-style: normal;
	font-size: 15px;
	font-weight: 400;
}

test {
	background-color: #efeee5;
}
#navnew a:hover {
	
	background: #284d81;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#284d81), to(#97acc8));
	background: -moz-linear-gradient(#284d81, #97acc8);
	-pie-background: linear-gradient(#284d81, #97acc8);
	behavior: url(/PIE.htc);
	color: #fff;
}

#splash {
	height: 200px;
}

#splashtext {
	float: left;
	width: 505px;

	padding-top: 25px;

	padding-left: 40px;
	padding-right: 40px;
	height: 175px;
	/*overflow: hidden;*/
}

#splashtext h1 {
	padding-bottom: 12px;
	color: #fff;
	font-size: 36px;
}

#test {
	background: #fff url(imagegoeshere) no-repeat right;
}

#splashimage {
	width: 390px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: right;
	border-left: 5px solid #fff;
}



#splashtext h2 {
	padding-bottom: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 36px;
	font-size: 28px;
}

#newscontainer {
/*temporary fix */
/*display: none;*/
	margin-top: 30px;
/*	margin-right: 30px;*/
	float: right;
/*	width: 334px;*/
	width: 390px;
	background: #9fdb9c;
}

ol {
	margin-left: 20px;
}

ol li {
	color: #000;
	padding-bottom: 12px;
	list-style-type: decimal;
	line-height: 16px;
	font-size: 12px;
}

#news {
	width: 342px;
	background-color: #e3f4e2;
	border: 3px solid #fff;
	margin: 1px;
	padding: 20px;
	z-index: 100;
}


#maincontent {
	padding-top: 25px;
	float: left;
/*	padding-left: 40px;*/
/*	padding-left: 17px;*/
	width: 557px;
	overflow: hidden;
}

#maincontent img, #maincontentinternal img {
margin-top: -30px;
/*	float: right;
	padding: 10px;*/
}

#maincontent .wideimage {
	float: left;
	padding-top: 20px;
	margin-left: -40px;
}

.excel {
	margin-bottom: 25px;
	padding-left: -25px;
	border: 1px solid #000;
}

#maincontentinternal {
	padding-top: 25px;
	float: left;
/*	padding-left: 40px;*/
/*	padding-left: 17px;*/
	width: 557px;
}

#maincontentinternal img {
	padding-bottom: 20px;
}

#maincontentinternal ul {
	margin-left: 50px;
}

#maincontentinternal li {
	padding-bottom: 8px;
}

.questionnaireicon {
	text-align: center;
}

#maincontent .or {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #c12126;
	font-size: 22px;
}

#download, .download2 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}

.download {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 55px;
}

#fancyheadline, .fancyheadline {
	padding-bottom: 15px;
}
#fancyheadline h1, .fancyheadline h1 {
	padding: 7px;
	border: 2px solid #3792b3;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
}

#footer {
/*	padding-left: 40px;*/
	padding-top: 50px;
	padding-bottom: 35px;
}

#footertext {
	float: left;
	width: 475px;
}

#footertext p {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 16px;
	font-weight: 400;
	color: #3b3b3b;
}

#footerlogos {
	padding-top: 20px;
	float: right;
	padding-right: 50px;
}

#footerlogos img {
	padding: 10px;
}

#credits {
	height: 30px;
	padding-top: 15px;
	padding-left: 85px;
	padding-right: 50px;
	background-color: #022e56;
}

#credits p {
	color: #fff;
}

#credits a {
	color: #e1deb1;
	text-decoration: none;
}

#credits a:hover {
	color: #fff;
	text-decoration: none;
}

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

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.slideshow {
	/*

height: 325px;*/
	height: 350px;
	width: 500px;
	overflow: hidden;
}


a:link, a:visited {
	font-weight: 400;
	text-decoration: underline;
	outline: none;
	color: #003f74;
}

/* Button Appearance */

div.more-btn {
	margin: 2em 0;
}

div.more-btn a {
	padding: 6px 14px;
	color: #fff;
	background: #3792b3 url(img/glass-btn.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

div.more-btn a:hover {
	border-color: #a14141;
	background-color: #a14141;
}



/* TYPOGRAPHY */

p.flush {
	margin-bottom: -10px;
	padding-bottom: 0;
}
h1 {
	line-height: 36px;
	font-size: 26px;
}

#news h1 {
	padding-bottom: 18px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 400;
}

h2 {
	padding-bottom: 20px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 400;
}

#news h2 {
	padding-bottom: 5px;
	line-height: 15px;
	font-size: 13px;
	font-weight: 400;
}


#news h3 {
	padding-bottom: 5px;
	line-height: 15px;
	font-size: 13px;
	font-weight: 400;
}

#news p+h2 {
	padding-top: 20px;
}

.newsreadmore {
	text-align: right;
}

h3 {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 18px;
	padding-bottom: 5px;
}

#news p+h2 {
	padding-top: 20px;
}

h3+p {
	padding-bottom: 14px;
}

p {
	color: #000;
	line-height: 16px;
	font-size: 12px;
}


#maincontent p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 16px;
	font-weight: 400;
	color: #3b3b3b;
}

#maincontent ul, #maincontent ol {
	margin-left: 40px;
}
#maincontent ul li {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 16px;
	font-weight: 400;
	color: #3b3b3b;
	list-style-type: disc;
}

#maincontent ol li {
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 16px;
	font-weight: 400;
	color: #3b3b3b;
	list-style-type: decimal;
}


#news p {
	font-size: 15px;
	line-height:20px;
/*	padding-bottom: 16px;*/
	font-weight: 400;
	color: #3b3b3b;
}

#news li a {
	line-height: 19px;
	font-size: 15px;
}

#homefaqs h3 {
	color: #000000;
	font-size: 14px;
}

#homefaqs p+h3 {
	padding-top: 20px;
}

.date {
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 4px;
}

.blue {
	color: #005288;
}

#maincontentinternal ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 13px;
}

#maincontentinternal ol {
	list-style-type: decimal;
	line-height: 16px;
	font-size: 13px;
}

#maincontentinternal li {
		font-size: 15px;
	line-height: 18px;
/*	padding-bottom: 16px;*/
	font-weight: 400;
	color: #3b3b3b;
}

#maincontentinternal h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

#maincontentinternal p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 16px;
	font-weight: 400;
	color: #3b3b3b;
}

#maincontentinternal p+h2 {
	padding-top: 20px;
}

li.hentry {
	padding: 0;
	margin: 0;
}

.description p {padding-bottom:10px}

.statecontainer {
	float: left;
	width: 200px;
	padding: 25px;
	padding-top: 0;
}

.newsflash {
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #224A7B;
	background-color: #F0FAFF;
	margin-bottom: 15px;
	margin-top: 10px;
}

.newsflash img {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}