*{margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #3b5648;
	background-image: url(images/layout/body-bg.png);
	background-repeat: repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
}
h1, h2{
	font-family: Arial,Helvetica,sans-serif;
}
h2 img{
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	width: 24px;
}
a{
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
p {
  margin: 1em 0;
}
#page {
	margin: 0 auto;
	width: 990px;
	
}
#border{
	width: 990px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-top: 3px solid #fff;
	float: left;
}
#header {
	/*background: url(images/layout/header.png) no-repeat left top;*/
	width: 990px;
}
#container,  #containerIndex{
	clear: both;
	float: left;
	background-color: #fff;
	padding: 10px 0;
	width: 990px;
	z-index: 10;
	position: relative;
	padding-top: 40px;
}
#container{
	/*background-image: url('images/layout/bottom_menu.gif');
	background-position: bottom left;
	background-repeat: repeat-x;*/
	padding-bottom: 20px;
}
#containerIndex{
	padding-top: 15px;
}
.accomSubMenu{
	position: absolute;
	bottom: 2px;
	float: left;
	font-size: 90%;
	padding: 3px 5px;
}

.acc1{
	left: 0;
}
.acc2{
	left: 190px;
}
.acc3{
	left: 380px;
}
.acc4{
	left: 570px;
}
.acc5{
	right: 0;
}
#footer {
	clear: both;
	float: left;
	background-color: #333;
	background-image: url(images/layout/footer_bkg.png);
	background-repeat: repeat-x;
	background-position: left middle;
	padding: 10px;
	border-bottom: 10px solid #fff;
	color: #fff;
	width: 970px;
}
#footer ul{
	list-style: none;
	width: 175px;
	float: right;
}
#footer li{
	font-size: 75%;
}
#footer a{
	color: #fff;
}
#copy{
	float: left;
	width: 350px;
	height: 18px;
	line-height: 14px;
	font-size: 90%;
}
#copy img, #social img{
	float: left;
	margin-right: 5px;
}
#social{
	clear: left;
	float: left;
	width: 350px;
	height: 32px;
	margin-top: 5px;
}
#login{
	font-weight: bold;
	clear: both;
	float: left;
	font-size: 80%;
	margin-top: 50px;
}	
#login a{
	color: #99ccff;
}

#main {
	float: right;
	width: 810px;
}
#containerIndex #main{
	width: 660px;
}

.plainList{
	list-style: none;
}

#left{
	width: 165px;
	float: left;
}
#left ul{
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
#left li {
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	width: 100%;
	text-indent: 5px;
	font-weight: bold;
	list-style-type: none;
	background: #eee;
} 
#left li.selected {
	background: #666 url(images/layout/left_selected.png) no-repeat right top;
	color: #fff;
}
#left li.selected a{
	color: #fff;
}
#left li.on{
	background-image: url(images/layout/left_on.png);
	background-repeat:  no-repeat;
	background-position: 140px 6px;
}
#left li a {
	display : block;
	padding: 4px 0;	
	width: 100%;
	text-decoration: none;
}
#left li a:hover {
background: #dde;
color: #164336;
}

#left li ul {
  /*display: none;*/
  display: block;
  width: 100%;
  margin: 0;
  z-index: 10;
  }

#left li ul li {
  text-align: left; 
	background: #fff;
  font-size: 90%;
  height: auto;
  line-height: 16px;
  border-bottom: 1px dotted #eee;
  text-indent: 10px;
}
#left li ul li a{
	color: #006600 !important;
}

#left li:hover ul, #left li.over ul { 
  /*display: block;*/
}

#left h3{
	font-size: 100%;
	color: #666;
	font-family: Arial, sans-serif;
	margin: 3px;
}

#leftAds{
	width: 160px;
	margin: 15px auto;
}

#weather{
	background-image: url('/images/layout/weather_bkg.png');
}
#weather h3{
	width: 100%;
	font-size: 90%;
	height: 22px;
	padding: 7px 5px;
	margin-left: 0;
	font-weight: bold !important;
	background: url(images/layout/left-head.png) no-repeat left top;
}
#weather p{
	clear: both;
	font-size: 75%;
	text-align: center;
	padding-top: 15px;
}
#weather_sum{
	font-size: 150%;
	margin-top: 10px;
	margin-left: 2px;
}
#weather_sum img{
	width: 80px;
	float: left;
	margin-top: -10px;
}
i.tide{
	font-size: 80%;
	color: #666;
}

#middle{
	width: 495px;
	float: left;
}
#containerIndex #middle{
	width: 660px;
	float: left;
}

#mainText{
	padding: 0 10px;
	color: #444;
	font-size: 80%;
	background-color: #fff;
	clear: both;
}
#mainText p{
	line-height: 133%;
}
#mainText h2, h2#contentTitle{
	font-size: 150%;
	color: #006600;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}
