html, body {
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background-image:url(../img/bg_b.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#FFF;
	color:#000000;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding:10px 0 10px 0px;
	margin:0px;
	color:#275ea7;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:5px 0 0px 0px;
	margin:0px;
	color:#275ea7;
}
#wrapper{
	margin-left: auto;
  	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	width: 940px;
	text-align: left;
	background-color:#FFF;
	display:block;
	clear:both;
	border:1px solid #CCC;

}
/* positioning */

.right {
		float:right;
		margin:0;
		}
.left{
		float:left;
		margin:0;
		}
		
.center { 
	margin:0 auto;
	clear:both;
	display:block;
	text-align:center;
}

.hide { display: none; }

.clear { clear: both; }


/* HEADER */
#header {
	background-color:#275ea7;
	border-bottom:8px solid #cf3d44;
	width:940px;
	margin:0 auto;
	display:block;
	clear:both;
	margin-bottom:23px;
}
#masthead {
	margin:0 auto;
	width:940px;
	text-align: left;
}

#masthead { height: 124px; }

#logo {
	float: left;
	text-indent: -9999em;
	overflow:hidden;
	width:278px;
	height:78px;
	background: url(../img/logo_napa.gif) 0 0 no-repeat;
	margin-top:25px;
	margin-left:25px;
	cursor:pointer;
}

#slogan { display: none; }

/* TOP WELCOME BOX  */
.welcome_content_box {
	padding:2px 0px 0px 0px;
	border-bottom:0px dotted #ccc;
	margin:0px;
	height:260px;
	width:100%;
	display:block;
	clear:both;
	}
.welcome_content_box p {
	margin:5px 10px 0px 10px;
	line-height: 1.7em;
	padding:0px 0px 0px 20px;
	}
.welcome_content_box h1 {
	font-size: 18px;
	padding:25px 0 0 20px;
	margin:0px;
	color:#275ea7;
}
.welcome_content_box h2 {
	margin-left:50px;
	padding:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:375px;
	font-size: 15px;
	/*color:#5EA626;*/
	line-height:1.5em;
	text-transform:capitalize;
	border:0px dotted #ccc;
}
.welcome_content_box h3 {
	font-size: 14px;
	padding:10px 10px 0px 30px;
	margin:0px;
	color:#000000;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
}
.welcome_content_box li {
	font-size: 14px;

}

#homeBanner { 
	margin-bottom: -25px;
	}
.welcome_pic {
	float:right;
	margin:0px;
	padding:0px;
	clear:both;
	display:block;
	
}
.welcome_box_link {
	cursor:pointer;
	float:right;
	margin-right:50px;
	margin-top:43px;
	font-size: 14px;
	padding-left:10px;
	text-transform: uppercase;
	color: #5EA626;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px dotted #c3c3c3;
}
.welcome_box_link:hover {
	color:#5EA626;
	text-decoration:none;
}

/* 100% box */
.full_box {
	padding:2px 0px 0px 0px;
	border-bottom:1px dotted #ccc;
	margin-top:-25px;
	margin-left:18px;
	width:900px;
	height:100%;
	display:block;
	clear:both;
}
.full_box p {
	margin:5px 10px 10px 10px;
	line-height: 1.7em;
	padding:0px 20px 5px 30px;
	
}
.full_box h1 {
	font-size: 18px;
	padding:10px 0 0 20px;
	margin:0px;
	color:#275ea7;
}
.full_box h2 {
	padding:0px 0px 0px 30px;
	margin:0px;
	font-size:14px;
	color:#5EA626;
	text-transform:uppercase;
}
.full_box h3 {
	margin-left:30px;
	padding:0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#5EA626;
	line-height:1.5em;
	text-transform:capitalize;
	border:0px dotted #ccc;
}

.full_box li {
	font-size: 14px;
	margin-bottom:15px;
	line-height:1.7em;
	margin-left:30px;
}
.full_box strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#5EA626;
	text-transform:uppercase;
}

/* CONTENT */

#left_column {
	float: left;
	width: 355px;
	padding: 10px 20px 0px 20px;
	border-right: 1px dotted #eee;
	margin:2px 0px 20px 0px;
	margin-right:0px;
	line-height: 1.7em;
}

#left_column p {
	padding-left:20px;
}
#left_column h1{
	padding:0px;
	margin:0px;
}
#left_column h2{
	font-size:14px;
	color:#5EA626;
	text-transform:uppercase;
}
#left_column table{
	margin:0 auto;
}
#right_column{
	float: left;
	width: 500px;
	padding: 10px 20px 0px 23px;
	border-right: 0px dotted #ccc;
	margin:2px 0px 20px 0px;
	line-height: 1.7em;
}
#right_column p {
	padding-left:20px;
}
#right_column h1{
	padding:0px;
	margin:0px;
}
#right_column h2{
	font-size:14px;
	color:#5EA626;
	text-transform:uppercase;
	padding-left:5px;
	}
