* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}

body {
	background: #e2e2e2 url(images/bg.jpg) repeat-x top center;


}
body, input, textarea, select   {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.success {
	margin-bottom: 10px;


}


form {


}

fieldset {
}


input, textarea, select {
	font-size: 13px;
	padding: 2px;
	margin-bottom: 8px;
	border: solid #999999 1px;
}

input.text {
	padding: 0px 0px;
	background: #FFFFFF;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

input.button {
	background: #006666;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

h1, h2, h3 {
	color: #006666;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #006666;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #006666;
}
h1.title {
	text-align: left;
	margin-bottom: 15px;
	font-size: 2.3em;
}
h2.title {
	text-align: center;
	margin-bottom: 10px;
	color: #399;
	font-size: 1.5em;
	font-weight: bold;
}

hr {
	display: none;
}


p, ul, ol {
	font-size: 1.1em;

}

ul, ol {
	margin-left: 1.5em;
}




a {
	text-decoration: underline;
	color: #006666;
}



a:hover {
	text-decoration: none;
}
.box  li, .box2 li, .box3 li, .box4 li, .box5 li, .box6 li, .box p, .box2 p, .box3 p, .box4 p, .box5 p, .box6 p{
	margin: 0px 0px 10px 0px;
}



img {
	padding: 0px 5px;
	border: 0px;


}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
select {
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.rel {
	position: relative;
}


.fr {
	float: right;
}


#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
	width: 960px;
}


#logo {
	width: 100%;
	height: 100px;
	margin: 0px 0px 10px 0px;
	background: #FFF url(images/img03.jpg) no-repeat center left;
}
.subtitle {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

#logo #phone {
	float: right;
	padding: 10px;
	font-size: 2.2em;
	font-weight: bold;
	color: #339999;
	margin: 20px 10px 0px 0px;
}
#logo  #phone div {
	font-size: 0.5em;
	color: #006666;
	text-align: center;
}

#header {

}
.chart {
	margin: 10px auto;
	font-size: 1.4em;
	text-align: center;
	border: solid #666 1px;
	border-collapse: collapse;
	width: 500px;
}
.social {
	float: right;
	margin: 10px 0px 0px 0px;
}

.chart strong {
	color: #066;
}

.chart span {
	font-weight: bold;
}

.chart td {
	padding: 5px;
	border-top: solid #666 1px;
}

#header_text {
	height: 115px;
	float: right;
	margin: 45px 10px 0px 0px;
	padding-top: 20px;
	width: 50%;
	text-align: center;
}
#header_text h1 {
	font-size: 2.5em;
}
#header_text h4 {
	font-size: 1.4em;
}
#header_image1, #header_image2, #header_image3, #header_image4, #header_image5 {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}
#header_image1 {
	background: url(images/banners/top1.jpg) no-repeat left top;
}
#header_image2 {
	background: url(images/banners/top2.jpg) no-repeat left top;
}
#header_image3 {
	background: url(images/banners/top3.jpg) no-repeat left top;
}
#header_image4 {
	background: url(images/banners/top4.jpg) no-repeat left top;
}
#header_image5 {
	background: url(images/banners/top5.jpg) no-repeat left top;
}

#menu {
	height: 46px;
	background-color: #006666;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: #006666;
}

#menu a {
	display: block;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #006666;
	background-image: url(images/arrow1.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#menu .current_page_item a {
	background: #339999;
	padding: 15px 15px 16px 15px;
	color: #FFFFFF;
}
#menu li.last {
	float: right;
}
#menu li.last a {
	float: right !important;
	font-size: 1.2em;
	padding: 16px;
	background-color: #30CACA;
	color: #FFF;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 79px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#menu li.last a:hover {
	color: #066;
	background: #FFF;
}


#page {
	width: 960px;
	margin: 15px 0px;
	border-top: none;
	background: #fff;
	padding: 10px 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#footer {
	height: 120px;
	padding-top: 20px;
	background-color: #333D3E;
	line-height: 2em;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: none;
}
.value {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 79px;
	height: 73px;
	background-image: url(images/bestvalue.png);
}
.cta {
	font-weight: bold;
	font-size: 1.6em;
	color: #006666;
}
.cta strong , .cta a{
	color: #339999;
	text-decoration: underline;
}

.offer {
	color: #D03030;
}
.offer a {
	color: #D03030;
	font-weight: bold;
}

.resource_box {
	float: left;
	margin: 10px 0px 15px 25px;
	width: 263px;
	position: relative;
	height: 280px;
}
.resource_box img {
	float: right;
	margin: 5px;
	padding: 0px;
}

