body {
	text-align:center; 
	font-size:62.5%;
	font-family:arial;
	color:#47522e;
	background:#fff;
}
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px;
	font-size:100%;
}
#outerwrapper {
	margin:10px auto;
	width:780px;
	text-align:left;
	min-height:100px;
}
#wrapper {
	width:780px;
	float:left;
	background:#fff url(../images/wrapperBG.jpg) repeat-y left top;
	font-size:1.2em;
	min-height:100px;
	
}
#masthead {
	background:url(../images/mastheadBG.jpg) no-repeat left top;
	height:122px;
	width:780px;
	float:left;
}
#content {
	width:588px;
	min-height:300px;
	float:left;
	display:inline;
	margin:0px 0 0 181px;
	padding-top:5px;
}

#subcontent {
	width:170px;
	float:left;display:inline;
	margin:0px 0 0 -768px;
	min-height:200px;
	background:none;
}
#footer {
	clear:both;
	float:left;display:inline;
	height:60px;
	width:780px;
	background:url(../images/footerBG.jpg) no-repeat left top;
	margin:20px 0 0 0;
}
.optional, .optionalForm {
	display:none;
}

/*----------------------basics--------------------*/
img {
	border:none;
}
a {
	color:#47522e;
}
a:hover {
	text-decoration:underline;
}
dl a {
	text-decoration:none;
}
p {
	margin:0 0 6px 0;
	line-height:1.3em;
}
p.inline, p.revealP {
	font-size:0.9em;
	margin:5px 5px 0px 6px;
}
p.breadcrumb {
	font-size:0.9em;
	margin:0 0 11px 0;
}	
p.breadcrumb a   {
	color:#47522e;
	text-decoration:none;
}
p.paginationbottom, p.right {
	text-align:right;
	
}
h1 {
	font-size:1.3em;
	margin:0 0 8px 0;
	border-bottom:1px solid #47522e;
}
#Home h1 {
	margin:2px 0 8px 0;
}

h2 {
	font-size:1.2em;
	margin:0px 0 2px 0;
}
#subcontent h2 {
	background:#c98b0f;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	line-height:20px;
	margin:4px 0 4px 0;
	float:left;display:inline;
	width:170px;
}
/*------------------------------LISTS----------------------------*/
ul  {
	margin:0 0 6px 15px;
}
ol {
	margin:0 0 6px 17px;
}

ul li, ol li  {
	margin:0 0 3px 0;
}


/*-------------home lists------------*/
.leftHome, .rightHome {
	float:left;display:inline;
	width:287px;
	margin-right:10px;
	position:relative;
	background:#e4e6c5;
	padding-bottom:8px;
	height:75px;
	font-size:0.9em;
}
.rightHome {
	margin:0;
}
.leftHome h2, .rightHome h2 {
	background:#c98b0f;
	color:#fff;
	padding-left:5px;
	line-height:20px;
	font-size:1.2em;
}
.leftHome dl, .rightHome dl {
	margin:2px 5px 2px 5px;
	float:left;
	display:inline;
}
.leftHome dt, .rightHome dt {
	float:left;display:inline;
	width:80px;
}
.leftHome dd, .rightHome dd {
	width:190px;
	float:left;display:inline;
}
/*-------- news and events ---------*/
dl.standard {
	float:left;
	width:100%;
	margin:0 0 2px 0;
	display:inline;
	
}
dl.news {
	margin:0 0 5px 0;
}
.standard dt {
	float:left;display:inline;
	width:100px;
}
.standard dd {
	float:left;display:inline;
	width:488px;
}
.detail dd {
	
	float:none;
	clear:both;
	
}
.detail dt {
	width:100%;
	float:none;
}
table.events {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
.events th {
	background:#c98b0f;
	color:#fff;
	padding-left:5px;
	line-height:20px;
}
.events td {
	padding:2px;
}
.events th.first {
	width:20%;
}
.events th.second {
	width:20%;
}
p.events {
	padding:0 0 0 2px;
}
h2.event {
	background:#c98b0f;
	color:#fff;
	padding-left:5px;
	line-height:20px;
	font-size:1.2em;
}
h2.past {
	margin-top:30px;
	clear:both;
}
/*------------subnav -------------*/
ul.subnav {
	list-style:none;
	float:left;display:inline;
	width:170px;
	margin:5px 0px 2px 0px;
	margin:-4px 0 -4px 0 ;
}
.subnav li {
	display:inline;
}
.subnav li a {
	display:block;
	padding-left:5px;
	margin-bottom:0px;
	line-height:20px;
	color:#47522e;
	background:url(../images/subNavDot.jpg) repeat-x left bottom;
	text-decoration:none;
}
.subnav li a:hover, .subnav li a.selected {
	text-decoration:none;
	background:#47522e;
	color:#e4e6c5;
}


/*---------footer------------*/
#footer ul {
	list-style:none;
	margin:17px 0 0 10px;
	float:left;
	display:inline;
	font-size:0.9em;
}
#footer li, #footer li a {
	float:left;display:inline;
	line-height:32px;
	color:#47522e;
	text-decoration:none;
}
#footer li.first {
	margin-right:355px;
}
#footer li a {
	margin-left:10px;
}
/*---------------------forms-------------------------*/
#subcontent form {
	width:170px;
	float:left;
	background:#e4e6c5;
	height:22px;
	padding-top:5px;
	
}
#subcontent form p {
	float:left;
	margin:0;
}
#subcontent input {
	width:130px;
	height:17px;
	border:none;
	padding:3px 5px 0 5px;
	border-bottom:1px solid #47522e;
	border-top:1px solid #47522e;
	background:url(../images/inputBG.jpg);
	font-size:0.9em;
	
}
#subcontent input.btn {
	width:30px;
	height:22px;
	padding:0;
	background:#47522e;
	color:#fff;
	font-size:1.1em;
	border:none;
}
/*--------tell a friend -----------*/
#subcontent form.tellafriend {
	margin:0;
	padding:0;
	height:auto;
	position:relative;
}
#subcontent .tellafriend label {
	margin-left:6px;
	font-size:0.9em;
}
label.alert {
	color:red;
}
#subcontent .tellafriend input {
	width:148px;
	border:1px solid #47522e;
	margin:0 0 2px 5px;
	background:url(../images/inputBG.jpg);	
}
#subcontent .tellafriend p input.btn {
	width:160px;
	background:#47522e;
}
p.errormessage {
	font-size:0.9em;
	margin:5px 5px 0px 6px;
}
#subcontent .tellafriend input.alert {
	border:1px solid red;
}
/*-------------contact---------------*/
.contactLeft {
	float:left;
	display:inline;
	width:220px;
	min-height:100px;
	margin:0 0px 0 0;
	
}
form.contactForm {
	float:right;display:inline;
	width:auto;
	
}
.contactForm fieldset {
	border:1px solid #747474;
	padding:0 0px 15px 0;
	margin-bottom:8px;
	
}
.contactForm p {
	padding:0 10px 0 2px;
	margin:10px 5px 0 10px;
	clear:both;
}
p.errormessage {
	text-align:center;
}

