@charset "utf-8";
/* Tony Trinh @ VDP WEB DESIGN / EMERALD BANK WOOLSHED / NORMAL VERSION
--------------------------------------------------------------------------- */
/*
-- ID = "#blah", CLASS = ".blah"
-- Font: Arial, Helvetica, sans-serif;
-- Colors:
	#477725 = green-dark
	#a9cc66 = green-light
	#a3bb92 = green-bg
	#fde792 = yellow
	#d1570d = orange
*/
/* GENERAL
--------------------------------------------------------------------------- */
body {
	background-color: #a3bb92;
	margin: 10px;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	text-align: center;
	width: 708px;
}
h1 {
	background-image: url(../img/header.jpg);
	text-indent: -9999px;
	width: 708px;
	height: 185px;
	margin: 0;
	padding: 0;
}
/* NAVIGATION
--------------------------------------------------------------------------- */
#navigation {
	float: left;
	width: 200px;
	margin: 0 0 0 4px;
	padding: 0 0 10px 0;
}
#heading {
	background-image: url(../img/navhead.gif);
	width: 157px;
	height: 23px;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color: #477725;
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	margin: 10px 0 10px 0;
}
#navigation ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
	text-align: left;
}
ul.links li .inactive {
	background: url(../img/pointer.gif) no-repeat 10px 2px;
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	padding-left: 30px;
}
ul.links li .active {
	background: url(../img/pointeractive.gif) no-repeat 10px 2px;
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	padding-left: 30px;
}
.links a:link, .links a:visited {
	color: #477725;
 	text-decoration: none;
}
.links a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* CONTENT
--------------------------------------------------------------------------- */
#middle {
	background: url(../img/contentbg.gif);
	width: 708px;
}
#content {
	background-image: url(../img/contentcurve.gif);
	background-repeat: repeat-x;
	text-align: left;
	width: 480px;
	display: block;
	padding: 30px 10px 10px 10px;
	float: left;
	color: #ffffff;
}
#content p {
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-indent: 20px;
	text-align: justify;

}
#content li {
	/*font: 12px/14px Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;

}
#content h2 {
	font: bold 24px/26px Arial, Helvetica, sans-serif;
	text-indent: 10px;
	color: #fde792;
	width: 480px;
	padding: 0;
	margin: 0;
}
#content h3 {
	font: 18px/20px Arial, Helvetica, sans-serif;
	font-style: italic;
	text-indent: 10px;
	color: #a9cc66;
	width: 480px;
	padding: 0;
	margin: 0;
}

#content img {
padding: 7px;
border: 1px solid #A9CC66;
background-color: white;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
display: block;
}

#content a:link, #content a:visited, #content a:active {
	font: 12px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #a9cc66;
}
#content a:hover {
	color: #fde792;
	text-decoration: none;
}
/* FOOTER
--------------------------------------------------------------------------- */
#footer {
	background-image: url(../img/footer.gif);
	width: 708px;
	height: 24px;
	text-align: center;
	padding-top: 2px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #477725;
}

.bottomfooter a {
font-family: arial;
font-size: 10px;
color: #477725;
text-decoration: none;
}

.bottomfooter a:hover {
color: #477725;
text-decoration: underline;
}
