/* CSS Document */

/* Global Styles */

body
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #818286;
	margin: 0px 0px 0px 0px;
	background-color: #B8CDAE;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #377c2b;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 25px 0px;
	text-transform: none;
}

h2
{
	font-size: 14px;
	color: #377c2b;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

h3
{
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

h4
{
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-transform: none;
	color: #fff;
}

a
{
	text-decoration: none;
	color: #54BD42;
	font-weight: normal;
}

a:hover, .nav a:hover{text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 10px 40px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 20px 0px;}

	
/* Classes */

.white { background: #FFFFFF; }
.green { background: #B8CDAE; }

.header
{
	background: #f6f6f6;
	vertical-align: top;
	text-align: left;
}

.nav
{
	background: url(images/tab.jpg) no-repeat top center;
	height: 27px;
	width: 110px;
	vertical-align: bottom;	
	text-align: center;
	font-size: 11px;
}

.nav a
{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

.navActive
{
	background: url(images/tabWhite.jpg) no-repeat top center;
	height: 27px;
	width: 110px;
	vertical-align: bottom;
	cursor: pointer;
	text-align: center;
	font-size: 11px;
}


.navActive a
{
	text-transform: uppercase;
	color: #377c2b;
	font-weight: bold;
}

.nav a:hover, .navActive a:hover {text-decoration: none;}

.navBase {background: url(images/navBase.jpg) repeat-x top;}

.mainColumn
{
	background: url(images/newWaterMark.jpg) no-repeat bottom right;
	border-left: #c8c8c8 1px solid;
	vertical-align: top;
}

.mainText
{
	padding: 36px 28px 40px 35px;
}

.step2 {padding-left: 180px;}
.step3 {padding-left: 260px;}
.step4 {text-align: right;}


.leftColumn
{
	padding: 25px 22px;
}

.hidden {visibility: hidden; position: absolute;}
.showing {visibility: visible; position: relative;}
.pointer {cursor: pointer;}

.footer {
	background: #377c2b; 
	height: 163px;
	vertical-align: middle;
	text-align: center;	
}

.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0 0 0px;
	text-decoration: none;
	text-align: center;
}

/* Logoworks link back */

.logoworks
{
	font-size: 9px;
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
	text-align: center;
}

.logoworks a
{
	color: #9A9A9A;
}