ul.plain{
	list-style: none;
	margin-bottom: 10px;
	margin-top: 5px;
}
.plain li{
	margin-bottom: 3px;
}
#topAd{
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
	margin-top: 5px;
	padding: 3px;
	width: 100%;
	clear: both;
	text-align: center;
}
#bottAd{
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	padding: 3px;
	width: 100%;
	clear: both;
	text-align: center;
}
#topBanner{
	/*border-top: 1px dotted #ccc;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #006600;
	background-color: #EFEFEF;*/
	margin-bottom: 8px;
	margin-top: 3px;
	width: 99%;
	clear: both;
	text-align: center;
}
h2#contentTitle{
	font-size: 120%;
	margin: 0 0 10px 10px;
	clear: both;
	float: left;
}
h3#contentTitle{
	font-size: 100%;
	margin-top: 10px;
	color: #006600;
	font-weight: normal;
}

#breadcrumbs {
	margin-bottom: 15px;
	font-size: 90%;
	text-indent: 10px;
	height: 20px;
	width: 725px;
	float: left;
	/*border-bottom: 1px dotted #ccc;*/
}
#breadcrumbs a{
	color: #006600;
	text-decoration: none;

}
#breadcrumbs a:hover{
	color: #006600;
	text-decoration: underline;
}
#icons{
	width: 250px;
	float: left;
	font-size: 66%;
	line-height: 12px;
}
#icons img{
	margin-bottom: -3px;
	margin-left: 10px;
}
.addthis_toolbox{
	float: right;
}

#right {
	float: right;
	width: 300px;
	padding: 0 5px;
	margin-left: 5px;
	margin-top: 8px;
	background-color:#fff;
	background-image: url(images/layout/right_bkg.png);
	background-repeat: repeat-y;
	background-position: 3px 5px;
}
#right h2{
	font-size: 100%;
	height: 22px;
	margin-top: -8px;
	padding: 7px 10px;
	font-weight: bold !important;
	background: url(images/layout/right-head.png) no-repeat left top;
}

#right h3{
	float: left;
	width: 100%;
	font-size: 90%;
	padding: 3px 0;
	text-indent: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: normal;*/
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #eee;
	color: #333;
}
#right h4{
	text-align: center;
	font-size: 90%;
	color: #333;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#right p{
	font-size: 90%;
	width: 90%;
	margin: 5px auto;
}
#right ul, ul#surfLinks{
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
#right li, #surfLinks li {
	border-bottom: 1px dotted #ccc;
	margin: 0 auto;
	padding: 3px  0;
	font-weight: bold;
	list-style-type: none;
	width: 90%;
} 
#right li a, #surfLinks li a {
	display : block;
	padding: 2px 0;	
	width: 100%;
	text-decoration: none;
}
#right li a:hover, #surfLinks li a:hover {
background: #efe;
color: #164336;
}

#right li ul {
  display: none;
  width: 100%;
  margin: 0;
  z-index: 10;
  font-size: 105%;
  }

#right li ul li {
  display: block;
  text-align: left; 

  font-size: 90%;
}

#right li:hover ul, #right li.over ul { 
  display: block; 
}
#expandedRightMenu li ul{
	display: block;
}

#latestContent{
	margin-bottom: 15px;
}
#latestContent ul{
	list-style: none;
}
#latestContent li{
	width: 100%;
	border-bottom: 1px dotted #006600;
	padding: 3px 0;
}
#latestContent li a{
	font-weight: bold;
}
	
#contentLeft,#contentRight{
	float: left;
	width: 48%;
	margin: 0 1%;
}
#contentLeft h3,#contentRight h3{
	width: 90%;
	border-bottom: 1px dotted #006600;
	padding-bottom: 3px;
	color: #006600;
}
#contentLeft ul,#contentRight ul{
	list-style: none;
	margin: 10px 0;
}

#userButts{
	width: 90%;
	font-size: 110%;
	padding: 5%;
	float: left;
	color: #fff;
	background-color: #006600;
}
#userButts a{
	color: #fff;
}
#userButts img{
	margin-bottom: -7px;
}

#rightAds{
	width: 250px;
	margin: 15px auto;
}
ul#related, ul#moreCats, ul#listings{
	font-size: 80% !important;
}
ul#villages{
	font-size: 75%;
	margin-left: 5%;
}
ul#key{
	color: #006600;
}
#key li{
	height: 32px;
	clear: both;
}
#key li label{
	float: left;
	width: 100%;
}
#key li img{
	float: left;
	margin-right: 10px;
}
#key li input{
	height: 25px;
	width: 25px;
	margin-right: 10px;
	float: right;
}
#villages li{
	width: 40%;
	float: left;
	text-indent: 10px;
}
#moreCatsButt{
	cursor: pointer;
	text-align: center;
}
#moreCatsButt:hover{
	text-decoration: underline;
}
#regionMap{
	width: 250px;
	margin: 15px 15px;
	border: 10px solid #eee;
}
#map{
	width: 298px;
	height: 250px;
	margin: 0 auto 10px auto;
	clear: both;
}

