/*
----------------------------------------------------------------------------- 
body
-----------------------------------------------------------------------------*/
html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0;
	padding: 0;
	font: 62.5%/1.6em Arial, Verdana, sans-serif;
	color: #5c5c5e;	
	background-color: #ffffff;
	}
body * {
	margin: 0;
	padding: 0;
	}
	
img {border: none;}
.clear-border{border:none !important;}	
/*
----------------------------------------------------------------------------- 
containers
-----------------------------------------------------------------------------*/

div#container {
width: 999px;
margin-left: auto;
margin-right: auto;
}

div#header {
width: 999px;
height: 66px;
background: transparent url(../images/header.gif) top left no-repeat;
}

div#header p#call {
color: #ff0000;
font-size: 18px;
float: right;
margin-top: 40px;
padding-right: 10px;
font-weight: bold;
}

div#search {
width: 266px;
height: 41px;
background: transparent url(../images/searchbox.gif) top left no-repeat;
float: left;
text-align: right;
}

div#search img#searchbtn {
padding-right: 5px;
}

div#search input#searchbox {
margin-top: 5px;
margin-right: 5px;
}

div#search input#submit {
margin-right: 28px;
}

div#inside {
width: 999px;
height: 92px;
background: transparent url(../images/insidepic.jpg) top left no-repeat;
clear: left;
}

div#content {
font-size: 13px;
margin-top: 40px;
margin-bottom: 20px;
}

div#content p{
margin-bottom: 10px;
}

div#content h2 {
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
text-transform: uppercase;
color: #051d6a;
font-size: 1.8em;
margin-top: 10px;
margin-bottom: 10px;
}

/*
----------------------------------------------------------------------------- 
home
-----------------------------------------------------------------------------*/

div#middle {
width: 1000px;
height: 439px;
clear: left;
}

div#left {
width: 50%;
height: 132px;
float: left;
}

div#left p#left {
color: #49556b;
font-size: 24px;
font-style: italic;
padding: 25px 20px 0 200px;
line-height: 22px;
}

div#right {
width: 50%;
height: 132px;
float: left;
margin-left: -3px;
}

div#right p#right {
color: #FFF;
font-size: 24px;
font-style: italic;
padding: 25px 200px 0 20px;
line-height: 22px;
}

/*
----------------------------------------------------------------------------- 
nav
-----------------------------------------------------------------------------*/
div#nav {
width: 990px;
height: 41px;
float: left;
}

div#nav ul {
padding-top: 14px;
margin: 0;
list-style: none;
float:left;
display: inline;
}

div#nav li {
float:left;
display: inline;
background: none;
padding: 0;
}

div#nav li a{
display: block;
font-weight: bold;
color: #051d6a;
border-right: 1px solid #051d6a;
text-decoration: none;
font-size: 16px;
padding: 0px 43px;
text-transform: uppercase;
}

div#nav li a:hover {
text-decoration: underline;
}

/*
----------------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------------*/

div#footer {
width: 999px;
text-align: center;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}

div#footer a{
color: #ff0000;
}

div#footer a:hover {
text-decoration: none;
}

div#footernav {
text-align: center;
font-size: 12px;
clear: left;
}

div#footernav a{
font-weight: bold;
color: #817c7b;
text-decoration: none;
}

div#footernav a:hover {
text-decoration: underline;
}

/*
----------------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------------*/

div#content form em{color: #F4853B;}

div#content form fieldset{
padding: 10px;
width: 55%;
display: block;
margin: 0 auto 1em auto;
border: 1px solid #999;
}

div#content form legend{
text-transform: uppercase;
font-size: 1.1em;
padding: 0px 8px;
}

div#content form label{
float:left;
line-height: 1.6em;
width: 100px;
text-align: right;
margin-right: 15px;
}

div#content form input{
width: 60%;
background: #FFC;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}

div#content form p.textarea textarea{
width: 60%;
height: 200px;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
}

div#content form p.submit input{
display: block;
width: auto;
margin: 0 auto 1em auto;
background: #DDD;
padding: 5px 8px;
border: 2px solid;
border-color: #FFF #999 #666 #F0F0F0;
}

form#search input.submit{
width: 30px;
border: 1px solid #999;
}