*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Helvetica,Arial,Verdana,sans-serif;
	background-image: url(../images/background_gradient.jpg);
	background-color: #BCC6CF;
	background-repeat: repeat-x;
}

a{
	color: #0000FF;
}

a:visited{
	color: #0000FF;
}

h2{
	color: #002448;
	margin: 0 0 5px 10px;
	font-size: 35px;
	font-family: 'Times New Roman', Times, 'Bookman Old Style', 'Hoefler Text', Serif;
}

h3{
	color: #002448;
	padding: 5px 0 5px 15px;
	font-size: 20px;
	font-family: 'Times New Roman', Times, 'Bookman Old Style', 'Hoefler Text', Serif;
}

#map{
	margin-top: 10px;
}

#testimonials h3{
	border-bottom: double;
}

p{
	margin: 15px 0 15px 0;
}

dt{
	font-weight: bold;
}

dd{
	margin-bottom: 5px;
	font-size: 14px;
}


#container{
	border-left: 1px solid;
	border-right: 1px solid;
	width: 859px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header{
	height: 442px;
	background-image: url(../images/site_header.jpg);
}

#main_nav{
	font-size: 12px;
	font-family: Georgia, 'Times New Roman', Times, 'Bookman Old Style', 'Hoefler Text', Serif;
	font-weight: bold;
	list-style-type: none;
	position: relative;
	top: 178px;
	text-align: center;
}

#main_nav li{
	display: inline;
	margin: 13px;
}

#main_nav a{
	color: #002448;
	text-decoration: none;
}

#main_nav a:hover{
	text-decoration: underline;
}

#mid{
	z-index: 100;
	margin-left: 45px;
	width: 800px;
	position: relative;
	top: -205px;
	margin-bottom: -450px;
}

#mid #content{
	min-height: 385px;
	_height: 385px;
}

#mid #content dt{
	text-decoration: underline;
}

#mid #content dd{
	font-weight: normal;
}

.services{
	font-size: 14px;
	font-weight: bold;
}

#testimonials{
	font-size: 12px;
	border: 1px solid;
	float: right;
	clear: both;
	width: 200px;
	height: 300px;
	margin: 0 0 25px 25px;
}

#footer{
	width: 859px;
	height: 402px;
	background-image: url(../images/site_footer.jpg);
	background-color: #E0E4E9;
}

#footer_text{
	font-size: 10px;
	line-height: 12px;
	position: relative;
	top: 304px;
	left: 5px;
}

#footer_logos{
	position: relative;
	width: 398px;
	top: 320px;
	left: 225px;
}

img{
	border: none;
}