#top{
  height: 75px;
  width: 990px;
  float: left;
  margin-bottom: 4px;
  color: #fff;
  background-color: #000;
	background-image: url(images/layout/top.gif);
	background-repeat: repeat-x;
}
#top img{
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  width: 128px;
}
.headR{
  margin-left: 4px;
}
#top h1 {
	font-size: 90%;
	width: 585px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
#gSearch{
	float: left;
	width: 210px;
	height: 20px;
	padding: 0;
	margin: 45px 20px 0 0;
	text-align: right;
}
#gSearch input{
	border: none;
	margin: 0;
}
#sbi{
	margin: 0;
	width: 155px;
	height: 18px;
	background-image: url(images/layout/search_bkg.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 5px;
	padding-top: 2px;
	float: left;
}
#sbb{
	margin: 0;
	width: 40px;
	height: 20px;
	background-image: url(images/layout/search_button.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #000;
	font-size: 80%;
	line-height: 20px;
	float: left;
}
#sbb:hover{
	text-decoration: underline;
	color: #fff;
	cursor: pointer;
}

#topMenu { 
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 3px;
  width: 100%; 
  float: left; 
  padding: 2px 0; 
  background-color: #164336;
  height: 26px;
  }
#topMenu ul {
  margin: 0; 
  padding: 0; 
  position: relative; 
  display: inline;
  }
#topMenu li {
  float: left; 
  list-style-type: none; 
  margin: 0 0 0 3px; 
  text-indent: 4px; 
  width: 159px; 
  height: 26px;
  font-family: Arial, sans-serif; 
  font-weight: bold;
  font-size: 80%; 
  position: relative;
  background-image: url(images/layout/nav.gif);
  background-repeat: no-repeat;
  background-position: top right;
  }
#topMenu a {
  text-decoration: none;
  padding-top: 4px;  
  color: #fff; 
  display: block;
  height: 26px;
  }
#topMenu a:hover,#topMenu #navOn{
  text-decoration: underline; 
  background-image: url(images/layout/nav_on.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #cecece;
  margin: 0;
  }
#topMenu #navOn{
	text-decoration: none;
}
#topMenu li ul {
  display: none;
  width: 159px;
  margin: 0;
  position: absolute; 
  top: 100%;
  left: 0;
  border: solid 1px #000;
  background: #eee;
  z-index: 10;
  }

#topMenu li ul li {
  padding: 0;
  margin: 0;
  display: block;
  text-align: left; 
  background-image: none;
  font-size: 105%;
}
#topMenu li ul li a {
  color: #000;
  background-image: none !important;
  }
#topMenu li ul li a:hover {
  background-image: none !important;
  }
#topMenu li:hover ul, #topMenu li.over ul { 
  display: block; 
}


#view{
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	font-size: 80%;
}

	
#tabs{
 	border-bottom: 1px solid #999; 
 	float: left;
 	height: 27px;
 	margin-top: 6px;
 	margin-bottom: 6px;
	font-size: 90%;
	width: 100%;
	font-family: Arial, sans-serif;
}
#view{
	float: left;
	margin: 0 10px;
	padding-top: 4px;
}
 #tabs ul {
		list-style: none !important;
		padding: 0 !important;
		margin: 0 !important;
		float: left;
    }
    
	#tabs li {
		list-style: none !important;
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		padding: 2px 0 0 0 !important;
		margin: 0 !important;
		height: 24px;
		background: #eee;
    }
    
	#tabs a {
		text-decoration: none;
		display: block;
		background: #eee;
		color: #060;
		width: 127px;;
		text-align: center;
		height: 24px;
		line-height: 24px;
    }
	
	#tabs a:hover {
		background: #dbdbdb;
		color: #000;
	}
	
	#tabs #selected {
		border-color: #999;
	}
	
	#tabs #selected a {
		height: 21px;
		background-color: #fff;
		color: #333;
		font-weight: bold;
	} 

#dirAd{
	clear: both;
}
#foot{
	clear: both;
}

.txtImg{
	background: url('/images/layout/thumb_bkg.png');
	background-position: bottom right;
	padding: 0 10px 10px 0;
	margin: 5px 0 0 5px;
}

