html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #7bbcee;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

.red {
	color:#f80000;
}

h1, h2, p, form {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

#wrap {
	margin: 0 auto;
	width: 95%;
	min-width:930px;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-position: 0;
}

#header {
	height: 102px;
}

#logo {
	float: left;
}

#header_right {
	width: 100%;
	float:right;
}

#header_top_right {
	height: 50px;	
	text-align: right;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
}

#navigation {
}

#nav {
	font-family:"Tahoma";
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
}

#nav li {
	float: left;
	padding: 0 0 0 10px;
	background-position: 0;
	background-repeat: no-repeat;
}

#nav li a {
	float: left;
	height: 28px;
	padding: 10px 25px 0 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-position: right top;
	background-repeat: no-repeat;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li.first {
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li.last a {
	background-position: right top;
	background-repeat: no-repeat;
}

#nav li.firstcurrent {
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li.firstcurrent a {
	color: #cc0000;
}

#nav li.current {
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li.current a, #nav li.firstcurrent a {
	color: #cc0000;
	background-position: right top;
	background-repeat: no-repeat;
}

#nav li.pre a {
	background-position: right top;
	background-repeat: no-repeat;
}

#nav li.post {
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li.lastcurrent {

	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li.lastcurrent a {
	color: #cc0000;
	background-image: url(/images/nav/nav_tab_on_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#content {
	padding: 0 0 0 0;
}

#left_215 {
	float: left;
	width: 215px;
	margin: 0 0 0 0;
}

#right_700 {
	width: 670px;
	float: left;
	margin: 0 0 0 30px;
}

#right_720 {
	width: 720px;
	float: right;
	margin: 0 0 0 0;
}

#right_720 .homeleft {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}

#right_720 .enrollhome {
	width: 500px;
	float: left;
	margin: 0 0 0 0;
}

#right_700 .renewhome {
	width: 500px;
	float: left;
	margin: 0 0 0 0;
}

#right_720 .homeright {
	width: 305px;
	float: right;
	margin: 0 0 0 0;
}

/*Footer*/
#footer {
margin:12px auto 0px;
text-align:center;
width:100%;
}
#footer p {
font-family:verdana;
font-size:0.8em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:8px;
}

/*
#footer {
	margin-top: 20px;
	border-top: 1px solid #828282;
	padding-top: 10px;
	background-image: url(/images/hacker_safe.gif);
	background-position: 2px 10px;
	background-repeat: no-repeat;
}

#footernav {
	margin: 0px 0 20px 0;
	padding: 10px 0 0 0;
	text-align: center;
	list-style: none;
}

#footernav li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ffd022;
	height: 12px;
}

#footernav li.last {
	border-right: none;
}

#footer p.copyright {
	color: #828282;
	font-size: 11px;
	float: left;
	margin: 10px 0 0 0;
}

#footer p.rvnet {
	float: right;
}

#footer p.rvnet a {
	color: black;
}
*/

/*Container Divs*/
/*Gradient Box*/
div.gradbox {

}

