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

* {
	margin: 0;
	outline: 0;
	padding: 0;
}

/*================================================
*** HTML TAG STYLES
================================================*/
body {
	background: #FFFFFF url(images/shell/sub-bkg-repeat.gif) repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 0 15px 20px;
}

body.home { background: #FFFFFF url(images/home/bkg_repeat.jpg) repeat-x; }

p {
	padding: 0 0 1.33em;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 32px;
	line-height: 34px;
	padding: 0 0 .66em;
	font-weight: normal;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 22px;
	padding: 0 0 .66em;
	font-weight: normal;
}

li {
	margin: 0 15px;
}

/*================================================
*** LINK STYLES
================================================*/
a:link, a:active, a:visited {
	color: #005FB2;
	text-decoration: none;
}

a:hover {
	color: #005FB2;
	text-decoration: underline;
}

a.linksmall:link, a.linksmall:visited, a.linksmall:active, a.linksmall:hover {
	font-size: 10px;
	text-transform: uppercase;
}

/*================================================
*** NAV STYLES
================================================*/
#nav {
	background: url(images/nav/nav-repeat.gif) repeat-x;
	height: 45px;
}

#nav a {
	display: block;
	float: left;
	height: 45px;
}

#nav a:hover { background-position: 0 -45px; }

#navAbout {
	background: url(images/nav/nav-about.gif) no-repeat;
	width: 70px;
}

#navAbout_at {
	background: url(images/nav/nav-about.gif) no-repeat;
	width: 70px;
}

#navContact {
	background: url(images/nav/nav-contact.gif) no-repeat;
	width: 88px;
}

#navContact_at {
	background: url(images/nav/nav-contact.gif) no-repeat;
	width: 88px;
}

#navGroupHealth {
	background: url(images/nav/nav-group-health.gif) no-repeat;
	width: 170px;
}

#navGroupHealth_at {
	background: url(images/nav/nav-group-health.gif) no-repeat;
	width: 170px;
}

#navHealthInsurance {
	background: url(images/nav/nav-health-insurance.gif) no-repeat;
	width: 153px;
}

#navHealthInsurance_at {
	background: url(images/nav/nav-health-insurance.gif) no-repeat;
	width: 153px;
}

#navHome {
	background: url(images/nav/nav-home.gif) no-repeat;
	width: 67px;
}

#navHome_at {
	background: url(images/nav/nav-home.gif) no-repeat;
	width: 67px;
}

#navMedicareProducts {
	background: url(images/nav/nav-medicare-products.gif) no-repeat;
	width: 166px;
}

#navMedicareProducts_at {
	background: url(images/nav/nav-medicare-products.gif) no-repeat;
	width: 166px;
}

#navRightPlan {
	background: url(images/nav/nav-right-plan.gif) no-repeat;
	width: 130px;
}

#navRightPlan_at {
	background: url(images/nav/nav-right-plan.gif) no-repeat;
	width: 130px;
}

#navTestimonials {
	background: url(images/nav/nav-testimonials.gif) no-repeat;
	width: 120px;
}

#navTestimonials_at {
	background: url(images/nav/nav-testimonials.gif) no-repeat;
	width: 120px;
}

#navAbout_at, #navContact_at, #navGroupHealth_at, #navHealthInsurance_at, #navHome_at, #navMedicareProducts_at, #navRightPlan_at, #navTestimonials_at {
	background-position: 0 -45px;
	display: block;
	float: left;
	height: 45px;
}

/*================================================
*** BUTTON STYLES
================================================*/
#butGroupPlans {
	background: url(images/nav/but-group-health-plans.gif) no-repeat;
	display: block;
	float: left;
	height: 47px;
	margin: 0 0 20px;
	width: 292px;
}

#butGroupPlans2 {
	background: url(images/nav/but-group-health-plans.gif) no-repeat;
	display: block;
	height: 47px;
	margin: 0 auto;
	width: 292px;
}

#butHealthInsurance {
	background: url(images/nav/but-health-insurance.gif) no-repeat;
	display: block;
	float: left;
	height: 47px;
	margin: 0 20px 20px 0;
	width: 292px;
}

#butHealthInsurance2 {
	background: url(images/nav/but-health-insurance.gif) no-repeat;
	display: block;
	height: 47px;
	margin: 0 auto;
	width: 292px;
}

#butMedicareProducts {
	background: url(images/nav/but-medicare-products.gif) no-repeat;
	display: block;
	float: left;
	height: 47px;
	margin: 0 20px 20px 0;
	width: 292px;
}