#backTop{
	text-align: right;
	width: 100%;
	background-color: #fff;
	float: left;
	clear: both;
	padding: 5px 0;
	
	background-image: url('/images/layout/up.png');
	background-repeat: no-repeat;
	background-position: 875px 9px;
}

/*Listings-------------------------------------------------*/
#categoryInfo{
	border-bottom: 1px dotted #ccc;
	float: left;
	font-size: 80%;
	padding-bottom: 5px;
}
#categoryInfo h2{
	font-size: 150%;
	font-weight: normal;
	color: #006600;
}
ul#catInfo{
	list-style: none;
}
#catInfo li {
	margin: 5px 0;
	float: left;
	clear: both;
	width: 100%;
	background-color: #eee;
}
#catInfo li img{
	float: left;
	margin: 5px 10px 5px 5px;
}
#catInfo li a:hover img{
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
#catInfo li h3{
	margin: 5px 0;
	width: 360px;
	font-size: 120%;
	font-family: Arial, sans-serif;
	float: left;
}
#catInfo li p{
	padding: 0 10px 0 5px;
}

#listingContact{
	font-family: Arial, sans-serif;
	width: 100%;
	clear: both;
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 110%;
	margin: 3px 0;
}
#listingPhone{
	width: 160px;
	float: right;
	text-align: right;
	font-weight: bold;
}
.listingRightLink{
	clear: both;
	font-weight: bold;
	font-size: 90%;
	padding: 4px 0;
	text-indent: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#list, #scrollList {
	/*background-color: #eee;*/
	width: 100%;
	float: left;
	color: #333;
}
#scrollList{
	margin-top: 15px;
	height: 350px;
	overflow: auto;
}
#scrollList.lakeList{
	height: 500px !important;
	margin-bottom: 10px;
}
.lakeList .item p{
	width: 165px !important;
	font-size: 75% !important;
	margin-left: 5px !important;
	color: #666;
	float: left;
}
#homeList{
	width: 97%;
	float: right;
}

.item {
	margin: 5px 0 10px 0;
	float: left;
	clear: both;
	width: 99%;
	border-bottom: 1px dotted #ccc;
	
}
#homeList .item{
	width: 47%;
	height: 100px;
	float: left;
	clear: none;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: none;
	border-left: none;
	margin-left: 7px;
}
#homeList .itemR{
	width: 185px;
	padding: 0;
	font-size: 75%;
	color: #333;
}
#homeList .item img{
	float: left;
	margin-right: 5px;
}
#homeList .item h3{
	font-size: 95%;
	font-family: Arial, sans-serif;
	float: left;
	margin-bottom: 5px;
	height: 15px;
	width: 100%;
}

.item h3{
	font-size: 90%;
	font-family: Arial, sans-serif;
	float: left;
	margin: 0;
}

.itemInc {
	background-image: url(../images/diag.gif);
	background-repeat: repeat-y;
	margin: 5px 0;
	float: left;
	width: 460px;
}

.itemR{
	float: left;
	width: 360px;
	padding-right: 5px;
}
.itemM{
	float: left;
}
.itemR p, .itemM p{
	font-size: 75%;
	clear: both;
}
.item img{
	float: right;
	background: url('../images/layout/thumb_bkg2.png');
	background-position: bottom left;
	padding: 0 0 7px 7px;
}
.itemFoot{
	width: 98%;
	clear: both;
	border-top: 1px dotted #ccc;
	font-size: 80%;
	font-style: italic;
	float: left;
	padding: 2px 1%;
}
.linkIcon{
	background: none !important;
	float: left;
	margin: 3px 0 0 4px;
}
ul#childCats{
	font-weight: bold;
	list-style: circle;
	color: #006600;
	width: 97%;
	float: left;
	font-size: 80%;
	margin: 10px 0 10px 3%;
}
#childCats li{
	width: 45%;
	float: left;
}

ul#split{
	list-style: circle;
	color: #006600;
	width: 97%;
	float: left;
	margin: 10px 0 10px 3%;
}
#split li{
	width: 45%;
	float: left;
}
.itemBox{
	width: 150px;
	height: 200px;
	margin: 5px;
	float: left;
	text-align: center;
}
itemBox img{
	padding: 5px;
	width: 140px;
	height: 140px;
}

/*Pagination--------------------------------*/
ul.pagination{
	border:0; 
	margin: 0; 
	padding:10px 0 0 0; 
	font-size: 90%;
	width: 100%;
	clear: both;
	float: left;
	}

