/* CSS Document */

/* Global Styles */

body
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #439639;
	margin: 0px 0px 0px 0px;
	background: #b3d88b url(images/leafBG.jpg) repeat top;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
	text-transform: none;
}

h2
{
	color: #FBEAAB;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: underline;
	color: #439639;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 15px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 15px 0px;}

img {border: 0;}
	
/* Classes */
.gradLeft {background: url(images/grad-Left.png) repeat-y right;}
.whiteBG {background: #fff;}
.gradRight {background:url(images/grad-Right.png) repeat-y left;}

.dkGreenBG {background: #43963a;}
.ltGreenBG {background: #d9ebc5;}

.nav
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
}

.nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
}
.nav a:hover, .nav a.selected {color: #B3D88C; text-decoration: none;}

.main {
	padding: 35px 40px 37px 35px;
}

#contact
{
	margin: 14px 40px;
	text-align: center;
}
#contact a
{
	color: #439639; 
	text-decoration: underline;
}

.copyright
{
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 35px;
	text-decoration: none;
	text-align: left;
	color: #B3D88C;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #B3D88C;
	font-weight: normal;
	padding: 0px 0px 15px 35px;
	text-decoration: none;
	text-align: left;
}

.logoworks a
{
	color: #B3D88C;
	text-decoration: none;
}
