body {
	margin:0;
	padding:0;
	background:url(images/bg_body.gif) fixed repeat-x #ffffff;
}

/****************************************************************
GLOBAL STYLES
****************************************************************/
h1 {
	margin:0;
	padding:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:100;
	letter-spacing:-1px;
	color:#4393c5;
	background:url(images/h1_underline.gif) left bottom no-repeat;
}
h1 span {
	font-size:16px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	margin:0;
	letter-spacing:.03em;
	color:#555555;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	letter-spacing:-1px;
	color: #ffffff;
}
h6 {
	font-family: Arial;
	font-size: 22px;
	font-weight: 100;
	margin: 0px;
	letter-spacing:-1px;
	/*color: #6889BC;*/
	color: #4393c5;
}
.h6red {
	color: #d12815;
}
ul.ulLandCircles {
	list-style:circle;
	color:#007fc5;
}
ul.ulLandCircles li span {
	font-size:1em;
	font-weight:bold;
	line-height:1.7em;
	color:#555555;
}
ul.ulLandImages {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
ul.ulLandImages li {
	font-size:1em;
	font-weight:bold;
	line-height:2.3em;
	color:#555555;
	margin-left:50px;
	padding-left:40px;
	background-image:url(../images/bg_ul_land_check.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
}
p.justifyItalic {
	font-style:italic;
	text-align:justify;
}
sup {
	font-size:0.75em; 
	line-height:0.5em;
}
.italic {
	font-style:italic;
}
.clear {
	clear:both;
}

/****************************************************************
MAIN STYLES
****************************************************************/
.main {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;
	color:#333333;*/
	font-size:13px;
	color:#666666;
}
.main a:link, .main a:visited, .main a:active
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color:#3b5c97;
	text-decoration:underline;
}

/****************************************************************
TESTIMONIALS STYLES
****************************************************************/
#testimonialsHome {
	margin:0;
	padding:0 25px 0 25px;
	height:474px;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	color:#ffffff;
	text-align:center;
	background:url(images/testimonial_quotes.gif) 50% 50% no-repeat;
}
#moreTestimonials {
	text-align:right;
}
#moreTestimonials a {
	font-size:20px;
	color:#ffffff;
}

/****************************************************************
COUPON STYLES
****************************************************************/
#couponContainer {
	position:relative;
}
#coupon {
	display:none;
	position:absolute;
	top:-115px;
	left:-57px;
	padding:10px;
	width:180px;
	border:1px solid #6889bc; 
	z-index:100;
	background:#F1F3F8;
}

/****************************************************************
YOUR OPTIONS PAGES - ADDITIONAL QUESTIONS SECTION STYLES
****************************************************************/
#additionalQuestions {
	margin:0 0 10px 0;
	padding:10px 10px 1px 10px;
	font-size:85%;
	border:1px solid #aec2e1;
	background:url(images/additional_questions.gif) 15px 82% no-repeat #f1f8ff;
}
#additionalQuestions h2 {
	color:#4393c5;
}
#additionalQuestions p {
	padding:0 0 0 85px;
}
#additionalQuestions .redPhone {
	font-weight:bold;
	color:#d12815;
}

/****************************************************************
NEXT/PREVIOUS STYLES
****************************************************************/
#nextPrevious {
	margin:10px 0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#nextPrevious .previous {
	float:left;
	width:50%;
	text-align:left;
}
#nextPrevious .next {
	float:left;
	width:50%;
	text-align:right;
}
#nextPrevious .previous span,
#nextPrevious .next span {
	font-weight:normal;
	text-transform:none;
}

/****************************************************************
POPUP MESSAGE STYLES
****************************************************************/
#popUpMessage {
	display:none;
	position:absolute;
	top:-117px;
	left:23px;
	border:1px solid #3399FF;
	background:url(../images/form/bg_popUp_gradient.gif) bottom repeat-x #ffffff;
}
#popUpMessageInside {
	padding:10px 7px;
	width:244px;
	height:93px;
	border:1px solid #ffffff;
	background:url(../images/form/bg_popUp_guy.gif) 95% 26% no-repeat;
	position:relative;
}
#popUpMessageClose {
	position:absolute;
	cursor:pointer;
	top:1px;
	right:1px;
	width:7px;
	height:7px;
	background:url(../images/form/bg_popUp_close.gif) no-repeat;
}
#popUpMessage span.popUpText {
	font-size:1.2em;
	font-weight:bold;
	color:#1a3b8a;
}
#popUpMessage div.popUpPhone {
	margin:13px 0 13px 17px;
	font-size:2.3em;
	font-weight:bold;
	color:#3399ff;
}

