@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B9B9B9;
	font-family: Trebuchet;
	font-size: 100%;
	font-weight: normal;
}
#service_areas p {
	font-size: 12px;
	color: #AC8B63;
	padding-left: 20px;
}
#container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 4px;
}
#mainContent {
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(content_bg.png);
	background-position: left top;
	margin-top: -21px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 18px;
}
#service_box ul {
	padding-top: 10px;
	list-style-type: square;
	margin: 0px;
	padding-bottom: 15px;
}
#service_box a {
	text-decoration: none;
	color: #b0d55c !important;
}
#service_box {
	background-color: #65482C;
	border: medium solid #B0D55C;
	background-repeat: no-repeat;
	margin-top: 5px;
}

#mainContent a {
	color: #801D77;
	text-decoration: none;
}
#mainContent a:hover {
	color: #666666;
}

#content_top {
	background-image: url(content_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 950px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content_bottom {
	height: 50px;
	width: 950px;
	background-image: url(content_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#footer {
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #65482C;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 18px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B0D55C;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
}
#information {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
}
#information p {
	margin-right: 10px;
}
#service_box a:hover {
	color: #FFFFFF !important;
	text-decoration: underline!important;
}
#logo {
	float: left;
	height: 190px;
	width: 517px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#clear {
	clear: both;
}
#contact {
	height: 190px;
	width: 350px;
	float: right;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contact h1 {
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.2em;
}
#contact a {
	color: #F0A440;
	text-decoration: none;
}
#contact h2 {
	margin: 0px;
	font-size: .8em;
}
#contact a:hover {
	color: #68B830;
}
#information a {
	color: #B0D55C;
	text-decoration: none;
}
#footer_content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #65482C;
}
#service_areas {
	width: 565px;
	float: left;
	text-align: left;
}
#service_areas a {
	color: #AC8B63;
	font-size: 12px;
	text-decoration: none;
}
#service_areas a:hover {
	text-decoration: underline;
}
#mainContent h2 {
	color: #65482C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1em;
}
#mainContent h3 {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	font-size: 100%;
}

#service_box h3 {
	margin: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav_bar {
	height: 32px;
	padding-left: 30px;
	padding-top: 1px;
	text-align: center;
}
#mainContent h1 {
	color: #65482C;
	font-size: 1.3em;
}
#mainContent #flash {
	border: thin solid #000000;
	width: 400px;
	height: 300px;
	float: left;
	margin-left: 25px;
}
#mainContent #home_text {
	width: 440px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	font-weight: bold;
}
.white {
	color: #FFFFFF !important;
}
#bread {
	font-weight: normal;
	color: #65482C;
	font-size: 10px;
}
.img_space {
	margin: 10px;
}
.small {
	font-size: 9px;
}
