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

	
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .85em; 
	color: #7f4e40;
	background-image: url(../images/main_bg.jpg);
	}

img {
	border: none;
	}
	
li {
		margin-bottom: 1em;
}

#mainContainer {
	width: 851px;
	margin: 0 auto;
	background-image: url(../images/railed_bg.jpg);
	background-repeat: repeat-y;
	}
	
/* ---------------------------------- */
/* contentContainer holds the nav and */
/* the main content block             */
/* ---------------------------------- */

#contentContainer {
	width: 760px;
	float: left;
	margin-left: 46px;
	line-height: 1.7em;
	margin-top: -40px;
	margin-right: 45px;
	min-height: 400px;
	}
	
a { color: #4B8C6E; }

a:hover { color: #bf805d; }
	
dt { font-weight: bold; }

.note {
		font-size: .8em;
		font-style: italic;
}
	
#tabs {
	font-size: .9em;
	margin: 20px 0;
	}

#tabs ul {
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
	}
	
#tabs li { list-style: none; }

* html #tabs li { display: inline; } /* ie6 double float margin bug */ 

#tabs li, #tabs li a { float: left; }

#tabs ul li a {
	text-decoration: none;
	padding: 0 4px;
	color: #804c3f;
	font-weight: bold;
	background-color: #fcdfa2;
	border-left: 1px solid #be805d;
	border-top: 1px solid #be805d;
	border-right: 1px solid #be805d;
	margin-right: 10px;
	}

#tabs ul li a:hover {
	background-color: #be805d;
	color: #fcdfa2;
	}
	
#tabs ul li a#lastTab { border-right: 1px solid #be805d; }

#tabs ul li.active a {
	color: #804c3f;
	background-color: #fdf1cb;
	}
	
#tabs div {
	clear: both;
	padding: 10px 20px;
	border-top: 1px solid #be805d;
	}

/* ---------------------------------- */
/* Navigation styles				  */
/* ---------------------------------- */

#navcontainer {
	height: 51px;
	margin-left: 26px;
	}
 /*Needed to close the gap between the navbar and the content box in IE.*/

.home { float: left; }

.home a {
	display: block;
	width: 76px;
	height: 51px;
	background: transparent url(../images/dual-home.jpg) no-repeat;
	}

.home a:hover { background-position: 0 -51px; }

.homeSelected {
	display: block;
	width: 76px;
	height: 51px;
	background: transparent url(../images/dual-home.jpg) no-repeat;
	background-position: 0 -51px;
	float: left;
	}

.about { float: left; }

.about a {
	display: block;
	width: 77px;
	height: 51px;
	background: transparent url(../images/dual-about.jpg) no-repeat;
	}

.about a:hover { background-position: 0 -51px; }

.aboutSelected {
	display: block;
	width: 77px;
	height: 51px;
	background: transparent url(../images/dual-about.jpg) no-repeat;
	background-position: 0 -51px;
	float: left;
	}

.gallery { float: left; }

.gallery a {
	display: block;
	width: 81px;
	height: 51px;
	background: transparent url(../images/dual-gallery.jpg) no-repeat;
	}

.gallery a:hover { background-position: 0 -51px; }

.gallerySelected {
	display: block;
	width: 81px;
	height: 51px;
	background: transparent url(../images/dual-gallery.jpg) no-repeat;
	background-position: 0 -51px;
	float: left;
	}

.headerStatic a {
	display: block;
	width: 334px;
	height: 51px;
	float: left;
	background: transparent url(../images/header_static.jpg) no-repeat;
	}

.schedule { float: left; }

.schedule a {
	display: block;
	width: 101px;
	height: 51px;
	background: transparent url(../images/dual-schedule.jpg) no-repeat;
	}

.schedule a:hover { background-position: 0 -51px; }

.scheduleSelected {
	display: block;
	width: 101px;
	height: 51px;
	background: transparent url(../images/dual-schedule.jpg) no-repeat;
	background-position: 0 -51px;
	float: left;
	}

.contact { float: left; }

.contact a {
	display: block;
	width: 131px;
	height: 51px;
	background: transparent url(../images/dual-contact.jpg) no-repeat;
	}

.contact a:hover { background-position: 0 -51px; }

.contactSelected {
	display: block;
	width: 131px;
	height: 51px;
	background: transparent url(../images/dual-contact.jpg) no-repeat;
	background-position: 0 -51px;
	float: left;
	}

#headerBottom {
	margin-left: 26px; 
	width: 800px;
	line-height: 63px;
	}
	
h1	{
	position: relative; 
	top: -5px; 
	margin-bottom: 0;
	font-size: 150%;
	}

* .img-shadow { 
    float: left;  
    background: url(../images/shadow2.gif) no-repeat bottom right; 
    }

* .img-shadow img { 
    display: block; 
    position: relative; 
    background-color: #fff; 
    border: 1px solid #000; 
    margin: -6px 6px 6px -6px; 
    padding: 6px; 
    } 
	
.imgright {
	margin: 5px 0 10px 20px;
	float: right;
	}
	
.imgleft {
	margin: 5px 20px 10px 0;
	float: left;
	}

.s3sliderRight {
	float: right; 
	margin-right: 35px; 
	margin-bottom: 20px;
	}	
	
/* ---------------------------------- */
/* Form styles	    			      */
/* ---------------------------------- */
	
.formwrapper { padding-left: 100px; }
	
.privacy {
	width: 520px; 
	border: 1px solid #4b8c6e; 
	background-color: #eee; 
	color: #7f4e40; 
	font-size: .8em; 
	margin-top: 30px; 
	margin-bottom: 20px; 
	padding: 8px; 
	line-height: 1.5em; 
	text-align: center;
	}

label.error { 
	float: none;
    color: #4b8c6e; 
    padding-left: .5em;  
    font-size: 85%;
	font-style: italic;
    }
	
.requiredField {
	color: #4b8c6e;
	font-size: 85%;
	font-style: italic;
	}

input[type="text"], textarea { color: #7b4a3b; }

input[type="text"]:focus, textarea:focus {
	background-color: #eee;
	color: #7b4a3b;
	}

.contactresponse {
	padding-left: 20px;
	padding-top: 30px;
	}

/* ---------------------------------- */
/* Footer styles	    			  */
/* ---------------------------------- */
	
#footer {
	background: url(../images/footer2.jpg) no-repeat;
	height: 80px;
	text-align: center;
	clear: both;
	}

#footer p {	
	position: relative;
	top: 1.5em;
	color: #fcf3ce;
	font-size: .8em;
	line-height: 1.35em;
	}
	
#footer a {
	color: #fcf3ce;
	text-decoration: underline;
	}

.toolTipHdr {
    background:#f3f0e7;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    border:1px solid #c8ba92;
    padding:5px;
    width:300px;
	}
         
 .toolTipBdy {
    background: #fff;
    font-family: sans-serif;
    font-size: 12px;
    border-left:  1px solid #c8ba92;
    border-right: 1px solid #c8ba92;
    border-bottom: 1px solid #c8ba92;
    padding: 5px;
    width: 300px;
    line-height: 1.3em;
	}
		 
 a[title]#tooltip, img[title]#tooltip  {
	cursor: help;
	}
