@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #ECECEC;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrapper{
    min-height: 100%;
    width: 864px;
    margin: 0 auto;
    background: url(images/bg.png) repeat-y;
}
A {
    color: #002B8E;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
a.current {
	text-decoration: underline;
}
STRONG{
    font-weight: bold;
}

/* Header
------------------------------------ */
#header{
    width: 840px;
    height: 114px;
    background: #FFF url(images/header-bg.jpg) right no-repeat;
    margin: 0 auto;
}
#header H1 A{
    outline: none;
    background: url(images/logo.png) no-repeat 0 -10px;
    text-indent: -999999px;
    display: block;
    width: 290px;
    height: 114px;
    float: left;
}
.slogan{
    font-size: 18px;
    float: left;
    width: 170px;
    text-align: center;
    margin: 25px 0 0 40px;
}
.top-links{
    float: right;
    background: url(images/top-links.png) no-repeat;
    width: 174px;
    height: 30px;
}
.top-links LI A{
    float: left;
    display: block;
    width: 87px;
    height: 30px;
    text-indent: -999999px;
    outline: none;
}
#nav{
    width: 840px;
    height: 38px;
    background: #FFF;
    clear: both;
    margin: 0 auto;
}
#nav LI{
    color: #000;
    float: left;
    line-height: 36px;
    display: block;
    height: 36px;
    width: 154px;
    background: url(images/nav-bg.png) repeat-x;
    border: 1px solid #CFCFCF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 1px;
}
#nav LI A{
    outline: none;
    color: #000;
    text-decoration: none;
}
#nav lia a.current{
    outline: none;
    color: #000;
    text-decoration: underline;
}
#nav li a:hover {
		text-decoration: underline;
}
#nav LI.empty{
    width: 210px;
    margin-right: 0;
}


/* Main
------------------------------------ */
#find{
    background: #FFF url(images/find-bg.jpg) right bottom no-repeat;
    width: 840px;
    height: 230px;
    margin: 0 auto;
}
#find H2{
    font-size: 34px;
    padding: 20px 0 0 20px;
}
#find H1{
    font-size: 26px;
    padding: 20px 0 0 20px;
}
#findAuto H1{
    font-size: 26px;
    padding: 20px 0 0 20px;
}
#findHome H1{
    font-size: 26px;
    padding: 20px 0 0 20px;
}
#findLife H1{
    font-size: 26px;
    padding: 20px 0 0 20px;
}
#find FORM{
    width: 477px;
    height: 136px;
    background: url(images/zip-box.png) no-repeat;
    padding: 16px 0 0 60px;
    margin: 15px 0 0 20px;
}
#find FORM LABEL{
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
.zip-input{
    width: 128px;
    height: 22px;
    border: 1px solid #3A3D39;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
}
.select-input{
    width: 131px;
    height: 26px;
    border: 1px solid #3A3D39;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 18px;
}
#find FORM .submit{
    width: 287px;
    height: 33px;
    position: relative;
    display: block;
    background: url(images/zip-button.png);
    border: none;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    left: 38px;
    text-indent: -999999px;
}
#main{
    width: 840px;
    background: #FFF url(images/main-bg.png) repeat-x;
    padding: 40px 0 0 0;
    margin: 0 auto;
    min-height: 140px;
}
#left-side{
    width: 500px;
    float: left;
}
#left-side H2{
	margin-left: 25px;
	font-size: 22px;
	color: #1C8ED6;
}
#left-side UL{
    margin: 15px 0 0 70px;
}
#left-side  LI{
    line-height: 34px;
    padding: 0 0 0 40px;
    background: url(images/bull.png) no-repeat;
    font-size: 16px;
}
#left-side H3{
    margin: 15px 0 0 25px;
    font-size: 18px;
    color: #1C8ED6;
}
#left-side H4{
    margin: 15px 0 0 25px;
    font-size: 18px;
    color: #1C8ED6;
}
#left-side H5{
    margin: 15px 0 0 25px;
    font-size: 18px;
    color: #1C8ED6;
}
#left-side H6{
    margin: 15px 0 0 25px;
    font-size: 18px;
    color: #1C8ED6;
}

