/*
    Stylesheet for PacStar Auto Insurance
	---------------------------------------------------
	Theme Name: Standard
	File Name: style.css
	Created: 01/11/2009
	Last Modified: 
    Theme URI: http://www.pacstardirect.com
    Description: The Standard Theme.
    Version: 1.0
    Author: Emil Uzelac
    Author URI: http://seoagent.org
*/
* {
	border: 0;
	margin: 0;
	padding: 0
}
body {
	background: #b4d2ee;
	color: #555555;
	font: .75em "Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 0 20px;
	line-height:1.8em;
	margin: 0;
}
a {
	color: #a4b92e;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
li {
	list-style: none
}
h1 {
	color: #262625;
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h1 a {
	color: #262625
}
h2 {
	color: #aeaeae;
	font-size: 1.4em;
	letter-spacing: -1px;
	margin: 0 0 .8em
}
h2 a {
	color: #aeaeae
}
h3 {
	color: #262625;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4 {
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p {
	padding: 0 0 1.5em
}
/********************************************************
    Forms
********************************************************/

#header-login {
	margin-top: -70px;
	float: right;
	position: relative;
	border: none;
	width: 200px;
	background: none;
}
#header-login form fieldset {
	border:none;
	width:200px;
	top:50px;
	right:20px;
	padding-top:32px;
	background:url(images/manage-your-policy.png) no-repeat 0 0;
}
#header-login legend {
	display:none;
}
#header-login #selectpage {
	display:none;
}
#header-login form .details {
	float:left;
	width:140px;
}
#header-login form label {
	font-size:10px;
	font-weight: lighter;
	line-height:17px;
	color:#4b4a45;
	width:53px;
	display:block;
	float:left;
	clear:left;
}
#header-login form input {
	border:0;
	display:block;
	float:left;
	width:79px;
	height:13px;
	margin-bottom:8px;
	background:url(images/input.gif) no-repeat 0 0;
	padding: 4px 0 2px 4px;
	font-size: .9em;
}
#header-login form button {
	border:none;
	display:block;
	text-indent:-999px;
	background:url(images/login-button.png) no-repeat 0 0;
	width:49px;
	height:27px;
	margin-top:10px;
	overflow:hidden;
	cursor: pointer;
}
/********************************************************
    Wrapper Background
********************************************************/

#global-wrapper {
	background: url(images/wrapper-border.png) repeat-y;
	width: 980px;
	margin: 0px auto 10px auto;
}
#header-wrapper {
	background: url(images/wrapper-header.png) no-repeat;
	width: 980px;
	margin: 0px auto 10px auto;
}
/********************************************************
    Comparison Rates
********************************************************/

#getbestbuy {
	margin:0;
	padding:2px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
	height: 30px;
	color:#FFFFFF;
	font-weight:bold;
}
#getbestbuy .loading label {
	background: #090;
	background-position: top-left;
}
/********************************************************
    Intro
********************************************************/

p.intro {
	line-height:1.3em;
}
p.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
p.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/********************************************************
    Layout
********************************************************/

#page {
	margin: 0 auto;
	width: 940px
}
/********************************************************
    Header
********************************************************/

#header {
	height: 144px;
	position:relative;
}
#header .spacer {
	float: right
}
/********************************************************
    Logo
********************************************************/

#header h1 {
	float: left;
	width: 200px;
	border: none;
	margin: 0 auto;
}
#header h1 a {
	display: block;
}
#header h1 a:hover {
	text-decoration: none
}
/********************************************************
    Top Links
********************************************************/

#top-links {
	float: right;
}
/********************************************************
    Buttons
********************************************************/

.btn-rounded {
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a {
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span {
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}
.btn {
	margin:0;
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
	color:#FFFFFF;
	font-weight:bold;
}
/************************************************
*	Navbar      								*
************************************************/

#menu {
	width: 940px;
	background: url(images/menu-bg.png) repeat-x;
	height: 33px;
	color: #fff;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: inherit;
	float: left;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height: 33px;
}
#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	display: block;
	color: #fff;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 33px;
	border-right: 1px solid #114b7b;
}
#menu ul li.home a {
	border-left: 0px;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
	background: url(images/menu-current.png) 0px 0px repeat-x;
	color: #fff;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 33px;
}
#menu ul li a:hover {
	background: url(images/menu-hover.png) 0px 0px repeat-x;
	color: #fff;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 33px;
}
/********************************************************
    Columns
********************************************************/

