﻿

body {
	margin:0px auto;
	background-color: #ffffff;
	font-family: garamond;
	color: #999999;
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 100px;
}

img {
	border:none;
	text-decoration: none;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: none;
}



#content_container {
	position: relative;
	top: 60px;
	margin: 0 auto;
	width: 896px;
	min-height: 600px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}


#header_container {
	position: relative;
	border-color: #cccccc;
	border-bottom-style:solid;
	border-width: 1px;
	width: 100%;
	height: 109px;
}

#header_image {
	position: absolute;
	width: 393px;
	height: 78px;
	top: 16px;
	left: 20px;
}

#header_navigation {
	position: relative;
	top: 44px;
	left: 480px;
}

#header_nav_1 {
	position: relative;
	left: 0px;
}
#header_nav_2 {
	position: relative;
	left: 75px;
}
#header_nav_3 {
	position: relative;
	left: 150px;
}

#body_container {
	position: relative;
}

#home_page_body_image {
	position: absolute;
}

#home_page_text_area {
	position: relative;
	left: 460px;
	width: 370px;
	padding: 40px;
}

#locations_image {
	position: relative;
	top: 40px;
}

.section_header {
	color: #336699;
	font-size: 16px;
	font-weight: bold;
}

.underlined_blue {
	color: #336699;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.indent {
	position: relative;
	left: 5px;
}

#sub_body_container {
	position: relative;
	min-height: 500px;
}

#home_button{
	position: absolute;
	top: 10px;
	right: 30px;
	

}

#about_body_left {
	position: absolute;
	top: 40px;
	width: 210px;
}

#about_body_right {
	position: relative;
	left: 220px;
	width: 600px;
	padding: 40px;
}

#services_body {
	padding: 40px;
	line-height: 28px;
	width: 816px;
}

.gray_box {
	width: 259px;
	height: 245px;
	background-image: url('../graphics/gray_box.jpg');
	background-repeat: no-repeat;
	float: inherit;
	padding: 10px;
	color: #666666;
	line-height: 12px;
	font-size: 12px;
}

.gray_box_content{
	padding-top: 3px;
	padding-left: 14px;
}


#services_gray_boxes_row {
	position: relative;
	width: 840px;
	height: 260px;
	float: left;
	line-height: 1.1;
}


#contact_body {
	padding: 40px;
}