.contactForm legend {
	font-size:1.2em;
	margin:0 10px 0 10px;
	font-weight:bold;
}
.contactForm label {
	float:left;
	width:120px;
	line-height:20px;
}
.contactForm textarea {
	width:260px;
	border:1px solid #747474;
	background:url(../images/inputBG.jpg);
}
.contactForm input, .contactForm textarea {
	width:200px;
	border:1px solid #747474;
	padding:2px;
	background:url(../images/inputBG.jpg);
}
input.btn {
	width:auto;
	padding:2px 5px 2px 5px;
	background:#47522e;
	color:#fff;
	border:none;
}
input.alert {
	border:1px solid #d2232a;
}
.req, p.errormessage, label.alert, p.alert  {
	color:#d2232a;
}
p.errormessageContact {
	color:#d2232a;
	float:right;
	width:356px;
	text-align:center;
}


/*----for recaptcha------*/
fieldset.validation {
	margin:10px 0 0 0;
	
}
fieldset.validation input {
	float:left;
}
p.captcha {
	margin-left:-5px;
	padding-left:0px;
	float:left;
	display:inline;
	
}
/*--------------images------------------*/
.imageWrapLeft, .imageWrapRight {
	padding:5px 5px 2px 5px;
	border:1px solid #47522e;
	float:left;
	display:inline;
	margin:0 10px 10px 0;
}
.imageWrapRight {
	float:right;
	margin:0 0 10px 10px;
}

.imageWrapLeft p, .imageWrapRight p {
	text-align:center;
	margin-bottom:0px;
}
#subcontent img {
	margin:0 0 0 5px;
}
.imgR {
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}
.imgL {
	float:left;
	display:inline;
	margin:0 10px 10px 0;
}
/*---------------search------------------------*/
table.searchResults {
	margin:0 0px 10px 0px;
	width:588px;
	border-collapse:collapse;
	float:left;
}
.searchResults th {
	
	background:#c98b0f;
	background:#47522e;
	color:#fff;
	padding-left:5px;
	line-height:20px;
}
th.p {
	
}
th.s {
	width:7%;
}
th.r {
	width:12%;
}
.searchResults td {
	text-align:left;
	padding:2px 0 2px 5px;
	border-top:1px solid #ccc;
	border-bottom:none;
}
em.search {
	padding-left:0px;
	font-size:0.9em;
}
.hoverSearch {
	background:#eee;
}
.oddS {
	background:#fff;
}
.evenS {
	background:#fff;
}
/*--------main tables ------------*/
table {
	width:588px;
	margin:0 0 10px 0;
	padding:0;
	border-collapse:collapse;
	border:1px solid #47522e;
}
thead th {
	padding:2px;
	background:#47522e;
	color:#fff;
}
table p {
	margin:0;
	padding:0;
}
td {
	padding:2px;
}
tr.heading {
	background:#47522e;
	color:#fff;
}
.odd {
	background:#fff;
}
.even {
	background:#e4e6c5;
}