#right_column table{
	margin:0 auto;
}


/* THREE COLUMN FEATURED PRODUCTS */

#featured_products_container {
	display:block;
	clear:both;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
	height:400px;
	padding:0px 0px 0px 0px;
	width:900px;
	border:0px dotted #ccc;
}
#featured_products_container p {
	font-size: 12px;
	line-height: 18px;
	padding:0px 10px 0px 10px;	
}
.description p{
	margin: 5px 0px 5px 0px ;
}
#featured_products {
	height:400px;
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
}
#featured_products2 {
	height:350px;
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
}
.center_feature_pic { 
	margin:0 auto;
	clear:both;
	display:block;
	width:100%;
	text-align:center;
}
.feature1, .feature2 {
	float: left;
	width: 250px;
	margin-right:75px;
	padding:0px;
}
.feature3 {
	float: left;
	width: 250px;
	padding:0px;
}
.feature1 img, .feature2 img, .feature3 img { 			    
	margin-bottom:10px; 
	padding:2px;
	border:1px dotted #999;
	cursor:pointer;
}
.feature1 h1,  .feature2 h1,  .feature3 h1 { 
	margin: 0px;
	padding-bottom:3px;
	color:#5EA626;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
.feature1 h1 a,  .feature2 h1 a,  .feature3 h1 a { 
	padding-bottom:3px;
	color:#5EA626;
	text-decoration:none;
}
.feature1 h1 a:hover,  .feature2 h1 a:hover,  .feature3 h1 a:hover { 
	color:#5EA626;
	text-decoration:none;
}
.description {
	width:250px;
	margin: 0 auto;
	padding:0px;	
}
.feature_next {
	float: right;
	padding-bottom:25px;
	width: 75px;
	height:25px;
	padding-left:5px;
	border-left:1px dotted #ccc;
}
.description h1 {
	margin-bottom:0px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#5EA626;
	text-transform:uppercase;
	letter-spacing:.2em;
	text-align:center;
}
/* NAPA Rewards */

#featured_rewards, #featured_rewards2, #featured_rewards3 {
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
}
#featured_rewards .feature1, .feature2, .feature3{
	height:408px;
	overflow:hidden;
	display:block;
	margin-bottom:10px;

}
#featured_rewards2 .feature1, .feature2, .feature3{
	height:408px;
	overflow:hidden;
	display:block;
	margin-bottom:25px;
}

/* NAPA Rewards Fixed Bottom Corner */
#promo_box{
	display:none;
}

* html #rewards_bottom_corner {
	position:absolute;
}
* html #survey {
	position:absolute;
}
#rewards_bottom_corner {
	position:fixed;
	bottom:0px;
	right:0px;
	background-image:url(../img/rewards/rewards.png);
	background-repeat:no-repeat;
	width:261px;
	height:191px;
	z-index:999998;
}
#survey {
	position:fixed;
	bottom:0px;
	right:0px;
	background-image:url(../img/survey.png);
	background-repeat:no-repeat;
	width:261px;
	height:191px;
	z-index:999998;
}

#promo_box :hover {
	cursor:pointer;
}
#rewards_close {
	position:fixed;
	bottom:160px;
	right:15px;
	background-image:url(../img/rewards/close.gif);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	z-index:9999999;
	display:none;
	cursor:pointer;
}


/* =DETAILS Fixed Positioning in IE6 */

* html #rewards_bottom_corner  {
	position: absolute;
}
* html #rewards_close  {
	position: absolute;
}

/* Full Div Box  */

.content_box {
	padding:0px 0px 2px 0px;
	border-bottom:1px dotted #ccc;
	margin-bottom:0px;
	width:100%;
	display:block;
	clear:both;
}
.content_box p {
	margin:10px;
	font-size: 14px;
	line-height: 1.7em;
	padding:0px 0px 0px 10px;
	
}
.content_box h1 {
	font-size: 20px;
	padding:25px 0 0 20px;
	margin:0px;
	color:#275ea7;
}
.content_box h2 {
	margin-left:50px;
	padding-top:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#5EA626;
	line-height:1.5em;
}


/* GENERAL LINKS */

a:link {
	color: #5EA626;
	text-decoration: none;
}

a:visited {
	color: #5EA626;
	text-decoration: none;
}

a:hover {
	color: #5EA626;
	text-decoration: underline;
}

