body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
}
.brownPg {
	background-color:#C29E83;
	background-image:url(images/brownBgGradient.jpg);
	background-repeat:repeat-x;
}
.aquaPg {
	background-color:#35ACB8;
	background-image:url(images/aquaBgGradient.jpg);
	background-repeat:repeat-x;
}
.greenPg {
	background-color:#689A6F;
	background-image:url(images/greenBgGradient.jpg);
	background-repeat:repeat-x;
}
.redPg {
	background-color:#B06161;
	background-image:url(images/redBgGradient.jpg);
	background-repeat:repeat-x;
}
.bluePg {
	background-color:#6CA3DB;
	background-image:url(images/blueBgGradient.jpg);
	background-repeat:repeat-x;
}
.ochrePg {
	background-color:#D7AB63;
	background-image:url(images/ochreBgGradient.jpg);
	background-repeat:repeat-x;
}
.pinkPg {
	background-color:#C56057;
	background-image:url(images/pinkBgGradient.jpg);
	background-repeat:repeat-x;
}
.purplePg {
	background-color:#5E62B8;
	background-image:url(images/purpleBgGradient.jpg);
	background-repeat:repeat-x;
}
.dkbluePg {
	background-color:#4E6FAF;
	background-image:url(images/dkblueBgGradient.jpg);
	background-repeat:repeat-x;
}
.ltbluePg {
	background-color:#60A7C3;
	background-image:url(images/ltblueBgGradient.jpg);
	background-repeat:repeat-x;
}
.ltgreenPg {
	background-color:#6CBD90;
	background-image:url(images/ltgreenBgGradient.jpg);
	background-repeat:repeat-x;
}
.orangePg {
	background-color:#E0945B;
	background-image:url(images/orangeBgGradient.jpg);
	background-repeat:repeat-x;
}
h2 {
	margin-left:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-size:13px;
}
#mainDiv {
	background-color:#FFFFFF;
	text-align:left;
	margin: 0 auto;
	width:800px;
	height:100%;
}
#bannerDiv {
	width:800px;
	height:229px;
	background-color:#FFFFFF;
}
#navigationDiv {
	text-align:center;
	width:800px;
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
}
#navigationDiv td{
	padding-top:3px;
	text-align:left;
}
#navigationDiv a{
	color:#FFFFFF;
	text-decoration:none;
}
#contentContainerBrown {
	float:left;
	width:790px;
	background-color:#C29E83;
	background-image:url(images/brownBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerAqua {
	float:left;
	width:790px;
	background-color:#35ACB8;
	background-image:url(images/aquaBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerGreen {
	float:left;
	width:790px;
	background-color:#689A6F;
	background-image:url(images/greenBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerRed {
	float:left;
	width:790px;
	background-color:#B06161;
	background-image:url(images/redBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerBlue {
	float:left;
	width:790px;
	background-color:#6CA3DB;
	background-image:url(images/blueBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerOchre {
	float:left;
	width:790px;
	background-color:#D7AB63;
	background-image:url(images/ochreBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerPink {
	float:left;
	width:790px;
	background-color:#C56057;
	background-image:url(images/pinkBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerPurple {
	float:left;
	width:790px;
	background-color:#5E62B8;
	background-image:url(images/purpleBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerDkblue {
	float:left;
	width:790px;
	background-color:#4E6FAF;
	background-image:url(images/dkblueBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerLtblue {
	float:left;
	width:790px;
	background-color:#60A7C3;
	background-image:url(images/ltblueBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerLtgreen {
	float:left;
	width:790px;
	background-color:#6CBD90;
	background-image:url(images/ltgreenBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#contentContainerOrange {
	float:left;
	width:790px;
	background-color:#E0945B;
	background-image:url(images/orangeBgGradientInner.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	height:100%;
}
#leftContent {
	float:left;
	padding-top:10px;
	text-align:left;
	width:309px;
	height:100%;
}
#leftContent ul {
	margin-top:0px;
	margin-left:20px;
}
#leftContent li {
	margin-top:8px;
}
#midContent {
	float:left;
	text-align:left;
	padding-top:10px;
	width:330px;
	height:100%;
}
#midContent h2 {
	margin-left:20px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-size:13px;
}
#midContent p {
	margin-left:20px;
	margin-top:0px;
	margin-right:10px;
}
#rightContent {
	float:left;
	width:151px;
	padding-top:10px;
	text-align:center;
	background-color:#C29E83;
	height:100%;
}
#homeNews {
	background-color:#DEC8BA;
	width:128px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
#homeProfile {
	margin-top:17px;
	margin-bottom:10px;
	background-color:#000000;
	width:128px;
	height:120px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-top:5px;
}
#homeProfile a{
	color:#FFFFFF;
	font-size:12px;
	}
#homeWeather {
	width:128px;
	text-align:center;
	padding-top:10px;
	padding-left:2px;
}
.scrollBody {
	margin-top:10px;
	text-align:center;
	background-color:#DEC8BA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.scrollBody td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#containerDiv {
  background-repeat: no-repeat;
  background-position: 50% 0;
  min-width:800px;
  min-height:600px;
  /*height:100%;*/
}
.brownPg #containerDiv {  background-image:url(images/brownBgLeaves.jpg);
}
.aquaPg #containerDiv {  background-image:url(images/aquaBgLeaves.jpg);
}
.greenPg #containerDiv {  background-image:url(images/greenBgLeaves.jpg);
}
.redPg #containerDiv {  background-image:url(images/redBgLeaves.jpg);
}
.bluePg #containerDiv {  background-image:url(images/blueBgLeaves.jpg);
}
.ochrePg #containerDiv {  background-image:url(images/ochreBgLeaves.jpg);
}
.pinkPg #containerDiv {  background-image:url(images/pinkBgLeaves.jpg);
}
.purplePg #containerDiv {  background-image:url(images/purpleBgLeaves.jpg);
}
.dkbluePg #containerDiv {  background-image:url(images/dkblueBgLeaves.jpg);
}
.ltbluePg #containerDiv {  background-image:url(images/ltblueBgLeaves.jpg);
}
.ltgreenPg #containerDiv {  background-image:url(images/ltgreenBgLeaves.jpg);
}
.orangePg #containerDiv {  background-image:url(images/orangeBgLeaves.jpg);
}
#innerImages {
	float:left;
	text-align:left;
	padding-left:10px;
	padding-right:20px;
	width:218px;
	height:100%;
}
#innerImages img{
	margin-bottom:10px;
}
#innerContent {
	float:left;
	text-align:left;
	width:442px;
	padding-right:80px;
	height:100%;
}
#accomContent {
	float:left;
	text-align:left;
	padding-left:10px;
	width:660px;
	padding-right:80px;
	height:100%;
}
#innerContent h1{
	color:#000000;
	font-size:16px;
	margin-bottom:5px;
	margin-top:0px;
}
#innerContent h2{
	color:#000000;
	font-size:13px;
	margin-bottom:5px;
}
#innerContent p{
	margin-top:0px;
}
#innerContent img{
	margin-right:10px;
}
#accomContent h1{
	color:#000000;
	font-size:16px;
	margin-bottom:5px;
	margin-top:0px;
}
#accomContent h2{
	color:#000000;
	font-size:13px;
	margin-bottom:5px;
}
#accomContent p{
	margin-top:0px;
}
#accomContent img{
	margin-right:10px;
}
#accomContent td{
	vertical-align:top;
}
#innerHead{
	float:left;
	width:770px;
	margin-bottom:10px;
}
#innerMenu {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:20px;
}
#innerMenu a{
	color:#6AAEB1;
	text-decoration:none;
}
#innerMenu a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenu span{
	color:#A7A7A7;
}
#innerSubMenu {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:5px;
}
#innerSubMenu a{
	color:#6AAEB1;
	text-decoration:none;
}
#innerSubMenu a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuGreen {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:20px;
}
#innerMenuGreen a{
	color:#689A6F;
	text-decoration:none;
}
#innerMenuGreen a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuGreen span{
	color:#A7A7A7;
}
#innerSubMenuGreen {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:5px;
}
#innerSubMenuGreen a{
	color:#689A6F;
	text-decoration:none;
}
#innerSubMenuGreen a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuRed {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:20px;
}
#innerMenuRed a{
	color:#B06161;
	text-decoration:none;
}
#innerMenuRed a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuRed span{
	color:#A7A7A7;
}
#innerSubMenuRed {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:5px;
}
#innerSubMenuRed a{
	color:#B06161;
	text-decoration:none;
}
#innerSubMenuRed a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuBlue {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:20px;
}
#innerMenuBlue a{
	color:#6CA3DB;
	text-decoration:none;
}
#innerMenuBlue a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuBlue span{
	color:#A7A7A7;
}
#innerSubMenuBlue {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:5px;
}
#innerSubMenuBlue a{
	color:#6CA3DB;
	text-decoration:none;
}
#innerSubMenuBlue a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuOchre {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:20px;
}
#innerMenuOchre a{
	color:#D7AB63;
	text-decoration:none;
}
#innerMenuOchre a:hover{
	color:#000000;
	text-decoration:none;
}
#innerMenuOchre span{
	color:#A7A7A7;
}
#innerSubMenuOchre {
	float:left;
	text-align:left;
	font-weight:bold;
	width:522px;
	height:100%;
	color:#000000;
	margin-bottom:5px;
}
#innerSubMenuOchre a{
	color:#D7AB63;
	text-decoration:none;
}
#innerSubMenuOchre a:hover{
	color:#000000;
	text-decoration:none;
}
#featuresTable {
	padding:0px;
	width:180px;
	border:0px;
	margin-left:5px;
}
#featuresTable td{
	padding:0px;
	width:36px;
	border:0px;
}
#featuresTable img{
	margin-right:0px;
}
.fishList{
	margin-top:5px;
	list-style-image:url(images/fish.gif);
	vertical-align:text-top;
}
.fishList li{
	margin-top:2px;
}
#getthereContent {
	float:left;
	text-align:left;
	width:800px;
	height:100%;
	margin-bottom:20px;
}
#getthereContent h1{
	color:#000000;
	font-size:16px;
	margin-bottom:5px;
	margin-top:0px;
}
#getthereContent h2{
	color:#000000;
	font-size:13px;
	margin-bottom:5px;
}
#getthereContent p{
	margin-top:0px;
	margin-right:150px;
}
#getthereContent img{
	margin-right:10px;
}
#getthereContent td{
	vertical-align:top;
}
#getthereImg{
	float:left;
	margin-right:10px;
	width:346px;
	height:263px;
}
#getthereMenu {
	float:left;
	text-align:left;
	font-weight:bold;
	width:440px;
	height:100%;
	color:#000000;
	margin-bottom:20px;
}
#getthereMenu a{
	color:#C29E83;
	text-decoration:none;
}
#getthereMenu a:hover{
	color:#000000;
	text-decoration:none;
}
#tableInfo {
	float:left;
	width:800px;
}
#getthereInfo{
	float:none;
	width:650px;
	text-align:left;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}