/****************************************************************
FORM STYLES
****************************************************************/
#form {
	padding:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
#form span.required {
	font-weight:bold;
	color:#cc0000;
}
#formHeader {
	padding:15px 15px 0 15px;
	width:280px;
	height:35px;
	line-height:35px;
	text-align:center;
	/*background:url(../images/bg_form_top_red.gif) no-repeat; /* red */
	background:url(../images/form/bg_form_top_blue.gif) no-repeat; /* blue */
}
#formHeader span.callNow {
	font-size:1.8em;
	font-weight:100;
	/*color:#ffcccc; /* red */
	color:#d8e2ff; /* blue */
}
#formHeader span.phoneNumber {
	font-size:2.1em;
	color:#ffffff;
	font-weight:100;
}
#formElements {
	width:308px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	position:relative;
}
#formElements form {
	margin:0;
	padding:0;
}
#formElements input,
#formElements select,
#formElements option { 
	margin:0;
	color:#000000;
}
#formElements select option.restricted {
	background:#FF6666;
}
#formElements table {
	margin:0 auto;
	width:282px;
	background:#ffffff;
}
#formElements td {
	padding:3px;
	background:#eeeeee;
}
#formElements td.left {
	width:95px;
	font-size:1.1em;
	text-align:right;
}
#formElements td.formNoteLock {
	padding:5px 15px 5px 50px;
	font-size:1.1em;
	color:#666666;
	text-align:justify;
	background:url(../images/form/bg_form_lock.gif) 5% 50% no-repeat #dddddd;
}
#formElements td.formNote {
	padding:5px 15px;
	font-size:1.1em;
	color:#666666;
	text-align:justify;
	background:#dddddd;
}
#formElements td.formNote span {
	color:#333;
}
#formFooter {
	padding:5px 15px 10px 15px;
	width:280px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:url(../images/form/bg_form_bottom.gif) no-repeat;
}
#formFooter input.submit {
	margin:0;
	padding:0;
	width:218px;
	height:24px;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	outline:none;
	border:none;
	/*background:url(../images/bg_form_btn_red.gif) 0% 0% no-repeat; /* red */
	background:url(../images/form/bg_form_btn_blue.gif) 0% 0% no-repeat; /* blue */
}
#formFooter input.submit:hover {
	/*color:#ffcccc; /* red */
	color:#d8e2ff; /* blue */
	/*background:url(../images/bg_form_btn_red.gif) 0% 100% no-repeat; /* red */
	background:url(../images/form/bg_form_btn_blue.gif) 0% 100% no-repeat; /* blue */
}

/** VALIDATE FORM - javascript error messages **/
input.error {
	padding:3px;
	background:#ffebe8;
	border:1px solid #FF0000;
}
select.error {
	padding:1px;
	background:#ffebe8;
	border:1px solid #FF0000;
}
label.error {
	white-space:nowrap;
	color:#FF0000;
}

/****************************************************************
FEATURED ON STYLES
****************************************************************/
#featuredOn {
	width:310px;
	height:206px;
	background:url(../images/form/bg_featured_on.jpg) no-repeat;
}

/****************************************************************
PHONE STYLES
****************************************************************/
#phone {
	width:310px;
	height:140px;
	background:url(../images/form/bg_phone.jpg) no-repeat;
}

/****************************************************************
MISCELLANEOUS STYLES
****************************************************************/
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
}
.topnav a:link, .topnav a:visited, .topnav a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	text-decoration:none;
}
.slide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;	
}
.slide a:link, .main a:visited, .main a:active
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color:#3b5c97;
	text-decoration:underline;
}
.padding {
	height: 5px;

}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a20b1e;
	font-weight: bold;
}
.ltblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4393c5;
	font-weight: bold;
}
.dkgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b5c97;
	font-weight: bold;
}
.tinynav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
}
.tinynav a:link, .tinynav a:visited, .tinynav a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration:none;
}
.style6 a:link, .style6 a:visited, .style6 a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration:none;
}
.information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#555555;
	font-weight:bold;
}
.information a:link, .information a:visited, .information a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3b5c97;
	font-weight:bold;
	text-decoration:underline;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6889bc;
	font-weight:bold;
}

