/* Start of CMSMS style sheet 'charles' */
html, body {
	height: 100%;
}

body {
	background-color: #C8C7C7;
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif;
	font-size: 80%;
}

#wrapper {
	background-image: url(look/contentBG.gif);
	background-position: left;
	background-repeat: repeat-y;
	min-height: 100%;
}

* html #wrapper {
height: 100%;
}

#header {
	background-color: #ffffff;
	height: 140px;
	position: relative;
}

#header img {
	margin-top: 10px;
	margin-left: 20px;
}

#phonenumber {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #6F6E6E;
	font-size: 170%;
	font-weight: bold;
}

#email {
	font-size: 60%;
}

#email a:link, #email a:visited {
	color: #6F6E6E;
	text-decoration: none;
}

#email a:hover {
	text-decoration: underline;
}

#navigation {
	position: absolute;
	bottom: 12px;
	left: 28px;
        font-weight: normal;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #5E5E5E;
	text-decoration: none;
	padding-right: 16px;
	font-size: 120%;
        font-weight: normal;
}

#navigation a:hover {
	color: #2A7F2C;
}

#navigation li.menuactive, #navigation li.menuactive a:link, #navigation li.menuactive a:visited, #navigation li.menuactive a:hover {
	color: #2A7F2C;
	font-weight: bold;
}

#mainpage {
	background-image: url(look/topBarBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 1006px;
}

#leftboxer {
	float: left;
	margin-left: 40px;
	width: 520px;
	margin-top: 10px;
        padding-bottom: 40px;
        line-height: 180%;
}

#rightboxer {
	float: right;
	margin-right: 48px;
	padding-top: 10px;
	width: 384px;
}

#leftboxer1 {
	float: left;
	width: 284px;
}

#rightboxer1 {
	float: right;
	padding-top: 10px;
	width: 682px;
        line-height: 180%;
}

#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	width: 966px;
	margin: 0px 30px 0px 30px;
	font-size: 80%;
}
 #footer img {
 	margin-top: 6px;
 }

h1, h2, h3{
	font-family: "Times New Roman", Times, serif;
	color: #2A7F2C;
	margin: 0px 0px 18px 0px;
}

h1 {
	font-size: 210%
}

h2 {
	font-size: 150%
}

h3 {
	font-size: 140%
}

p  {
        margin: 0px 0px 18px 0px;
}

a:link, a:visited {
	font-weight: bold;
	color: #2A7F2C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.testimonialtext {
font-style: italic;
}

.testtimonialtitle {
font-size: 140%;
font-weight: bold;
}

.testimonialperson {
font-size: 130%;
font-weight: bold;
}

.testimonialgreen {
color: #2A7F2C;
font-weight: bold;
}

hr {
border: none;
border-top: 1px solid #cccccc;
}
/* End of 'charles' */

