body {
	margin: 0px;
	padding: 0px;
	background-color: #d1d2d3;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #096F6D;
}
a:hover, a:active {
	color: #E87726;
}



#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #4c4b4b;
	font-size: 12px;
	font-weight: normal;
}
#main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 930px;
	color: #636363;
}
#main .content {
	padding-right: 150px;
	padding-left: 100px;
}
#main  .content-picright {
	padding-left: 100px;
}
#main .content-center {
	text-align: center;
	padding-top: 10px;
}
#main .content-leftmenu {
	padding-right: 100px;
	padding-left: 150px;
}



.midbanner {
	background-image: url(../images/midban_narrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 177px;
	width: 930px;
	text-align: center;
}

.midbanner-wide {
	background-image: url(../images/midban_wide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 312px;
	width: 930px;
	text-align: center;
}
.sideleft {
	background-image: url(../images/side_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 23px;
}
.sideright {
	background-image: url(../images/side_right.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 23px;
}
.footer {
	background-image: url(../images/nav_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	text-transform: uppercase;
	color: #636363;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.footer .content {
	padding-top: 3px;
	padding-right: 40px;
}
.footer a:link, .footer a:visited {
	color: #636363;
	text-decoration: none;
}
.footer  a:hover, .footer a:active {
	color: #008684;
	text-decoration: none;
}
.leftmenu {
	float: left;
	padding-left: 45px;
	padding-top: 20px;
	position: fixed;
}
.leftmenu a:link, .leftmenu a:visited {
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.leftmenu a:hover, .leftmenu a:active {
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}


.homecontent {
	display: none;
}
.teal {
	color: #008873;
}
.small {
	font-size: 10px;
}

.formbuttons input {
	color: #FFFFFF;
	background-color: #008873;
	font-weight: bold;
	border: 1px solid #008873;
	width: 124px;
}
.services img {
	border: 1px solid #636363;
	margin-bottom: 20px;
	margin-right: 10px;
}
.contact-form {
	float: right;
}
.sitemap a:link, .sitemap a:visited, .sitemap a:hover, .sitemap a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.sitemap p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.sitemap .sub {
	padding-left: 50px;
	padding-bottom: 10px;
}
.sitemap .subparent {
	padding-bottom: 10px;
}
