body {
	font: 100% "Verdana", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background:#2A3F27 url(/images/wrapper.jpg) repeat-x;
}

#wrapper {
	position: relative;
	width: 770px;
	margin: auto;
	text-align: left;
}

#main {
	font-size: 1em;
	line-height: 1.4em;
	width: 750px;
	padding:30px 10px 20px 10px;
	background-color:#FAF9F7;
	z-index:1;
	
}

#logo{
	height:176px;
	width:133px;
	position:absolute;
	top:0;
	left:9px;
	background:url(/images/logo.gif) no-repeat;
}

#sidebar, .pullquote{
	display:none;
}

#main img {
	margin:5px;
	border: 1px solid black;
}
.breadcrumb {
	font-size: 0.8em;
	margin: 0px 0 20px 0;
}

a{
	color:#223225;
}

dd em, p em{
	font-size:0.8em;
	font-weight:bold;
}
/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
	text-indent:-999em;
	background:url(/images/header.jpg) no-repeat;
	height:148px;
	/*width:703px;*/
	margin-left:138px;

}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding:0;
	color:#37663A;

}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color:#44321d;
}

/*-------------------------------------------------------- tables --------------------------------------------------*/
table {
	border: 1px solid #223223;
	background:#f0f8e9 url(/images/table.jpg) repeat-x;
	
}
td, th {
	border: 1px solid #223223;
	font-size:12px;
	padding: 6px;
}

table.images {
	border: 1px solid #223223;
	background:#f0f8e9 url(/images/table.jpg) repeat-x;
	margin:5px;
}
td.images , th.images  {
	border: 1px solid #223223;
	font-size:12px;
	padding: 6px;
}



/*-------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	font-size: 0.7em;
	clear: both;
	margin:0;
	padding:0 7px 4px 7px;
	color:#fff;
	background-color:#366639;
	height:66px;
	border:1px solid #223223;
}

#footer #aa{
	float:right;
	text-align:right;
	width:460px;
	line-height:66px;
	margin:0;
	padding:0;
}

#footer #contact-details{
	float:left;
	text-align:left;
	line-height:14px;
	width:260px;
	margin:7px 0 0 0;
	padding:0;
}

#footer #contact-details p{
	margin:0;
	padding:0;
}


#footer a {
	text-decoration: none;
	color:#fff;
}

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


#footer #contact-details p a{
	text-decoration: underline;

}

#footer #contact-details p a:hover{
	text-decoration: none;

}
