@charset "UTF-8";
/* CSS Document */
html, body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font: small Verdana, Arial, sans-serif;
	background: #ffffff;
}
body p {
	line-height: 1.3em;
}
h1 {
	text-align: center;
	border-bottom: 1px solid #000;
	font-size: 2em;
}
h1, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.65em;
}
h4 {
	font-size: 1.5em;
	font-style: italic;
}
h5 {
	font-size: 1.4em;
	font-style: italic;
}
h6 {
	font-size: 1.3em;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-style: italic;
}
ul {
	list-style: disc outside;
}
ul li, ol li {
}
a, a:link {
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/************** HEADER *****************/
#hright {
	display: none;
}
a#logo:link, a#logo:active, a#logo:hover, a#logo:visited {
	text-decoration: none;
	background: none;
	padding: 0px;
}
/************* NAVBAR ********************/
#navbar {
	display: none;
}
/*********** RIGHTBAR AND 3 STEPS ***************/
#threesteps {
	display: none;
}
#credit p {
	color: #000000;
	font-style: italic;
	font-size: 0.85em;
	text-align: center;
}
#cards {
	display: none;
}
/*************** LEFTBAR, LEFTBAR NAV ****************************/
#leftbar {
	display: none;
}
/********* Class Styles ***************/
.clear {
	clear: both;
}
.testimonial {
	font-style: italic;
}
.name {
	font-weight: bold;
	text-align: right;
}
.pics {
	display: none;
}
/************ FORM STYLES **************/
.red {
	color: #FF0000;
}
#formpage {
	display: none;
}
#formpage label {
	width: 40%;
	float: left;
	margin: 6px;
}
#formpage input, #formpage textarea, #formpage select, #formpage span.right {
	width: 50%;
	float: right;
	margin: 6px;
}
#formpage span.right {
	text-align: left;
}
#formpage span.right input {
	float: none;
	margin: 0px;
}
#formpage td {
	padding: 2px;
}
#formpage table input {
	margin: 0px 2px;
}
#formpage p {
	margin: 10px inherit;
	font-size: small;
	/*padding: 8px inherit;*/
	clear: both;
	text-align: right;
}
#formpage div {
	clear: both;
}
#formpage h4 {
	clear: both;
	width: 80%;
	font-size: small;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#formpage p input.button, #formpage table input {
	float: none;
	width: auto;
}
/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
/************** new styles for #threesteps children ************/
#content #companies a, #content #companies a:link, #content #companies a:visited, #content #companies a:hover, #content #companies a:active {
	background: none;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#content #companies a img, #content #companies a:link img {
	margin: 10px 0px 0px 0px;
	display: block;
	padding: 0px;
	border: 1px solid #000000;
}
#content #companies a:visited img {
	border: 1px solid #222222;
}
#rightcol {
	width: 230px;
	padding: 10px 20px 10px 10px;
	float: right;
}
#leftcol {
	width: 230px;
	padding: 10px 10px 10px 20px;
	float: left;
}
#bottomcol {
	text-align: center;
	width: 230px;
	padding: 0px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* coupon styles */
#coupon {
	margin: 25px 60px;
	padding: 25px;
	border: 8px dashed #333333;
}
#coupon h2 {
	text-align: center;
}
#coupon h4 {
}
.fineprint {
	font-size: 0.7em;
	clear: right;
	text-align: center;
	font-style: italic;
	margin: 3px;
	padding: 3px;
}
#coupon .right {
	float: right;
	padding: 15px 18px 4px 4px;
}
