﻿html, body, form
{
    margin: auto;
    padding: auto;
}
body
{
    color: black;
    font-size: 11pt;
    font-family: 'Arial';
    background-color: #ffffff;
    background-image: url(images/bg_tile.jpg);
    background-repeat: repeat-x;
}
a
{
    color: #0076c3;
    text-decoration: none;
}
a:hover
{
    color: #0076c3;
    text-decoration: underline;
}
#container
{
    width: 850px;
    position: relative;
}
#top
{
    width: 850px;
    height: 381px;
    position: relative;
}
#logo
{
	width: 850px;
    height: 86px;
    position: relative;
    background-image: url(images/logo.jpg);
}
#top_pic
{
    width: 850px;
    height: 244px;
    position: relative;
    background-image: url(images/rates.jpg);
}
#nav_main
{
	height: 51px;
	position: relative;
}
#nav_main ul
{
	padding: 0;
	margin: 0;
}
#nav_main ul li
{
	float: left;
	list-style-type: none;
}
#nav_main ul li a
{
	display: block;
	width: 168px;
    height: 36px;
    position: relative;
    background-image: url(images/btn_up.jpg);
    color: White;
    text-align: center;
    padding: 15px 0 0 0;
}
#nav_main ul li a:hover
{
	display: block;
	width: 168px;
    height: 36px;
    position: relative;
    background-image: url(images/btn_down.jpg);
    color: Black;
    text-align: center;
    text-decoration: none;
    padding: 15px 0 0 0;
}
#middle
{
    width: 850px;
    position: relative;
    height: auto !important;
    height: 611px;
    min-height: 611px;
}
#left_panel
{
    width: 300px;
    height: auto !important;
    height: 611px;
    min-height: 611px;
    position: relative;
    float: left;
}
#content_main
{
    position: relative;
}
.content_padding
{
    padding: 10px;
}
#right_panel
{
    width: 550px;
    position: relative;
    float: left;
}
#quote_form
{
    width: 300px;
    height: 860px;
    background-image: url(images/form_bg.jpg);
    position: relative;
}
#bottom
{
    width: 1000px;
    height: 100px;
    position: relative;
}
.footer
{
    text-align: center;
    padding-top: 20px;
    padding-left: 50px;
    color: #000000;
}
.content_header
{
    padding: 5px;
}
h1
{
	color: #0076c3;
    font-size: 24pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
#recaptcha_image 
{
	height: 30px;
	width: 180px;
}
#recaptcha_padding
{
	margin-top: -20px;
}
#recaptcha_padding a
{
	color: #cf3a40;
    text-decoration: none;
}
#recaptcha_padding a:hover
{
	color: #cf3a40;
    text-decoration: underline;
}