/*---STYLES---*/ 

#extra {
  margin-bottom: 10px; }

#extra .box {
  background-color: #DFC6CD;
  border-color: #7A6F34; }

#extra p {
  line-height: 1.2em;
  margin: 0px 0px 5px 0px; }

#extra em {
  font-style: italic; }

#extra span {
  color: #d26511;
  font-size: 120%; }

#player, #gallery {
  background: #FFFFFF;
  float: left;
  clear: both;
  margin: 0px 15px 15px 0px;
  padding: 3px;
  border: 1px solid #a9cde5; }

#gallery a, 
#gallery a:hover, 
#player a, 
#player a:hover,
#extra img a,
#extra img a:hover {
  border-bottom: none !important;
  text-decoration: none !important; }

#extra a img {
  margin-bottom: -3px; }

.spot {
  margin-bottom: 20px;
  clear: both; }

.spot p {
  font-family: Verdana, sans-serif;
  font-size: 11px; 
  color: #333333;
  margin-top: 0px; }

.spot img {
  float: left;
  padding: 0px 12px 10px 0px; }

.box {
  padding: 15px;
  border: 1px solid #dbd6d1;
  background-color: #efedeb;
  margin-bottom: 20px; }

.box h3 {
  font-size: 18px;
  margin-bottom: 2px; }

.box input {
  margin-top: 5px; }

.box input.email {
  font-size: 10px;
  padding: 3px; 
  color: #a29e96; 
  width: 140px; }

.box input.subscribe {
  width: 70px;
  margin-left: 5px;
  color: #232323; }

.box ul {
  margin-left: 20px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

/*---SITEMAP---*/ 

#sitemap ul {
  list-style-type: disc;
  margin: 5px 0px 10px 35px;
  line-height: 2em; }

#sitemap li a {
  margin: 0px;
  padding: 3px; 
  font-size: 1.5em;
  color: #04467A;
  text-decoration: none;
  border-bottom: none; }

#sitemap li a:hover {
  color: #FFF;
  background-color: #04467A;
  border-bottom: none; }

#sitemap ul.second {
  font-size: 80%; }

/*---FOOTER---*/ 

#footer-wrapper {
  margin: 5px auto;
  width: 960px; }

#footer {
  color: #595452;
  float: right;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 90%;
  margin-bottom: 30px; }

/*--------------------------summary.css----------------------*/

#summary {
	margin-top: 15px;
}
#listings {
	margin-top: 15px;
	text-align: left;
}
.amenities {
	width: 250px;
	float: left; 
	text-align: center;
	margin: 0 2px 10px 2px;
	border: 1px solid #3399CC;
	background: #F5F5F5;
	padding-top: 5px;
}
.thumb {
	width: 240px;
	height: 100px;
	border: 0;
	margin: 0;
	color: Maroon;
	font-weight: bold;
	font-size: 14px;
}
.type {
font-size: 16px;
font-weight: bold}
.rates {
	font-size: 14px;
	color: Maroon;
}
.features-left {
   width: 125px;
	font-size: 10px;
	font-weight: bold;
	color: #009980;
	float: left;
	margin-left: 3px;
	text-align: right;
}
.features-right {
   width: 115px;
	font-size: 10px;
	color: #006699;
	float: right;
	text-align: left;
}
.clearboth {clear: both;}

/*---------------------------------  Navigation.css  ---*/ 

#nav {
	height: 30px;
	background: transparent url(/images/bgr-nav.jpg) repeat-x top left;
}

#nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto; }

#nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0; }

#nav ul li a {
  	font-family: Georgia,Times,serif;
  	font-size: 14px;
	text-transform: uppercase;
	display: block;
	float: left;
	color: #000; /*#3D3D3D;*/
	text-decoration: none;
	padding: 4px 12px;
	border: none;
}

#nav ul li a:hover {
  color: #FFFFFF;
  background: #04467A; /*#6C4553;*/
}

#nav ul li.selected a {
  color: #FFFFFF;
  background: #04467A; /*#0b0b0a;*/
}

/*---------------------------------  Secondary Navigation.css  ---*/ 
ul#nav2 {
	height: 30px;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto; 
}

ul#nav2 li {
	display: block;
	float: right;
	margin: 0;
	padding: 0; 
}

ul#nav2 li a {
  	font-family: Georgia,Times,serif;
  	font-size: 12px;
	text-transform: uppercase;
	display: block;
	float: right;
	color: #000; 
	text-decoration: none;
	padding: 4px 12px;
	border: none;
}

