/***********************************
	Color Palette
************************************



*/

/***********************************
	Reset
***********************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
	zoom: 1;
}
ol, ul { list-style: none; }
html { overflow-y: scroll; }

/***********************************
	Universals
***********************************/

.clear { clear: both; }
.floatright,.alignright { float: right; margin: 0 0 10px 16px; clear: both; }
.floatleft,.alignleft { float: left; margin: 0 16px 10px 0; clear: both; }
small {	font-size: 10px; }

/***********************************
	Essentials
***********************************/

body {
	font-family: arial, Sans-serif;
	font-size: 12px;
	background-color: #001e1d;
	color: #555;
}
a {
	color: #008c8b;
	cursor: pointer;
	text-decoration: none;
}
p {	margin-bottom: 20px; line-height: 16px; }
h1, h2, h3, h4, h5 { margin-bottom: 16px; }
h1 { font-size: 28px; color: #008c8b; }
h2, h3 { font-size: 14px; color: #008c8b; }
h4, h5 { color: #008c8b; }
input, select, textarea {
	padding: 4px;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 12px;
}
h1.trackcomp	{ color: #008c8b;}
h1.trackability	{ color: #7f002e;}
h1.trackleave	{ color: #007400;}
h1.certadvisor	{ color: #e86b00;}
h1.medicare		{ color: #683cb3;}

/***********************************
	Forms
***********************************/

form p {
	margin-bottom: 6px;
}
label {
	display: block;
}
input, select, textarea {
	padding: 4px;
	width: 200px;
	border: 0;
	font-family: arial, Sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px solid #ccc;
}
textarea {
	width: 300px;
	height: 93px;
}
.btnHolder input {
	padding: 6px 7px;
	margin-top: 8px;
	width: auto;
	background-color: #008C8B;
	color: #fff;
	border: 1px solid #008C8B;
}

/***********************************
	Lists
***********************************/

ul.styled {
	margin: 0 0 16px 0;
	padding-left: 42px;
	list-style: disc outside;
	overflow: hidden;
}
ul.styled li {
	line-height: 16px;
}
dl dt {
	margin-bottom: 4px;
	font-size: 12px;
	font-family: georgia, serif;
	font-style: italic;
	color: #008c8b;
	font-weight: bold;
}
dl dd {
	margin-bottom: 16px;
}

/***********************************
	Wrappers
***********************************/

#pageWrapper {
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentWrapper {
	margin: 0 auto;
	padding-bottom: 0px;
	width: 1000px;
	position: relative;
}

/***********************************
	Header
***********************************/

#header {
	height: 146px;
	position: relative;
}
#header #logo {
	width: 134px;
	height: 118px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 12px;
}
#header #logo a {
	height: 109px;
	display: block;
}
#header #phone {
	width: 150px;
	height: 22px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 73px;
	right: 20px;
}
#header #phone a {
	height: 22px;
	display: block;
}
#header #phone h2 {
	text-indent: -9999px;
}

/***********************************
	Topbar
***********************************/

#topbar {
	padding: 0 0 0 21px;
	width: 692px;
	height: 53px;
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	overflow: hidden;
}
#topbar li {
	padding-top: 18px;
	float: left;
}
#topbar li a {
	padding: 0 12px 2px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #dd85a3;
}
#topbar li.last a {
	width: 80px;
	border: 0;
}

/***********************************
	Footer
***********************************/

#footerWrapper {
	padding: 16px 0;
	color: #fff;
}
#footer {
	margin: 0 auto;
	width: 1000px;
	font-size: 10px;
	overflow: hidden;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer ul#footerNav {
	margin: 0 auto;
	background-image: url(../images/footer_nav_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#footer ul#footerNav li {
	float: left;
}
#footer ul#footerNav li.last a { border: 0; }
#footer ul#footerNav li a {
	padding: 0 12px 2px;
	display: block;
	border-right: #bf4f77 1px solid;
	text-decoration: none;
	text-align: center;
}
#footer ul#footerNav li a:hover {
	text-decoration: underline;
}
#footer ul#footerNav li.wide a {
	width: 100px;
}
/*** Copyright ***/
#copyright {
	color: #fff;
	font-size: 10px;
	float: right;
}
#copyright a {
	text-decoration: none;
	border-bottom: #bf4f77 1px solid;
}

/***********************************
	Xtras
***********************************/

#xtrasWrapper {
	padding: 34px 0;
	color: #fff;
	background-color: #002e2e;
	background-image: url(../images/xtras_bg.jpg);
	background-repeat: repeat-x;
}
#xtras {
	margin: 0 auto;
	padding: 20px;
	width: 960px;
	height: 191px;
	font-size: 12px;
	overflow: hidden;
	background-image: url(../images/xtras_testimonials_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#xtras h2 {
	height: 26px;
	color: #fff;
	font-size: 22px;
	display: block;
}
#xtras ul li {
	width: 700px;
	background-image: url(../images/xtras_quote_bg.jpg);
	background-repeat: repeat-x;
}
#xtras ul li p.body {
	font-size: 14px;
	font-family: georgia, serif;
	font-style: italic;
	line-height: 20px;
}
#xtras ul li p.body span {
	margin-right: 12px;
	font-size: 68px;
	color: #8ac0c0;
	line-height: 68px;
	height: 24px;
	float: left;
}
#xtras ul li p.author {
	font-weight: bold;
	font-size: 12px;
	color: #8ac0c0;
}
/*** Info box ***/
#xtras .info {
	width: 220px;
	height: 120px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	color: #aad2d1;
}
#xtras .info h4 {
	margin-bottom: 3px;
	color: #fff;
	font-size: 16px;
}
#xtras .info h4 a { text-decoration: none; }
#xtras .info a {
	color: #fff;
	text-decoration: underline;
}

