html, body{ 
 margin:0; 
 padding:0; 
 background-color:#CCCCCC;
 text-align:center; 
 font-family:Tahoma, Verdana, Arial, sans-serif;
 font-size:11px;
 color:#333333;
} 

table	{
	background-color:#fff;
	font-size:100%;
}

H4	{
	color:#CC3300;
	margin:5px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	font-size:130%;
}

H5	{
	color:#CC3300;
	margin:5px 0px 5px 0px;
	padding:2px 0px 2px 0px;
	font-size:110%;
	text-align:center;
}

blockquote	{
	border:2px solid #CB645D;
	padding:5px;
	background-color:#F7F7F7;
	text-align:left;
}

#pagewidth{ 
 width:779px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color:#FFFFFF;
} 
 
#header{
 position:relative; 
 height:152px; 
 background-color:#FFFFFF; 
 width:100%;
} 

.header-top{
	background-image:url(../../images/top_header.jpg);
	width: 779px;
	height:125px;
} 

.header-top img{
	margin-top:1px;
	margin-left:6px;
} 

.navcontainer {
	background-color:#CD6762;
	background-image:url(../../images/menu_bg.gif);
	background-repeat:repeat-x;
	height:28px;
}

.navcontainer ul {
	margin:0px;
	padding:0px;
}

.navcontainer ul li	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url(../../images/menu_bg.gif) repeat-x 150px;
	font: 11px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	font-weight:700;
}

.navcontainer a	{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 150px;
	height:28px;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 1px solid #fff;	
}

.navcontainer li#active { background: url(../../images/menu_bg_over.gif) repeat-x 150px; }
.navcontainer a:hover { background: url(../../images/menu_bg_over.gif) repeat-x 150px; }
 
 
#twocols{
 width:779px; 
 background-color:#FFFFFF;
 float:right; 
 position:relative; 
/* background: url("../../images/right_bg.gif") repeat 189px;
 background-position:right;*/
 }

#maincol{
	background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:579px; 
}

#content{
	background-color: #FFFFFF;  
	margin-top:5px;
}

#content h1{
	color:#1C3E52;
	font-size:140%;
	font-weight:700;
	margin:2px;
	padding:2px;
}