a:active {
	color: #5EA626;
}	
.arrow_button {
	cursor:pointer;
	text-align:center;
}
.go_featured_products2 {
	cursor:pointer;
}

#homePage #content {
	margin-top: 0px;
	padding-bottom: 0px;
}

#contactPage #content,  #aboutPage #content {
	margin-top: 66px;
	padding-bottom: 116px;
}



/* DETAILS */
.more {
	margin-left: 0.7em;
	padding-left: 0.7em;
	font-size: 11px;
	text-transform: lowercase;
	color: #5EA626;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px dotted #c3c3c3;
	cursor:pointer;
}
.more:hover {
	color:#5EA626;
	text-decoration:none;
}

.more_benefits {	
	cursor:pointer;
	float:right;
	margin-right:0px;
	margin-top:20px;
	font-size: 14px;
	padding:5px 0px 5px 10px;
	text-transform: uppercase;
	color: #5EA626;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px dotted #c3c3c3;
}
.more_benefits:hover {	
	color:#5EA626;
	text-decoration:none;
}

#eo_links_container{
	width:500px;
	float:right;
	display:inline;
	}
.eo_links {	
	cursor:pointer;
	float:left;
	margin-right:0px;
	margin-top:20px;
	font-size: 14px;
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	color: #5EA626;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 0px dotted #c3c3c3;
}
	.eo_links a:hover {	
	color:#5EA626;
	text-decoration:none;
}

#footer .more { border-left: 1px solid #a6a6a6; }

h2 .more { font-size: 9px; }

h3 .more {
	font-size: 9px;
	border-left: 2px solid #928e8c;
}

#copyright {
	margin-left: auto;
  	margin-right: auto;
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	width: 940px;
	font-size:10px;
	color:#666;
	text-align:right;
}
small { font-size: 0.9em; }

em,  cite { font-style: italic; }

.seal {
	float:right;
	clear:both;
	display:block;
	margin-top:-300px;
	margin-right:150px;
}
.am_best {
	float:left;
	padding-right:10px;
	cursor:pointer;
}
.sponsor_logo, .left_img {
	float:left;
	padding:5px 15px 0px 0px;
}

#left_column ul, #right_column ul {
	margin:0;
	padding-left:25px;
}
#left_column li, #right_column li {
	margin-bottom:15px;
}
#left_column h3, #right_column h3 {
	color:#C00;
}
.bullet{
	list-style:none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 20px;
	margin:10px 0px 0px 0px;
	} 
.bullet_indent{
   	padding-left:0px;
	padding-top:5px;
	line-height:3pt;
	list-style:square;
	margin-left:25px;
	background:none;
	line-height:normal;
	} 

ul ul {
		list-style:square;
		line-height:auto;
		padding:0px;
	}
ul ul li {
		margin-left:15px;
	}
#todays_date {
	position:absolute;
	padding-top:25px;
	color:#ffffff;
	letter-spacing:.5em;
	font-size:12px;
    white-space:nowrap;
	width:925px;
	text-align:right;
}
#addthis_button {
width:150px;
padding-left:550px;
float:left;
}
form {
	padding-left:10px;
}

/* POP UP DIV */

#eo_plans {
	z-index:999;
	background:#ffffff;
	width:650px;
	height:auto;
	margin-left:-325px;
	margin-top:-150px;
	position:fixed;
	left: 50%;
	top: 50%;
	display: none;
	padding:10px;
	border:3px solid #275ea7;
	line-height:1.7em;
	color:#000;
}
#eo_plans p{
	font-size:14px;
}


#eo_plans a {
	color:#C00;
	font-weight:bold;
	font-size:16px;
}
#eo_plans strong {
	font-size:14px;
	color:#000;
}

.close {
	cursor:pointer;
	padding-bottom:10px;
}
.close:hover {
	cursor:pointer;
	color:#F00;
}
#grayout_screen
{
	position:absolute;
	left: 0;
	top: 0;
	background: #275ea7;
	z-index:100;
	display:none;
}

/* END POPUP */

.contact_info {
	float:right;
	padding:0;
	margin:0;
	text-align:left;
	width:265px;
	z-index:50;
}

/* Styled Buttons */

