@charset "utf-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
	}

* html #wrapper { 
	height:100%;
	text-align: center;
	}

a {
	font-weight: bold;
	color: #3c6203;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
span.large {
	font-size: 15px;
	font-weight: bold;
}

div.large {
	padding: 0px 0px 20px 15px;
	font-size: 17px;
	font-weight: bold;
}

#aca {
	width: 430px;
	float: left;
	margin-left: 50px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}

#aca img {
	float: left;
	padding-right: 10px;
	}

#aca p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	font-size: 12px;
	line-height: 105%;
	color: #333333;
}

body, html {
	width: 100%;
	height: 100%;
	overflow: inherit;
	background-color: #f9f7eb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

#boxes {
	height: 134px;
	position: relative;
	clear: both;
	background: url(../images/footer-top.jpg) 40px 0px no-repeat;
	padding-top: 18px;
	}

#container {
	width: 1017px;
	margin: 0 auto;
	text-align: left;
	}
	
#footer {
	width: 971px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	position: relative;
	padding-left: 46px;
	}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer ul {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	clear:both;
	}

#footer ul.small {
	font-size: 11px;
	position: absolute;
	top: 3px;
	right: 3px;
	}

#footer li {
	display: inline;
	list-style: none;
	float: left;
	margin-right: 20px;
	}

#footer-wrapper {
	height: 41px;
	margin-top: -41px;
	background-color: #D3D5AB;
	}
	
#header {
/*	height: 469px;
	background: url(../images/header.jpg) 0px 39px no-repeat;*/
	position: relative;
	}

#header #logo {
	margin-left: 37px;
}

#retreat {
	width: 452px;
	float: left;
	margin: 7px 0px 0px 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 105%;
	}

* html #retreat {
	margin-left: 8px;
}

#retreat h2, h2 a {
	text-indent: -99999px;
	width: 121px;
	height: 34px;
	margin: 0px;
	padding: 0px 16px 0px 0px;
	background: url(../images/header-retreat-center.gif) 0px 3px no-repeat;
	margin-bottom: 9px;
	float: left;
	}

#retreat h2 a {
	overflow: hidden;
	}

#wrapper {
	min-height:100%;
	}