* {
	margin: 0;
	padding: 0;
	}
	
body, html {
	background: #e5e5e5;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
	
body {
	min-width: 1000px;
	}
	
img {
	border: none;
	}
	
td {
	vertical-align: top;
	}
	
p {
	margin: 8px 0;
	}
	
h1 {
	font-size: 20px;
	}
	
h2 {
	font-size: 14px;
	margin-top: 16px;
	}
	
h3 {
	font-size: 13px;
	font-style: italic;
	padding-bottom: 4px;
	margin: 14px 0 10px 0;
	border-bottom: 1px dotted #000;
	}
	
h4 {
	font-size: 12px;
	margin-bottom: 12px;
	}
	
h5 {
	font-size: 11px;
	}

	
#container {
	width: 910px;
	margin: 0 auto;
	background: #d3cebb url(../images/wrap/bg.gif) bottom left repeat-y;
	}
#container-gallery {
	width: 910px;
	margin: 0 auto;
	background: #d3cebb;
	}	
#leftside {
	width: 200px;
	min-height: 404px;
	float: left;
	background: #827053 url(../images/wrap/lside_bg.gif) top left no-repeat;
	padding-bottom: 20px;
	}
	
#leftside #logo {
	margin: 20px 0 12px 20px;
	}
	
#leftside h2 {
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 0;
	}
	
#leftside h2 a:link, #leftside h2 a:visited {
	background: transparent url(../images/wrap/chip.png) top left no-repeat;
	display: block;
	width: 115px;
	height: 62px;
	margin: 0 0 38px 20px;
	}
	
	
	
#leftnav { /* top level lists */
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	margin:  0 15px 0 5px;
	padding-bottom: 30px;
	}
	
#leftnav li {
	list-style: none;
	background: url(../images/wrap/nav_arrow.gif) left 4px no-repeat;
	padding-left: 17px;
	margin-bottom: 3px;
	}
	
#leftnav li:hover, #leftnav li.over {
	background: url(../images/wrap/nav_arrow2.gif) left 4px no-repeat;
	}	
	
#leftnav a {
	color: #d2cdbb;
	text-decoration: none;
	}
	
#leftnav a:hover {
	color: #fff;
	}
	
#leftnav li.active {
	background: url(../images/wrap/nav_arrow_turned2.gif) left 4px no-repeat;
	}
	
#leftnav li.active a {
	color:#fff;
	}
	

#leftnav ul { /*second level lists*/
	margin-bottom: 12px;
	font-size: 11px;
	}

#leftnav ul li {
	background: none;
	margin: 5px 0;
	padding-left: 12px;
	}

#leftnav li li:hover, #leftnav li li.over {
	background: none;
	}	
	
#leftnav li.active li a {
	color:#dbcdbb;
	}

#leftnav li.active li a:hover {
	color:#fff;
	}
	
#leftnav li.active li.active {
	background: none;
	}
	
/*li.parent li.active  {
	background: url(../images/wrap/nav_arrow_turned2.png) left 4px no-repeat;
}	*/


#leftnav li.parent li.active li.active {
	background: none;
}	

#leftnav li.active li.active a {
	color: #fff;
	}		
	
		
#leftnav ul ul { /*third level lists*/
	margin-bottom: 0;
	}	
	
#leftnav li li li:hover a:hover {
	color: #fff;
	}	

#leftnav li.active li.active li a {
	color: #dbcdbb;
	}

#leftnav li.active li.active li a:hover {
	color: #fff;
	}	
	
#leftnav li.active li.active li.active a {
	color: #fff;
	}	
	
	
.factbox {
	width: 160px;
	margin-left: 20px;
	margin-bottom: 12px;
	background: #d2cdbb url(../images/wrap/factbox_btm.gif) left bottom no-repeat;
	}
	
.factbox div#fast-fact-intro {
	background: url(../images/wrap/factbox_top.gif) left top no-repeat;
	padding: 15px;
	}
	
.factbox h3 {
	font-size: 11px;
	margin-top: 5px;
	}
	
