
body {
	background: #E5FCE8 url(img/bg.jpg) repeat-x;
	margin: 0px auto;
	font-family: Verdana, Times New Roman, Arial, Courier;
	font-size: 10pt;
	margin-top: 0px;
	color: #fff;
}

.wrap {
	background: url(img/wrap.png) repeat-y top center;
	min-height: 200px;
	width: 1015px;
	margin: 0px auto;
}

/*header*/

.title {
	background: url(img/header.jpg) center no-repeat;
	width: 1015px;
	height: 238px;
	margin: 0px auto;
}

/**Links**/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}	
		
h1 {
	text-decoration: bold;
	color: #000;
	font-size: 18px;
	font-family: Verdana, courier;}
	
h2 {
	text-decoration: bold;
	color: #000;
	font-size: 13px;
	font-family: Verdana, courier;}	
	
h3 {
	text-decoration: bold;
	color: #fff;
	font-size: 18px;
	font-family: Verdana, courier;}
	
	
/*Menu Left Hand Sidebar*/

.sidebar {
	background: url(img/menu.jpg) repeat-y top right;
	width: 250px;
	max-height: 1500px;
	float: left;
	}

.menuitem {
	background: none;
	border-bottom: 1px solid #21802E;
	font-size: 9pt;
	width: 180px;
	min-height: 24px;
	margin: 10px;
	margin-top: -3px;
	padding-right: -30px;
	float: right;
	text-align: right;
	}
	
.menufooter {
	background: url(img/menu_footer.jpg) bottom right no-repeat;
	width: 203px;
	height: 116px;
	float: right;
	}

/*content*/

.main {
	background: #fff;
	width: 718px;
	float: right;
	margin-right: 47px;
	border: 0px solid #ff0000;
	color: #000;
	font-size: 10pt;
	text-decoration: none;
	color: #000; 
	font-weight: normal;
	}

.mainint {
	background: #fff;
	width: 700px;
	float: right;
	margin-right: 55px;
	border: 0px solid #ff0000;
	color: #000;
	font-size: 10pt;
	text-decoration: none;
	color: #000; 
	font-weight: normal;
	}


.bannerindex {
	background: url(img/banner_img.jpg) left no-repeat;
	width: 718px;
	min-height: 295px;
	margin-top: 0px;
	margin: 0px auto;
	float: left;
	font-size: 10pt;
	text-decoration: none;
	color: #000; 
	font-weight: normal;
}

.content {
	background: #fff;
	width: 686px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 81px;
	min-height: 300px;
	padding-bottom: 30px;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.contentsub {
	background: #fff;
	width: 718px;
	min-height: 20px;
	float: right;
	margin-right: 0px;
	border: 0px solid #ff0000;}
	}

.footermap {
	background: url(img/map.png) no-repeat;
	width: 124px;
	float: right;
	padding-right: 30px;
	padding-left: 20px;
	height: 109px;
	margin-top: 10px;

}

.greydiv {
	background: #ececec;
	width: 718px;
	height: 10px;
	margin-left: -15px;
	margin-top: 40px:
	margin-bottom: 40px:
	}

.greydivint {
	background: #ececec;
	width: 718px;
	height: 10px;
	margin-left: -10px;
	margin-top: 40px:
	margin-bottom: 40px:
	}

/*Buttons*/

a#buttreq img {
	background: url(img/but_req_lo.png) top left no-repeat;
	float: right;
	width: 170px;
	height: 51px;
	padding-left: 0px;
	border: 0px solid #fff;
}

a#buttreq:hover img {
	background: url(img/but_req_hi.png) top left no-repeat;
	float: right;
	width: 170px;
	height: 51px;
	padding-left: 0px;
	border: 0px solid #fff;
}

a#buttbro img {
	background: url(img/butt_bro_lo.png) top right no-repeat;
	margin-left: 5px;
	float: left;
	width: 170px;
	height: 51px;
	padding-left: 0px;
	border: 0px solid #fff;
}

a#buttbro:hover img {
	background: url(img/butt_bro_hi.png) top right no-repeat;
		margin-left: 5px;
float: left;
	width: 170px;
	height: 51px;
	padding-left: 0px;
	border: 0px solid #fff;
}

a#navquote img {
	background: url(img/nav_quote_lo.jpg) top left no-repeat;
	float: right;
	width: 195px;
	height: 46px;
	border: 0px solid #fff;
	margin-top: -3px;
	margin-right: -148px;
}

a#navquote:hover img {
	background: url(img/nav_quote_hi.jpg) top left no-repeat;
	float: right;
	width: 195px;
	height: 46px;
	border: 0px solid #fff;
}