.subnav a:link, .subnav a:visited, .subnav a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6889bc;
	font-weight:bold;
	text-decoration:none;
}
.rednav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d12815;
	font-weight:bold;
}
.rednav a:link, .rednav a:visited, .rednav a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d12815;
	font-weight:bold;
	text-decoration:none;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.whitebld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.smallgrn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #369900;
}
.small a:link, .small a:visited, .small a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3b5c97;
font-weight:bold;
}
.footer a:link, .footer a:visited, .footer a:active
{
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3b5c97;
font-weight:bold;
}
.redbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d12815;
}
.redbold2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d12815;
}
* html .redbold2 {
	letter-spacing:-1.5px;
}

.whthdr {
	font-family: Arial;
	font-size: 15px;
	color: #fff;
	font-weight:normal;
	letter-spacing: 0px;	
}

.error {
	background-color: #FCC;
}

.letters {
	width: 100%;
	background-color: #aaa;
}

.holder {
	width: 31%;
	float: left;
	padding-top: 20px;
	background-color: #eee;
	border: 1px solid #fff;
}

.holder:hover {
	background-color: #ddd;
}

.holderImage {
	text-align: center;
}

.holderInfo {
	font-family: Verdana;
	text-align: center;
	font-size: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.menuItem {
	background-color: #dbe1ea;
}

.menuItem:hover {
	background-color: #eee;
}

.menuItemSelected {
	/*background-color: #AEC2E1; */
	/*background-color: #6889BE; */
	background-color: #fff;
}

#nav {
	height: 20px;
	font-family: Verdana;
	font-size: 10px;
	background-color: #4393c5;
	text-align: center;
	vertical-align: middle;
}

#nav td {
	padding-right: 10px;
	padding-left: 10px;
}

.Normal a {
	color: #fff;
	text-decoration: none;
}

.Normal {
	border-right: 1px solid #fff;
}

.navSelected {
	border-right: 1px solid #fff;
	background-color: #386ba9;

}

.navSelected a {
	color: #fff;
	text-decoration: none;
}

.lastSelected {
	background-color: #386ba9;
}

.lastSelected a {
	color: #fff;
	text-decoration: none;
}

.lastNormal a {
	color: #fff;
	text-decoration: none;
}

.accentHeader {
	border-top:4px solid #275A98;
	background-color: #4393c5;
	padding: 10px;
	font-family: Arial;
	font-size: 16px;
	color: #fff;
}

.tableHeader {
	background-color: #275A98;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

input, select, option {
	/*font-size: 11px;*/
	color: #666;
	/*font-family: Verdana;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.form {
	font-weight: 800;
}

#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

#sitemap a:link, #sitemap a:visited, #sitemap a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color:#3b5c97;
	text-decoration:underline;
}

#sitemap td {
	padding-top: 10px;
}

#testDisclaimer {
	font-family: Verdana;
	color: #fff;
	font-size: 9px;
}

#testDisclaimer a, #testDisclaimer a:visited, #testDisclaimer a:hover, #testDisclaimer a:active {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
}

#mainContainer {
	background-image: url('/images/curl.jpg');
	background-position:  -10px 0px;
	background-repeat:  no-repeat;
	background-color:  #fff;
	width:  750px;
	padding-right: 0px;
	padding-left:  0px;
	margin:  auto;
}

#unsubemail, #unsubcomments {
	visibility: hidden;
	width: 0px; height: 0px;
	top: 0px; left: 0px;
}

#filters {
	font-size: 11px;
	font-family: Verdana;
}

#filters a:link, #filters a:visited, #filters a:active
{
	font-family: Verdana;
	font-size: 11px;
	color:#3b5c97;
	text-decoration:underline;
}

#dealsTable tbody td {
	padding: 2px;
}
.disabled {
	color: #aaa;
}
.restricted {
	color:#fff;
	background-color:#D12815;
}

#copyright {
	font-family: Verdana;
	text-align: center;
	font-size: 9px;
	font-color: #333;
}

#copyright a:link, #copyright a:visited, #copyright a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#3b5c97;
}