﻿body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFFF;
background-repeat:repeat-x;
margin: 0;
text-align:left;
color:#666666;
}

/*  Master div Page Styles */

div#Page{
	position:absolute;
	/*margin: 0 auto;*/
	margin-left:20px;
	min-width:auto;
	text-align: left;
	width:1000px;
	/*background-color:#cccccc;*/
	}

div#Header {
	width:1000px;
	height:150px;
	border-bottom: 1px solid #8CC63F;
	background-image:url(../images/header_bar.jpg);
	}
	
div#ContactPad {
	margin-top:130px;
	}
	
	
div#FullwidthTop {
position:relative;
	width:1000px;
	margin-top:30px;
	}

div#FullwidthBottom {
	position:relative;
	width:980px;
	clear:both;
	}



div#Footer {
	clear:both;
	border-top: 1px solid #3E2400;
	width:1000px;
	font-size: 10px;
	color:#999999;
	}

/* Column class Styles */

.ColumnNav {
	width:180px;
	float:left;
	}

.ColumnSingle {
	width:190px;
	margin-right:10px;
	float:left;
	}
	
.ColumnDouble{
	width:390px;
	margin-right:10px;
	float:left;
	}
	
.ColumnDoubleAlt{
	width:390px;
	float:left;
	}
	
.ColumnTriple{
	width:610px;
	float:left;
	}
	
.ColumnTripleAlt{
	width:580px;
	float:left;
	}

.ColumnQuad{
	width:810px;
	border-bottom: 1px solid #8CC63F;
	float:left;
	}

.ColumnQuadNoLine{
	width:810px;
	float:left;
	}


/* text Styles */

.LinkPad {
margin-top:3px;
margin-bottom:3px;
margin-left:5px;
}

.GreenText {
	font-size:14px;
	color:#8CC63F;
	}
	
ul {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
	margin-left:16px;
	padding:0;
	line-height:130%;
	}
	
ul a {
	text-decoration:none;
	color:#333333;
	}
	
ul a:hover {
	text-decoration:none;
	color:#8CC63F;
	}
	
.formLink {
	background-repeat:none;
	padding: 6px;
	margin-top: 5px;
	background: #8CC63F;
}

.formLink a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.formLink a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a {
	text-decoration:none;
	color:#333333;
	}
	
a:hover {
	text-decoration:none;
	color:#8CC63F;
	}

.nav {
font-size:11px;
font-family: "Helvetica", Arial, san-serif;
text-transform: uppercase;
text-decoration:none;
color:#333333;
font-weight:bold;
}

.nav a {
text-decoration:none;
color:#333333;
font-weight:bold;
}

.nav a:hover {
text-decoration:none;
color:#CC0000;
font-weight:bold;
}

.nav a:visited {
text-decoration:none;
color:#333333;
font-weight:bold;
}

.nav a:visited:hover {
text-decoration:none;
color:#CC0000;
font-weight:bold;
}




