@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-size:10px;
	text-align:center;	
	background-color:#E1F0DD;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color:#5B7C37;
	font-size:2.2em;
	margin-bottom:0.5em;
}
h2 {
	color:#5B7C37;
	font-size:1.8em;
}
h3 {
	color:#5B7C37;
	font-size:1.6em;
}
p {
	font-size:1.3em;
	margin-bottom:1em;
}
ul li {
	font-size:1.3em;
}
ul {
	margin-left:30px;
}
.clear {
	clear:both;
	display:block;
	height:0px;
}
div#wrapper {
	width:780px;
	margin:auto;
	text-align:left;
	height:100%;
	background-color:#ffffff;
}
div#wrapper #header {
	height:70px;
	padding:10px;
}
div#wrapper #header .left-wrapper {
	width:229px;
	float:left;
}
div#wrapper #header .right-wrapper {
	width:530px;
	float:left;
	text-align:right;
}
div#wrapper #header .right-wrapper .text {
	color:#93C841;
	font-size:1.8em;
	float:left;
	width:490px;
}

div#wrapper #header .right-wrapper .text a {
	color:#93C841;
	text-decoration:none;
}
div#wrapper #header .right-wrapper .text a:hover {
	text-decoration:underline;
}
div#wrapper #header .right-wrapper .telephone .text {
	padding-top:5px;	
}
div#wrapper #header .right-wrapper .email {
	clear:both;
	margin-top:15px;	
}
div#wrapper #header .right-wrapper .email .image {
	padding-top:3px;	
}
div#wrapper #header .right-wrapper .image {
	float:left;
	margin-left:10px;
	width:30px;
	text-align:center;
}
div#wrapper #body-wrapper .intro-wrapper {
	border-bottom:1px solid #7C7A34;
}
div#wrapper #body-wrapper .intro-wrapper .left-wrapper {
	clear:both;
	width:360px;
	padding:15px;
	float:left;
}
div#wrapper #body-wrapper .intro-wrapper .right-wrapper {
	width:388px;
	border-left:1px solid #7C7A34;
	border-right:1px solid #7C7A34;
	float:left;
}

div#wrapper #body-wrapper .intro-wrapper .left-image-wrapper {
	width:388px;
	float:left;
	border-left:1px solid #7C7A34;
	border-right:1px solid #7C7A34;
}
div#wrapper #body-wrapper .intro-wrapper .right-text-wrapper {
	width:360px;
	padding:15px;
	float:left;
}


div#wrapper #body-wrapper #services-wrapper .title-wrapper {
	border-top:1px solid #7C7A34;
	border-bottom:1px solid #7C7A34;
	padding:3px 10px 5px 10px;
	background-color:#D1C96D;
}
div#wrapper #body-wrapper #services-wrapper .window-wrapper {
	border-bottom:1px dotted #7C7A34;
}

div#wrapper #nav-wrapper {
	border-top:1px solid #7C7A34;
	border-bottom:1px solid #7C7A34;
	padding:3px 10px 5px 10px;
	background-color:#D1C96D;
}

div#wrapper #body-wrapper #services-wrapper .last-window-wrapper {
	border-bottom:1px solid #7C7A34;
}
div#wrapper #body-wrapper #services-wrapper .window-wrapper .window {
	width:259px;
	height:270px;
	float:left;
	border-right:1px dotted #7C7A34;
	text-align:center;
}

div#wrapper #body-wrapper #services-wrapper .window-wrapper .last-window {
	border-right:0 none #fff;	 
}
div#wrapper #body-wrapper #services-wrapper .window-wrapper .window .service_image {
	width:230px;
	border:1px solid #7C7A34;
	height:140px;
	margin:auto;
	margin-top:10px;
}
div#wrapper #body-wrapper #services-wrapper .window-wrapper .window .service_title {
	margin:auto;
	margin-top:10px;
	text-align:left;
	width:230px;
}
div#wrapper #body-wrapper #services-wrapper .window-wrapper .window .service_description {
	margin:auto;
	margin-top:10px;
	text-align:left;
	width:230px;
}
div#wrapper #body-wrapper #information-wrapper .left-wrapper {
	width:390px;	
	float:left;
}
div#wrapper #body-wrapper #information-wrapper .right-wrapper {
	width:389px;
	float:left;
	border-left:1px dotted #7C7A34;
}

div#wrapper #body-wrapper #information-wrapper .title-wrapper {
	border-bottom:1px solid #7C7A34;
	padding:3px 10px 5px 10px;
	background-color:#D1C96D;
}
div#wrapper #body-wrapper #information-wrapper .description-wrapper {
	padding:10px;	
}

div.service_description p{
	color:#000;
}

div#wrapper #body-wrapper h2.contact {
	color:#93C841;
	font-size:1.8em;
}
#navigation-wrapper li{
	list-style-type:none;
	margin:2px 40px 2px 0;
	text-decoration:none;
	font-weight:bold;
	
}
#navigation-wrapper li a{
	text-decoration:none;
	font-weight:bold;
	color:#5B7C37;
}

#navigation-wrapper li a:hover{
	text-decoration:underline;
	color:#93C841;
}
#our_services_list-wrapper ul{
	margin-bottom:30px;	
	margin-top:10px;
}
#our_services_list-wrapper a{
	text-decoration:underline;
	color:#5B7C37;
}
div#wrapper div#footer-wrapper {
	border-top:1px solid #7C7A34;
	border-bottom:1px solid #7C7A34;
	background-color:#D1C96D;
	text-align:center;
	height:22px;
	padding-top:8px;
}
div#wrapper div#footer-wrapper a {
	color:#5B7C37;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}

h3 a {
	color:#5b7c37;
	
}

div.half_width {
	width:50%;
	float:left;
}

div.half_width a{
	color:#5b7c37;
}

div#foot_note {
	width:630px;
	margin:auto;
	padding:10px;
	color:#666;
}

div.left-wrapper a{
	color:#5b7c37;	
}