.pagination li{
border:0; 
 float: left;
padding:0;
list-style:none;
margin-right:3px !important;
}
.pagination a{
border: solid 1px #ccc;
margin-right:2px;
}
.pagination .first a,.pagination .last a{
border:solid 1px #DEDEDE;
color:#888888 !important;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
.pagination .next a,
.pagination .previous a {
font-weight:bold;
}
.pagination .active{
background:#ccc;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
.pagination a:hover{
	background:#ccc;
	color:#FFFFFF !important;
}
.pagination a {
color:#0066cc;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
.pagination a:hover{
border:solid 1px #ccc;
}

.infoBox {
		padding: 4px;
		margin: 0 0 5px 5px;
		border: 1px solid #ccc;
		background-color:#eee;
		float: right;
		width: 200px;
		font-weight: bold;
		font-family: Arial, sans-serif;
}
.infoBox b {
	font-size: 110%;
}
.infoBox ul {
	margin: 0;
	padding: 3px;
	list-style: none;
}
.infoBox li {
	margin: 5px 0;
}

.reviewShow b{
	color: #006600;
	cursor: pointer;
}
#reviews {
	margin: 10px;
}
#reviews h2{
	font-size: 120%;
	font-weight: normal;
	color: #006600;
	border-bottom: 1px dotted #006600;
}
#reviews h3{
	
	font-family: Arial, sans-serif;
	color: #333;
}
#reviews ul{
	list-style: none;
}
#reviews li{
	border-bottom: 1px dotted #006600;
	font-size: 80%;
	padding: 5px 1%;
	width: 98%;
	clear: both;
	float: left;
}
#reviews span{
	color: #666;
}
.ratings{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 5px;
}
#avRatings{
	width: 98%;
	padding: 3px 1%;
	font-size: 80%;
	background-color: #fee;
	border-bottom: 1px dotted #006600;
}
#addReview{
	font-size: 90%;
	margin: 0 5%;
	float: right;
	color: #006600;
	font-weight: bold;
	cursor: pointer;
}
#addReview:hover{
	text-decoration: underline;
}
#addReview img{
	margin-bottom: -3px;
}
	
#attrSearch{
	width: 100%;
	background-color: #3b5648;
	float: left;
}
#attrSearch p{
		font-size: 75%;
	text-align: center;
}
#attrSearch a{
	color: #fff;
}
#attrSearch form{
	width: 250px;
	padding: 10px 5px 10px 20px;
	float: left;
}
#attrForm label{
	float: left;
	clear: both;
	font-size: 80%;
	font-weight: bold;
	width: 100%;
	color: #fff;
}
#attrForm select, #attrForm input{
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}
#attrPic{
	margin: 11px;
	border: 1px solid #ccc;
	float: left;
	width: 275px;
}
#attrMap{
	margin: 0 11px 11px 11px;
	border: 1px solid #ccc;
	width: 275px;
	height: 275px;
	float: left;
}
#attrContact{
	font-size: 90%;
}
#attrContact b{
	color: #006600;
	width: 20px;
	float: left;
}
.accomLink{
	font-size: 66% !important;
}

.gBox{
	clear: both;
  width: 230px;
  height: 90px;
  font-size: 11px;
  color: #666;
  margin: 0;
  padding: 0;
}
.gBox a{
  color: #006600 !important;
}
.gBox img{
  margin-right: 5px;
  float: left;
}


#detailL{
	float: left;
	width: 290px;
}
#detailR{
	float: right;
	width: 170px;
}

#event{
	margin-top: 10px;
	padding-top: 5px;
}
#event #detailR h4{
	color: #666;
	font-weight: normal;
	font-style: italic;
}
#event #detailR h3{
	clear: both;
	color: #333;
	font-family: Arial, sans-serif;
}


#bottom{
	float: left;
	width: 790px;
	margin-left: 190px;
	margin-top: 5px;
	clear: both;
	}
#bottomPhotos, #bottomAccom, #bottomAttr{
	clear: both;
	height: 160px;
	margin-left: 8px;
	
}
#bottom h2, #bottomText h2{
	color: #fff;
	background-image: url(/images/layout/home_li.gif);
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	font-size: 100%;
	border-top: 1px solid #efe;
	border-bottom: 1px solid #999;
	cursor: pointer;
}
#bottom h2:hover{
	text-decoration: underline;
	color: #efe;
}
#bottom ul{
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 3px;
}
#bottom div{

}
#bottomPhotos li{
	float: left;
	width: 66px;
	height: 66px;
	overflow: hidden;
	margin: 2px;
	background-color: #eee;
}
#bottomPhotos li img{
	width: 66px;
}
#bottomAccom li, #bottomAttr li{
	float: left;
	width: 125px;
	height: 130px;
	overflow: hidden;
	margin: 2px;
	background-color: #333;
	position: relative;
	z-index: 10;
}
#bottomAccom li img, #bottomAttr li img{
	width: 125px;
}

