body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	color:#27272c;
	background:#5e6d1b url(../images/bodyBG.jpg) repeat-x left top;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
}
#outerwrapper {
	margin:10px auto;
	width:1000px;
	text-align:left;
	
}
#wrapper {
	width:1000px;
	float:left;
	font-size:1.2em;
	min-height:100px;
	width:1050px;
	background:url(../images/wrapperBG.png) repeat-y left top;
}
#masthead {
	height:185px;
	width:1000px;
	float:left;display:inline;
	
	margin:0 0 0 25px;
}

#content {
	width:1000px;
	min-height:300px;
	float:left;
	display:inline;
	margin:0 0 0 25px;
	padding:0px 0 20px 0;
	background:#efecc9;
}


#footer {
	clear:both;
	float:left;display:inline;
	height:auto;
	width:1000px;
	margin:10px 0 0 25px;
}
#logosection {
	background:#515c22 url(../images/logo.jpg) no-repeat center center;
	background:url(../images/logo-banner.jpg) no-repeat center center;
	height:100px;
	float:left;display:inline;
	width:1000px;
	border-top:2px solid #b47726;
	border-bottom:2px solid #b47726;
	margin:0 0 0 25px;
	

}
#top {
	float:left;
	width:1000px;
	border-bottom:2px solid #b47726;
}
#content #topSmallText {
	float:left;
	width:960px;
	clear:both;
}
#content #topSmallText p {
	text-align:center;
	width:960px;
}
#left,#right  {
	float:left;display:inline;
	margin:20px 0 0 20px;
	width:470px;
	min-height:200px;

}
#map {
	width:300px;
	height:300px;
	clear:both;
	float:left;display:inline;
	margin:10px 0 0 20px;
}

/*---------------------basics ---------------------*/
a {
	text-decoration:none;
	color:#515c22;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 20px 10px 20px;
}
#top p {
	float:left;display:inline;
	margin:10px 0 8px 20px;
	width:700px;
	
}
p.paginationbottom {
	text-align:right;
}
h1 {
	color:#292a2a;
	margin:20px 0px 20px 20px;
	font-size:1.5em;
	padding-bottom:10px;
	background:url(../images/h2.jpg) no-repeat left bottom;
}
h2 {
	color:#292a2a;
	font-size:1.5em;
	margin:0 20px 10px 0px;
	padding-bottom:10px;
	background:url(../images/h2.jpg) no-repeat left bottom;
}
h3 {
	font-size:1.3em;
	margin:0 0 10px 0;
	color: #333300;
}
/*------------------------- lists --------------------*/
ul.menu {
	width:940px;
	padding:0 0 0 60px;
	height:27px;
	background:url(../images/navBG.jpg) repeat-x left top;
	list-style:none;
}
.menu li, .menu li a {
	color:#fff;
	line-height:27px;
	font-weight:bold;
	float:left;
	display:inline;
}
.menu li a {
	/*padding:0 27px 0 27px; */
	padding:0 20px 0 20px; 
	margin-right:1px;
	
}

.menu li a:hover, .menu li a.selected, .menu li a:focus {
	text-decoration:none;
	color:#fff;
	background:url(../images/arrow.gif) no-repeat left center;
	
}

#footer ul {
	font-size:1.1em;
	list-style:none;
	color:#fff;
}
#footer li, #footer li a {
	float:left;display:inline;
}
#footer li.first {
	margin-right:580px;
}
#footer a {
	color:#ffb231;
	margin-left:10px;
}

ul.imageGallery {
	float:left;display:inline;
	width:960px;
	list-style:none;
	margin:0 0 10px 20px;
}
ul.imageGallery li, ul.imageGallery li a {
	float:left;
	margin:0 10px 7px 0;
}


#footer p {
	color:#fff;
}
dl.news {
	margin:0 0 10px 20px;
	width:960px;
	float:left;display:inline;
	clear:both;
	border-bottom:1px solid #b47726;
	padding-bottom:10px;
}
dl.small {
	width:470px;
	margin:0 0 10px 0;
	border:none;
}
dl.news dt {
	width:100px;
	float:left;
}
dl.news dd {
	float:left;
	width:860px;
}
dl.small dd {
	width:370px;
}
dl.news dd p {
	margin:5px 0 0 0;
}

dl.galleryListing {
	float:left;display:inline;
	clear:both;
	width:960px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #b47726;
	margin:0 0 10px 20px;
}
dl.galleryListing dt, dl.galleryListing dd {
	float:left;display:inline;
	margin-right:10px;
	
}
dl.galleryListing dd {
	
}

/*-------------------- images ---------------------- */
#masthead img {
	margin-bottom:-3px;
}
img.imgR {
	float:right;
}
/*-------------------------TABLES-------------------------*/
table {
	border-collapse:collapse;
	border:1px solid #515c22;
	width:750px;
	margin:0 0 0 20px;
}
caption {
	margin-bottom:10px;
}
table td {
	padding:2px 0 2px 2px;
}
.header td {
	background:#515c22;
	color:#fff;
}
.hover {
	background:#515c22;
	color:#fff;
	cursor:pointer;
}
.hoverWhite {
	background:#fff;
}
