body {
	margin: 0 auto;
	text-align: center;
	background-color: #215e21;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	padding: 12px 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 960px;
	text-align: left;
	border: 1px #bfbebe solid;
	background-color: white;
	display: table;
	padding: 20px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.header {
	clear: both;
	width: 960px;
	height: 172px;
	position: relative;
}
.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 960px; /*width of featured content slider*/
height: 172px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 960px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
display: none;
}
div.header h1 {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 15;
}
div.top-nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	background-image: url(Images/top-nav-bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	height: 19px;
	line-height: 19px;
}
div.top-nav a {
	color: #858081;
	padding: 0 15px;
	display: block;
	float: left;
}
div.top-nav a:hover {
	color: #666666;
}
div.nav-bg {
	clear: both;
	background-image: url(Images/nav-bg.jpg);
	background-repeat: repeat-x;
	width: 960px;
	display: table;
	height: 33px;
	line-height: 33px;
	margin-bottom: 18px;
}
div.nav-bg a {
	color: #004834;
	font-size: 12px;
	display: block;
	float: left;
	padding: 0 8px;
}
div.nav-bg a:hover {
	color: #666666;
}
#listing {
	float: right;
	color: #5d8177;
	font-weight: bold;
	margin-right: 12px;	
	padding: 0;
}
#listing label {
	font-size: 11px;
}
#listing input {
	
	background-repeat: no-repeat;
	width: 70px;
	border: none;
	font-size: 11px;
	padding: 4px 0 3px 5px;
	margin-left: 10px;
}
div.content {
	clear: both;
}
div.featured {
	float: left;	
	display: table-cell;
	width: 555px;
	margin-right: 21px;
}
div.featured h2,
div.find h2 {
	color: #004834;
	font-size: 18px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 27px;
}
div.featured ul,
div.find ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.featured li {
	float: left;
	margin-left: 3px;
	width: 33px;
	text-align: center;
	height: 27px;
	line-height: 27px;	
}
div.featured li a {
	background-image: url(Images/featured-tab-off.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #b1b2b2;
	font-weight: bold;
}
.Tab{
	background-image: url(Images/tab-off.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #b1b2b2 !important;
	font-weight: bold;
	float: left;
	width: 65px;
	text-align: center;
	height: 27px;
	line-height: 27px;
}
.Tab_selected
{
	background-image: url(Images/tab-on.jpg);	
	color: white !important;
}

div.featured li a.selected {
	background-image: url(Images/featured-tab-on.jpg);	
	color: white;
}
div.featured-box {
	clear: both;
	background-image: url(Images/box-bg.jpg);
	background-repeat: repeat-x;
	background-color: #dcddde;
	display: table;
	border-top: 1px #004834 solid;
	width: 511px;
	padding: 20px 22px;
	padding-bottom: 10px;
}
div.featured-box p {
	font-size: 10px;
	color: #5c5c5c;
	padding: 10px 0;
	line-height: 18px;
}
div.featured-box p strong {
	color: #004834;
}
div.find {
	float: left;	
	display: table-cell;
	width: 384px;
}
div.find li {
	float: left;
	margin-left: 3px;
	width: 64px;
	text-align: center;
	height: 27px;
	line-height: 27px;
}
div.find li a {
	background-image: url(Images/tab-off.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #b1b2b2;
	font-weight: bold;
}
div.find li a.selected {
	background-image: url(Images/tab-on.jpg);
	color: white;
}
div.find-box {
	background-image: url(Images/box-bg.jpg);
	background-repeat: repeat-x;
	background-color: #dcddde;
	display: table;
	border-top: 1px #004834 solid;
	width: 390px;
	padding: 5px 0px;
	
}
div.find-box p {
	color: #5d8177;
	font-size: 11px;
	font-weight: bold;
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	clear: both;
}
div.find-box label {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
div.find-box hr {
	border: none;	
	height: 1px;
	margin-top: 0;
	background-color: #b4b4b4;
}
div.range,
div.beds,div.ReferenceProperty,div.Availability {
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: table;
	
}
div.range label,
div.beds label {
	width: 51px;
	margin-right: 5px;
	float: left;
	text-align: right;
}
div.range input,
div.beds input{
	background-image: url(Images/input-bg.gif);
	background-repeat: no-repeat;
	width: 70px;
	border: none;
	font-size: 11px;
	padding: 4px 0 3px 5px;	
	float: left;
}
div.amenities,
div.towns {
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}
.towns {
	clear: both;
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}
.towns.td {
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	
}

div.amenities label,
div.towns label {
	width: 126px;
	
	display: table-cell;
}
div.amenities input,
div.towns input {
	
	
	margin-right: 20px;
}
span.checkbox {
  width: 15px;
  height: 15px;
  padding: 0 5px 0 0;
  background: url(Images/checkbox-bg.jpg) no-repeat;  
  float: left;
  margin-right: 15px;
  display: block;
  margin-top: 2px;
}
#find input[type=submit] {
	background-image: url(Images/input-btn-bg.jpg);
	background-repeat: no-repeat;
	background-color: #215e21;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 64px;
	height: 27px;
	border: none;
	float: right;
	cursor: pointer;
}

.find_input_button 
{
	
	background-image: url(Images/input-btn-bg.jpg);
	background-repeat: no-repeat;
	background-color: #215e21;
	
	color: white;
	font-weight: bold;
	text-align: center;
	width: 64px;
	height: 27px;
	border: none;
	float: right;
	cursor: pointer;
	
	
}
.go_input_button 
{
	
	background-image: url(Images/featured-tab-on.jpg.jpg);
	background-repeat: no-repeat;
	background-color: #215e21;
	
	color: white;
	font-weight: bold;
	
	 text-align:left;
	height: 20px;
	border: none;
	float: right;
	cursor: pointer;
	margin-bottom:8px;
	
	
}
div.footer {
	clear: both;
	text-align: center;
	color: white;
	padding-top: 10px;
}
div.footer-links {
	clear: both;
	padding: 10px 0;
}
div.footer-links a {
	color: white;
	margin: 0 10px;
}
div.footer-links a:hover {
	text-decoration: underline;
}


table.footer {
	clear: both;
	text-align: center;
	color: white;
	padding-top: 10px;
}
table.footer-links {
	clear: both;
	padding: 10px 0;
}
table.footer-links a {
	color: white;
	margin: 0 10px;
}
table.footer-links a:hover {
	text-decoration: underline;
}



div.copy {
	clear: both;
	text-align: center;
	font-size: 10px;
}

div.MainBorder{
	clear: both;
	margin: 0px auto; 		
	border: 22px #5f5b29  solid;	
	display: table;
	padding: 0px;
}

div.top-img {
	position: absolute;
	top: 10;
	right: 10;
	z-index: 1000;			
	height: 19px;
	line-height: 19px;
}
.FooterFontCss
 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #FFFFFF;   
   font-weight:bold;
   vertical-align:middle;
  }
 /*   a:link {
	        color: #990;
        }
        a:visited {
	        color: #FF0;
        }
        a:hover {
	        color: #630;
        }
        a:active {
	        color: #C30;
        }
