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


* { 
	margin: 0; 
	padding: 0; }
	
.clearer {
	clear: both;
}

body { 
 	background: #a4af35 url(../images/bg2.png) repeat-x;
}
 
a {
	color:#3e78b3; 
	text-decoration:underline;
}
 
a:hover {
	color: #333; 
	text-decoration:underline;
}

#wrap { 
	width: 800px; 
	margin: 0 auto;}
	
#contact {
	text-align: right;
	color: #333;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header {
	height:113px; 
	width: 800px; 
	background: url("../images/bg_header.png") no-repeat top right; 
	margin: 0;
}


.logo { 
	float:left; 
	padding: 20px 0 0 5px;
}

/* Navigation */
#navbox { 
	float:right; 
	width: 530px; 
	font-size:11px;
}

.nav a { 
	color:#CCCCCC;
}


.nav ul{
	margin-left: 70px; 
	margin-top: 88px; 
	font: normal 11px Verdana; 
	list-style-type: none;
}

.nav li{
	display: inline;
	margin: 0;
}
.nav li a{ 
	float:left; 
	background:url("../images/navleft.gif") no-repeat left -42px;
	margin:0; 
	padding:0 0 0 3px; 
	text-decoration:none;
}

.nav a span{ 
	display: block; 
	background: url("../images/navright.gif") no-repeat right -42px; 
	padding: 6px 20px 6px 15px; 
	color: #FFF;
}

.nav a:hover { 
	background-position:0% 0; 
	cursor:pointer; 
	color:#FFF; 
	text-decoration:none; 
}

.nav a:hover span { 
	background-position:100% 0; 
	cursor:pointer; 
	color:#614c27; 
	text-decoration:none;}
	


	
/* Content */
#content {
	background-color: #fff;
	border-left:1px solid #e8b72d; 
	border-right:1px solid #e8b72d; 
	color: #555;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	
}

#content h1, h2{
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	color: #00954b;
}

#content h1 {
	font-size: 20px;
	line-height: 22px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 20px;
	line-height: 22px;
}

#content h3 {
	font-size: 16px;
	line-height: 18px;
}

#content ul, li {
	list-style-image: none;
	list-style-type: none;
}

.promo {
	background-color: #fcf8bd;
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #555;
 	font: normal 12px Arial, Verdana, Helvetica, Sans-serif;
}


.enews {
	background: url(../images/bg_enews.png);
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0 10px 0;
	color: #333;
 	font: normal 12px Arial, Verdana, Helvetica, Sans-serif;
}


.enews h3 {
	color: #333;
}

#left {
	float: left;
	width: 540px;
	padding: 10px 0 0 10px;
}


#right {
	width: 218px;
	padding: 10px;
	float: right;
}

.line { 
	background: url(../images/line.gif) no-repeat;
	height: 30px;
	width: 430px;
	margin: 10px 0 10px 60px;
}

/* Table Design */

/*Rates Table */
#rates {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 520px;
	border-collapse: collapse;
	text-align: left;
}
#rates th {
	font-size: 14px;
	font-weight: normal;
	color: #00954b;
	padding: 10px 8px 5px 8px ;
	border-bottom: 2px solid #333;
}
#rates td {
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 6px 8px;
}
#rates tbody tr:hover td {
	color: #00954b;
}

/*Events Table*/

#events{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	width: 520px;
	text-align: left;
	border-collapse: collapse;
}
#events th{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #333;
	border-right: 30px solid #fff;
	color: #00954b;
}
#events td{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	color: #444;
}

/* Photo Table */

#photos {
	width: 530px;
	border: 0;
	border-collapse: collapse;
	margin-top: 10px;
}

#photos td {
	padding: 0 8px 20px 0;
	width: 33%
}

#photos a img {
	border: 0;
}





/* Bottom */

#bottom {
	width: 800px;
	height: 40px;
	background: url(../images/bg_footer.gif) no-repeat bottom;
}

/* Footer */

#footer {
	width: 800px;
	color: #544727;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 15px 0 15px 0;
	
}

#footer a {
	color: #544727;
	text-decoration: underline;
}

#footer .left {
	float: left;
	margin-left: 10px;
}

#footer .right { 
	float: right;
	margin-right: 10px;
}
	
	
	

	
	
