/*
Theme Name: Rapid Auto Quote Theme
Theme URI: http://www.k9webdesign.com
Description: Specially commissioned theme for Tony Bell at Rapid Auto Quotes.com.
Version: 1.0
Author: Andy Biggs (K9 Website Design)
Tags: orange, blue, auto, fixed width, two columns, widgets
*/
@charset "utf-8";
/* start biggsy styles */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin:0;
background:url(images/page_bg.gif) #d5d5d5 repeat-x top;
}
a {
color:#428526;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
hr {
color:#FFFFFF; 
border:none; 
border-top:#428526 1px solid;
}
h1, h1 a {
margin:0 0 7px 0;
font-size:24px;
letter-spacing:-1px;
color:#428526;
text-decoration:none;
}
h2, h2 a {
margin:0 0 7px 0;
font-size:18px;
letter-spacing:-1px;
color:#e48e20;
text-decoration:none;
}
h3, h3 a {
margin:0 0 7px 0;
font-size:16px;
text-decoration:none;
color:#428526;
}
h4 {
font-size:14px;
}
p {
margin:10px 0 10px 0;
}
.wrapper {
width:850px;
margin:auto;
background-color:#FFFFFF;
}
.logo {
padding:10px 0 0 17px;
width:282px;
float:left;
height:74px;
background:url(images/logo_bg.gif) repeat-x bottom;
}
.top-menu {
padding:10px 0 0 70px;
width:468px;
float:left;
height:74px;
background:url(images/logo_bg.gif) repeat-x bottom;
}
.botads {
  clear:both;
  margin:0 0 0 17px;
}
.top-menu a {
text-decoration:none;
margin-left:13px;
}
.menu {
clear:both;
font-size:16px;
font-weight:bold;
letter-spacing:-1px;
padding:7px 5px 0 17px;
color:#428526;
height:24px;
background:url(images/menu_bg.gif) repeat-x;
}
.menu ul {
margin:0 0 0 0;
padding:0 0 0 0;
}
.menu li {
padding:0 20px 0 0;
float:left;
list-style:none;
margin:0 0 0 0;
}
.menu ul li a {
color:#428526;
text-decoration:none;
}
.menu ul li a:hover {
text-decoration:underline;
}
.header {
height:214px;
padding:19px 26px 0 380px;
background:url(images/header_bg.jpg) no-repeat;
}
.header h1 {
font-size:28px;
line-height:90%;
margin:0;
color:#FFFFFF;
}
.header span {
font-size:28px;
line-height:90%;
margin:13px 0 0 230px;
color:#FFFFFF;
text-align:right;
font-weight:bold;
}
.header p {
font-weight:bold;
font-size:28px;
line-height:90%;
margin:0;
color:#FFFFFF;
}
.header img {
margin:79px 0 0 20px;
}
.content-l {
float:left;
width:631px;
padding:0;
}
.content-w {
width:850px;
padding:0;
}
.content {
margin:17px 17px 30px 17px;
}
.content-r {
margin-top:15px;
float:left;
width:219px;
}
.footer {
clear:both;
text-align:center;
padding:0 0 15px 0;
}
.form {
margin:0;
padding:0;
}
.step2 {
margin:35px 0 0 92px;
}
.fname {
width:100px;
}
.sname {
margin-left:42px;
width:100px;
}
.step3 {
float:left;
margin:34px 0 0 0;
padding-left:117px;
width:130px;
}
.zip {
width:80px;
}
.button {
float:left;
margin:14px 0 0 65px;
}
.live_support {
margin-bottom:5px;
}
.panel_t {
background:url(images/panel_t.gif) no-repeat;
height:14px;
}
.panel_m {
padding:0px 15px 0 15px;
background:url(images/panel_m.gif) repeat-y;
}
.panel_b {
background:url(images/panel_b.gif) no-repeat;
height:14px;
}
.boxes {
margin-left:11px;
}


/* end biggsy styles */

/*	Start Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Start Sidebar */

.panel_m ul {
margin: 0;
padding: 0;
}
.panel_m li {
list-style-type: none;
list-style-image: none;
margin-bottom: 0px;
}



/* end sidebar */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}