#columns {
	height: 1%;
	margin: 33px 0 0 -8px;
	padding: 0 0 10px;
}
#centercol {
	float: left;
	width: 610px;
}
#rightcol {
	float: right;
	margin: 20px 0 0;
	width: 320px
}
#rightcol h3 {
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#rightcol h3 span {
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#rightcol .widget ul, #rightcol .textwidget {
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}
/********************************************************
    Sub Columns
********************************************************/

.col1 {
	float: left;
	width: 115px;
	margin:0 0 1em;
}
.col1 a {
	color: #555555;
	text-decoration: underline
}
.col2 {
	float: right;
	width: 425px
}
.col3 {
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last {
	padding: 0
}
.col3.nav2, .col6.nav2 {
	background: none;
	padding: 0
}
.col3 h2 {
	color: #464646;
	margin: 0 0 .5em
}
.col3 p {
	padding: 0
}
.col4 {
	float: left;
	width: 335px
}
.col5 {
	float: right;
	width: 300px;
}
.col5 img {
	border: 10px solid #f6f5ed;
}
.col6 {
	float: left;
	padding: 0 20px 20px 0;
	width: 300px
}
* html .col6 {
	width: 290px;
}
/************************************************
*	Hometop 					     		    * 
************************************************/

#hometop {
	background: url(images/home-top.jpg) no-repeat;
	width: 900px;
	height: 260px;
	margin: 0px auto 0px;
	padding: 0;
	line-height: 20px;
}
#hometop p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#hometop h1 {
	color: #2255AA;
	font-size: 22px;
	font-family:"Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#hometop h1 a, #hometop h1 a:visited {
	color: #2255AA;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#hometop h1 a:hover {
	color: #2255AA;
	text-decoration: none;
}
#hometop img {
	float: left;
	border: none;
	margin: 0px 20px 10px 0px;
}

/************************************************
*	Hometop used for forms only		     		* 
************************************************/

#hometop2 {
	background: url(images/home-top.jpg) no-repeat;
	width: 900px;
	height: 900px;
	margin: 0px auto 0px;
	padding: 0;
	line-height: 20px;
	overflow: auto;
}
#hometop2 p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#hometop2 h1 {
	color: #ffc61f;
	font-size: 22px;
	font-family:"Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 33px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 2px solid #ddd;
}
#hometop2 h1 a, #hometop2 h1 a:visited {
	color: #2255AA;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#hometop2 h1 a:hover {
	color: #2255AA;
	text-decoration: none;
}
#hometop2 img {
	float: left;
	border: none;
	margin: 0px 20px 10px 0px;
}

/************************************************
*	iFrame          				     		* 
************************************************/
#embed {
	padding: 0px 0px 33px 0px;
}

/************************************************
*	Bottom Sidebars					     		* 
************************************************/

#bottom {
	background: #EDEDED;
	width: 900px;
	margin: 0px auto 0px;
	padding: 15px 0px 20px 0px;
	line-height: 20px;
	border-top: 5px solid #333;
	clear: both;
}
#bottom p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#bottom h2 {
	color: #000000;
	font-size: 18px;
	font-family:"Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#bottom h2 a, #bottom h2 a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#hometop h2 a:hover {
	color: #000000;
	text-decoration: none;
}
#bottom img {
	float: left;
	border: none;
	margin: 0px 0px 10px 0px;
}
#bottom ul {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bottom ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
.bottomleft {
	float: left;
	width: 247px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 25px;
	overflow: hidden;
}
.bottommiddle {
	float: left;
	width: 247px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 25px;
	border-right: 1px dotted #333;
	border-left: 1px dotted #333;
	overflow: hidden;
}
.bottomright {
	float: right;
	width: 225px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
}
/********************************************************
    Boxes
********************************************************/

