@charset "utf-8";

html, body
{
	margin: 0; padding: 0;
	background-image:url(../images/slices/back.jpg);
	background-repeat:repeat-x;
	background-color:#025621;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #616161;
}

a {
color:#025621;
}

/* Main Layout */

#container
{
	width: 955px;
	margin: 0 auto;
	padding: 0 20px 0 21px;
	background: url(../images/slices/repeat.png) repeat-y left top;
}

* html #container {
	background: none;
	width: 910px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slices/repeat.png', sizingMethod='scale');
	/* Transparent PNG support for IE6 (Note: Image path relative to page.) */
}

/* Header and Dropdown Menu */

#header 
{
	width: 914px;
	height: 99px;
	background-image:url(../images/slices/header.jpg);
}

#navigation
{
	width: 914px;
	height: 30px;
	background: #7FAD82;
	position:relative;
	z-index:100;
}

#navigation ul {
	background:#7FAD82;
	margin: 0 0 0 5px;
	height: 30px;
	font-size: 11px;
	padding:0;
	list-style-type:none;
}

#navigation li {
	float:left;
	position:relative;
}

#navigation a, #navigation a:visited {
	background:#7FAD82;
	display: -moz-inline-block;
	display: inline-block;
	font-size:11px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	color:#003309;
	padding: 0 14px 0 3px;
	background-image: url(../images/slices/tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation a span
{
	float: left;
	padding: 0;
	margin-right: 4px;
	display: -moz-inline-block;
	display: inline-block;
	height: 30px; width: 7px;
	background-image: url(../images/slices/link.gif);
	background-repeat: no-repeat;
	background-position: center;	
}
* html #navigation a span {margin-right: 0px;}

#navigation ul ul {
	margin:0;
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0;
}
* html #navigation ul ul {top:29px;t\op:30px;}

#navigation table {
	position:absolute;
	top:0; left:0;
	border-collapse:collapse;
}

#navigation ul ul a, #navigation ul ul a:visited {
	background-image: none;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	width:128px;
}
* html #navigation ul ul a, * html #navigation ul ul a:visited {width:150px;w\idth:128px;}

#navigation ul ul a span
{
	height: 20px;
}

#navigation a:hover {
	color:#fff;
	background-color:
}
/* Craziest IE6 hack ever - fails if background is nothing #7FAD82 (!?!) */
* html #navigation a:hover {background-color: #7FAD83;}

#navigation ul li:hover ul, #navigation ul a:hover ul{
	visibility:visible;
}

/* Main Content */

.watermark
{
	background-image: url(../images/slices/watermark.jpg);
	background-repeat: no-repeat;
	background-position: 0 80px;
	/background-position: 22px 80px;
}
/* Have to disable watermark for IE6, due to filter used for shadow. */
* html .watermark {background-image:none;}

#content
{
	margin: 10px 75px 0 90px;
}
* html #content {margin: 10px 35px 0 80px;}

h1
{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #005419;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	background-image: url(../images/slices/line.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}



p
{
	font-size: 1em;
}

.floatright
{
	float:right;
	margin-left: 20px;
}

.clearfloat {
	clear:both;
    height:0;
    margin: 0;
    padding: 0;
    font-size: 0px;
	line-height: 0px;
	display: block;
}

/* Footer */
#footerAboutUs {
	width: 914px;
	height: 81px;
	margin-top: 5px;
	padding: 20px 0;
	background-image:url(../images/slices/bottomicons.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
}

#footer
{
	width: 914px;
	height: 81px;
	margin-top: 5px;
	padding: 20px 0;
	background-image:url(../images/slices/footer.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
}

#footer p, #footerAboutUs p
{
	padding: 9px 0 0 25px;
	/padding: 20px 0 0 25px;
	font-size:11px;
	color:#003309;
	line-height: 16px;
}

* html #footer p {
padding:20px 0 0 25px;
}

#footer a, #footerAboutUs a
{
	text-decoration:none;
	color:#003309;
}

#footer a:hover, #footerAboutUs a:hover
{
	text-decoration:underline;
}

/* Home Page */

.homeStrapline {
font-size: 20px;
color:#005419;
text-align:center;
}

.homePara {
width:520px;
margin:0 0 0 30px;
float:left;
}

/* Home page Version 01 */
.homeThumbs {
float:left;
margin:0 0 0 42px;
}

/* Contact Us Page */
#contactForm {
width:350px;
}

#contactForm label {
width:400px;
}
.greenboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #025621;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