.quote {
	color:#5EA626;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F4F4F4;
	border-right:2px solid #ccc; 
	border-bottom:2px solid #ccc;
	padding:3px;
	width:auto;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.quote:hover {
	color:#5EA626;
	background-color:#F4F4F4;
	border:1px solid #ccc; 
	padding:3px;
	width:auto;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.button {
	color:#5EA626;
	background-color:#F4F4F4;
	border-right:2px solid #ccc; 
	border-bottom:2px solid #ccc;
	padding:3px 10px 3px 10px;
	width:auto;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

}
.button:hover {
	color:#5EA626;
	background-color:#F4F4F4;
	border:1px solid #ccc; 
	padding:3px 10px 3px 10px;
	width:auto;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.footnote {
	font-size:10px;
	color:#275ea7;
}

.white {
	display:none;
}

/* =FOOTER */

#footer {
	clear: both;
	background: #275ea7;
	border-top: 3px solid #cf3d44;
	padding-bottom: 10px;
	padding-top:10px;
	width:940px;
}

#footer a{
	color:#8DCBFE;
	font-weight:bold;
}
#footer .click{
	color:#8DCBFE;
	font-weight:bold;
	cursor:pointer;
}
#footer .click:hover{
	text-decoration:underline;
}
#footer .phone{
	color:#8DCBFE;
	padding:0px 10px 0px 0px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:-5px;
}

#footer h1 { 
	color:#8DCBFE;
	padding:0px 10px 3px 0px;
	border-bottom:1px dotted #8DCBFE;
	font-size:16px;
	margin-bottom:5px;
}
#footer h2 { 
	color:#8DCBFE;
	padding-bottom:5px;
	border-bottom:1px dotted #8DCBFE; 
}
#footer strong {
	color:#8DCBFE; 
	font-size:12px;
	font-weight:bold;
}

#footer p {
	color: #fff;
	font-size:11px;
	line-height:1.8em;
	margin:0;
	padding-bottom:20px;
}

#footLeft {
	float: left;
	width: 276px;
	padding: 10px 20px 0px 20px;
	border-right: 1px dotted #ccc;
	margin-bottom:0px;
	margin-right:15px;

}
#footLeft img, #footCenter img, #footRight img {
	padding: 0px;
	margin:5px 10px 5px 0px;
	border: 1px solid #ffffff;
	float:left;
	background-color:#FFF;
}

#footCenter {
	float: left;
	width: 276px;
	padding: 10px 20px 0 10px;
	margin-bottom:0px;
}

/*#footRight {
	float: right;
	width: 276px;
	padding: 10px 5px 0 10px;
	margin-bottom:20px;

}*/
#footRight {
	float: right;
	width: 575px;
	padding: 10px 20px 0 10px;
	margin-bottom:0px;

}

#footer_pic {
	margin-top:-50px;
	position:absolute;
	margin-left:740px;
	clear:both;
	display:block;
	z-index:99999;
}

/* Renew Your Policy Fixed Bottom Corner */

#renew_bottom_corner {
	position:fixed;
	bottom:0;
	left:0;
	background-image:url(../img/renew.png);
	background-repeat:no-repeat;
	width:225px;
	height:115px;
}
#renew_bottom_corner:hover {
	cursor:pointer;
}

/* =DETAILS Fixed Positioning in IE6 */

* html #renew_bottom_corner {
	position: absolute;
}


.black {
	color:#000;
	font-weight:bold;
}

/* NAPA DIRECT RATE LINKS*/

.nd_chart_link {
	color:#00F;
	display:block;
	clear:both;
	margin-bottom:10px;
	text-align:right;
}
.nd_chart_link:hover {
	color:#00F;
	display:block;
	clear:both;
	margin-bottom:10px;
	text-align:right;
	cursor:pointer;
}

/* Javascript Warning */

#noscript {
	width:100%;
	top:0;
	position:fixed;
	background-color:#F00;
	color:#FF0;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	height:25px;
	z-index:999999;
}
#noscript a {
	color:#FFF;
}
* html #noscript {
	position: absolute;
	width:940px;
}

/* Photo Layout */


.cut {
	float:left;
	display:block;
	clear:both;
	padding-right:10px;
	padding-left:0px;

}
.cut_right {
	float:right;
	display:block;
	clear:both;
	padding-right:10px;
	padding-left:10px;
}

/* FORMS */

select {
	margin-bottom:3px;
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 1em;
	color:#777;
	background-color:#fff;
}

#h_button{
	background-color:#F4F4F4;
	border-right:2px solid #ccc; 
	border-bottom:2px solid #ccc;
	padding:5px 10px 3px 10px;
	width:auto;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#h_button:hover {

	background-color:#F4F4F4;
	border:1px solid #ccc; 
	padding:5px 10px 3px 10px;
	width:auto;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
input[type="radio"] {
	border:none;
}
input[type="checkbox"] {
	border:none;
}
input[type="text"] {
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 1em;
	color:#777;
	background-color:#fff;
	}
.red {
	color:#C00;
}