@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#001737;
}

#container
{
	width:905px;
	margin:0 auto;
	background:#FFF url(images/bot_background-07.jpg) repeat-x bottom;

}

#topbar
{
	background-color:#5b5c5e;
	height:5px;
}

#botbar
{
	background-color:#5b5c5e;
	height:5px;
}

#leftbar
{
	background: url(images/side-08.jpg) top no-repeat #5b5c5e;
	width:5px;
	float:left;
	min-height:1075px;
}


#clear
{
	clear:both;
}

#rightbar
{
	background: url(images/side-08.jpg) top no-repeat #5b5c5e;
	width:5px;
	float:right;
	min-height:1075px;
}

#header
{
	padding-top:10px;
	height:125px;
}

#header div.logo,
#header div.phone {
		display:inline;
		margin:0;
}

#logo
{ 
	width:525px;
	float:left;
}

#phone
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;
	margin-top:30px;
	margin-left:70px;
	width:250px;
	float:left;
}

.big 
{
	font-size:24px;
}

#menu
{
	background:url(images/main_graphic-04.jpg) no-repeat;
	height:325px;
}

#contact
{
	width:250px;
	float:left;
	margin:20px 0 0 25px;
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

#form
{
	margin: 10px 10px 0 10px;
	border: 1px #666 solid;
	padding:10px;
	background:url(images/bot_background-07.jpg) repeat-x bottom;
}

#boxhead
{
	background-color:#002d58;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;
	color:#FFF;
	padding-top:15px;
	letter-spacing:3px;
	}

#content
{
	margin:20px 0 0 25px;
	width:550px;
	float:left;
}
	
	
h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #002d58;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	line-height:16px;
}

.subhead
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #002d58;
	font-weight:bold;
}

.subhead_big
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #002d58;
	font-weight:bold;
}

ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	line-height:16px;
}

a
{
	text-decoration:none;
	color:#002d58;
}

.white
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	line-height:16px;
	text-align:center;
}

.white a {
	color:#fff;
}



