/*---------------------------------------------------------------------------------
Yahoo YUI 2 RESET
---------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
fieldset,img { border: 0; }
 
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal; }
 
ol,ul { list-style: none; }
 
caption,th { text-align: left; }
 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }
 
q:before,q:after { content: ''; }
 
abbr,acronym { border: 0; }

/*---------------------------------------------------------------------------------
base.css, part of YUI's CSS Foundation 
---------------------------------------------------------------------------------*/

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*---------------------------------------------------------------------------------
Base Font Size
---------------------------------------------------------------------------------*/
html { font-size: 16px; /* Set default to 16px */ }
 
body {
	  font-size: 62.5%; /* 62.5% of 16px = 10px (1em) */
	  font-family: Tahoma, Verdana, Arial, sans-serif; }
 
/*---------------------------------------------------------------------------------
Define All Type Stlyes & Sizes
---------------------------------------------------------------------------------*/
h1 {	font-size: 2.8em; }
 
h2 {	font-size: 2.0em; }
 
h3 {	font-size: 1.8em; }
 
h4 { font-size: 1.6em; }
 
h5 { font-size: 1.4em; }
 
p, li {
	font-size: 1.3em;
	text-align: left; }
 
/*---------------------------------------------------------------------------------
Basic Layout
---------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(images/headerbg.gif);
	background-repeat: repeat-x;
	text-align: justify;
	color: #333;
}

#container {
	margin: 0 auto;
	width: 700px;
}

#header{
	width: 700px;
	margin: 0px;
	padding: 101px 0px 0px 0px;
	overflow: hidden;/*Hides Header Tag BUT allows it to be screen read*/
	height: 0px !important;
	height /**/: 101px; 
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#menu {
	width: 700px;
	margin: 10px 0 0 0;
	padding: 0;
}

	#menu li{
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: #900;	
	}
	#menu li{
		list-style: none;
		display: inline;
		margin: 0 -3px 0 0;
		padding: 10px 0;
		background-image: url(images/btn.gif);
		background-repeat: repeat-x;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-weight: bold;
		color: #900;	
	}
		#menu li a{
			list-style: none;
			display: inline;
			margin: 0;
			padding: 10px 14px;
			background-image: url(images/btn.gif);
			background-repeat: repeat-x;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-weight: bold;
			color: #900;
			text-decoration: none;
		}

			#menu li a:hover {
				list-style: none;
				display: inline;
				margin: 0;
				padding: 10px 14px;
				background-image: url(images/btnOver.gif);
				background-repeat: repeat-x;
				font-family: Tahoma, Verdana, Arial, sans-serif;
				font-weight: bold;
				color: #999;
				text-decoration: none;
			}

			#menu li.current {
				list-style: none;
				display: inline;
				margin: 0 -3px 0 0;
				padding: 10px 14px;
				background-image: url(images/btnOver.gif);
				background-repeat: repeat-x;
				font-family: Tahoma, Verdana, Arial, sans-serif;
				font-weight: bold;
				color: #777;
				text-decoration: none;
			}