#bottomAccom li span, #bottomAttr li span{
	width: 100%;
	font-family: Arial, sans-serif;
	background-color: #333;
	color: #fff;
	z-index: 100;
	position: absolute;
	padding: 4px 0;
	text-align: center;
	left: 0;
	bottom: 0;	
	font-size: 80%;
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
#bottomAccom li span:hover, #bottomAttr li span:hover{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	text-decoration: underline !important;
}
#bottomAccom a:hover, #bottomAttr a:hover{
	text-decoration: underline !important;
}
#bottomAccom .rowAccom li{
	width: 250px;
	font-size: 75%;
	height: auto;
	margin: 5px 0;
	background-color: #fff;
	
}
ul .colAccom{
	float: right;
	width: 300px;
}
#bottomAccom .colAccom li{
	width: 300px;
	font-size: 75%;
	height: 22px;
	margin: 0;
	background-color: #fff;
}
.seeAll {
	float: right;
	
	font-size: 75%;
	font-weight: bold;
}
#bottomText{
	width: 100%;
	float: left;
}
#bottomText p{
	float: left;
	width: 350px;
	margin-left: 8px;
	text-align: justify;
}
#bottomText h2 a{
	color: #fff;
}
#bottomTextAd{
	width: 300px;
	height: 250px;
	float: right;
	margin-left: 5px;
}
/*FORMS-------------------------------------------------------------------*/
#contactForm form{
	margin-left: 15px;
	float: left;
	font-size: 100%;
}
#contactForm p{
	margin-left: 20px;
	font-size: 90%;
	
}
#contactForm label, #addForm label, #editForm label, #listingForm label, #loginForm label{
	float: left;
	clear: both;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #006600;
	margin: 5px 0;
	width: 100%;
}
#contactForm input, #contactForm textarea, #addForm input, #editForm input, #editForm select, #editForm textarea, #loginForm input, #listingForm input, #listingForm select, #listingForm textarea{
	float: left;
	clear: both;
	width: 400px;
	border: 1px solid #006600;
	font-size: 90%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 2px;
}
#contactForm #submit{
	margin-top: 10px;
	font-weight: bold;
	color: #006600;
}
.error{
	color: #f00;
	font-size: 80%;
	clear: both;
	font-style: italic;
	margin-bottom: 3px;
}
#addForm p{
	font-size: 80%;
	color: #333;
	clear: both;
}
#addForm form{
	width: 90%;
  background-color: #cbd8de;
  border: 1px solid #006600;
  float: left;
  padding: 10px 5%;
}
#addForm .row, #loginForm .row{
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	float: left;
}
#addForm input{
	width: 160px;
}
#addForm h3{
  font-size: 110%;
  float: left;
  font-family: Arial, sans-serif;
  color: #006600;
  margin-left: 70px;
}
.q{
  border: 1px solid #006600;
  width: 160px;
}
.butt{
  background-color: #eee;
  border: 1px solid #006600;
  width: 165px !important;
}
.l{
  float: left;
  width: 220px;
}

#loginForm form{
	width: 90%;
  background-color: #eee;
  border: 1px solid #006600;
  float: left;
  padding: 10px 5%;
}


#listingForm input, #listingForm select, #listingForm textarea{
	width: 310px;
}
#formRight, #formBottRight{
	width: 320px;
	float: right;
}
#formLeft, #formBottLeft{
	width: 320px;
	float: left;
}
#listingForm p{
	font-size: 90%;
	color: #333;
	clear: both;
}
#listingForm h3{
  font-size: 100%;
  width: 100%;
  clear: both;
  float: left;
  font-family: Arial, sans-serif;
  color: #666;
  margin-top: 10px;
}
.radio{
	width: 20px !important;
	margin: 3px 10px 0 0;
}
#listingForm #submit, #listingForm #logoutButt{
	margin-top: 25px;
	cursor: pointer;
}
#listingForm #submit:hover, #listingForm #logoutButt:hover{
	border: 1px solid #f00;
}

#recaptcha{
	float: left;
	clear: both;
	margin: 15px 0;
	font-size: 80%;
}

ul#facEdit{
	list-style: none;
	margin: 10px 5px;
	float: left;
	clear: both;
	width: 100%;
}
#facEdit li{
	margin: 2px 0;
	clear: both;
	float: left;
	width: 100%;
}
#accounts{
	width: 100%;
	float: left;
	clear: both;
	background-color: #efe;
	border: 1px solid #006600;
	padding: 3px 0;
}
#accounts label{
	font-size: 80%;
	padding: 2px;
	color: #006600;
	font-weight: bold;
}
#accounts select{
	border: 1px solid #006600;
}

.upgrade{
  width: 100%;
  background-color: #fee;
  border: 1px solid #EE3D81;
  margin: 2px 0;
  padding: 2px 0;
  float: left;
  color: #333;
}
.upgradeL{
	float: left;
	width: 75%;
	margin-left: 5px;
	font-size: 80%;
	font-weight: bold;
}
.upgradeR{
	float: right;
	width: 20%;
	padding: 10px;
}

