html {
    margin: 0px;
    padding: 0px;
    height:100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 0.9em;
    background: url('images/mainbg.jpg') 0 0 repeat-y;
    background-color: #CED087;
    height:100%;
}


body#lakesmap {
	background:#BABC7B;
}

img{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a {outline: none;}

#wrapper{
	position:relative;
	width:970px;
	border:0px solid #000;
	margin:0px;
	padding:0px;
}


div#leftbar {
	position:absolute;
	height:100%;
	top:30px;
	left:0px;
    	width: 160px;
    	font-weight: bold;
    	border:0px solid #f00;
}


div#rightbar {
	padding: 0px 0 0 160px;
}

body#home  div#rightbar {
	padding: 0 0 0 160px;
	background:none;
}

body#about  div#rightbar {
	background:url('images/about_bg.jpg') 160px 0px no-repeat;
}

body#what  div#rightbar {
	background:url('images/what_bg.jpg') 160px 0px no-repeat;
}

body#benefit  div#rightbar {
	background:url('images/benefit_bg.jpg') 160px 0px no-repeat;
}

body#gallery  div#rightbar {
	background:url('images/gallery_bg.jpg') 160px 0px no-repeat;
}

body#loc  div#rightbar {
	background:url('images/locations_bg.jpg') 160px 0px no-repeat;
}

body#news  div#rightbar {
	background:url('images/news_bg.jpg') 160px 0px no-repeat;
}

body#comment  div#rightbar {
	background:url('images/comments_bg.jpg') 160px 0px no-repeat;
}

body#contact  div#rightbar {
	background:url('images/contactus_bg.jpg') 160px 0px no-repeat;
}

body#mystery  div#rightbar {
	background:url('images/mysteryheader.jpg') 160px 0px no-repeat;
	padding: 66px 0 0 160px;
}





ul.leftnav {
	margin:0px 0 0 10px;
	padding:0px;
  	list-style-type: none;
}

ul.leftnav li {
	padding:3px 0 4px 0px;
}

ul.leftnav li a {

}


ul.leftnav li a#homenav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/homenav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.leftnav li a#aboutnav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/aboutnav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.leftnav li a#podnav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/podnav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.leftnav li a#locnav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/locnav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.leftnav li a#newsnav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/newsnav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.leftnav li a#commentnav {
	display:block;
	height:42px;
	width:120px;
	background:url('images/commentnav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.leftnav li a#contactnav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/contactnav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.leftnav li a#mysterynav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/mysternav.gif') top left no-repeat;
	text-indent:-9999px;
	margin-left:19px;
}

/* ----- Mouse overs and active pages ------- */




ul.leftnav li a:hover#homenav, body#home  a#homenav,
ul.leftnav li a:hover#aboutnav, body#about  a#aboutnav,
ul.leftnav li a:hover#locnav, body#loc  a#locnav,
ul.leftnav li a:hover#newsnav, body#news  a#newsnav,
ul.leftnav li a:hover#commentnav, body#comment  a#commentnav,
ul.leftnav li a:hover#mysterynav, body#mystery  a#mysterynav,
ul.leftnav li a:hover#contactnav, body#contact  a#contactnav {
	background-position:top right;
}


ul.leftnav li a:hover#podnav, body#pod  a#podnav {
	background-position:top left;
}


/* -------- Subnav -------- */

ul.subnav
{
	margin:0px 0 0 20px;
	padding:0px;
  	list-style-type: none;
}

ul.subnav li
{
	padding:3px 0 4px 0px;
}

ul.subnav li a
{
}


ul.subnav li a#whatnav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/whatnav.gif') top left no-repeat;
	text-indent:-9999px;
}

ul.subnav li a#benefitnav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/benefitnav.gif') top left no-repeat;
	text-indent:-9999px;
}


ul.subnav li a#gallerynav {
	display:block;
	height:24px;
	width:120px;
	background:url('images/gallerynav.gif') top left no-repeat;
	text-indent:-9999px;
}


ul.subnav li a:hover#whatnav, body#what a#whatnav {
	background:url('images/whatnav.gif') top right no-repeat;
}

ul.subnav li a:hover#benefitnav, body#benefit a#benefitnav {
	background:url('images/benefitnav.gif') top right no-repeat;
}

ul.subnav li a:hover#gallerynav, body#gallery a#gallerynav {
	background:url('images/gallerynav.gif') top right no-repeat;
}



#callus {
	margin-top:40px;
	display:block;
	width:140px;
	height:90px;
	background:url('images/callus.gif') top left no-repeat;
	text-indent:-9999px;
}


h1 {
	margin:0px;
	padding:0px;
}

/*  ---- Old logo

h3.logo 
{
    background-repeat: no-repeat;
    background-image: url("images/logo.gif");
    height: 152px;
    width: 147px;
    margin-left: 40px;
    margin-top: 0px;
    padding: 0px;
} 


h3.logo
{
    background-repeat: no-repeat;
    background-image: url("images/newlogo.gif");
    height: 90px;
    width: 150px;
    margin-left: 40px;
    margin-top: 25px;
    padding: 0px;
} */


h3.logo
{
    background-repeat: no-repeat;
    background-image: url("images/newlogo.jpg");
    height: 92px;
    width: 184px;
    margin-left: 20px;
    margin-top: 25px;
    padding: 0px;
}


h3.logo span
{
    visibility: hidden;
}

h2
{
    font-weight: normal;
    font-size: 1.8em;
    margin-right: 100px;
    margin-top: 0px;
    margin-bottom:0px;
    padding: 5px 0px 15px 0;
}

body#home h2 {
	clear:left;
}


p {
	margin: 10px 50px 25px 0;
}

