﻿html, body, form
{
    margin: auto;
    padding: auto;
}
body
{
    color: black;
    font-size: 10pt;
    font-family: 'Arial';
    background-color: #313e44;
    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: 100%;
    position: relative;
}
#top
{
	padding: auto;
    margin: auto;
    width: 840px;
    height: 499px;
    position: relative;
}
#logo
{
	width: 840px;
    height: 175px;
    position: relative;
    background-image: url(images/logo.jpg);
}
#menu_pic
{
    width: 840px;
    height: 175px;
    position: relative;
}
#top_pic
{
	width: 558px;
    height: 175px;
    position: relative;
    background-image: url(images/main_pic.jpg);
    float: left;
}
#top_txt
{
	width: 185px;
	height: 175px;
	position: absolute;
	top: 12px;
	left: 334px;
}
h2
{
	color: #313e44;
	text-align: center;
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
}
#nav_bg
{
	width: 282px;
    height: 175px;
    position: relative;
    background-image: url(images/nav_bg.jpg);
    float: left;
}
#nav_main
{
	position: relative;
	padding-top: 5px;
}
#nav_main ul
{
	padding: 5px 0px 0px 20px;
	margin: 0px;
}
#nav_main li
{
	padding: 4px 0px 5px 0px;
	margin: 0px;
}
#nav_main li a
{
	padding: 3px 0px 0px 20px;
	display: block;
	color: White;
	font-size: 10pt;
	background-image: url(images/btn_up.jpg);
	width: 219px;
	height: 19px;
}
#nav_main li a:hover
{
	padding: 3px 0px 0px 20px;
	display: block;
	color: #00aeef;
	font-size: 10pt;
	background-image: url(images/btn_down.jpg);
	width: 219px;
	height: 19px;
	text-decoration: none;
}
#middle
{
    width: 100%;
    position: relative;
    background-color: #e3e8eb;
}
#middle_align
{
	padding: auto;
    margin: auto;
	width: 840px;	
	height: auto !important;
    height: 785px;
    min-height: 785px;
}
#left_panel
{
    width: 282px;
    height: auto !important;
    height: 785px;
    min-height: 785px;
    position: relative;
    float: left;
}
#content_main
{
    position: relative;
}
.content_padding
{
    padding: 10px 10px 10px 2px;
}
#right_panel
{
    width: 550px;
    position: relative;
    float: left;
}
#ad_panel
{
    width: 840px;
    position: relative;
}
#quote_form
{
    width: 282px;
    height: 1000px;
    background-image: url(images/form_bg.jpg);
    position: relative;
}
.quote_btn input
{
	border: 1px solid #313e44;
	background-color: #556c72;
	color: #bfff3d;
}
#bottom
{
    width: 100%;
    height: 100px;
    position: relative;
}
.footer
{
	padding: auto;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-left: 50px;
    color: white;
}
.footer a
{
	color: #bfff3d;
    text-decoration: none;
}
.footer a:hover
{
	color: #bfff3d;
    text-decoration: underline;
}
.content_header
{
}
h1
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #00aeef;
    font-size: 20pt;
    font-weight: normal;
}
#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;
}