@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #78b480;
	background-image: url(images/back_2.jpg);
	background-repeat: repeat-x;
	line-height: 13px;
	font-weight: normal;
}
#pagecontainer {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: 2px solid #75b680;
	border-bottom: none;
	border-left: 2px solid #75b680;
	padding: 0px 2px 2px;
	position: relative;
}
#nav {
	background-color:#3b9055;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #80b17a;
	float: left;
	clear: both;
	width: 599px;
	height: 18px;
}
#telno {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 180px;
	text-align: right;
	height: 18px;
	padding: 5px 10px 5px 5px;
	background-color: #3b9055;
}
#contentarea {
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-y;
	clear: both;
	float: left;
}
#leftcol {
	float: left;
	width: 180px;
	padding: 10px;
}
#undernav {
	background-image: url(images/undervnav.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 794px;
	clear: both;
}
#rightcol {
	float: right;
	width: 130px;
	padding: 10px;
}
#midcol {
	float: left;
	padding: 10px;
	width: 423px;
}
#midcol ul {
	background-color: #C1DCBD;
	padding: 0px;
	list-style-position: inside;
	margin: 0px;

}
#midcol li {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 1px 3px 1px 5px;
	font-weight: bold;
	font-size: 10px;
}
#midcol a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	font-size: 12px;
}
#midcol a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	font-size: 12px;
}


/*Naviagtion Styles*/	


#nav li {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-position: 0px;
	padding-right: 8px;
	padding-left: 8px;
	
	
}
#nav ul {
}
#nav ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #67AB72;
}

#nav li a:hover {
	color: #81AF82;
}
.copybold {
	font-size: 12px;
	font-weight: bold;
}
.copylightgreen {
	color: #81AF82;
}

#poweredBy{
position: absolute;
right: 8px;
bottom: 8px;
border: 0;
}

#footernav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	color: #BFD9C0;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 794px;
}


#nav a {
	color: #FFF;
	text-decoration: none;
}


/*Footer Naviagtion Styles*/	


#footernav li {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-position: 0px;
	padding-right: 8px;
	padding-left: 8px;
	
	
}

#footernav ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#footernav ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C7E0CC;
}

#footernav li a:hover {
	color: #000;
}

#footernav a {
	color: #FFF;
	text-decoration: none;
}


/*Type Styles*/	


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3b9150;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #81af82;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	line-height: 16px;
	margin: 0px;
	padding: 5px 0px;
}

.copybold {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.copylightgreen {
	color: #81AF82;
}
