@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	background-color:#C2B59B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align:center;
	background:url(images/body-bg.jpg) repeat-x;
	margin:0;
	padding:0;
	font-size:92.5%;
}
p {
	margin-bottom:10px;
}
a {
	color:#660000;
}
#wrapper {
	width:937px;
	background:url(images/wrapper-bg.jpg) repeat-x #D2CEBA;
	margin:0 auto;
	text-align:left;
}
#header {
	background:url(images/wrapper-header.jpg) no-repeat;
	height:13px;
	width:100%;
}
#content-wrapper {
	min-height:669px;
	width:100%;
	background:url(images/content-left-border.jpg) repeat-y top left;
}
.content {
	width:100%;
	min-height:669px;
	background:url(images/content-right-border.jpg) repeat-y top right;
	margin:0;
	padding:0;
}
.top-pic {
	position:relative;
	top: 20px;
	left: 220px;
	z-index:10;
	margin:0;
	padding:0;
}
body#body_over .top-pic {
	position:relative;
	top: 20px;
	left: 220px;
	z-index:10;
}
#logo {
	position:relative;
	z-index:200;
	left:5px;
	top:-193px;
}
body#body_over #logo {
	position:relative;
	z-index:200;
	left:5px;
	top:-290px;
}
.quotes {
	width:190px;
	text-align:right;
	margin:-260px 0 30px 10px;
	font-size:0.7em;
	color:#330000;
	font-style:italic;
}
.quotes p {
	margin:0;
	line-height:1.7em;
	padding:0;
}
body#body_over #nav {
	margin:20px 33px 0 0;
	padding:0;
	list-style-type:none;
	height:45px;
	width:875px;
	display:block;
	float:right;
}
#nav {
	margin:-110px 33px 0 0;
	padding:0;
	list-style-type:none;
	height:40px;
	width:875px;
	display:block;
	float:right;
}
#nav li {
	margin:0;
	padding:0;
	float:left;
}
#nav a {
	padding-top:10px;
	float:left;
	width:145px;
	height:40px;
	text-align:center;
	background:url(images/menu-bg.png) no-repeat;
}
#body_over #nav_over a,#body_offe #nav_offe a,#body_acti #nav_acti a,#body_gall #nav_gall a,#body_link #nav_link a,#body_cont #nav_cont a {
	background-position:-145px 0;
}
body#body_over #content-box {
	width:875px;
	background:#B0A579 url(images/overview-bg.jpg) bottom left no-repeat;
	color:#330000;
	margin:93px 0 0 29px;
	padding:20px 0 20px 0;
}
#content-box {
	width:875px;
	background:#B0A579 url(images/overview-bg.jpg) bottom left no-repeat;
	color:#330000;
	margin:-65px 0 0 29px;
	padding:20px 0 20px 0;
}
body#body_gall #content-box {
	padding-left:125px;
	width:750px;
}
.left {
	float:left;
	margin-left:105px;
	width:580px;
}
body#body_over .left h1 {
	width:580px;
	height:55px;
	background:url(images/overview-header.gif) no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	margin-bottom:20px;
}
body#body_acti .left h1 {
	width:580px;
	height:55px;
	background:url(images/activities-header.gif) no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	margin-bottom:20px;
}
body#body_offe .left h1 {
	width:580px;
	height:55px;
	background:url(images/offerings-header.gif) no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	margin-bottom:20px;
}
body#body_gall .left h1 {
	width:580px;
	height:55px;
	background:url(images/gallery_header.gif) no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	margin-bottom:20px;
}
body#body_link .left h1 {
	width:580px;
	height:55px;
	background:url(images/area_header.gif) no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	margin-bottom:20px;
}


body#body_offe #content-box p {
	text-align:center;
}
 p {
	line-height:26px;
	font-weight:bold;
}
.right {
	float:left;
	width:150px;
	margin:20px 0 0 20px;
	font-size:12px;
	font-weight:bold;
}
body#body_cont .right {	
	font-size:0.7em;
}	
#flashcontent {
		height: 100%;
		min-height:700px;
		*height:700px;
		width:100%;
}
#footer {
	background:url(images/wrapper-footer.jpg) no-repeat bottom left;
	height:11px;
	width:100%;
}
.contact {
	font-size:1em;
	margin:10px auto 20px;
	color:#330000;
}
#legal {
	margin:10px auto 5px;
	color:#543C1F;
	font-size:0.7em;
}
.red {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#830303;
	line-height:12px;
	font-weight:normal;
	font-size:0.7em;
}
.keokee {
	margin:0 auto;
	color:#543C1F;
	font-size:0.7em;
}
.keokee a {
	color:#543C1F;
	text-decoration:none;
}
.keokee a:hover {
	text-decoration:none;
}
/*clear floating boxes*/
.clearfix:after{
	content:".";
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}
.clearfix{
	display:inline-table;
}
/*Hide from IE/Mac \*/
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/*end hide*/