div.gradbox div.title {
	padding-left: 10px;
	background-image: url(/images/boxes/grad_box_top.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

div.gradbox div.titleright {
	padding: 0 10px 0 0;
	background-image: url(/images/boxes/grad_box_top.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	text-align: center;
}

div.gradbox div.title span, div.gradbox div.title h2 {
	font-family:"Tahoma";
	font-size: 17px;
	font-weight: bold;
	color: #f80000;
	height: 25px;
	padding: 0 5px 0 5px;
	background-color: #ffffff;
	display: inline;
}

div.gradbox div.copy {
	padding-left: 20px;
	background-image: url(/images/boxes/grad_box_btm.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.gradbox div.copyright {
	padding: 10px 20px 20px 0;
	background-image: url(/images/boxes/grad_box_btm.jpg);
	background-position:right bottom;
	background-repeat: no-repeat;
}

/*Content Divs*/
/*Enroll Ad*/
.enrollad {
	height: 175px;
	background-image: url(/images/enrollcard.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 20px
}

.enrollad h2.title {
	font-family:"Tahoma";
	font-size: 17px;
	font-weight: bold;
	color: #f80000;
	height: 25px;
	padding: 0 5px 0 5px;
	background-color: #ffffff;
	display: inline;
	margin: 0 0 0px 50px;
}

.enrollad p.big {
	margin: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.enrollad p.marg {
	margin-bottom: 55px;
}


/*My Account*/
.myaccount {

}

.myclaimnav h2 {
	height: 24px;
	padding: 5px 0 0 20px;
	background-image: url(/images/title_gradient.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.myaccount h2 {
	height: 24px;
	padding: 5px 0 0 20px;
	background-image: url(/images/title_gradient.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	font-size: 16px;
}

/*Home Benefits*/
.homebenefits {

}

.homebenefits h2 {
	height: 24px;
	padding: 5px 0 0 20px;
	background-image: url(/images/title_gradient.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.homebenefits ul {
	margin: 0;
	padding: 0 0 10px 20px;
	list-style: none;
}

.homebenefits ul li {
	padding: 0 0 5px 10px;
	background-image: url(/images/red_dot.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
}

.homebenefits p {
	text-align: center;
}

.homebenefits img.enroll {
	margin: 0 auto;
}

.homebenefits p.full {
	text-align: justify;
	font-size: 14px;
	padding-right: 20px;
}

.homebenefits p.small {
	text-align: left;
	font-size: 11px;
	color:#666666;
}

/*Enroll Benefits*/
#enrollbenefits {
width:550px;

}

#enrollbenefits ul {
	margin: 0;
	padding: 0 0 10px 20px;
	list-style: none;
}

#enrollbenefits ul li {
	padding: 0 0 5px 10px;
	background-image: url(/images/red_dot.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#enrollbenefits .left {
	float:left;
}

#enrollbenefits .right {
	float:right;
}

#enrollbenefits p.full {
	text-align: justify;
	font-size: 14px;
	padding-right: 20px;
}

#enrollbenefits h2 {
	font-family:"Tahoma";
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

/*Home Article*/
.homearticle {

}

.homearticle h1 {
	font-family:"Tahoma";
	font-size: 29px;
	color: #f80000;
	line-height: 29px;
	font-weight: bold;
	margin: 0 0 10px;
}

.homearticle h2 {
	font-family:"Tahoma";
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.homearticle p {
	font-size: 14px;
}

/*Regular Body Content*/
.regcopy {

}

.regcopy h1 {
	font-family:"Tahoma";
	font-size: 29px;
	color: #f80000;
	line-height: 29px;
	font-weight: bold;
	margin: 0 0 15px;
}

.regcopy h2 {
	font-family:"Tahoma";
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.regcopy p {
	font-size: 14px;
}

/*Testimonial*/
div.testimonial {
	font-size:12px;
	
}

div.testimonial p {
	margin-top:0em;
	margin-bottom:1em;
}

div.testimonial p.name {
	text-align: right;
}

/*Home Login*/
.homelogin {

}

.homelogin input.field {
	width: 165px;
	margin: 0 0 5px 0;
}

.homelogin table {
	margin-top: 5px;
}

.homelogin table tr td.links {
	text-align: right;
	padding-right: 10px;
}

.homelogin table tr td.btn {
	text-align: right;
	padding-right: 7px;
}

/*Endorse*/
.endorse {

	font-size: 16px;
	font-weight: bolder;
	background-position: 5px 0;
	background-repeat: no-repeat;
}

/**************************Contact Form**************************/
table.contactform {
	font-size: 13px;
}

table.contactform tr td {
	padding-bottom: 10px;
}

table.contactform tr td.label {

}

table.contactform tr td.field input.field {
	font-size: 12px;
	width: 200px;
}

table.contactform tr td.field textarea.field {
	font-size: 12px;
	width: 200px;
}

table.contactform tr td.last {
text-align:right;
}

/**************************Compare Form**************************/
table.compareform {
	font-size: 13px;
}

table.compareform tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.compareform tr td.label {
	font-weight:bold;
}

table.compareform tr td.labelred {
	font-weight:bold;
	color:#f80000;
}

table.compareform tr td.labelred_title {
	font-size:16px;
	font-weight:bold;
	color:#f80000;
}

table.compareform tr td.field input.field {
	font-size: 12px;
	width: 200px;
}

/**************************Enroll Steps Table**************************/
table.enrollsteps {
	font-size: 13px;
	text-align:center;
}

table.enrollsteps tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted #f80000;
}

table.enrollsteps tr td.label {
	font-weight:bold;
}

table.enrollsteps tr td.current {
	background-color:#f80000;
	color:#FFFFFF;
	font-weight:bold;
}


/**************************MyLogin Table**************************/
#mylogin {
	margin-left: 22px;
	margin-right: 22px;
}

table.mylogin {

}

table.mylogin tr td.label {
	font-size: 14px;
	padding: 2px 5px 0 0;
}

table.mylogin tr td.field {
	padding-bottom: 10px;
}

table.mylogin tr td.field input.field {
	width: 200px;
}

/**************************My Account Information**************************/
table.myinfo {

}

table.myinfo tr td.label {
	font-size: 14px;
	padding: 2px 5px 0 0;
}

table.myinfo tr td.field {
	padding-bottom: 3px;
}

table.myinfo tr td.field input.field {
	width: 200px;
}


/**************************Enroll Step 1 Table**************************/
table.enroll {
	margin-left: 10px;
}

table.enroll tr td.label {
	font-size: 14px;
	padding: 2px 5px 0 0;
}

table.enroll tr td.field {
	padding-bottom: 10px;
	width: 200px;
}

table.enroll tr td.field input.field {
	width: 200px;
}

table.enroll tr td.field select.field {
	width: 204px;
}

table.enroll tr td.submit {
	text-align: right;
}

table.profile {
	margin-left: 10px;
}

table.profile tr td.label {
	font-size: 14px;
	padding: 2px 5px 0 0;
}

table.profile tr td.field {
	padding-bottom: 10px;
	width: 200px;
}

table.profile tr td.field input.field {
	width: 200px;
}

table.profile tr td.field select.field {
	width: 204px;
}

table.profile tr td.submit {
	text-align: right;
}

/*Margins and Paddings*/
.margbot_20 {
	margin-bottom: 20px;
}

.margbot_50 {
	margin-bottom: 50px;
}

/**************************Error Messages**************************/

#errorBoxHead {
	margin: 20px 0px 6px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #cc0000;
}

#errorBox {
	padding-bottom: 12px;
	/*border-bottom: 1px solid #cccccc;*/
	margin-bottom: 8px;
}

#errorList li {
	margin: 4px 0px 4px 24px;
	color: #cc0000;
}

.error {
	color: #cc0000;
}



/* Additions to accomodate old stylesheet */
.Active {
	text-decoration:underline;
}
.pageTitle {
	font-size: 1.5em;
	font-weight:bold;
}

#subnav {
	vertical-align:middle;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-bottom:15px;
	/*
	border-left: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	margin-top:-10px;
	margin-bottom:10px;
	*/
}

.apipe {
	color: #DAB10B;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
}
.homeleft {
padding-right:10px;
}
.leftContent {
display:inline-block;
}
.rightColumnOffers {
float:right;
width:250px;
padding-left:20px;
}

.poll {
font-family:verdana,Helvetica,sans-serif;
font-size:89%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.25em;
padding-bottom:5px;
padding-left:2px;
}
.normal {
font-family:verdana,Helvetica,sans-serif;
font-size:89%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.25em;
}
.nav {
font-family:verdana,Helvetica,sans-serif;
font-size:89%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.25em;
}
.line {
background-color:#DCDCDC;
height:1px;
width:100%;
}

.towingRightSide {
float:right;
width:790px;
}
.towingInnerLeft {
float:left;
width:520px;
}
.benefitsSteps {
height:43px;
margin-top:-3px;
top:3px;
}
.benefitSelected {
background:transparent url(/images/benefits/benefits_tab_bg.gif) no-repeat scroll 100% 0pt;
height:43px;
margin:0pt;
padding:0pt;
text-align:center;
width:23px;
z-index:101;
}

.inline_red {
	color:#DA1B14;
}

.ccheadlinered {
color:#CC0000;
font-family:arial,helvetica;
font-size:18px;
font-weight:bold;
}
.ccheadlineblue {
color:#0066CC;
font-family:arial,helvetica;
font-size:19px;
font-weight:bold;
}
.ccsubheadred {
color:#CC0000;
font-family:arial,helvetica;
font-size:15px;
font-weight:bold;
}
.ccsubheadblue {
color:#0066CC;
font-family:arial,helvetica;
font-size:15px;
font-weight:bold;
}
.ccsubheadblack {
color:#000000;
font-family:arial,helvetica;
font-size:15px;
font-weight:bold;
}
.ccbody {
color:#000000;
font-family:arial,helvetica;
font-size:12px;
}
.cclegal {
color:#666666;
font-family:arial,helvetica;
font-size:10px;
}
.cclegallink {
color:#666666;
font-family:arial,helvetica;
font-size:10px;
text-decoration:underline;
}
.ccbodylink {
color:#000000;
font-family:arial,helvetica;
text-decoration:underline;
}

