@charset "utf-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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 */
}

#container {
	width: 743px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 743px;
	margin: 0;
	padding: 0;
}

#menu {
	background-color: #66CC00;
	border: 1px solid #c0c0c0;
	height: 30px;
	width: 730px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 5;
	text-align: center;
}

#menu ul {
	list-style: none;
	margin: 0px 0px 0px 55px;
	/*width: 730px;*/
}

#menu li {
	padding: 5px 0px 0px 0px;
	float: left;
	/*border: 1px dotted #BD533D;*/
	list-style: none;
	width: 100px;
	height: 30px;
	vertical-align: middle;
}

#menu li:hover {
	background-color: #ffcc00;
}

#menu a {
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
}

#title{
	width: 730px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	border:1px none #ffcc00;
	margin: 0 0 10 0;
	padding: 0;
}

#content {
	width: 730px;
	border: 1px none #000000;
	text-align: left;
	margin: 0 0 20 5;
	padding: 0;
	float: none;
}

#footer {
	width: 730px;
	border: 1px solid #c0c0c0;
	text-align: center;
	margin: 0 0 0 5;
	padding: 0;
	color: #fff;
	background-color: #00610F;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.quote01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	border: 1px dotted #BD533D;
	margin: 15 0 0 0;
	padding: 5 10 10 10;
}

#mainLeftCol {
	float: left;
	width: 350px;
	border: 1px none #000000;
}

#mainRightCol {
	float: left;
	width: 380px;
	height: 250px;
	border: 1px none #000000;
	margin: 15 0 0 0;
}

.mainRightText0 {
	height:225px;
	width: 360px;
	border:1px dotted #c0c0c0;
	margin: 0 0 0 0;
	padding: 0 10 0 10;
}

.mainRightText0 p {
	/*line-height: 20px;*/
}

.mainRightText1 {
	/*height:219px;*/
	width: 360px;
	margin-top:30px;
	border:1px none #c0c0c0;
	padding: 10 10 0 10;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.font01 {
	font-family: Trebuchet Verdana, Arial, Helvetica, sans-serif;
	color: #BD533D;
	font-size: 22px;
}

.font02 {
	font-family: Trebuchet Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 16px;
}

.font03 {
	color: #FF9900;
}

.font04 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.font05 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66CC00;
	font-weight: bold;
}

.font06 {
	color: #FF9900;
	font-weight: bold;
}

.font07 {
	color: #0099FF;
	font-weight: normal;
}

.servicesList {
	line-height: 40px;
	font-size: 12px;
	margin: 0 0 0 40;
}

.contactPageIndent {
	padding: 0 0 0 70;
}