.box {
	margin: 0 0 1em;
	width: 620px
}
.box .top, .box .bot {
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box .bot {
	background: url(images/box-bot.gif) no-repeat top
}
.box .spacer {
	background: #ffffff;
	height: 1%;
	padding: 15px 30px
}
.box2 {
	margin: 20px 0 1em;
	width: 320px
}
.box2 .top, .box2 .bot {
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box2 .bot {
	background: url(images/box2-bot.gif) no-repeat top
}
.box2 .spacer {
	background: #e5e3d1;
	height: 1%;
	padding: 10px 25px
}
.box3 {
	margin: 0 0 1em;
	width: 425px
}
.box3 .top, .box3 .bot {
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot {
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr {
	background: #f0eee1;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p {
	padding: 0
}
.box4 {
	color: #ffffff;
	font-size: 1.8em;
	margin: 0 0 20px;
	width: 940px
}
.box4 .top, .box4 .bot {
	background: url(images/box4-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box4 .bot {
	background: url(images/box4-bot.gif) no-repeat top
}
.box4 .spacer {
	background: #b0c730;
	height: 1%;
	padding: 5px 25px
}
.box4 p {
	padding: 0
}
.box5 {
	margin: 0 0 30px;
	width: 940px
}
.box5 .top, .box5 .bot {
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot {
	background: url(images/box5-bot.gif) no-repeat top
}
.box5 .spacer {
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	position: relative;
	padding: 15px 25px
}
.box5 .post img {
	border:0;
}
.box6 {
	margin: 0 0 20px;
	width: 940px
}
.box6 .top, .box6 .bot {
	background: url(images/box6-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot {
	background: url(images/box6-bot.gif) no-repeat top
}
.box6 .spacer {
	background: #e5e3d1;
	height: 1%;
	padding: 10px 25px
}
#footer .box6 .spacer {
	padding: 0px 25px
}
/********************************************************
    Wrapper
********************************************************/

.wrapper {
	float: left;
	padding: 0 0 0 20px;
}
/********************************************************
    Date
********************************************************/

.date {
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}
/********************************************************
    Tabless Forms Styles
********************************************************/

* html .cssform {
	height: 1%;
}
.cssform h1 {
	font-size: 1.8em;
	margin: 20px 0 0 0;
}
.cssform h2 {
	margin: 20px 0 0 0;
	padding-bottom: 0px;
}
.cssform p {
	width: 350px;
	clear: left;
	/* margin: 0 0 20px 0; */
	padding-bottom: 1px;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 38px;
}
.cssform label {
	font-weight: normal;
	font-size: 11px;
	/* padding: 22px 0 0 0; */
    float: left;
	margin-left: -155px; /*width of left column*/
	width: 220px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input {
	background: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
}
.cssform input:hover {
	border: 1px solid #c0bfbf;
}
.cssform .email {
	background-image: url(images/email.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .createpass {
	background-image: url(images/key.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
	;
}
.cssform .confirmpass {
	background-image: url(images/key_add.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .address {
	background-image: url(images/house.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .fname {
	background-image: url(images/user_green.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .lname {
	background-image: url(images/user_green.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .dob {
	background-image: url(images/date.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .zipcode {
	background-image: url(images/map.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .phone {
	background-image: url(images/phone.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .ssn {
	background-image: url(images/shield.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .licensed {
	background-image: url(images/vcard.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .vin {
	background-image: url(images/vin.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .pipolicy {
	background-image: url(images/policy-number.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform .piexp {
	background-image: url(images/policy-exp.png);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
.cssform select {
	background: #f7f7f7;
	width: 210px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cfcfcf;
}
.cssform br {
	display: none;
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 210px;
}
.cssform textarea {
	width: 250px;
	height: 150px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}
/********************************************************
    Landing Page
********************************************************/

.cssform .autoquoter {
	background:url(images/auto-insurance-bg.png) no-repeat;
	width: 795px;
	height: 269px;
}
#autoquoter {
	width: 100%;
	height: 57px;
	background: url(images/search_block_bg.gif) no-repeat 0 0;
	height: 50px;
}
#autoquoter form {
	padding: 14px 0 0 14px;
}
#autoquoter form div {
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}
#autoquoter form input.autoquoter_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}
#autoquoter form input.submit {
	position: absolute;
	right: 0;
}
.cssform .autoquoter .backlight {
	background: none;
}
/********************************************************
    Required/Error Fields
********************************************************/

.required {
	border: 1px solid #ffcc00;
}
#error {
	display: none;
}
/********************************************************
    Round Box if needed
********************************************************/

.roundBox {
	background:transparent url(images/roundBox.gif) no-repeat top left;
	width:340px;
	padding:20px;
	margin-bottom:20px;
}
.roundBox .boxBottom {
	background:white url(images/roundBox.gif) no-repeat bottom left;
	font-size:1px;
	line-height:1px;
	height:14px;
	margin:0 -20px -20px -20px;
}
/********************************************************
    Generic Auto Images
********************************************************/

.vehicleSummary #thumb1, .vehicleSummary #thumb2, .vehicleSummary #thumb3 {
	background-image: url(../../../images/clear.gif);
	background-repeat: no-repeat;
	height: 110px;
	padding-left: 30px;
	padding-top: 6px;
}
.vehicleSummary {
	margin-top: -78px;
	margin-bottom: 20px;
	color: #33607f;
}
.vehicleSummary #show_year1, .vehicleSummary #show_year2, .vehicleSummary #show_year3 {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}
.vehicleSummary #show_make1, .vehicleSummary #show_make2, .vehicleSummary #show_make3 {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}
.vehicleSummary #show_model_s1, .vehicleSummary #show_model_s2, .vehicleSummary #show_model_s3 {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}
#vehicle1, #vehicle2, #vehicle3 {
	margin-top: -50px;
	width: 170px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.clear {
	float:left;
}
.edit {
	background: url(../../../images/edit-auto.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding: 0px 0px 0px 14px;
	font-size: 10px;
	color: #CC9933;
	text-transform: uppercase;
	float: left;
}
.edit a:hover {
	color: #c9c9c9;
	text-decoration: none;
}
.remove {
	background: url(../../../images/remove-auto.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding: 0px 0px 0px 14px;
	font-size: 10px;
	color: #f71c17;
	text-transform: uppercase;
	float: right;
}
.remove a:hover {
	color: #f71c17;
	text-decoration: none;
}
/********************************************************
    Driver Information
********************************************************/

.driver1, .driver2, .driver3, .driver4 {
	margin-top: -50px;
	width: 133px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.driverInfo .show_fname {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	padding: 0 0 30px 0;
}
.driverInfo .show_lname {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
	padding: 0 0 30px 0;
}
.driverInfo .thumb {
	background-image: url(../../../images/clear.gif);
	background-repeat: no-repeat;
	height: 79px;
	padding-left: 30px;
	padding-top: 6px;
}
/********************************************************
    Link Buttons
********************************************************/

.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue {
	margin: 0 0 2em;
}
.btn-general {
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;
}
.btn-general a {
	color: #ffffff;
}
.btn-continue a {
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a {
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.left-arrow {
	float: left;
	padding: 130px 0 0;
	position: absolute;
	bottom: 30px;
	left: 5px;
	width: 27px
}
.right-arrow {
	float: left;
	padding: 130px 0 0;
	position: absolute;
	right: 15px;
	bottom: 30px;
	width: 27px
}
/********************************************************
    Ads (Optional)
********************************************************/

.ads {
	margin: 0 0 10px
}
.ads img {
	margin: 0 8px 5px 0
}
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #eaeff8 url(images/wrapper-border.png) repeat-y;
	width: 980px;
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}
#footer p {
	color: #555555;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#footer a, #footer a:visited {
	color: #555555;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a img {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.footerleft {
	width: 375px;
	float: left;
	margin: 0px;
	padding: 50px 0px 0px 30px;
}
.footerright {
	width: 375px;
	float: right;
	margin: 0px;
	padding: 50px 30px 0px 0px;
	text-align: right;
}
/********************************************************
    Misc.
********************************************************/

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl {
	float: left
}
.fr {
	float: right
}
.ac {
	text-align: center
}
.ar {
	text-align: right
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/********************************************************
    Posts (Optional)
********************************************************/

.post img {
	border:8px solid #f6f5ed;
}
.post ul, .post ol {
	padding: 0 0 1.2em 2em;
}
.post ul li {
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.post ol li {
	list-style-type:decimal;
	margin: 0 0 0 20px;
}
.post li a:hover {
	color: #a4b92e;
	text-decoration: none
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777777;
	background:#F0EEE1 url(images/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;
	width:80%;
	height:auto;
	margin:0 0 15px 10px;
	padding:15px 25px 0px 55px;
	display:block;
}
/********************************************************
    Comments (Optional)
********************************************************/

#comments .box3 p {
	padding-bottom:10px;
}
#respond {
	margin: 1em 0 0;
}
/********************************************************
    Widgets
********************************************************/

.widget #recentcomments li {
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a {
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover {
	color: #a4b92e;
	text-decoration: underline;
}
.widget #searchform, .widget #calendar_wrap {
	background: #f0eee1;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}
.widget #searchform, .widget #calendar_wrap {
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}
.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}
.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}
.widget #wp-calendar tfoot td#next {
	text-align:right;
}
.widget #wp-calendar td {
	width:auto;
}
.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}
.widget #wp-calendar tfoot td a {
	color:#333333;
}
.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img {
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img {
	vertical-align:middle;
	margin:6px 0 8px;
}
.subscribe img {
	vertical-align:middle;
	margin:6px 0 8px;
}
/********************************************************
    Frontpage Slider
********************************************************/

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 795px;
	height: 700px; /* Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 15px; /*margin around each panel*/
	width: 795px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/********************************************************
    Backlight Fields
********************************************************/

.backlight {
	background: url(images/backlight.png) no-repeat;
	background-position: top-left;
}
#vehicle1, #vehicle2, #vehicle3 {
	margin-top: -5px;
}
#driver2_violations, #driver3_violations, #driver4_violations {
	border-top: 1px solid black;
	margin-top: 5px;
}
/************************************************
*	Quote Box							    	*
************************************************/

#aq-container {
	width: 900px;
	background: url(images/auto-insurance-bg.png) 60px 0px no-repeat;
	height: 269px;
	padding-left: 100px;
	margin: 0 auto;
}

.aq_inpage_zip {
	text-align: center;
	float: left;
	margin: 33px 70px 0px 0px;
}
.aq_inpage_zip input, .aq_inpage_zip select {
	font-weight: normal;
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-right: 14px;
	width: 100px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
}

.aq_inpage_zip .button {
	width: 155px;
	height: 42px;
	margin: 4px 10px 0 0;
}

.aq_inpage_zip textarea {
	text-align: center;
}
.aq_inpage_zip h1 {
	font-size: 20px;
	padding-top: 33px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.aq_inpage_zip h2 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.aq_inpage_zip h3 {
	font-size: 120%;
	font-weight: bold;
	color: #084886;
	text-align: center;
}
.aq_inpage_zip p {
	text-align: center;
	vertical-align: super;
	font-weight: bold;
	color: #000;
}

.aq_inpage_zip .button {
	border: none;
}

input,select,textarea{
	border: #e6e6e6 1px solid;
}

/*********************************************
		Buttons Web 2.0
*********************************************/

button{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:40px;
	line-height:38px;
	margin-right: 10px;
}
button span, button em{
	display:block;
	height:40px;
	line-height:38px;			
	margin:0;
	color:#954b05;
}	
button span{
	padding-left:20px;
	background:url(images/button-2-0.gif) no-repeat 0 0;
}	
button em{
	font-style:normal;
	padding-right:20px;
	background:url(images/button-2-0.gif) no-repeat 100% 0;
}	

#titles h2 {
	font-size: 14px;
	color: #262625;
	height: 20px;
	padding: 0 0 0 3px;
	margin-left: 0px;
	text-align:left;
}
#titles h3 {
	font-size: 14px;
	color: #262625;
	height: 20px;
	float: right;
	margin-top: -30px;
	margin-right: 295px;
	padding: 0 0 0 3px;
}
#titles h4 {
	font-size: 14px;
	color: #262625;
	height: 20px;
	float: right;
	margin-top: -35px;
	margin-right: 205px;
	padding: 0 0 0 3px;
}