@charset "utf-8";
/* CSS Document */

body {
	background: #eef3d3 url(../images/Page-BgTexture.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 20px;
	color: #314d01;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
}

a {
	color: #669900;
}

a:hover {
	color: #336600;
	text-transform: none;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #6C7722;
	margin: 5px 0;
}

table td{
	border: 1px #669900 solid;
}

table.contact-form td, table#reserve td, table#reserve td, table.blank td{
	border: none;
}

/* HEADER */
#header {
	height: 165px;
	margin: 8px 0 20px 0;
}

#header .logo {
	background: url(../images/logo.png) no-repeat;
	height: 150px;
	width: 150px;
	display: block;
	float: left;
}

#header .tagline {
	background: url(../images/tagline.png) no-repeat;
	height: 25px;
	width: 330px;
	display: block;
	float: right;
	margin-top: 115px;
}
/* END HEADER */

/* SLIDESHOW */
#slideshow{
	border: 1px solid #dddddd;
	width: 736px;
	height: 283px;
	float: left;
}
/* END SLIDESHOW */

/* PAGE */
#page {
	width: 715px;
	float: left;
	border: 1px solid #dddddd;
	padding: 10px;
	background: #FFF;
	margin-top: 20px;
}

h2.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6d7826;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #6d7826;
}

/* END PAGE*/

/* LEFT */
#left {
	width: 185px;
	float: left;
	margin-right: 38px;
}

#left .block {
	border: 1px solid #dddddd;
	background: #FFF;
	width: 100%;
	display: block;
	padding: 10px;
	margin-bottom: 15px;
}

#left .block h3{
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	background: #6d7826;
	padding: 5px;
}

#left ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left ul.menu ul{
	list-style: none;
	margin: 0;
	padding-left: 5px;
}

#left ul.menu li{
	background: url(../images/BlockContentBullets.png) no-repeat;
	border-bottom: 1px dotted #7a8726;
	padding: 0 0 6px 15px;
	margin: 5px 0;
}

#left ul.menu li a{
	text-decoration: none;
	color: #485016;
	text-transform: uppercase;
	font-weight: bold;
}

#left ul.menu li a:hover{
	color: #669900;
}

#left ul.menu li ul li{
	background: url(../images/arrow-d-4.png) no-repeat;
	border: none;
	padding: 0 0 0 12px;
}

#left ul.menu li ul li a{
	text-decoration: none;
	color: #485016;
	text-transform: none;
	font-weight: normal;
}

#pscroller1{
	width: 100%;
	height: 110px;
}

.news-title {
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
	text-transform: uppercase;
}

.news-desc {
	margin: 0;
	font-style: italic;
}

.news-date {
	color: #666;
	font-size: 11px;
	margin: 0;
	text-align: right;
}

/* END LEFT */

/* FOOTER */
#footer {
	background: #373d11;
	margin-top: 20px;
	padding: 10px 0 7px 0;
	color: #ffffcc;
	font-size: 11px;
	text-align: center;
}

#footer p {
	margin: 0 0 3px 0;
}

#footer a {
	color: #CF9;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* END FOOTER */

p.credits {
	font-size: 10px;
	text-align: center;
	color: #666;
}

p.credits a {
	color: #336600;
	text-decoration: none;
}
