/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7B7575;
	margin: 0px 0px 0px 0px;
	background-color: #f9fbee;
}

h1
{
	color: #6DB33F;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

.leftCol h1
{
	color: #C1D82F;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	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: none;
	color: #6DB33F;
	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/gradLeft.jpg) repeat-y right;}
.gradRight {background: url(images/gradRight.jpg) repeat-y left;}

.header {background: #f4f9e3 url(images/headerBG.jpg) no-repeat top right;}

.nav, .navActive
{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
}

.nav a, .navActive a
{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .5px;
	display: block;
	padding: 0 5px 2px 5px;
}

.nav a:hover, .navActive a:hover {text-decoration: none;}

.navActive a {color: #6DB33F;}
.nav a {color: #387C2C;}

.navActive {background: url(images/tabActiveBG.png) repeat-x top; cursor: pointer;}
.nav {background: url(images/tabBG.png) repeat-x top;}

.greenBG {background: #377c2b; color: #fff;}
.bodyBG {background: #fff url(images/bodyBG.jpg) no-repeat bottom right;}

.leftCol { padding: 27px 0 45px; }
.leftCol a {color: #6DB33F;}
.leftColText { padding: 10px 45px 15px; }

.main {
	padding: 50px 115px 50px 66px;
	line-height: 18px;
}

.subNavLeft {margin: 22px 10px 30px 7px;}

.subNavLeft a
{
	display: block;
	padding: 8px 0 11px 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #C1D82F;
}

.subNavLeft a:hover, .subNavLeft a.selected {
	background: #75a52d;
	text-decoration: none;
}

.footer
{
	background: #c1d72d url(images/footerRight.jpg) no-repeat top right;
	vertical-align: middle;
}

.required {color: #377c2b;}

.copyright
{
	color: #539809;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 70px;
	text-decoration: none;
	text-align: left;
}

/* Logoworks link back */

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

.logoworks a
{ color: #539809; 
}