.factbox p {
	margin-top: 2px;
	}
	
#fast-fact-details {
	font-weight: bold;
	color: #981B1F;
	}
	
#fast-fact-details p {
	margin: 0;
	padding: 0;
	}
	
.leftbutton {
	margin-left: 20px;
	}
	
#main {
	width: 710px;
	float: right;
	padding-bottom: 10px;	
	}
	
#header {
	width: 710px;
	height: 200px;

	}
	
#content {
	width: 430px;
/*	min-height: 500px;*/
	float: left;
	padding: 10px 10px 0 20px;
	position: relative;
	}
	
#content a {
	color: #333;
	}

#content a:hover {
	color: #6C5735;
	}
	
#content ul {
	margin-left: 22px;
	}
	
#content ul li {
	margin-bottom: 2px;
	}
	
#map {
	width: 660px;
/*	height: 200px;*/
	clear: both;
	margin: 0 0 20px 20px;
	}
	
#map h2 {
	width: 430px;
/*	padding-top: 10px;*/
	margin-bottom: 10px;
	}
	
#map h2 .click {
	font-size: 11px;
	font-weight: normal;
	}
	
#rightside {
	color: #d2cdbb;
	width: 200px;
	float: right;
	padding: 20px;
	background-color: #597578;
	}
	
#homepage #rightside {
	padding: 20px 20px 0 20px;
	}
	
#rightside h1 {
	color: #fff;
	margin-bottom: 15px;
	}

#rightside a {
	color: #d2cdbb;
	}
	
#rightside a:hover {
	color: #fff;
	}
	
#rightside img {
	margin-bottom: 5px;
	}
	
#rightside p {
	margin-bottom: 12px;
	}
	
.event {
	list-style: none;
	margin-bottom: 15px;
	color: #d2cdbb;
	}
	
.event li {
	list-style: none;
	}
	
.event a {
	color: #d2cdbb;
	}
	
.rightbutton {
	margin-top: 25px;
	}
	
/*#flower {
	height: 154px;
	width: 470px;
	float: left;
	position: relative;
	margin-left: 200px;
	margin-top: 154px;
	background: url(../images/wrap/flower_bg.gif) bottom left no-repeat;
	border: 1px solid red;
	}*/
	
#footer {
	background-color: #981B1F;
	clear: both;
	width: 910px;
	text-align: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 0;
	}
	
#footer ul {
	list-style: none;
	font-weight: bold;
	margin-right: 10px;
	}
	
#footer li {
	list-style: none;
	display: inline;
	}
	
#footer a {
	color: #d2cdbb;
	text-decoration: none;
	margin-left: 20px;
	}
	
#footer a:hover {
	text-decoration: underline;
	}/**/
	
	
/*----Events Page Styles----*/
h5.event_title {
	font-size: 12px;
	}

.details {
	margin-bottom: 15px;
	}
	
#calendar td, #calendar th {
	padding: 4px 5px;
	text-align: center;
	}

	
#calendar th {
	background-color: #6c5735;
	}
	
#calendar th a {
	color: #fff;
	}

#calendar td a {
	color: #6c5735;
	}
	
#calendar td.weekday, #calendar td.weekend {
	background-color: #d2cdbb;
	}

#calendar td.today {
	background-color: #BFB19B;
	}
	
#calendar .domeday td {
	font-weight: bold;
	}
	
#calendar td.selected {
	background-color: #6c5735;
	}
	
#calendar td.selected a {
	color: #fff;
	}
	
/*---Site Map---*/

.LSM_0 {
	list-style: none;
	font-size: 11px;
	font-weight: bold;

	}
	
.LSM_0 li {
	list-style: none;
	margin-bottom: 15px;
	}
	
.LSM_1 {
	margin: 5px 0 0 20px;
	}
	
.LSM_1 li {
	list-style: disc;
	margin: 10px 0 3px 0;		
	}
	
.LSM_2 {
	margin: 5px 0 0 20px;
	}
	
.LSM_2 li {
	font-weight: normal;
	margin-bottom: 5px;
	list-style: circle;
	}