#butMedicareProducts2 {
	background: url(images/nav/but-medicare-products.gif) no-repeat;
	display: block;
	height: 47px;
	margin: 0 auto;
	width: 292px;
}

#butGroupPlans:hover, #butHealthInsurance:hover, #butMedicareProducts:hover, #butMedicareProducts2:hover { background-position: 0 -47px; }

/*================================================
*** SHELL STYLES
================================================*/
#main {
	margin: 0 auto;
	width: 994px;
}

#homeContainer {
	padding: 0 15px;
}

#container {
	background: #FFFFFF;
	margin: 0 15px;
}

.content {
	min-height: 400px;
	padding: 30px 30px 0;
}

#footer {
	border-top: 1px solid #E5E5E5;
	color: #808080;
	font-size: 10px;
	margin: 0 30px;
	padding: 10px 0 0;
	width: 904px;
}

#footerLeft {
	float: left;
	text-align: left;
	width: 450px;
}

#footerLinks {
	padding: 0 20px 20px;
	text-align: center;
	text-transform: uppercase;
}

#footerRight {
	float: right;
	text-align: right;
	width: 450px;
}

#homeContent {
	font-size: 14px;
	line-height: 16px;
	margin: 0 23px 30px;
	padding: 0;
	width: 916px;
}

#homeContentCenter {
	float: left;
	padding: 10px 20px 20px 20px;
	width: 288px;
}

#homeContentLeft {
	float: left;
	padding: 10px 7px 20px 7px;
	width: 288px;
}

#homeContentRight {
	float: left;
	padding: 10px 7px 20px;
	width: 272px;
}

#homeLinksCTA {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 20px;
	text-align: center;
}

.twocol_left {
	float: left;
	padding: 0 30px 30px 0;
	width: 446px;
}

.twocol_right {
	float: left;
	padding: 0 0 30px;
	width: 428px;
}

/*================================================
*** BACKGROUND STYLES
================================================*/
#aboutBkg { background: url(images/shell/about-bkg.jpg) top right no-repeat; }
#contactBkg { background: url(images/shell/contact-bkg.jpg) top right no-repeat; }
#groupinsuranceBkg { background: url(images/shell/groupinsurance-bkg.jpg) top right no-repeat; }
#healthinsuranceBkg { background: url(images/shell/healthinsurance-bkg.jpg) top right no-repeat; }
#medicareBkg { background: url(images/shell/medicare-bkg.jpg) top right no-repeat; }
#righthealthplanBkg { background: url(images/shell/righthealthplan-bkg.jpg) top right no-repeat; }
#testimonialsBkg { background: url(images/shell/testimonials-bkg.jpg) top right no-repeat; }

/*=================================================================
*** FORM STYLES
=================================================================*/
form {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 30px;
	margin-bottom: 30px;
}

form .subsection {
	background: #FAFAFA;
	border: 1px solid #D5D5D5;
	margin: 0 0 30px;
	padding: 20px;
}

input[type=text] {
	border: 1px solid #A5A5A5;
	color: #333333;
	font-size: 12px;
	margin: 0 2px;
	padding: 2px 4px;
}

.form_2col {
	width: 378px;
}

.form_3col {
	width: 236px;
}

textarea.form_2col {
	width: 512px;
}

select {
	border: 1px solid #A5A5A5;
	color: #333333;
	font-size: 12px;
	margin: 2px 2px 0;
	padding: 3px 4px;
}

textarea {
	border: 1px solid #A5A5A5;
	color: #333333;
	font-size: 12px;
	margin: 2px 2px 0;
	padding: 3px 4px;
}

/*================================================
*** MISC STYLES
================================================*/
.caption {
	font-size: 12px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}

#groups-sidebar {
	float: right;
	width: 260px;
}

#groups-text {
	float: left;
	margin: 0 0 30px;
	width: 582px;
}

.img_left {
	float: left;
	padding: 0 20px 10px 0;
}

.img_right {
	float: right;
	padding: 0 0 10px 20px;
}

#medicare-pic1 {
	float: left;
	padding: 2px 20px 0 0;
	width: 170px;
}

#medicare-pic2 {
	float: left;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 204px;
}

#medicare-text1 {
	float: left;
	width: 238px;
}

#medicare-text2 {
	float: left;
	margin: 0 0 30px;
	padding: 2px 20px 0 0;
	width: 640px;
}

.page_intro {
	font-size: 15px;
	line-height: 19px;
	width: 570px;
}