.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#long_top {
	background: url(images/long.png);
	height: 31px;
	width: 887px;
	margin: 0px 6px;
}
.signup_box {
	margin: 10px;
	width: 423px;
	float: left;
	border: solid #CCC 1px;
	padding: 5px;
}

.offer h2 {
	color: #D03030 !important;
	border-bottom: dotted #D03030 1px !important;
}
.long_label {
	width: 350px !important;
	margin: 0px 0px 0px 20px !important;
	overflow:visible;
}

#agreement label {
	display: block;
	float: left;
	height: 15px;
	padding: 5px;
	width: 150px;
	margin: 0px 0px 0px 30px;
	font-weight: bold;
	text-align: right;
}
#agreement textarea {
	width: 410px;
	float: left;
}

#agreement select {
	width: 410px;
}
#agreement div input[type=checkbox] {
	border: 0px;
	padding: 0px;
	margin: 5px;
	float: left;
}


#agreement input[type=text] {
	float: left;
}
.side_img {
	padding: 5px 0px 0px 0px;
}
}
#top-overview {
}
#top-overview h2 {
	margin: 0;
	padding: 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	font-size: 30px;
}
#top-overview h3 {
	margin: 0;
	padding: 15px 0  0 0px;
	font-size: 13px;
}
#top-overview p {
	margin: 0 0 15px 0;
	padding: 0px;
	border-bottom: #E7E7E7 1px solid;
	line-height: 18px;
	font-size: 13px;
}
#top-overview a {
	background: #009999;
	padding: 3px 15px 3px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#top-overview h3 a {
}
.column {
	width: 265px;
	padding: 10px 15px 10px 15px;
	background: #FFFFFF;
	float: left;
	line-height:2em;
}
.services-column-right, .services-column-left {
	width: 282px;
	padding: 10px;
	background: #FFFFFF;
	float: left;
}
.column2 {
	width: 870px;
	padding: 0px 15px 10px 15px;
	background: #FFFFFF;
	float: left;
}

.indent {
	padding: 5px 20px;
}
.service-overview-box {
	width: 159px;
	float: left;
	margin: 0px 5px 0px 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	height: 138px;
	padding: 10px;
	border: 1px dotted #339999;
	display: inline;
}

.step {
	margin: 0;
	background: #F2F2F2;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.step1 {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: dotted #399 1px;
	margin-bottom: 5px;
	color: #006666;
}
.step2 {
	margin: 0;
	background: #F2F2F2;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.step3 {
	margin: 0px 0px 10px 0px;
	padding: 5px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	color: #666;
}
.step4 {
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #006666;
}
.step5 {
	margin: 0;
	background: #F2F2F2;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.step6 {
	margin: 0;
	background: #333333;
	padding: 5px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2em;
}
.step7 {
	margin: 0;
	background: #339999;
	padding: 5px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2em;
}
.step8 {
	margin: 0;
	background: #006666;
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.2em;
}
.boxlink {
	background: #009999;
	padding: 3px 15px 3px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.indent2 {
	padding: 0px 40px 0px 0px;
}
.services-column-mid {
	width: 282px;
	padding: 10px;
	float: left;
	border: dotted #666666 1px;
	border-width: 0px 1px;
	background-color: #D8F7FC;
	position: relative;
}
.button a {
	background: #006666;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
}
.button a:hover {
	background: #339999;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	font-weight: bold;
}
.highlight {
	background-color: #ffffcc;
	border: solid #FFCC00 1px;
	position: relative;
	padding: 10px;
}
.push {
	height: 140px;
}
#submenu {
	background-color: #339999;
	padding: 10px 0px;
	color: #FFFFFF;
}
#submenu ul {
	list-style: none;
	margin: 0;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	padding: 0px 10px;
	margin: 0px;
	border-right: dotted #fff 1px;

}
#submenu ul li a.last {
	border-right: 0px;
}
p.checkbox {
	font-size: 1.5em;
	color: #006666;
	margin: 0px;
}
p.checkbox img {
	float: left;
}
p.checkbox2 {
	margin: 0px 0px 5px 0px;

}



.price {
	text-align: center;
	font-size: 1.3em;
}
.price2 {
	text-align: center;
	font-size: 1.3em;
}
.price3 {
	text-align: center;
	font-size: 1.2em;
}
.pick {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 79px;
	height: 73px;
	background-image: url(images/ourpick.png);
}
.half {
	float: left;
	width: 50%;
}