/***********************************
	Content
***********************************/

#content {
	min-height: 400px;
	position: relative;
	background-image: url(../images/sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
#body {
	overflow: hidden;
	padding: 24px;
}
#body a {
	text-decoration: underline;
}

/***********************************
	Headings
***********************************/

h1 sup {
	font-weight: normal;
	font-size: 11px;
	vertical-align: 50%;
}

/***********************************
	Sidebar
***********************************/

#sidebar {
	margin-right: 8px;
	padding: 24px 0;
	width: 175px;
	min-height: 200px;
	float: left;
}
#productNav {
	padding: 11px 0 0 0;
	width: 189px;
	height: 199px;
	background-image: url(../images/sidebar/product_nav.png);
	background-repeat: no-repeat;
	position: relative;
	left: -14px;
}
#productNav li {
	padding: 0 14px;
}
#productNav li a {
	padding: 0 16px;
	height: 34px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #348e8e;
	line-height: 34px;
}
#productNav li.last a { border: 0; }

/***********************************
	Products
***********************************/

.prodFeatures {
	margin: 0 20px 20px 0;
	width: 240px;
	float: left;
}
.prodFeatures.last {
	margin-right: 0;
}
.prodFeatures li {
	padding: 0 0 10px 22px;
	background-image: url(../images/icons/check.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/***********************************
	Testimonials
***********************************/

#testimonials li {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #AAD2D1;
	background-image: url(../images/testimonials/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#testimonials li:first-child {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	background: none;
}
#testimonials li:nth-child(odd) img {
	margin: 0 16px 10px 0;
	float: left;
}
#testimonials li p.author {
	margin: 0;
	text-align: right;
	color: #008C8B;
	font-weight: bold;
}
#testimonials li p.body {
	font-size: 14px;
	font-family: georgia, serif;
	font-style: italic;
	line-height: 20px;
}

/***********************************
	Home
***********************************/

.home #content {
	padding: 0;
	min-height: 400px;
	position: relative;
	background: none;
	color: #fff;
}
.home h1 {
	margin: 0 auto 11px;
	padding: 0;
	width: 670px;
	height: 88px;
	text-indent: -9999px;
	background-image: url(../images/home/h1.png);
	background-repeat: no-repeat;
}
.home h2#badge {
	width: 155px;
	height: 172px;
	background-image: url(../images/home/badge.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 46px;
	right: 12px;
}
#homeBullets {
	margin: 0 auto 26px;
	padding: 11px 0 0 40px;
	width: 660px;
	background-image: url(../images/home/hr.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#homeBullets ul {
	width: 200px;
	float: left;
}
#homeBullets ul.last { width: 220px; }
#homeBullets ul li {
	padding: 4px 0 6px 26px;
	background-image: url(../images/home/check.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/***********************************
	Home Products
***********************************/

#homeProducts {
	padding-bottom: 24px;
	overflow: hidden;
}
#homeProducts li {
	margin: 0 30px 0 0;
	width: 227px;
	min-height: 20px;
	float: left;
}
#homeProducts li.last {
	margin: 0;
}
#homeProducts li a {
	display: block;
}

/***********************************
	Contact
***********************************/

#blockContact {
	float: right;
	width: 275px;
}
#blockContact p {
	margin-bottom: 16px;
	line-height: 16px;
}
#blockContact p span {
	color: #0e4a64;
	font-weight: bold;
}
#blockContact h2 {
	margin: 0;
	font-size: 18px;
	font-style: italic;
}
#contact {
	padding-bottom: 16px;
	display: block;
}
#contact .formField {
	margin-bottom: 6px;
	width: 215px;
	float: left;
	height: 45px;
}
#contact label {
	width: 100px;
	display: block;
	font-size: 11px;
}
#contact label span {
	color: #dd85a3;
	font-weight: bold;
	font-size: 14px;
	line-height: 10px;
	display: none;
}
#contact input,textarea {
	padding: 6px;
	width: 190px;
	border: #aaa 1px solid;
	color: #666 !important;
	font-size: 12px;
}
#contact select {
	padding: 6px;
	width: 204px;
	border: #aaa 1px solid;
	color: #666 !important;
	font-size: 12px;
}
#contact input.btn {
	padding: 8px;
	width: auto;
	color: #fff !important;
	border: 0;
}
#contact .btnHolder {
	clear: both;
}
/*** Textareas ***/
#contact .fieldWide {
	width: auto;
	height: auto;
}
#contact textarea {
	width: 405px;
	height: 125px;
}
