body#home p {
	font-size:1.3em;
	line-height:1.6em;
}


.title {
	border:1px solid #f00;
	width:300px;
	height:80px;
	margin:0px;
	padding:0px;
}



hr {
	border: 0px;  
	background: #989a40; 
	height: 1px;
	margin:0px 20px 0 0px;
	padding:0px;
}


hr.hr_home {
	border: 0px;  
	background: #989a40; 
	height: 1px;
	margin:0px 100px 0 0px;
	padding:0px;
}

.splash
{
    margin: 0px;
    padding: 0px;
    background-color: white;
    float: left;
}


div.content
{
	margin: 0 80px 0 80px;
	padding-top:80px;
	line-height:1.4em;
}

/*------  Updateable Pods Area --------*/

div.content div#updatapodContainer
{
	background-color:#ADAF6D;
	border:5px solid #A2A36A;
	height:300px;
	overflow:auto;
	padding:15px;
	width:563px;
}

/*Images*/

#podcss1  {
	background: url(/images/mysterypods/pod1.jpg) 0 0 no-repeat;
}

#podcss2  {
	background: url(/images/mysterypods/pod2.jpg) 0 0 no-repeat;
}

#podcss3  {
	background: url(/images/mysterypods/pod3.jpg) 0 0 no-repeat;
}

/*Articles Template*/

div.m_pod_box {
	border:3px solid #696849;
	margin:0 0 15px;
	padding:15px 10px;
	min-height:153px !important;
}

div.m_pod_box h2 {
	font-size:21px;
	font-weight:bold;
}

div.m_pod_box p {
	font-size:12px;
	margin-top:-10px;
}

span.status {
	font-weight:bold;
	margin-left:5px;
}

span.status#red {
	color:red;
}

span.status#green {
	color:green;
}

span.status#blue {
	color:blue;
}

div.m_pod_box a {
	background-color:#69684A;
	border:1px solid #4F4E36;
	color:#DCDFA6;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

div.m_pod_box a:hover {
	color:#FFF;
	text-decoration:none;
	border:1px solid #FFF;
}

.podImage {
	clear:both;
	float:left;
	font-family:tahoma;
	font-size:22px;
	font-weight:bold;
	height:150px;
	padding-top:10px;
	text-align:center;
	width:150px;
	margin-right:20px;
}


/*Lightbox Details Style-------------------*/

div.m_pod_box_details {
	padding:15px;
	background-color:#CED087;
}

div.m_pod_box_details h2 {
	font-size:21px;
	font-weight:bold;
}

div.m_pod_box_details p {
	font-size:12px;
	margin-top:-10px;
}

div.m_pod_box_details p.intro {
	background-color:#69684A;
	color:#E3E3E3;
	font-size:12px;
	margin-top:-10px;
	margin-bottom:10px;
	padding:10px;
	width:96%;
}

div.m_pod_box_details a {
	background-color:#69684A;
	border:1px solid #4F4E36;
	color:#DCDFA6;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

div.m_pod_box_details a:hover {
	color:#FFF;
	text-decoration:none;
	border:1px solid #FFF;
}


/*--------/END OF UPDATEABLE PODS AREA---------*/


body#home div.content {
    margin-left: 30px;
    padding-top:20px;
    width: 680px;
}



/*------  Gallery Images -------*/


.gallery img {
	margin:15px 10px 0 10px;
}


/* ----- Hidden Elements ------*/


.hidden {
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	height:0px;
	line-height:0px;
}

h2.hidden {
	height:180px;
}


body#home h2.hidden {
	height:10px;
}






.clear {
	clear:both;
}




/* ------ Contact Form ------ */


#contact_form
{
	margin: 0px;
	padding: 0px;
}

#contact_form fieldset {
	border:0px solid #fff;
}

#contact_form ol
{
	width: 356px;
	list-style: none;
	padding: 10px 20px;
	margin: 0;
	border:0px solid #000;
}

#contact_form ol li
{
	margin: 0;
	padding: 0;
}

#contact_form ol li label
{
	width: 100%;
	display: block;
	margin: 1em 0 .1em 0;
	font-size: 0.86em;
	font-weight: bold;
}

#contact_form ol li input
{
	display: block;
	width: 100%;
	border: 1px solid silver;
	padding: 3px;
	font-family: sans-serif;
	font-size: 13px;
}


#contact_form ol li input:hover, #contact_form ol li textarea:hover,
#contact_form ol li input:active, #contact_form ol li textarea:active,
#contact_form ol li input:focus, #contact_form ol li textarea:focus {
	border: 1px solid #2A1905;
}


#contact_form ol li textarea
{
	width: 100%;
	border: 1px solid silver;
	height: 150px;
	padding: 3px;
	font-family: sans-serif;
	font-size: 13px;
}

#contact_form ol li textarea #address {
	height: 300px;
}

#contact_form #verification_img {
	width:165px;
	display:block;
	cursor: pointer;
	margin:0 auto;
}


#contact_form ol li input#verification_code_txt {
	width: 163px;
	margin:3px auto;
}


#contact_form ol li input.submit {
	width: 100px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid gray;
	color:#2A1905;
	font-weight:bold;
	padding: 5px 10px;
	font-size: 16px;
}

#contact_form ol li input:hover.submit {
	width: 100px;
	margin: 0 auto;
	background: #9E2B20;
	border: 1px solid silver;
	color:#fff;
	font-weight:bold;
}

span#verification_desc {
	display:block;
	width:100%;
	color: #3F3F3F;
	border:0px solid #0f0;
	font-size:12px;
	line-height:15px;
	text-align:center;
	margin: 0 0 3px 0;
}
	