
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #666666;
}

body {
	background-color: #08894b;
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, p  {
	padding-bottom: .6em;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}

#header {
	background-image: url(images/header_logo_image.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height:	219px;
}

#header h1 {
	display: none;
}

#nav {
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	width: 748px;
	height: 44px;
	margin: 0px;
	padding: 0 0 0 219px;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav li {
	display: inline;
}

#nav .about {
    display: block;
	text-decoration: none;
	background-image: url(images/about_us_button.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 44px;
	padding: 4px 0 0 0;
	float: left;
	color: #ccbb4d;
}

#nav .services {
    display: block;
	text-decoration: none;
	background-image: url(images/services.gif);
	background-repeat: no-repeat;
	width: 202px;
	height: 44px;
	padding: 4px 0 0 0;
	float: left;
	color: #ccbb4d;
}

#nav .contact {
    display: block;
	text-decoration: none;
	background-image: url(images/contact_us.gif);
	background-repeat: no-repeat;
	width: 219px;
	height: 44px;
	padding: 4px 0 0 0;
	float: left;
	color: #ccbb4d;
}

#content {
	width: 921px;
	background-image: url(images/content_header.gif);
	background-repeat: no-repeat;
	background-color: #d5e9bd;
	padding: 23px 23px 13px 23px;
	margin: 0px;
}

#leftimages {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}

#content p {
	padding: 0px;
	margin: 12px 0px;
}

#content a img {
	border: none;
}

#textarea {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 715px;
}

#textarea  h2 {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	color: #024827;
}

#textarea  h3 {
	margin: 0px;
	font-size: 80%;
	font-weight: bold;
}

#textarea  p {
	margin: 0px;
	font-size: 80%;
}

#textarea  ul {
	margin: 0px;
	font-size: 80%;
}


#textarea a {
	color: #024827;
	font-weight: bold;
	text-decoration: none;
}

#textarea a:hover {
	color: #0f7646;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 967px;
	background-image: url(images/content_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0 25px 0;
	font-size: 70%;
	color: #d5e9bd;
}

#footer a {
	color: #66CC66;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: both;
}

.rightalign {
	float: right;
	padding: 0 0 0 15px;
}

.navtext {
	display: none;
}