/* CSS Document */

body {
background-image: url(images/bkg.gif);
background-repeat: repeat-x;
background-position: top center;
font-family: Arial, Helvetica, sans-serif;
background-color: #e2e2e2;
margin: 0 auto;
color: #555555;
font-size: 16px;
line-height: 21px;
margin-top: 26px;
}

#wrap {
width: 858px;
margin: 0 auto;
}

a img {
	border: none;
}
a {
color: #bf2f39;
text-decoration: underline;
}
a:hover {
color: FFFFFF;
text-decoration: underline;
}

p {
margin: 0px;
padding: 0px;
padding-bottom: 8px;
}


hr {
color: #E2E3E3;
height: 2px;
border: 0px;
background-color: #E2E3E3;
margin-bottom: 10px;
margin-top: 10px;
}


ul{
margin: 0px;
padding: 0px;
padding-left: 24px;
margin-top: 12px;
margin-bottom: 18px;
}

*html ul{
margin: 0px;
padding: 0px;
padding-left: 15px;
margin-top: 12px;
margin-bottom: 18px;
}

li{
margin: 0px;
list-style-image: url(images/bullet3.gif);
line-height: 23px;
padding: 2px 0 8px 0;
}



*html li{
margin: 0px;
padding-left: 10px;
list-style-image: url(images/bullet3.gif);
line-height: 23px;
padding-bottom: 8px;
}


#header {
width: 800px;
margin: 0 auto;
}

#headerleft { 
float: left;
height: 114px;
padding-left: 16px;
}

#headerright {
float: right;
padding-right: 16px;
}

#wrap_bkg {
width: 858px;
margin: 0 auto;
background-image: url(images/bkg_shadow.gif);
background-repeat: repeat-y;
background-position: top center;
}



#subcontentfull {
	font-size: 16px;
	line-height: 22px;
	clear: both;
	padding: 30px 100px 40px 100px;
}


#subcontentfull_short {
	font-size: 16px;
	line-height: 22px;
	clear: both;
	padding: 30px 75px 40px 75px;
}

#subcontentfull p {
	margin-bottom: 9px;
}

#subcontentfull_short p {
	margin-bottom: 9px;
}

#headline {
	clear: both;
	font-size: 26px;
	line-height: 30px;
	color: #bf2f39;
	padding-bottom: 15px;
	text-align: center;
}

h1 {
	font-size: 22px;
	line-height: 26px;
	color: #bf2f39;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	font-weight: normal;
}

h2 {
font-size: 20px;
line-height: 24px;
color: #215968;
margin: 0px;
padding: 0px;
padding-bottom: 12px;
font-weight: normal;
}

h3 {
font-size: 11px;
line-height: 14px;
color: #bf2f39;
margin: 0px;
padding: 0px;
padding-top: 10px;
padding-bottom: 21px;
font-weight: normal;
}

h4 {
font-size: 16px;
line-height: 22px;
color:#666666;
margin: 0px;
padding: 0px;
padding-bottom: 12px;
font-weight: normal;
}

h5 {
font-size: 12px;
line-height: 15px;
color: #666666;
margin: 0px;
padding: 0px;
padding-top: 10px;
padding-bottom: 21px;
font-weight: normal;
}

.clear{clear: both;}

.testimonial {
width:670px;
float:left;
margin:12px 0 0 0;
}
.left-quote {
float:left;
background:url(/images/quote3.png) no-repeat top;
width:68px;
height:77px;
}
.testi-text {
float:left;
text-align:justify;
width:520px;
padding-right:65px;
background:url(/images/quote4.png) no-repeat right bottom;
}
.testi-pic {
float:left;
height:104px;
width:77px;
margin-left:70px;
display:inline;
}
.testi-name {
float:left;
padding:30px 0 0 15px;
}


.testimonialbox {
	margin-top: 20px;
	background-color: #F7F7F7;
	font-size: 13px;
	line-height: 19px;
	color: #777;
	padding: 20px 40px;
	text-align: center;
	margin-bottom: 18px;
}
.testimonialbox p {
	color: #215968;
	line-height: 17px;
	margin-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
.testimonialbox h6 {
	color: #777;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: #eee;
	margin-top: 0px;
	font-weight: normal;
	padding-bottom: 12px;
	margin-bottom: 12px;
	padding: 6px;
}

.tabletext {
	font-size: 14px;
	line-height: 19px;
	padding-top: 10px;
	padding-right: 20px;
	color: #215968;
}


.myButton {
	-moz-box-shadow:inset 0px 6px 0px -50px #000000;
	-webkit-box-shadow:inset 0px 6px 0px -50px #000000;
	box-shadow:inset 0px 6px 0px -50px #000000;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2c7d81), color-stop(1, #0a4345) );
	background:-moz-linear-gradient( center top, #2c7d81 5%, #0a4345 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c7d81', endColorstr='#0a4345');
	background-color:#2c7d81;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #3B3364;
	display:inline-block;
	color:#ffffff;
	font-family:Arial Black;
	font-size:28px;
	font-weight:normal;
	padding:12px 28px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a4345), color-stop(1, #2c7d81) );
	background:-moz-linear-gradient( center top, #0a4345 5%, #2c7d81 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a4345', endColorstr='#2c7d81');
	background-color:#0a4345;
}.myButton:active {
	position:relative;
	top:1px;
}


#footer {
clear: both;
color:#FFF;
font-size: 10px;
line-height: 14px;
margin: 0px 28px;
padding: 12px 0px 12px 73px;
background-color: #215968;
}
#footer p{
	padding: 15px 0 0 0;
}

#footer a{
color: #fff;
}
#footer a:hover {
color: #fff;
text-decoration: underline;
}

.signupformbkg {
	background-image: url(images/index_lists_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 15px;
	color: #666;
	letter-spacing: 1px;
	padding: 0px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.signupformbkg td {
	padding-bottom: 6px;
}

.signupformbkg p {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-transform:none;
	font-weight: normal;
	margin: 0px;
padding: 0px;
}

.forceclear {
	clear:both;
}

#refund {
clear: both;
color: #999;
font-size: 10px;
line-height: 14px;
margin: 0px 28px;
padding: 12px 30px 12px 30px;
text-align: center;
}

#module {
	background: url(images/module-bkgr.jpg) no-repeat bottom left;
	width: 661px;
	margin: 0 0 5px 0;
	}
	
#modulecontent{
	padding: 10px 45px 15px 45px;
}

.module {
	background: url(images/module-bkgr.jpg) no-repeat top left;
	width: 661px;
	height: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

.af-form, .af-form-wrapper, #af-form-748042226, .af-header, .af-body af-standards, .af-element buttonContainer, .af-element, .af-footer, #af-footer-748042226 {
	margin: 0px;
	padding: 0px;
}