#content h2{
	color:#CC3300;
	font-size:140%;
	font-weight:700;
	margin:13px 0px 0px 20px;
	padding: 0px 0px 0px 25px;
	background-image:url(../../images/white_bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.steps_bg	{
	background: url(../../images/steps_bg.jpg) no-repeat;
	float:left;
	margin-top:5px;
	margin-left:8px;
	height:200px;
	width:180px;
}

.steps_bg	img {
	margin-top:13px;
	margin-left:9px;
}


.breadcrumb
{
	position:relative;
	margin: 0px 0px 20px 0px;
}

.section_head {
	background-image:url(../../images/section_head_wide.jpg);
	background-repeat:no-repeat;
	width:560px;
	height:28px;
	margin:230px 0px 0px 12px;
	position:relative;
}

.section_head h3{
	color:#1C3E52;
	font-size:130%;
	font-weight:700;
	margin:0px 0px 0px 20px;
	padding: 5px 0px 7px 25px;
	background-image:url(../../images/grey_bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

/* section head for inside pages */

.section_head_inside {
	background-image:url(../../images/section_head_wide.jpg);
	background-repeat:no-repeat;
	width:560px;
	height:28px;
	margin:20px 0px 0px 12px;
	position:relative;
}

.section_head_inside h3{
	color:#1C3E52;
	font-size:130%;
	font-weight:700;
	margin:0px 0px 0px 20px;
	padding: 5px 0px 7px 25px;
	background-image:url(../../images/grey_bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

.section_body {
	background-image:url(../../images/section_body_wide.jpg);
	background-repeat:repeat-y;
	margin:-12px 0px 0px 12px;
	padding:13px 3px 0px 5px;
	width:559px;
}

/* Separate claass for text to fix text alignment in section_body */

.section_body_text {
	width:550px;
	padding-bottom:5px;
}

.section_footer {
	background-image:url(../../images/section_footer_wide.jpg);
	background-repeat:no-repeat;
	margin:-18px 0px 0px 12px;
	padding:13px 0px 0px 0px;
	width:560px;
	height:27px;
}

.FormInputs  {
	color: #333333;
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:2px;
}
.FormButton	{
	border-style:solid;
	color:#333333;
	border-color:#999999;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:2px;
	border-bottom-width:2px;
	background-color:#FFFFFF;
}


.label	{
	width:120px;
	float:left;
	text-align:left;
	padding:2px;
}
.right_phone
{
	position:relative;
	margin: -40px 0px 20px 270px;
}


.results	{
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom:20px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

.quote_title	{
	background-color:#BCE5F9;
	font-weight:700;
}

.quote_title h3 {
	font-size:120%;
	color:#CC3300;
	padding:2px;
	margin:2px;
}


.check_quote_span	{
	padding:2px;
}

.quote_footer_link	{
	padding:2px;
	text-align:right;
	position:relative;
	margin:-18px 0px 0px 0px;
}

.quote_cars	{
	text-align:justify;
	float:right;
	margin:-65px 0px 0px 0px;
}


.quote_footer	{
	background-color:#EAEAEA;
	font-weight:700;
	margin:5px 0px 0px 0px;
}

.quote_footer a {
	color:#0000FF;
	text-decoration:none;
}

.quote_footer a:hover {
	color:#0000FF;
	text-decoration:underline;	
}

.quote_footer a:visited {
	color:#0000FF;
}

#rightcol{
 width:200px; 
 float:right; 
 position:relative; 
 background-color:#fff;
 }
 
.right_panel { 	
	position:relative;
	background: url(../../images/right_panel_bg.jpg) no-repeat;
	width:189px;
	height:421px;
	margin: -53px 0px 0px 3px;
	background-color:#FFFFFF
}

.right_panel h1 { 	
	color:#1C3E52;
	font-size:140%;
	font-weight:700;
	margin:0px 2px 2px 60px;
	padding:10px 2px 0px 0px;
	position:relative;
}

.right_panel p { 	
	text-align:justify;
	padding:0px 10px 0px 10px;
	position:relative;
}

.right_box { 	
	text-align:center;
	width:189px;
	background: url(../../images/small_section_head.jpg) no-repeat;
	background-color:#FFFFFF;
	margin:10px 0px 0px 5px;
}

.right_box h2 { 	
	color:#1C3E52;
	font-size:140%;
	font-weight:700;
	background-image:url(../../images/grey_bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;	
	text-align:left;
	height:22px;
	margin:0px 0px 0px 10px;
	padding:4px 0px 0px 40px;
} 

.right_box_body { 	
	text-align:center;
	width:189px;	
	background: url(../../images/small_section_body.jpg);
	background-color:#FFFFFF;
}

.right_box_body ul { 	
	text-align:center;
	list-style:none;
	margin:0px;
	padding:0px;
}

.right_box_body li { 	
	display:block;
	text-align:center;
	margin:0px;
	padding:2px;
}

.right_box_footer { 	
	text-align:center;
	width:189px;
	height:26px;
	background: url(../../images/small_section_footer.jpg) no-repeat;
	background-color:#FFFFFF;	
} 

#footer{
	height:120px; 
	background-color:#C85B55;
	clear:both;
	color:#FFFFFF;
 } 

.footer_links {
	text-align:center;
	color:#FFFFFF;
	padding-top:5px;
}

.footer_links a{
	color:#FFFFFF;
	font-size:120%;
	font-weight:700;
	text-decoration:none;
 } 

.footer_links a:hover{
	text-decoration:underline;
 } 

.footer_links a:visited{
	color:#FFFFFF;
 } 


.footer_banner {
	float:right;
	position:relative;
	/*background-image:url(../../images/footer_limo.jpg);*/
	background-position:right;
	background-repeat:no-repeat;
	height:93px;
	width:779px;
	background-color:#FFFFFF;
	}

 
.footer_banner img {
	margin-left:100px;	
	width:377px;
	height:62px;
}

.error {
	font-size:90%;
	color:#FF0000;
	font-weight:700;
}

#twocols:after, #wrapper:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
#twocols, #wrapper{display: inline-table;}

/* Hides from IE-mac \*/
* html #twocols, * html #wrapper{height: 1%;}
#twocols, #wrapper{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

