body {
	margin: 0;
	padding: 0;
}

.blue {
 	color: #437D95;
}

h1 {
	color: #437D95;
	margin: 15px 0px;
	padding: 0px;
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	color: #999999;
	margin: 15px 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: normal;
}

div#content a {
	color: #437D95;
	text-decoration: none;
	border-bottom: 1px dotted #437D95;
}

a#contact_submit {
	color: #437D95;
	text-decoration: none;
	font-style: italic;
}

div.vsep {
	background: transparent url(images/divider.jpg) no-repeat 0 0;
	width: 54px;
	height: 250px;
	float: left;
}

div#header {
	background: transparent url(images/top_banner.jpg) no-repeat center 0;
	width: 100%;
	height: 340px;
	text-align: center;
}

div#header_text {
	color: white;
	width: 325px;
	margin: 0px auto;	
	padding: 130px 181px 0px 0px;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 14px;
}

div#header_text center {
	font-size: 30px
}

div#header_text center span {
	font-size: 21px;
}

div#nav_bar {
	background: transparent url(images/nav_bg_repeat.jpg) repeat-x 0 0;
	height: 43px;
	text-align: center;
}

div#nav_bar a {
	text-decoration: none;
	color: white;
	display: block;
	width: 92px;
	height: 33px;
	font-family: Georgia, serif;
	font-size: 17px;
}

ul#nav {
	color: white;
	font-size: 24px;
	list-style-type: none;
	margin: 0pt auto;
	width: 1000px;
	padding-left: 50px;
	position: relative;
}

ul#nav li {
	float: left;
	margin: 10px 0px 0px 10px;
	height: 33px;
	position: relative;
}

/* div#nav_bar li:hover,  */
div#nav_bar li.selected {
	background: url(images/overState.gif) no-repeat center bottom;
}


ul#nav li ul {
	position: absolute;
	top: 33px;
	display: none;
	list-style-type: none;
	padding: 0px;
	text-align: left;
	/* width: 200px; */
	min-width: 150px;
	color: white;
	background-color: #777777;
	left: 0px;
}

ul#nav li:hover ul {
	display: block;
}

ul#nav li ul li {
	float: none;
	padding: 5px;
	height: auto;
	margin: 0px;
}

ul#nav li ul li:hover {
	background-color: #555555;
	background-image: none;
}

ul#nav li ul li a {
	width: 100%;
	font-size: 13px;
	height: auto;
}

div#content {
	margin: 0pt auto;
	width: 900px;
}

div#home_left {
	float: left;
	width: 550px;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #333333;
}

div#home_left table td {
	font-size: 14px;
}

div#call_us div:first-child {
	color: #437D95;
	font-size: 16px;
	float: left;
}

div#call_us div:last-child {
	color: #666666;
	font-size: 36px;
	float: left;
	padding-left: 20px;
}

div#home_right {
	float: left;
	width: 290px;
	font-size: 14px;
	color: #333333;
	line-height: 1.3em;
}

div#home_right ul {
	padding-left: 0px;
	margin-left: 15px;
	font-size: 14px;
	font-family: Georgia, serif;
	color: #333333;
}

div#home_right p:first-child {
	padding-top: 25px;
}


div#footer {
	background: transparent url(images/footer_background.jpg) no-repeat center 0;
	height: 300px;
	text-align: center;
	clear: both;
}

div#footer_items {
	margin: 0pt auto;
	width: 750px;
}

div#footer_left {
	float: left;
	width: 350px;
	padding-top: 66px;
	color: #666666;
	font-family: Georgia, serif;
	font-size: 20px;
}

div#footer div.vsep {
	margin-top: 90px;
}

div#footer_left th {
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	color: #437D95;
}

div#footer_right {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #666666;
	padding-top: 90px;
}

div#footer_right span.phone {
	font-size: 21px;
}

div#clients {
	background-color: #437D95;
	color: white;
	padding: 5px 10px;
	margin: 55px 0px 0px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#clients h1 {
	color: white;
}

div#home_right div#clients ul {
	color: white;
}