/* CSS Document */


html, body, p, div, input, textarea, select, option, h1, h2, h3, h4, h5, h6, img, a, a:link, a:active, a:hover, a:visited, form, ul, li {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#070705
}
a:link, a:visited {
	color: #1d2226;
	text-decoration:none
}
a:hover, a:active {
	color: #174573;
}
p {
	font-size:14px;
	line-height:18px;
	padding:7px 0
}
h1 {
	font-family:"Gill sans", Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:normal;
	color:#040506;
	line-height:40px
}
h1 span {
	color:#41c127
}
h1 .net {
	font-size:25px;
	color:#bcbcbc
}
h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	color:#040506;
	text-decoration:none;
}
h3 {
	font-size:27px;
	color:#FFFFFF;
	font-weight:bold
}


/* CONTAINER - WRAPPER */

div.container {
	width:100%;
	float:left;
	background:url(../images/container-bg.gif) repeat-x
}
div.wrapper {
	width:910px;
	margin:0 auto
}
/* site pages do not ahve the header form */
body.site-page .container{
    background:none;
}

/* HEADER / PHOTO AREA (big photo & get started area) */

div.header {
	width:877px;
	height:334px;
	float:left;
	padding-left:21px
}
/* site pages don't have the header form */
body.site-page div.header{
    height:auto;
}

div.header .logo {
	float:left;
	padding-top:21px;
	padding-bottom:21px
}
div.header-photo-block {
	width:877px;
	float:left;
	color:#FFFFFF;
	padding-top:21px
}
div.header-photo-block h3 {
	width:578px;
	text-align:center
}
div.header-photo-block ul {
	width:578px;
	float:left;
	list-style:none;
	padding-left:77px;
	padding-top:8px;
	padding-bottom:11px
}
div.header-photo-block ul li {
	float:left;
	font-size:14px;
	padding-right:18px
}
div.header-photo-block ul li .number {
	width:24px;
	height:20px;
	float:left;
	background:url(../images/header-steps-number-bg.gif) no-repeat;
	font-size:19px;
	color:#38ae20;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	padding-right:8px
}
div.header-photo-block ul li span {
	float:left;
	padding-top:4px
}
div.header-form {
	width:339px;
	height:129px;
	float:left;
	background: url(../images/header-form-bg.png) no-repeat top right;
	padding:27px 0 0 145px; /*top was 28*/
}
*:first-child+html div.header-photo-block {
  margin-top:5px;
}
div.header-form h3 {
	width:auto;
	font-size:17px;
	color:#000000;
	font-weight:normal;
	text-align:left;
	padding:0 0 4px 37px
}
div.header-form p {
	padding:0
}
div.header-form p input {
	margin:10px 0 0 38px;
	width:150px;
	height:25px;
	border:1px solid #818181;
	color:#000000;
	padding:2px 0 2px 0px;/*left was 12*/
	font-size:17px;
	text-align:center;
}
*:first-child+html div.header-form p input{
  height:20px;
  padding-top:5px;
}
div.header-form p.continue {
	padding-top:15px;
	margin-left:-20px;
	position:relative;
}
div.header-form p.continue a {
	display:block;
	width:249px;
	height:30px;
	background:transparent url(../images/car-insurance-rate-save-button.jpg) no-repeat 0 0;
	padding:7px 0 0 15px;
	color:#ffffff;
	font-size:22px;
	text-decoration:none;
}
div.header-photo {
	float:left;
	margin-left:-63px;
	margin-top:-46px
}


/* CONTENT */

div.content {
	width:887px;
  min-height:500px;
	float:left;
	padding:45px 0 45px 23px
}
/* site pages don't have the header form */
body.site-page div.content{
    padding-top:0;
}
div.content h3{
  padding-top:15px;
  font-size:18px;
  color:#000000;
}
div.content p{
  padding-bottom:0;
}

/* FOOTER */

div.footer {
	width:100%;
	float:left;
	background:url(../images/footer-bg.gif) repeat-x;
	color:#696363;
	padding:15px 0 15px 22px;
}
div.footer a {
	color:#696363;
	text-decoration:none
}
div.footer a:hover {
	text-decoration:underline
}