#left-side P{
    margin: 15px 0 15px 25px;
}
#right-side{
    width: 340px;
    float: left;
}
#right-side H5{
    margin: 15px 0 0 25px;
    font-size: 18px;
    color: #1C8ED6;
}
.right p {
		padding: 10px 0px 10px 15px;
}
.testi-box{
    width: 313px;
    background: url(images/testi-bg.png) no-repeat top;
    margin: 0 auto;
    display: block;
}
.testi-box H3{
    line-height: 38px;
    text-indent: -999999px;
}
.testi-box BLOCKQUOTE{
    font-size: 14px;
    padding: 10px 8px 0 15px;
}
.testi-box BLOCKQUOTE SPAN{
    color: #FF0000;
    float: right;
    margin-top: 5px;
}
.news-box{
    width: 315px;
    height: 152px;
    background: url(images/news-bg.png) no-repeat top;
    clear: both;
    margin: 0 auto;
}
.news-box P{
    font-size: 13px;
    padding: 15px 15px 20px 20px;
}
.sign{
    width: 73px;
    height: 23px;
    position: relative;
    display: block;
    background: none;
    border: 0;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    left: 223px;
    top: -13px;
    text-indent: -999999px;
}
.news-box FORM P{
    padding: 23px 15px 20px 18px;
}
.name-input{
    width: 135px;
    height: 17px;
    background: #FEFEFE;
    border: none;
    margin-right: 4px;
}
.email-input{
    width: 133px;
    height: 17px;
    background: #FEFEFE;
    border: none;
}
.hr{
    height: 1px;
    width: 292px;
    background: url(images/hr.png) repeat-x;
    clear: both;
    margin: 30px auto 15px auto;
    display: block;
}



/* Footer
------------------------------------ */
#footer{
    background: #FFF;
    clear: both;
    padding: 20px 0 5px 0;
    width: 840px;
    margin: 0 auto;
}
#footer P.copyright{
    font-size: 10px;
    padding-top: 8px;
    text-align: center;
}
/*--------------------------------------------------SEPARATE FORM STYLES---------------- */
#findAuto {
    background: #FFF url(images/car-money.jpg) right bottom no-repeat;
    width: 840px;
    height: 230px;
    margin: 0 auto;
}
#findAuto H2{
    font-size: 34px;
    padding: 20px 0 0 20px;
}
#findAuto FORM{
    width: 477px;
    height: 136px;
    background: url(images/zip-box.png) no-repeat;
    padding: 16px 0 0 60px;
    margin: 15px 0 0 20px;
}
#findAuto FORM LABEL{
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
#findAuto FORM .submit{
    width: 287px;
    height: 33px;
    position: relative;
    display: block;
    background: url(images/zip-button.png);
    border: none;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    left: 38px;
    text-indent: -999999px;
}
#findHome {
    background: #FFF url(images/home-box.jpg) right bottom no-repeat;
    width: 840px;
    height: 230px;
    margin: 0 auto;
}
#findHome H2{
    font-size: 34px;
    padding: 20px 0 0 20px;
}
#findHome FORM{
    width: 477px;
    height: 136px;
    background: url(images/zip-box.png) no-repeat;
    padding: 16px 0 0 60px;
    margin: 15px 0 0 20px;
}
#findHome FORM LABEL{
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
#findHome FORM .submit{
    width: 287px;
    height: 33px;
    position: relative;
    display: block;
    background: url(images/zip-button.png);
    border: none;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    left: 38px;
    text-indent: -999999px;
}

#findLife {
    background: #FFF url(images/black-family.jpg) right bottom no-repeat;
    width: 840px;
    height: 230px;
    margin: 0 auto;
}
#findLife H2{
    font-size: 34px;
    padding: 20px 0 0 20px;
}
#findLife FORM{
    width: 477px;
    height: 136px;
    background: url(images/zip-box.png) no-repeat;
    padding: 16px 0 0 60px;
    margin: 15px 0 0 20px;
}
#findLife FORM LABEL{
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
#findLife FORM .submit{
    width: 287px;
    height: 33px;
    position: relative;
    display: block;
    background: url(images/zip-button.png);
    border: none;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    left: 38px;
    text-indent: -999999px;