.exclusive {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 79px;
	height: 73px;
	background-image: url(images/exclusive.png);
}

.bet {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 79px;
	height: 73px;
	background-image: url(images/bestbet.png);
}
.style1 {font-weight: bold}

.enroll {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.enroll a {
	padding: 5px;
	background: #30CACA;
	color:#FFF;
	text-decoration: none;
	display: block;
	margin: 10px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
.list {
	width: 23%;
	float: left;
	padding: 5px 0px;
	line-height: 1.6em;
	font-style: italic;
	font-size: 1em;
	display: inline;
	position:relative;
	z-index:50;
}


.list1 {
	width: 30%;
	float: left;
	padding: 18px 0px;
	display: inline;
	position:relative;
	z-index:50;
}
.list2 {
	width: 25%;
	float: left;
	padding: 10px 0px;
	font-size: 1.1em;
	height: 200px;
}
.list3 {
	width: 50%;
	float: right;
	margin: 10px;
}
.list4 {
	width: 33%;
	float: left;
}
.list5 {
	width: 30%;
	float: left;
}
.list6 {
	width: 40%;
	float: left;
}
.highlight a {

}
.highlight a:hover {
	background:none;
}

.highlight2 {
	background-color: #D8F7FC;
	padding: 10px;
	border: solid #537F98 1px;
	position: relative;
	z-index: 1;
}
.highlight2 a {

}
.highlight2 a:hover {

}
.highlight3 {
	padding: 10px;
	background-color: #F2F2F2;
	border: solid #999999 1px;
	color: #666;
	position: relative;
}
.highlight .subtitle {
	color: #537F98;


}
.highlight2 .subtitle {
	color: #537F98;
}

.highlight3 .subtitle {
	color: #006666;
}
.highlight input ,select,textarea{
	float: left;
	margin-left: 5px;

}
.highlight label {
	width: 70px;
	height: 25px;
	text-align: right;
	float: left;
	clear: left;
	margin-right:5px;
	display: block;
}
.highlight4 {
	background-color: #066;
	padding: 10px;
	border: solid #537F98 1px;
	color: #f2f2f2;
}
.highlight4 a {
	color: #FFF;
}
.highlight4 a:hover {
	color: #FFF;
	background:none;
}
.highlight_box {
	margin: 5px;
	width: 40%;
}

.highlight4 .subtitle {
	color: #FFF;
	padding-bottom: 5px;
}



.highlight .corner-tl {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	left: -1px;
	background: url(images/hl1corner.jpg) no-repeat scroll -1px -1px;
}
.highlight .corner-tr {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	background: url(images/hl1corner.jpg) no-repeat scroll -17px -1px;
	right: -1px;
}
.highlight .corner-bl {
	position: absolute;
	width: 10px;
	height: 10px;
	left: -1px;
	background: url(images/hl1corner.jpg) no-repeat scroll -1px -17px;
	bottom: -1px;
}
.highlight .corner-br {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(images/hl1corner.jpg) no-repeat scroll -17px -17px;
	bottom: -1px;
	right: -1px;
}
.highlight2 .corner-tr {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	background: url(images/hl2corner.jpg) no-repeat scroll -17px -1px;
	right: -1px;
}
.highlight2 .corner-bl {
	position: absolute;
	width: 10px;
	height: 10px;
	left: -1px;
	background: url(images/hl2corner.jpg) no-repeat scroll -1px -17px;
	bottom: -1px;
}
.highlight2 .corner-br {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(images/hl2corner.jpg) no-repeat scroll -17px -17px;
	bottom: -1px;
	right: -1px;
}
.highlight2 .corner-tl {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	left: -1px;
	background: url(images/hl2corner.jpg) no-repeat scroll -1px -1px;
}
.highlight3 .corner-tr {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	background: url(images/hl3corner.jpg) no-repeat scroll -17px -1px;
	right: -1px;
}
.highlight3 .corner-bl {
	position: absolute;
	width: 10px;
	height: 10px;
	left: -1px;
	background: url(images/hl3corner.jpg) no-repeat scroll -1px -17px;
	bottom: -1px;
}
.highlight3 .corner-br {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(images/hl3corner.jpg) no-repeat scroll -17px -17px;
	bottom: -1px;
	right: -1px;
}
.highlight3 .corner-tl {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	left: -1px;
	background: url(images/hl3corner.jpg) no-repeat scroll -1px -1px;
}
.hiw {
	width: 175px;
	height: 170px;
	float: left;
	margin-right: 38px;
	padding-top: 175px;
	margin: 0px 38px 0px 20px;
}
.bottom-spacing {
	margin-bottom: 15px;
}

.hiw .subtitle {
	margin-bottom: 5px;
}


.hiw1 {
	width: 175px;
	height: 170px;
	float: left;
	margin-right: 38px;
	padding-top: 175px;
}
.hiw1 .subtitle {
	margin-bottom: 5px;
}

.hiw2 {
	width: 230px;
	height: 170px;
	float: left;
	padding-top: 175px;
}
.hiw2 .subtitle {
	margin-bottom: 5px;
}
.fca label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	height: 25px;
	margin: 0px 10px 0px 0px;


}
.fca2 label {
	width: 100%;
	text-align: left;
	height: 20px;
}
.fca2 select ,textarea{
	width: 200px;
}
.fca2 textarea {
	height: 50px;
}
.submit-image {
	border: 0px;
	padding: 0px;
	float: right !important;
}
.contact label {
	display: block;
	height: 25px;
	text-align: right;
	float: left;
	width: 80px;
}

.contact input, select, textarea {
	float: left;
	margin-left: 5px;
}
.contact .submit-image {
	margin-left: 105px;

}
.contact textarea, select {
	width: 150px;

}
.contact textarea {
	height: 70px;
}
input[type=text] {
	width: 150px;
}
.resource_box ul {
	margin-top: 5px;
}
.price2special {
	text-align: center;
	font-size: 1.3em;
	text-decoration: line-through;
}
p.checkbox3 {
	font-size: 1.5em;
	color: #C7E2E2;
}
p.checkbox3 img {
	float: left;
}
.short_input {
	width: 72px;
}
#agreement  input[type=radio]  {
	border: 0px;
	padding: 0px;
	margin: 5px;
	float: left;
}
.error {
	border: 1px solid red;
	background-color: #ffe8e8;
	color: #660000;
	width: 450px;
	padding: 10px;
	margin: 0 auto;
}
#container {
	margin: 0px 0px 0px 25px;
}