#main {
	width: 676px;
	min-height: 400px;
	margin: 0px;
	padding: 28px 12px 0 12px;
	overflow: hidden;
}

	#main a {
	color: #900;
	text-decoration: none;
	}

	#main a:hover {
	color: #900;
	text-decoration: underline;
	}

	#main h3 {
		display: inline;
		font-size: 1.3em;
		font-weight: bold;
		color: #808080;
		border-bottom: 3px #900 solid;
	}

		#main h3:before, #main h3:after { /*stops border on header filling page*/
		content: "\A";
		}
		
	#main h4 {
		display: inline;
		font-size: 1.3em;
		font-weight: bold;
		color: #900;
		border-bottom: 3px #808080 solid;
	}

		#main h4:before, #main h4:after { /*stops border on header filling page*/
		content: "\A";
		}
	
	#main img {
		display: block;
		margin: 1.0em 0 0 0;
	}
	
	#main p  {
		padding: 1.0em 0 0 0;
		text-align: justify;
	}
	#main ul li {
		padding: 0 0 1.0em 0;
		text-align: justify;
	}
	
	#main .tagline {
		font-size: 1.0em;
		color: #900;
	}
	
	#main table.properties {
		width: 100%;
		margin: 0 0 28px 0;
		font-size: 1.3em;
		border: 0;
		border-spacing: 0;
		border-collapse: collapse;
	}
	
		#main table.properties caption{
			text-align: left;
			margin: 1.5em 0;
		}
	
		#main table.properties th{
			padding: 0;
			border: 0;
			border-spacing: 0px;
			border-collapse: collapse;
			font-size: 0.8em;
			text-align: left;
			font-weight: bold;
			color: #900;
		}
		#main table.properties td{
			padding: 0;
			border: 0;
			border-spacing: 0px;
			border-collapse: collapse;
		}
		
		#main table.properties tbody tr{
			height: 132px;
		}
		
		#main table.properties .setwidth1{
			width: 132px;
		}
		
		#main table.properties .setwidth2{
			width: 169px;
		}
		
		#main table.properties .setwidth3{
			width: 35px;
		}
		
		#main table.properties .setwidth4{
			width: 110px;
		}
		
		#main table.properties .setwidth5{
			width: 70px;
		}
		
		#main table.properties .setwidth6{
			width: 132px;
			padding: 0 50px 0 0;
		}
		
		#main table.properties .setwidth7{
			width: 494px;
		}
		
		#main table.properties img {
			border: 3px solid #CCCCCC;
		}
		
		#main table.properties acronym {
			font-size: 0.8em;
			font-weight: bold;
			color: #900;
		}
		
		#main table.properties caption {
			font-style: italic;
			padding: 0.5em 0 0 0;
		}		
		
		#main table.properties .location {
			font-size: 0.8em;
			font-weight: bold;
			color: #900;
		}
		
		#main table.properties .price{
			font-weight: bold;
			color: #900;
		}
		
		#main table.properties .sold{
			font-size: 0.8em;
			font-weight: bold;
			color: #900;
			text-transform: uppercase;
			}
		#main form#webenquiry {
			width: 400px;
			margin: 1em 0 0 0;
		}
		#main form#webenquiry textarea {
			width: 300px;
			margin-bottom: 15px;
			padding: 2px 0;
			border: 1px solid #DEDEDE;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 1.3em;
		}

		.input, .drop {
			width: 300px;
			margin-bottom: 15px;
			padding: 2px 0;
			border: 1px solid #DEDEDE;
		}

		#main form#webenquiry textarea:hover, .input:hover {
			border: 1px solid #666;
		}

		.drop:hover {
			border: 1px solid #666;
			padding: 2px 0;
		}

		.btn {
			background-color: #FFF;
			width: 100px;
			border: 1px solid #DEDEDE;
			padding: 3px;
			margin: 0 0 1em 0;
			color: #000; 
		}

		.btn:hover {
			border: 1px solid #666;
			background-color: #FEFEFE;
			cursor: pointer;
		}

#details {
	width: 676px;
	overflow: hidden;
}

#picture {
	float: left;
	margin: 0 1.0em 0 0;
}

	#picture img {
		padding: 1.0em 0 0 0;
	}
		
#details1 {
	float: left;
	margin: 0 1.0em 0 0;
	padding: 1.7em 0 0 0;
}


#details2 {
	float: left;
	margin: 0 0 0 1.0em;
}

#map {
	float: right;
	width: 200px;
	margin: -2.8em 0 0 0;
}
img.left {

}

img.map {

}

.name {
	font-size: 0.8em;
	font-weight: bold;
	color: #900;	
}

.highlight {
	color: #900;	
}


#footer{
	margin: 0;
	padding: 14px 0 0 0;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
}

#info {
	margin: 0 auto;
	width: 688px;
	padding: 0 12px 0 0;
}

	#info p {
		font-size: 1.0em;
		color: #333;
		text-align: right;
	}
	#info a {
		font-size: 1.0em;
		color: #333;
		text-decoration: none;
	}

	#info a:hover {
		font-size: 1.0em;
		color: #900;
		text-decoration: underline;		
	}

/*---------------------------------------------------------------------------------
Lightbox CSS Starts
---------------------------------------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent  url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	
/*Lightbox CSS Ends*/

