body {

	font-family: verdana, sans-serif;

	font-size: 15px;

	background: #555555;

	}





/************** #formatting styles, Chatham's site **************/



p, ul {	font-size: 12px;

	text-align: left;

	line-height: 16px;

	font-family: Verdana, Geneva , Helvetica, sans-serif;

	font-style: normal;

	color: #ffffff;

	

}



p.bold {font-weight: bold;

}



p.italic {font-style: italic;

	}





dt  {	font-size: 12px;

	text-align: left;

	line-height: 18px;

	font-family: Verdana, Geneva , Helvetica, sans-serif;

	font-weight: bold;

	color: #000000;

}



.ital {font-style: italic;}



dd {	font-size: 12px;

	text-align: left;

	line-height: 16px;

	font-family: Verdana, Geneva , Helvetica, sans-serif;

	font-style: normal;

	color: #000000;

}



.ital {font-style: italic;}

	

h3 {

	font-size: 20px;

	line-height: 22px;

	font-weight: bold;

	text-decoration: none;

	text-align: center;

	color: #fff;

	}



h4 {

	font-size: 9px;

	line-height: 10px;

	font-weight: bold;

	color: #fff;

	}

	

img.body {

	float: right;

	margin-left: 5px;

	margin-top: 10px;

	

	}	

	

	A:link {color: #F5C23A;}

	A:visited {color: #F5C23A;}

	

/************** #layout divs **************/

	

	

	#container {

			width: 800px;

			margin: 10px;

			margin-left: auto;

			margin-right: auto;

			padding: 10px;

			background-color: #555555;

		

		}	

	

	

	 #navbar

{

width: 100%;

float: left;

background-color: #555555;

padding: 0px 0px 20px 0px;

border-top: 2px solid #A57418;

}



	

	

	

	#content {

			

			width: 800px;

			margin-right: 20px;

			margin-left: 0px;

			margin-top: 5px;

			padding: 10px 15px 5px 5px;

			background-color:#555555;

			

			}

	







	#footer {

	padding: 10px 0px 0px 0px;

	text-align: center;

	clear: both;

	width: 800px;

	

	background-color:#555555;

	}


/** table styles for house for sale **/

#housetable table { width: 800px;
		background-color:#555555;
		}
		
#housetable td {
	padding: 10px;
	text-align: left;
	float: right;
	}


	

/** #navbar styles adapted from http://www.simplebits.com/bits/minitab_shapes.html **/













#navbar ul { padding: 0; }

#navbar ul li { display: inline; }



#navbar ul

{

margin: 0;

padding: 10px 0px 10px 0px;

color: #FFFFFF;

font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;

font-size: .75em;

letter-spacing: 4px;

font-weight: bold;

}



#navbar ul li a

{

padding: 0.2em 12px;

background-color: #555555;

color: #FFFFFF;

text-decoration: none;

float: left;

}



#navbar a:hover

{

background-color: #A57418;

color: #FFFFFF;

}



#navbar li a#current

{

border-bottom: 2px solid #A57418;

background-color: #555555;

}

.thumb {
	border: 1px solid black;
	margin:0 20px 20px 1px;
	}

.photo {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline;
	}
	
/************** #lightbox info **************/
	
	
	#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: 400px;
	height: 500px;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}