.confirm {
	display: block;
	float: left;
	height: 15px;
	width: 150px;
	padding: 5px;
}
.testimonials {
	line-height: 1.8em;
	text-align: justify;
	padding: 0px 25px;
}
.testimonials .open-quote {
	background: url(images/quotes.jpg) no-repeat 0px 0px;
	width: 25px;
	position: absolute;
	height: 25px;
	top: 40px;
	left: 5px;
}
.testimonials .close-quote {
	background: url(images/quotes.jpg) no-repeat -25px 0px;
	height: 25px;
	width: 25px;
	position: absolute;
	right: -25px;
	bottom: 0px;
}
.testimonial-name {
	text-align: right;
	margin: 10px 0px;
	background: url(images/stars.gif) no-repeat 15px 0px;
}
.hiwsmall1 {
	width: 120px;
	float: left;
	padding-top: 120px;
	margin-right: 20px;
	text-align: center;
}
.hiwsmall2 {
	width: 150px;
	float: left;
	padding-top: 120px;
	text-align: center;
}
.hiwsmallbg {
	background: url(images/hiwsmall.jpg) no-repeat top left;
	width: 575px;
	height: 180px;
	margin: 0 auto;
}
.cqbody {
	clear: left;
	margin: 10px 0px 0px 0px;
}
.content {
	line-height: 1.7em;
}

.box {
	float: left;
	width: 263px;
	margin: 10px 0px 15px 25px;
	padding: 10px;
	height: 305px;
	display: inline;
}
.box2 {
	float: left;
	width: 594px;
	margin: 10px 0px 10px 25px;
	padding: 5px 0px 0px 0px;
	display: inline;
}
.box3 {
	float: left;
	width: 263px;
	margin: 10px 0px 10px 25px;
	padding: 10px;
	height: 250px;
	display: inline;
}
.box4 {
	float: left;
	width: 263px;
	margin: 10px 0px 10px 25px;
	padding: 10px;
	display: inline;
}
.social strong.title {
	font-size: 1.3em;
	color: #399;
}

.box5 {
	float: left;
	width: 910px;
	margin: 10px 25px 10px 25px;
	padding: 5px 0px 0px 0px;
	line-height: 1.8em;
	display: inline;
}
.box6 {
	float: left;
	width: 574px;
	margin: 10px 0px 10px 25px;
	padding: 0px 10px 10px 10px;
	display: inline;
}
.fca1 label {
	width: 120px;
}
.tip {
	font-size: 0.9em;
	float: left;
	margin: -4px 0px 8px 190px;
	width: 200px;
	color: #399;
}
