﻿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: #f30000;
    text-decoration: none;
}
a:hover
{
    color: #f30000;
    text-decoration: underline;
}
#container
{
    padding: auto;
    margin: auto;
    width: 1000px;
    position: relative;
}
#top
{
    width: 800px;
    height: 295px;
    position: relative;
}
#log_pic
{
	width: 800px;
    height: 250px;
    position: relative;
}
#logo
{
	width: 250px;
    height: 250px;
    position: relative;
    background-image: url(images/logo.jpg);
    float: left;
}
#top_pic
{
    width: 550px;
    height: 250px;
    position: relative;
    background-image: url(images/top_pic.jpg);
    float: left;
}
#top_txt
{
	width: 185px;
	height: 175px;
	position: absolute;
	top: 80px;
	left: 355px;
	
}
h2
{
	color: White;
	text-align: center;
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
}
#nav_main
{
	height: 45px;
	position: relative;
	padding-top: 5px;
}
#middle
{
    width: 1000px;
    position: relative;
    height: auto !important;
    height: 611px;
    min-height: 611px;
}
#left_panel
{
    width: 250px;
    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;
}
#ad_panel
{
    width: 200px;
    position: relative;
    float: left;
}
#quote_form
{
    width: 250px;
    height: 875px;
    background-image: url(images/quote_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: #f30000;
    font-size: 20pt;
    margin: 0;
}
#recaptcha_image 
{
	height: 30px;
	width: 180px;
}
#recaptcha_padding
{
	margin-top: -20px;
}
#recaptcha_padding a
{
	color: white;
    text-decoration: none;
}
#recaptcha_padding a:hover
{
	color: white;
    text-decoration: underline;
}