.statsBox{
  width: 100%;
  background-color: #efe;
  border: 1px solid #3DEE81;
  margin: 2px 0;
  padding: 2px 0;
  float: left;
  color: #333;
}
.statsBoxL, .statsBoxR{
	float: left;
	padding: 1%;
	font-size: 80%;
	font-weight: bold;
}
.statsBoxL{
		width: 42%;
}
.statsBoxR{
	width: 54%;
}
	
/*CALENDAR---------------------------------------------------------------*/
#calendar{
	font-size: 80%;
	width: 250px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333;
}
#calendar td{
	
}
/*#calendar td b{
	font-weight: normal;
	color: #006600;
}*/
#calendar .highlight{
	color: #00f;
	font-weight: bold;
	text-decoration: underline;
}
.calWrapper{
	height: 230px;
	float: left;
}
.availCalendar{
	width: 250px;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #333;
	float: left;
	border: 1px solid #ccc;
}
.availCalendar th{
	font-size: 80%;
	text-align: center;
}
.availCalendar .calendar-month{
	padding: 2px 0;
}
.availCalendar tr.weekDay{
	font-size: 80%;
}
.availCalendar td{
	font-size: 90%;
	width: 30px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eee;
}
.booked{
	background-color: #cc3333 !important;
	color: #fff;
	text-decoration: line-through;
}
.available{
	background-color: #669966 !important;
	color: #fff;
}
.reserved{
	background-color: #00f !important;
	color: #fff;
}
.notAvailable{
	background-color: #ccc !important;
	color: #fff;
}
#adminCalendars .booked, #adminCalendars .available, #adminCalendars .reserved, #adminCalendars .notAvailable{
	cursor: pointer;
}
/*#calendar td b{
	font-weight: normal;
	color: #006600;
}*/
.availCalendar .highlight{
	font-weight: bold;
	text-decoration: underline;
}
.adminCal{
	margin-bottom: 20px;
	width: 290px;
	height: 250px;
	float: left;
	position: relative;
	font-size: 110%;
}
.setAll{
	margin-left: 25px;
	width: 250px;
	float: left;
	clear: both;
	font-size: 75%;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}
.bookAll, .freeAll, .unavailAll{
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	padding: 1px;
	float: right;
	margin-left: 8px;
}
.bookAll{
	background-color: #cc3333;
}
.freeAll{
	background-color: #669966;
}
.unavailAll{
	background-color: #ccc;
}
ul#availKey{
	list-style: none;
	float: left;
	width: 100%;
	margin-left: 25px;
}
#availKey li{
	float: left;
	clear: both;
	height: 25px;
	width: 200px;
}
#getAvailCal{
	width: 855px;
	height: 265px;
	padding: 10px;
	margin-left: 25px;
	clear: both;
	float: left;
	border: 1px dashed #ccf;
}
#getAvailL{
	width: 580px;
	float: left;
}
#getAvailL textarea{
	border: 1px dashed #ccf;
}
/*SURFING----------------------------------------------------------------*/
.bglight{
  background-color: #d1e1f1;
}
#surf_map{
	clear: both;
}
#reportTable{
	clear: both;
	border-bottom: 1px dotted #ccc;
	font-size: 90%;
}
#reportTable caption{
	margin-top: 5px;
	padding-bottom: 3px;
	font-size: 125%;
	font-weight: normal !important;
	font-style: italic;
	text-align: right;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
#reportTable th{
	text-align: left;
	font-style: italic;
	font-size: 133%;
	padding: 4px 0 5px 0;
	color: #0071bc;
	border-bottom: 1px dotted #ccc;
	font-family: Arial, sans-serif;
}
#reportTable td{
	font-size: 125%;
	font-style: italic;
	line-height: 30px;
	padding: 1px 2px;
	margin: 0;
}
#reportTable img{
	float: left;
	margin-right: 3px;
}
.reportDay{
	color: #000;
	width: 115px;
}
.reportWind{
	color: #000;
	width: 90px;
}
.reportUnit{
	font-size: 75%;
	display: inline;
}
#photoScroll span.surfPic{
	width: 180px;
}

caption{
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #006600;
}
th{
	text-align: left;
}
.lowTide{
	background-color: #efe;
}

#prevNext{
	width: 100%;
	float: left;
	font-weight: bold;
}
#prevNext #prev{
	float: left;
	width: 40%;
}
#prevNext #next{
	float: right;
	width: 40%;
	text-align: right;
}

