/*
-----------------------------------------------
Website:  www.hudspethcorp.com
Version:  December 3, 2007
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body 
{ 
     background: #039 url('(EmptyReference!)') repeat-x;
     font:62.5% arial, sans-serif; 
     color:#5a5959; 
     
}

.outerContainer
{
    padding-top: 30px; 
    padding-bottom: 30px; 
}

.container 
{
    background:#ffffff url(images/background.jpg) repeat;
    border: 1px solid #000;
	font-size: 1.2em;
	margin: 0 auto;
	width: 760px;
	min-height: 780px;
}

.form_container 
{
    background:#ffffff;
    border: 1px solid #000;
	font-size: 1.2em;
	margin: 0 auto;
	width: 760px;

}

.banner
{
    background:#ffffff url(images/banner1.jpg) no-repeat;
    height:160px; 
}

.branding
{
    height: 240px;
}

.address
{
    float: right;
    padding-top: 72px; 
    padding-right: 30px; 
    color:#FBFAC9;
}

.left_content
{
    float:left;
    margin-left:13px; 
    font-size:11px;
    padding: 18px 18px 18px 18px;
    width:132px; 
    background-color:#EBEBEB;
}

div.left_content ul
{
    padding-top: 2px;
}

.content 
{ 
    float: right;
    width: 538px;
    /*background: #ffffff;*/
    text-align: left;
    line-height:16px; 
    padding-left:15px; 
    padding-right:15px; 
    padding-bottom:40px; 
    background: #ffffff url(images/form_background.gif) repeat-y;
}

.form_content 
{ 
    float: left;
    width: 720px;
    background: #ffffff;
    text-align: left;
    line-height:16px; 
    padding-left:15px; 
    padding-right:15px;
    padding-bottom:40px;  
}

h1
{
    font-weight:bold;
	font-family: arial, sans-serif;
	font-size: 22px;
	color: #039;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

h2
{
    font-weight:500;
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #039;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

h3
{
    font-weight:bold;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #039;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

h4
{
    font-weight:bold;
	font-family: arial, sans-serif; 
	font-style:italic;
	font-size: 12px;
	color: #039;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.linkText
{
    background: url(images/bullet.gif) no-repeat 3px 5px;
    padding-left:15px;
}

/* Links */
div.left_content a
{
    color: #039;
    text-decoration:none;
}

div.left_content a:hover 
{
    color:#4566C1;
    border-bottom: 1px dotted #4566C1;
}

div.content a 
{
    color: #4566C1;
    text-decoration:none;
}

div.content a:hover 
{
    color:#4566C1;
    border-bottom: 1px dotted #4566C1;
}

/* Form Links */
div.form_content a 
{
    color: #039;
    text-decoration:none;
}

div.form_content a:hover 
{
    color:#039;
    border-bottom: 1px dotted #4566c1;
}

/* Navigation */
#navigation li a 
{ 
    color: #039; 
    text-decoration: none; 
    width: 132px; 
    display: block; 
    padding: 6px 6px 6px 45px; 
    text-align:left; 
    background-color: #cccccc; 
    border-top: 1px solid #9f9ea3; 
    border-right: 1px solid #9f9ea3; 
    border-left: 1px solid #9f9ea3; }

#navigation 
{ 
    float:left;
    padding-left: 5px;
    padding-top: 5px;
    width: 191px; 
    height:230px;
    background: url(images/swath1.gif) no-repeat 5px 191px; 
}

#navigation li 
{
    list-style-type: none;
}

#navigation li a:hover 
{
    text-decoration: none;
    color: #ffffff;
    background-color: #039;
}

#navigation li #active 
{
    text-decoration: none;
    color: #fff;
    background-color: #039;
}

#footer
{
	width: 760px; 
	font-size: 1.1em;
	min-height: 24px;
	padding-top: 6px;
	color:#fbfac9;
	background-color:#666;
	margin:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000; 
	text-align:center;
}

#footer a {
	margin: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #DBE1A4;
}

#footer a:hover {
	color: #55FF7F;
	text-decoration: none;
	border-bottom: none;
}

.imageleft {
	float: left;
	padding: 4px;
	margin-right: 8px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

/* Contact Form */
label
{
    float: left;
    width: 90px;
    text-align: right;
    clear: left;
    margin-right: 20px; 
    padding-bottom:5px; 
    padding-left: 40px;
}

input
{
    width: 200px;
}

input.submit
{
    margin-left: 150px;
    margin-top: 3px;
    width: 100px;
}

input.reset
{
    margin-left: 2px;
    width: 98px;
}

fieldset
{
    margin: 0 auto;
    width:525px;
    border: 1px solid #2C417A;
}

legend
{
    margin-left:30px;   
}

