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

body {
	font-size:.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	background:#c3c2b1 url(../images/body-bg2.jpg) center 169px no-repeat;
	}
	
h1 {
	color:#aa531f;
	font-size:2.1em;
	}
	
p {
	margin:10px 0;
	padding:0;
	text-align: left;
	}
	
#top {
	width:100%;
	height:175px;
	background:url(../images/main-bg.jpg) repeat-x;
	position:relative;
	}
	
#main, #main-sub {
	width:964px;
	background:url(../images/col1.png) repeat-y;
	margin:8px auto 0;
	position:relative;
	padding:0 0 10px;
	}
	
#main-sub {
	background:url(../images/col1-sub.png) repeat-y;
	}
	
#logo {
	height:111px;
	width:964px;
	margin:0 auto;
	text-align:center;
	background:url(../images/body-bg.jpg) center top no-repeat;
	}
	
#logo img {
	margin:0 0 0 -3px;
	}
	
#nav {
	background:url(../images/top-bg.jpg) no-repeat;
	height:72px;
	margin:0 auto;
	bottom:-10px;
	width:964px;
	text-align:center;
	float:left;
	}
	
#container {
	width:964px;
	margin:0 auto;
	}
	
#footer {
	background:url(../images/shadow-bottom.jpg) no-repeat;
	width:944px;
	margin:0 auto;
	color:#585750;
	padding:15px 10px 0;
	font-size:.9em;
	text-align:center;
	}
	
#footer a {
	text-decoration:none;
	color:#585750;
	padding:0 3px;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#footer span {
	float:right;
	}
	
#shadow, #shadow-sub {
	width:275px;
	position:absolute;
	z-index:5;
	background:url(../images/shadow.png) repeat-x;
	height:6px;
	top:0px;
	right:12px;
	}
	
#shadow-sub {
	right:auto;
	left:10px;
	}
	
#photo, #photo-sub {
	width:679px;
	height:211px;
	background:#f5f5ef url(../images/photo-bg.jpg) no-repeat;
	margin:0 0 0 10px;
	position:relative;
	z-index:3;
	}
	
#photo-sub {
	float:right;
	background:#f5f5ef url(../images/photo-bg-sub.jpg) no-repeat;
	margin:0 11px 0 0;
	}
	
#photo-sub .img {
	float:right;
	margin:0 1px 0 0;
	}
	
#events {
	background:#fff;
	width:258px;
	height:196px;
	float:right;
	position:relative;
	top:6px;
	right:19px;
	}
	
#events h2 {
	color:#bf7e20;
	padding:0;
	margin:5px 6px;
	font-size:1.6em;
	font-weight:normal;
	}
	
#events div {
	background:#fef9f2;
	width:248px;
	height:157px;
	margin:0 0 0 6px;
	}
	
#events div ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#events div ul li {
	font-size:.8em;
	padding:8px 0;
	border-bottom:1px solid #e6ded3;
	width:96%;
	margin:0 0 0 5px;
	}
	
	
#leftCol #events {
	width:238px;
	float:none;
	margin:0 0 0 19px;
	height:auto;
	}
	
#leftCol #events div {
	width:226px;
	height:auto;
	margin-bottom:5px;
	}
	
#events div ul * {
	color:#6c5432;
	}
	
#leftCol {
	float:left;
	width:238px;
	margin:0 0 0 20px;
	padding:10px 0 0;
	}
	
#content, #content-sub {
	width:380px;
	float:left;
	margin:0 22px 0 17px;
	color:#32322c;
	line-height:21px;
	padding:0 15px;
	font-size:.85em;
	}
	
#content-sub {
	width:635px;
	}
	
#content-sub1 {
	width:621px;
	margin:0 22px 0 17px;
	position:relative;
	color:#32322c;
	line-height:21px;
	font-size:.85em;
	float:right;
	padding:0 15px;
	}
	
#rightCol {
	float:left;
	width:228px;
	height:50px;
	}
	
#newsletter {
	background:url(../images/newsletter-bg.jpg) no-repeat;
	width:238px;
	height:128px;
	}
	
.box, .box2 {
	padding:15px 0 0;
	}
	
#leftCol .box2 {
	margin:0 0 0 6px;
	}
	
#rightCol .box2 {
	margin:0;
	}
	
#leftCol img {
	border-style: none;
	}
	
#rightCol img {
	border-style: none;
	}
	
.alert {
	background:#e8e8e2;
	border:2px solid #d6d6cc;
	padding:0 10px;
	margin:0 -10px;
	}
	
.clear {
	clear:both;
	}
	
/* NAV */

#sub-nav {
	background:url(../images/sub-nav-bg.jpg) no-repeat;
	width:264px;
	height:211px;
	margin:0 0 0 10px;
	float:left;
	}

#nav ul, #sub-nav ul {
	margin:55px 0 0;
	padding:0;
	list-style:none;
	font-size:.75em;
	}
	
#sub-nav h2 {
	font-size:1.2em;
	margin:9px 5px 2px;
	padding:0;
	}
	
#sub-nav ul {
	margin:2px 0 0;
	font-size:.85em;
	}
	
#sub-nav ul ul {
	margin:2px 0 0;
	font-size:1em;
	}
	
#sub-nav ul li {
	width:258px;
	*margin:0 0 -3px;
	}
	
#sub-nav ul li a {
	padding:3px 4px;
	border-top:1px solid #EEE;
	display:block;
	text-decoration:none;
	color:#555;
	}
	
#sub-nav ul li a:hover,#sub-nav ul li:hover {
	background:#F8F8F8;
	}
	
#sub-nav ul ul {
	display:none;
	}
	
#sub-nav ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:85px;
	border:2px solid #ddd;
	width:165px;
	background:#FFF;
	}
	
#sub-nav ul ul li, #sub-nav ul ul li a {
	width:auto;
	}
	
#sub-nav ul li:hover {
	position:relative;
	}
	
#nav ul li {
	display:inline;
	background:url(../images/space.png) right top no-repeat;
	padding:2px 0;
	}

#nav ul li a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 5px;
	font-weight:bold;
	}
	
#nav ul li a:hover {
	text-decoration:underline;
	}
	
#nav #last {
	background:none;
	}

#sub-nav-new {
	background:url(../images/sub-nav-bg.jpg) no-repeat;
	width:238px;
	height:211px;
	margin:0 0 0 0px;
	float:left;
	}

#nav ul, #sub-nav-new ul {
	margin:55px 0 0;
	padding:0;
	list-style:none;
	font-size:.75em;
	}
	
#sub-nav-new h2 {
	font-size:1.2em;
	margin:9px 5px 2px;
	padding:0;
	}
	
#sub-nav-new ul {
	margin:2px 0 0;
	font-size:.85em;
	}
	
#sub-nav-new ul ul {
	margin:2px 0 0;
	font-size:1em;
	}
	
#sub-nav-new ul li {
	width:237px;
	*margin:0 0 -3px;
	}
	
#sub-nav-new ul li a {
	padding:3px 4px;
	border-top:1px solid #EEE;
	display:block;
	text-decoration:none;
	color:#555;
	}
	
#sub-nav-new ul li a:hover,#sub-nav-new ul li:hover {
	background:#F8F8F8;
	}
	
#sub-nav-new ul ul {
	display:none;
	}
	
#sub-nav-new ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:85px;
	border:2px solid #ddd;
	width:165px;
	background:#FFF;
	}
	
#sub-nav-new ul ul li, #sub-nav-new ul ul li a {
	width:auto;
	}
	
#sub-nav-new ul li:hover {
	position:relative;
	}
	