@charset "utf-8";
/* CSS Document */

body {
	background-color: #336633;
}

.wrap {
	width: 1000px;
	min-height: 750px;
	margin: 35px auto 0 auto;
	padding: 0 2px 2px 0;
	font-family: Arial, Helvetica, sans-serif;
/*	background: url(file:images/shadow.png) repeat;	*/
}

.content {
	width: 1000px;
	min-height: 750px;
	background-image: url(images/forest.jpg);
	background-repeat: no-repeat;
	float: left;
	border-radius: 2em;
	box-shadow: rgba(0,0,0,0.4) 5px 5px 5px 5px; /* spread */
/*	border: 10px solid #FFF;	*/
}

.contentNet {
	width: 1000px;
	min-height: 1281px;
	background-image: url(images/rocks.jpg);
	background-repeat: no-repeat;
	background-color: #74B1AC;
	float: left;
	border-radius: 2em;
	box-shadow: rgba(0,0,0,0.4) 5px 5px 5px 5px; /* spread */
/*	border: 10px solid #FFF;	*/
}

.contentHealth {
	width: 1000px;
	min-height: 750px;
	background-image: url(images/dock.jpg);
	background-repeat: no-repeat;
	float: left;
	border-radius: 2em;
	box-shadow: rgba(0,0,0,0.4) 5px 5px 5px 5px; /* spread */
/*	border: 10px solid #FFF;	*/
}

.contentVisit {
	width: 1000px;
	min-height: 750px;
	background-image: url(images/leaf.jpg);
	background-repeat: no-repeat;
	float: left;
	border-radius: 2em;
	box-shadow: rgba(0,0,0,0.4) 5px 5px 5px 5px; /* spread */
/*	border: 10px solid #FFF;	*/
}

.contentFAQ {
	width: 1000px;
	min-height: 750px;
	background-image: url(images/pond.jpg);
	background-repeat: no-repeat;
	float: left;
	border-radius: 2em;
	box-shadow: rgba(0,0,0,0.4) 5px 5px 5px 5px; /* spread */
/*	border: 10px solid #FFF;	*/
}

a:link {
	color: #FFF;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #884D23;
}

.menu {
	width: 190px;
	height: 750px;
	float: left;
	background-image: url(images/menuBoard.png);
	background-repeat: repeat-y;
	box-shadow: rgba(0,0,0,0.4) 50x 5px 5px 2px; /* spread */
	font-family:Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 0px;
	left: 25px;
}

.menuLogo {
	width: 180px;
	height: 67px;
	float: left;
	padding-left: 10px;
	margin: 75px 15px 100px 0;
	text-align: left;
}

.menuItem {
	width: 150px;
	height: 25px;
	float: left;
	font-size: 15px;
	text-decoration: none;
}

.menuItem ul {
	text-decoration: none;
	list-style: none;
}

.menuItem li {
	width: 190px;
	height: 25px;
	float: left;
	text-decoration: none;
	text-align: center;
	list-style: none;
	background: url(images/linkBkgd.png) repeat-x;
	padding: 10px 0 10px 0;
	position: relative;
		left: -40px;
}

.menuItem li a {
	width: 190px;
	height: 45px;
	color: #392213;
	text-decoration: none;
}

.menuItem li:hover {
	background: url(images/linkBkgdOn.png) repeat-x;
}

.rightContent {
	width: 750px;
	float: right;
	background-image: url(images/blueBkgd.png);
	background-repeat: repeat;
	color: #000;
	margin-top: 15px;
}

.faqContent {
	width: 750px;
	float: right;
	background-image: url(images/blueBkgd.png);
	background-repeat: repeat;
	color: #FFF;
	font-size: 13px;
	margin-top: 15px;
	padding: 5px;
}

.image {
	float: left;
	width: 100px;
}

.contact {
	width: 215px;
	float: left;
	padding-left: 10px;
	font-size: 14px;
}

.info {
	width: 415px;
	float: left;
	padding-right: 10px;
	font-size: 14px;
}

.rates {
	width: 640px;
	float: right;
	margin-top: 5px;
	font-size: 14px;
	padding-left: 10px;
}

.insideLeft {
	width: 320px;
	float: left;
}

.insideRight {
	width: 320px;
	float: right;
}

.name {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
}

.title {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.map {
	width: 450px;
	float: right;
	padding: 25px;
}

.visit {
	float: left;
	padding: 25px;
}

.schedule {
	width: 765px;
	float: right;
	background-image: url(images/blueBkgd.png);
	background-repeat: repeat;
	color: #000;
	margin: 25px 10px 0 0;
}

.phone {
	text-decoration: none;
	color: #000;
}

.accordionButton {	
	width: 415px;
	height: 15px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: url(images/accordionBkgd.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
	cursor: pointer;
	padding: 5px;
	font-weight: bold;
	color: #000;
	}
	
.accordionContent {	
	width: 403px;
	float: left;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #000;
	_float: none; /* Float works in all browsers but IE6 */
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: url(images/accordionBkgdOn.png);
	background-repeat: no-repeat;
}
	
.over {
	background: url(images/accordionBkgdOff.png);
	background-repeat: no-repeat;
}

.tabs {
	width: 762px;
	float: right;
	color: #000;
	margin: 25px 10px -20px 12px;
	vertical-align: bottom;
}

ul#tabs { 
	list-style-type: none; 
	margin: 30px 0 0 0; 
	padding: 0 0 0.3em 0; 
}

ul#tabs li { 
	display: inline;
	margin: -3px;
}

ul#tabs li a { 
	color: #000; 
	font-weight: bold;
	background: url(images/linkBkgd.png); 
	padding: 10px; 
	text-decoration: none; 
}

ul#tabs li a:hover { 
	color: #BBB; 
}

ul#tabs li a.selected { 
	color: #FFF; 
	background: url(images/linkBkgdOn.png); 
	padding: 10px; 
	text-decoration: none;
}

div.tabContent { 
	padding: 0.5em; 
}

div.tabContent.hide { 
	display: none; 
}