#siteInfo{
	float: left;
	font-size: 80%;
	border: 1px solid #ccf;
	background-color: #eee;
	margin-top: 10px;
}
#siteInfo td{
	border-bottom: 1px dashed #efe;
	padding: 2px;
}
#siteInfo th{
	background-color: #666;
	color: #fff;
	padding: 2px;
}
#siteR{
	width: 310px;
	float: right;
	font-size: 80%;
}
.siteList{
	width: 100%;
}
.siteList ul{
	list-style: circle;
	margin-left: 20px;
	font-size: 90%;
}
.siteList h3{
	font-size: 100%;
	color: #666;
	font-family: Arial, sans-serif;
	margin-top: 5px;
}
	
/* =Date JS
-----------------------------------------------------------------------------*/
table.jCalendar {
border: 1px solid #000;
background: #aaa;
border-collapse: separate;
border-spacing: 2px;
}
table.jCalendar th {
background: #333;
color: #fff;
font-weight: bold;
padding: 3px 5px;
}
table.jCalendar td {
background: #ccc;
color: #000;
padding: 3px 5px;
text-align: center;
}
table.jCalendar td.other-month {
background: #ddd;
color: #aaa;
}
table.jCalendar td.today {
background: #666;
color: #fff;
}
table.jCalendar td.selected {
background: #f66;
color: #fff;
}
table.jCalendar td.selected:hover {
background: #f33;
color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
background: #fff;
color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
background: #bbb;
color: #888;
}
/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
position: relative;
background: #ccc;
font-size: 10px;
font-family: arial, sans-serif;
padding: 2px;
width: 171px;
line-height: 1.2em;
}
div#dp-popup {
position: absolute;
z-index: 199;
}
div.dp-popup h2 {
font-size: 12px;
text-align: center;
margin: 2px 0;
padding: 0;
}
a#dp-close {
font-size: 11px;
padding: 4px 0;
text-align: center;
display: block;
}
a#dp-close:hover {
text-decoration: underline;
}
div.dp-popup a {
color: #000;
text-decoration: none;
padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
position: absolute;
top: 2px;
left: 4px;
width: 100px;
}
div.dp-popup div.dp-nav-prev a {
float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
cursor: default;
}
div.dp-popup div.dp-nav-next {
position: absolute;
top: 2px;
right: 4px;
width: 100px;
}
div.dp-popup div.dp-nav-next a {
float: right;
}
div.dp-popup a.disabled {
cursor: default;
color: #aaa;
}
div.dp-popup td {
cursor: pointer;
}
div.dp-popup td.disabled {
cursor: default;
}
a.dp-choose-date {
float: left;
width: 16px;
height: 16px;
padding: 0;
margin: 5px 3px 0;
display: block;
text-indent: -2000px;
overflow: hidden;
background: url('/images/layout/cal.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
background-position: 0 -20px;
cursor: default;
}
/* makes the input field shorter once the date picker code
* has run (to allow space for the calendar icon
*/
input.dp-applied {
width: 140px;
float: left;
}
/*Weather---------------------------------------------------------------------------------------------------------*/
#weather_map{
	float: left;
	position: relative;
	width: 470px;
	height: 391px;
	background-image: url('/images/maps/physical.gif');
	border: 1px solid #999;
}
.weatherStats{
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 20px;
	text-indent: 5px;
	height: 20px;
	background-color: #999;
	color: #fff;
	width: 100%;
	clear: both;
	float: left;
	font-weight: bold;
}
.penzance{
	position: absolute;
	left:65px;
	top:245px;
}
.redruth{
	position: absolute;
	left:145px;
	top:195px;
}
.truro{
	position: absolute;
	left:205px;
	top:210px;
}
.lizard{
	position: absolute;
	left:130px;
	top:285px;
}
.newquay{
	position: absolute;
	left:200px;
	top:130px;
}
.fowey{
	position: absolute;
	left:345px;
	top:185px;
}
.liskeard{
	position: absolute;
	left:315px;
	top:130px;
}
.bude{
	position: absolute;
	left:340px;
	top:5px;
}	
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url('/images/layout/jqtab.png') no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #060;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url('/images/layout/loading.gif') no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.specRow{
	width: 100%;
	float: left;
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 8px 0;
}
.specRow p{
	clear: both;
	margin: 3px 0;
	float: left;
}
.specL{
	width: 355px;
	margin-left: 5px;
	float: left;
}
.specR{
	width: 200px;
	margin-left: 20px;
	float: left;
}
.specSubmit{
	background-color: #fee; 
	margin-top: 20px;
}
.specRow input, .specRow textarea{
	border: 1px solid #006600;
	padding: 3px;
	width: 275px
}
.delete{
	margin-top: 10px;
	margin-left: 20px;
	text-align: center;
}
.delete a{
	text-decoration: none;
}
.add, .delete{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