ul#nav2 li a:hover {
  color: #FFFFFF;
  background: #04467A; 
}

ul#nav2 li.selected a {
  color: #FFFFFF;
  background: #04467A;
}

	/*--- second level lists ---*/
ul#nav2 li ul#nav2child, ul#nav2 li ul#nav2child1 {
	display: none;
	position: absolute;
	top: 25px;
	left: 113px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 30; /*to fix IE overlapping bug*/
}
ul#nav2 li ul#nav2child1 {
	left: 260px !important;
}
ul#nav2 li ul#nav2child li, ul#nav2 li ul#nav2child1 li{
	clear:right; /*to display vertically*/
	margin: 0;
	padding: 0;
	width: 200px;/* same as in the IE fix below */
	list-style-image: none;
}
/* Fix IE links not filling full li. Hide from IE Mac \*/
* html ul#nav2 li ul#nav2child li a:link, * html ul#nav2 li ul#nav2child1 li a:link {width: 220px; }
* html ul#nav2 li ul#nav2child li a:visited, * html ul#nav2 li ul#nav2child1 li a:visited {width: 220px; }
/* end fix */

ul#nav2 li ul#nav2child li a, ul#nav2 li ul#nav2child1 li a,
ul#nav2 li ul#nav2child li a:link, ul#nav2 li ul#nav2child1 li a:link,
ul#nav2 li ul#nav2child li a:visited, ul#nav2 li ul#nav2child1 li a:visited {
	display: block;
	padding: 5px;
	text-decoration: none;
	background: transparent url(/images/bgr-nav.jpg) repeat-x top left;
	border-bottom: 1px dotted #fff;
}
ul#nav2 li ul#nav2child li a:visited:hover, ul#nav2 li ul#nav2child1 li a:visited:hover,
ul#nav2 li ul#nav2child li a:hover, ul#nav2 li ul#nav2child1 li a:hover {
	background: #04467A;
	color: #FFF;
}
/*rollover magic*/
ul#nav2 li:hover ul#nav2child, ul#nav2 li:hover ul#nav2child1, 
ul#nav2 li.over ul#nav2child, ul#nav2 li.over ul#nav2child1 { 
	display: block;
	list-style-type: none;
}
	/*-- sidebar navigation --*/
.category-navigation {
  	font-family: Georgia,Times,serif;
  	font-size: 12px;
	text-transform: uppercase;
	list-style-type: none;
}
.category-navigation li a {
	text-decoration: none;
	padding: 3px;
	background: #C00; 
	color: #FFF;
        border: 5px solid #FFF;
}
.category-navigation li a:hover {
	background: #04467A; 
	color: #FFF;
        border: 5px solid #FFF;
}
/*---------------------------------  Lightbox.css  ---*/ 

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; border-bottom: none; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; border-bottom: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;} 
#prevLink:hover, #prevLink:visited:hover { background: url(http://spurrd.com/assets/192/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.spurrd.com/assets/189/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* --------- AD: default styles ---------*/
body {
  background-color: #F3F7E3;
  font-family: Georgia, serif;
}

a {
	color: #04467A;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 { font-size:17px; }

.rental-title {
	font-size: 1.2em;
	font-weight: bold;
        padding-top: 15px;
}
.rental-subtitle {
	font-size: 1em;
	font-weight: bold;
}
.rental-thumb {
	margin: 5px;
	border: 1px solid #ccc;
}
.photo {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.testimonial {
	margin: 30px 0 0 0;
	padding: 5px;
	background-color: #F1FFD6;
	border-left: 2px solid #43727F; /*#04467A;*/
	border-top: 2px solid #43727F; /*#04467A;*/
	border-right: 2px solid #43727F; /*#04467A;*/
	font-style: italic;
}
.testimonial p { margin-bottom: 0.5em; }
.author {
	text-align: right;
	color: #43727F;
	font-weight: bold;
	background: transparent url(/images/testimonial-bottom.gif) no-repeat top left;
	padding-top: 12px;
}

.error { color:#CC0000; }

#header-text {
  	font-family: Georgia,Times,serif;
  	font-size: 17px;
	text-transform: uppercase;
	color: #43727F;
}

.special {
	font-size: 1.1em;
	color: #43727F;
        margin-bottom: 10px;
}

