body {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	background: repeat-x url(/imgs/insurance/body_bg.gif) #fff;
}


#container {
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}



#top_body {
       height: 195px;
       width: 800px;
}

#header {
       height: 90px;
       width: 800px;
}


#insurance_logo {
        width: 225px;
        height: 75px;
        margin-top: 6px;
        float: left;
}


#insurance_quote {
        width: 248px;
        height: 75px;
        margin-top: 6px;
        float: right;
}

#banner {
	background: no-repeat url(/imgs/insurance/banner.jpg);
        width: 780px;
        height: 104px;
        margin-left: 20px;

}

#main_body {

}

#left {
       margin-top: 5px;
       width: 178px;
       height: 100%;
       border-right: 1px dashed #ccc;
       float: left; 
       padding: 5px;
}

#menu {
       font-size: 14px;       
       color: #930f06;
       text-align: right;
}

ul {
       margin: 0px;
       padding: 0 5px 0 0;
}


li {
       list-style:none;
       margin: 0;
       padding-bottom: 20px;

}

.list {
       letter-spacing: 1px;
       margin-top: 20px;
       color:#334c70;
}


.list li {
       list-style:circle;
       margin-left: 15px;
       padding:0 0 13px 10px;


}



#left_details {
       text-align: justify;
       color: #334c70;
       font-size: 10px;
}


#small_print {
        border: 1px solid #ccc;
        margin-top: 20px;
        padding: 0 10px 0 10px;

}

#right {
       width: 600px;
       height: 600px;
       background-color: #fff;
       float: right;
       padding: 5px 2px 0 8px;
       text-align: justify;
}

}

/* form */



#enquiry_form {
      padding-top: 20px;

}

#enquiry_form_left {
      float: left;
      width: 200px;
      padding-left: 20px;
      line-height: 25px;
}

#enquiry_form_right {
      float: right;
      width: 350px;
}


input {
	background: #fff;
        border: 1px solid #ccc;
	margin: 5px 0 0 0;
	font-size: 12px;
}



/* images */

.photo_left {
       border: 1px solid #ccc;
       margin: 3px;
       padding: 2px;

}

.img_f_right {
       float: right;
       border: none;
}


.img_f_right_padd {
       padding: 15px;
       float: right;
       border: none;
}




/* text */

a {
       color: #930f06;
       text-decoration: none;
}

a:hover{
       color: #000;
       text-decoration: underline;
}



h1 {
       font: normal 21px "Lucida Grande";
       color: #4eae34;   
       margin: 4px 0 0 0;
}   


h2 {
       font: normal 14px "Lucida Grande";
       color: #009193;
       font-weight: bold;   
       margin: 4px 0 0 0;
} 


body#home a#homenav,
body#landlords a#landlordsnav, 
body#tenants a#tenantsnav,
body#homeowner a#homeownernav,
body#legal a#legalnav,
body#terms a#termsnav,
body#callback a#callbacknav 
                  {
	color : #4eae34;
	text-decoration: none;
}




