﻿html, body, form
{
	margin: auto;
	padding: auto;
}
body
{
	color: black;
	font-size: 11pt;
	font-family: 'Times New Roman';
	background-color: #ffffff;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
}
a
{
	color: #d00000;
	text-decoration: none;
}
a:hover
{
	color: #d00000;
	text-decoration: underline;
}
h2
{
	color: white;
	font-size: 14pt;
	font-weight: normal;
}
#container
{
	padding: auto;
	margin: auto;
	width: 720px;
	position: relative;
}
#top
{
	width: 720px;
	height: 344px;
	position: relative;
}
#top_logo
{
	width: 720px;
	height: 290px;
	position: relative;
	background-image: url(images/top_bg.jpg);
}
#nav_main
{
	height: 54px;
	width: 720px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#middle
{
	width: 919px;
	position: relative;
	height: auto !important;
	height: 420px;
	min-height: 420px;
}
#left_panel
{
	width: 419px;
	height: auto !important;
	height: 420px;
	min-height: 420px;
	position: relative;
	float: left;
}
#content_main
{
	position: relative;
}
.content_padding
{
	padding: 10px;
}
#right_panel
{
	width: 301px;
	position: relative;
	float: left;
}
#ad_panel
{
	width: 199px;
	position: relative;
	float: left;
}
#quote_form
{
	width: 301px;
	height: 1080px;
	background-image: url(images/quote_form.jpg);
	position: relative;
}
.quote_form_thanks
{
	width: 295px;
	height: 413px;
	background-image: url(images/quote_form_thanks.jpg);
	position: relative;
}
#bottom
{
	width: 720px;
	height: 100px;
	position: relative;
}
.footer
{
	text-align: center;
	padding-top: 20px;
	color: #000000;
}
.content_header
{
}
h1
{
	padding: 0px 10px;
	color: #d00000;
	font-weight: bold;
	font-size: 14pt;
}
#recaptcha_image 
{
	height: 30px;
	width: 180px;
}
#recaptcha_padding
{
	margin-top: -20px;
}