@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #D2CCBF;
	margin-top: 10px;
}
/*  #695E4A   */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 950px;
	padding-top: 5px;
	text-align:left;
}
#topmenu {
	background-color: #002828;
	height: 19px;
	width: 950px;
	font-size: 11px;
	color: #FFFFFF;
	border-top: #749526 1px solid;
	border-bottom: #749526 1px solid;
	text-align: left;
}
#content {
	margin:0 auto;
	width: 910px;
	text-align: justify;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#leftcontent {
	width:920px;
	text-align: justify;
	padding-left: 10px;
	padding-bottom: 20px;
}
#innerleftcontent {
	width:880px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#greyshading{
	background-color: #EBE8E2;
	width: 950px;
	height: 20px;
	color: #EBE8E2;
}
#footer{
	clear:both;
	padding-top: 10px;
	height:30px;
	text-align: center;
	background: #E7592B;
	font-size: 10px;
	color:#FFF;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#FFF;
}
.bullet {
	color: #333;
	text-align: justify;
	list-style-image: url(siteimages/bullet.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005A85;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7592B;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002828;
}
a:link {
	color:#005A85;}
a:visited {
	color:#005A85;}
a:active {
	color:#005A85;}
a:hover {
	color:#E7592B;
	 text-decoration:none
}	
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #015A94;
}
.photos {
	border: 1px solid #D4D4D4;
	padding: 5px;
	margin: 5px;
	background-color: #EBE8E2;
	margin: 10px;
}
.contactform {
	background-color: #F2F0EC;
	border: solid 1px #CCC;
}
.services {
	background-color: #FBFBF9;
	border: solid 1px #CCC;
}
.border{
	border: solid 1px #CCC;
}