#getthereInfo th{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
#getthereInfo td{
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}
.rightCell {
	text-align:right;
}
.centerCell {
	text-align:center;
}
#getthereBottom {
	float:left;
	text-align:left;
	width:800px;
	height:100%;
	margin-top:20px;
}
#directoryContent {
	float:left;
	text-align:left;
	padding-left:60px;
	width:600px;
	padding-right:80px;
	height:100%;
}

#directoryContent h1{
	color:#000000;
	font-size:16px;
	margin-bottom:5px;
	margin-top:0px;
}
#directoryContent h2{
	color:#000000;
	font-size:13px;
	margin-bottom:5px;
}
#directoryContent h3{
	color:#FFFFFF;
	font-size:13px;
	margin-bottom:0px;
}
#directoryContent p{
	margin-top:0px;
}
#directoryContent img{
	margin-right:10px;
}
#directoryContent td{
	vertical-align:top;
}
#directoryContent a{
	text-decoration:none;
	color:#000000;
}
#directoryContent a:hover{
	text-decoration:underline;
}
.subDirectory {
	margin-left:40px;
}
.featureHead {
	font-family:cursive;
	font-size:14px;
	font-weight:bold;
}
.planHead {
	font-size:15px;
	font-weight:bold;
}
.planImg {
	padding-bottom:15px;
}
.guestBookEntry {
	margin-top:10px;
	margin-bottom:10px;
}
.galleryList {
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
}
.profileList {
	margin-top:20px;
	margin-bottom:40px;
	margin-right:40px;
	text-align:left;
	float:left;
}
.profileList h2{
	margin-top:0px;
	margin-bottom:0px;
}