/* -------------------------------------------------------------
	Oak Tree Arkansas
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			10 October 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ede0bf url(/images/bg_body.jpg) no-repeat center top;
	font: normal 12px/2em Georgia, "Times New Roman", Times, serif;
	color: #4f4f4f;
	text-align: center;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #6f6249;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 12px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 9px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 100%;
}

#home #root {
	background: url(/images/bg_root.jpg) repeat-x 0 180px;
}

#index {
	width: 900px;
	min-height: 763px;
	margin: 0 auto;
	text-align: left;
}

#interior #index {
	background: url(/images/bg_index.jpg) no-repeat 0 175px;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	height: 180px;
	text-align: left;
}

#brand, #brand a {
	width: 195px;
	height: 100%;
}

#brand {
	float: left;
}

/* --- ui --- */

#ui {
	width: 678px;
	float: right;
	margin-top: 96px;
	position: relative;
	z-index: 10;
}

#ui li {
	padding: 0;
	float: left;
	margin-left: 4px;
	display: inline;
	background: transparent no-repeat;
}

#ui a {
	height: 21px;
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	background-repeat: no-repeat;
}

#ui a:hover {
	background-position: bottom left;
}

#ui_welcome, #ui_welcome a {
	width: 96px;
	background-image: url(/images/ui_welcome.png);
}

#ui_amenities, #ui_amenities a {
	width: 102px;
	background-image: url(/images/ui_amenities.gif);
}

#ui_builders, #ui_builders a {
	width: 92px;
	background-image: url(/images/ui_builders.gif);
}

#ui_homesites, #ui_homesites a {
	width: 111px;
	background-image: url(/images/ui_homesites.gif);
}

#ui_location, #ui_location a {
	width: 97px;
	background-image: url(/images/ui_location.gif);
}

#ui_neighborhoods, #ui_neighborhoods a {
	width: 156px;
	background-image: url(/images/ui_neighborhoods.gif);
}


/* --- dropdowns --- */

#ui li:hover ul,
#ui li.over ul {
	display: block;
}

#ui li:hover a,
#ui li.over a {
	background-position: bottom left;
}

#ui ul {
	width: 160px;
	position: absolute;
	top: 21px;
	left: 0;
	display: none;
	background: #4f4f4f;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#ui ul li {
	width: 160px;
	height: auto;
	margin: 0;
	background: transparent;
	position: relative;
}


#ui ul a:link, #ui ul a:visited {
	width: 135px;
	height: auto;
	line-height: 1.4em;
	padding: 2px 5px 2px 20px;
	display: block;
	position: relative;
	background: transparent url(/images/icon_arrow_ui.gif) no-repeat 10px 7px;
	border-top: 1px solid #6a665d;
	text-decoration: none;
	text-indent: 0;
	font-weight: bold;
	font-size: 11px;
	color: #f3e8c8;
}

#ui ul a:hover, #ui ul a:active {
	background: #6a665d url(/images/icon_arrow_ui.gif) no-repeat 10px 7px;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 100%;
	height: 298px;
	background: url(/images/img_messaging_home.jpg) no-repeat;
}

#messaging a {
	width: 225px;
	height: 100%;
	float: right;
}

#interior #messaging {
	width: 872px;
	height: 150px;
	margin-left: 14px;
	background: url(/images/img_messagingInterior_01.jpg) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 199px;
	min-height: 130px;
	margin: 29px 0 0 0;
	padding: 80px 12px 0 14px;
	float: right;
	color: #6f6249;
	font-size: 0.9em;
	line-height: 1.5em;
}

#home #sidebar {
	background: url(/images/bg_sidebar.jpg) no-repeat;
}

#interior #sidebar {
	padding-top: 0;
	padding-left: 0;
}

#sidebar .title {
	margin-bottom: 6px;
	height: 14px;
	background:  url(/images/title_explore.gif) no-repeat;
}

#interior #sidebar .title {
	margin-bottom: 30px;
}

/* --- address --- */

address {
	width: 142px;
	margin:30px 5px 0 0;
	padding: 12px 33px;
	float: right;
	background: #e8dab3;
	border: 1px solid #c9bb94;
	color: #736846;
	line-height: 1.4em;
	font-style: normal;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 617px;
	min-height: 300px;
	padding: 29px 0 0 38px;
	float: left;
}

#interior #body {
	width: 587px;
	margin: -38px 0 0 32px;
	padding: 29px 30px 50px 30px;
	display: inline;
	position: relative;
	z-index: 4;
	background: url(/images/bg_contentBody.jpg) no-repeat;
}

#header {
	margin-bottom: 10px;
	font-size: 23px;
	color: #656052;
	font-variant: small-caps;
}

#title_tagline {
	height: 66px;
	margin-top: 30px;
	background: url(/images/title_tagline.gif) no-repeat;
}

#body img.border {
	border: 3px solid #c9bb94;
}




/* --- subcontent --- */

#subcontent {
	width: 604px;
	padding: 0;
	float: left;
	line-height: 1.5em;
}

#subcontent li {
	width: 280px;
	padding: 0 17px 15px 0;
	float: left;
	background: transparent;
}

#subcontent a:link, #subcontent a:visited {
	text-decoration: none;
}

#subcontent a:hover, #subcontent a:active {
	text-decoration: underline;
}

#subcontent li.pdf_li {
	padding: 20px 0 15px 20px;
	background: url(/images/icon_pdf.gif) no-repeat 20px 20px;
	border-left: 1px solid #cabea4;
}

#subcontent li.pdf_li a {
	margin-left: 20px;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 900px;
	height: 148px;
	margin: 0 auto;
	padding-top: 14px;
	clear: both;
	background: url(/images/bg_footer.jpg) no-repeat center top;
	color: #b2a98f;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.7em;
}

#footer a:link, #footer a:visited {
	color: #b2a98f;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#footer ul li {
	padding: 0;
	float: left;
}

#copyright {
	width: 500px;
	float: left;
}

#sitemap_link {
	margin-left: 25px;
}

#contact {
	width: 240px;
	float: right;
	text-align: right;
}

#builder_credit {
	width: 100%;
	clear: both;
	text-align: center;
}

#builder_credit .title {
	width: 113px;
	height: 46px;
	margin: 0 auto;
	background: url(/images/logo_ironhorsedev.gif) no-repeat;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}


/* --- Gallery Listings --- */

#galleryListWrapper li {
	margin: 0 0 12px 6px;
	padding: 0;
	background: transparent;
	position: relative;
}

#galleryListWrapper a {
	width: 400px;
	padding: 5px 5px 5px 33px;
	display: block;
	position: relative;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
}

#galleryListWrapper a:link,
#galleryListWrapper a:visited {
	color: #606060;
	text-decoration: none;
}

#galleryListWrapper a:hover,
#galleryListWrapper a:active {
	background: #f0f0f0;
	border: 1px solid #ccc;
}
 
#galleryListWrapper strong {
	display: block;
}

#galleryListWrapper em {
	font-style: normal;
}

#galleryListWrapper span {
	width: 25px;
	height: 18px;
	margin-top: -9px;
	top: 50%;
	left: 5px;
	position: absolute;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	font-weight: bold;
	background: url(/images/icon_gallery.gif) no-repeat;
}

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	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: 900;
}

#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;
}

#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: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
	


/* --- Content Footer --- */



/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

.photoGal{
text-align: center;
float: left;
width: 150px;
padding: 10px;
height: 130px;
background: #fff;
margin: 0 25px 25px 0;
-moz-box-shadow: 0px 0px 5px #937c42;
-webkit-box-shadow: 0px 0px 5px #937c42;
box-shadow: 0px 0px 5px #937c42;
}
.photoGal img{
width: 150px;
height: 100px;
}
.photoGal h4{
line-height: 1;
margin-bottom: 9px
}

/* -------------------------------------------------------------
	Oak Tree Arkansas
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			10 October 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ede0bf url(/images/bg_body.jpg) no-repeat center top;
	font: normal 12px/2em Georgia, "Times New Roman", Times, serif;
	color: #4f4f4f;
	text-align: center;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #6f6249;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 12px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 9px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 100%;
}

#home #root {
	background: url(/images/bg_root.jpg) repeat-x 0 180px;
}

#index {
	width: 900px;
	min-height: 763px;
	margin: 0 auto;
	text-align: left;
}

#interior #index {
	background: url(/images/bg_index.jpg) no-repeat 0 175px;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	height: 180px;
	text-align: left;
}

#brand, #brand a {
	width: 195px;
	height: 100%;
}

#brand {
	float: left;
}

/* --- ui --- */

#ui {
	width: 678px;
	float: right;
	margin-top: 96px;
	position: relative;
	z-index: 10;
}

#ui li {
	padding: 0;
	float: left;
	margin-left: 4px;
	display: inline;
	background: transparent no-repeat;
}

#ui a {
	height: 21px;
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	background-repeat: no-repeat;
}

#ui a:hover {
	background-position: bottom left;
}

#ui_welcome, #ui_welcome a {
	width: 96px;
	background-image: url(/images/ui_welcome.png);
}

#ui_amenities, #ui_amenities a {
	width: 102px;
	background-image: url(/images/ui_amenities.gif);
}

#ui_builders, #ui_builders a {
	width: 92px;
	background-image: url(/images/ui_builders.gif);
}

#ui_homesites, #ui_homesites a {
	width: 111px;
	background-image: url(/images/ui_homesites.gif);
}

#ui_location, #ui_location a {
	width: 97px;
	background-image: url(/images/ui_location.gif);
}

#ui_neighborhoods, #ui_neighborhoods a {
	width: 156px;
	background-image: url(/images/ui_neighborhoods.gif);
}


/* --- dropdowns --- */

#ui li:hover ul,
#ui li.over ul {
	display: block;
}

#ui li:hover a,
#ui li.over a {
	background-position: bottom left;
}

#ui ul {
	width: 160px;
	position: absolute;
	top: 21px;
	left: 0;
	display: none;
	background: #4f4f4f;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#ui ul li {
	width: 160px;
	height: auto;
	margin: 0;
	background: transparent;
	position: relative;
}


#ui ul a:link, #ui ul a:visited {
	width: 135px;
	height: auto;
	line-height: 1.4em;
	padding: 2px 5px 2px 20px;
	display: block;
	position: relative;
	background: transparent url(/images/icon_arrow_ui.gif) no-repeat 10px 7px;
	border-top: 1px solid #6a665d;
	text-decoration: none;
	text-indent: 0;
	font-weight: bold;
	font-size: 11px;
	color: #f3e8c8;
}

#ui ul a:hover, #ui ul a:active {
	background: #6a665d url(/images/icon_arrow_ui.gif) no-repeat 10px 7px;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 100%;
	height: 298px;
	background: url(/images/img_messaging_home.jpg) no-repeat;
}

#messaging a {
	width: 225px;
	height: 100%;
	float: right;
}

#interior #messaging {
	width: 872px;
	height: 150px;
	margin-left: 14px;
	background: url(/images/img_messagingInterior_01.jpg) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 199px;
	min-height: 130px;
	margin: 29px 0 0 0;
	padding: 80px 12px 0 14px;
	float: right;
	color: #6f6249;
	font-size: 0.9em;
	line-height: 1.5em;
}

#home #sidebar {
	background: url(/images/bg_sidebar.jpg) no-repeat;
}

#interior #sidebar {
	padding-top: 0;
	padding-left: 0;
}

#sidebar .title {
	margin-bottom: 6px;
	height: 14px;
	background:  url(/images/title_explore.gif) no-repeat;
}

#interior #sidebar .title {
	margin-bottom: 30px;
}

/* --- address --- */

address {
	width: 142px;
	margin:30px 5px 0 0;
	padding: 12px 33px;
	float: right;
	background: #e8dab3;
	border: 1px solid #c9bb94;
	color: #736846;
	line-height: 1.4em;
	font-style: normal;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 617px;
	min-height: 300px;
	padding: 29px 0 0 38px;
	float: left;
}

#interior #body {
	width: 587px;
	margin: -38px 0 0 32px;
	padding: 29px 30px 50px 30px;
	display: inline;
	position: relative;
	z-index: 4;
	background: url(/images/bg_contentBody.jpg) no-repeat;
}

#header {
	margin-bottom: 10px;
	font-size: 23px;
	color: #656052;
	font-variant: small-caps;
}

#title_tagline {
	height: 66px;
	margin-top: 30px;
	background: url(/images/title_tagline.gif) no-repeat;
}

#body img.border {
	border: 3px solid #c9bb94;
}




/* --- subcontent --- */

#subcontent {
	width: 604px;
	padding: 0;
	float: left;
	line-height: 1.5em;
}

#subcontent li {
	width: 280px;
	padding: 0 17px 15px 0;
	float: left;
	background: transparent;
}

#subcontent a:link, #subcontent a:visited {
	text-decoration: none;
}

#subcontent a:hover, #subcontent a:active {
	text-decoration: underline;
}

#subcontent li.pdf_li {
	padding: 20px 0 15px 20px;
	background: url(/images/icon_pdf.gif) no-repeat 20px 20px;
	border-left: 1px solid #cabea4;
}

#subcontent li.pdf_li a {
	margin-left: 20px;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 900px;
	height: 148px;
	margin: 0 auto;
	padding-top: 14px;
	clear: both;
	background: url(/images/bg_footer.jpg) no-repeat center top;
	color: #b2a98f;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.7em;
}

#footer a:link, #footer a:visited {
	color: #b2a98f;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#footer ul li {
	padding: 0;
	float: left;
}

#copyright {
	width: 500px;
	float: left;
}

#sitemap_link {
	margin-left: 25px;
}

#contact {
	width: 240px;
	float: right;
	text-align: right;
}

#builder_credit {
	width: 100%;
	clear: both;
	text-align: center;
}

#builder_credit .title {
	width: 113px;
	height: 46px;
	margin: 0 auto;
	background: url(/images/logo_ironhorsedev.gif) no-repeat;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}


/* --- Gallery Listings --- */

#galleryListWrapper li {
	margin: 0 0 12px 6px;
	padding: 0;
	background: transparent;
	position: relative;
}

#galleryListWrapper a {
	width: 400px;
	padding: 5px 5px 5px 33px;
	display: block;
	position: relative;
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
}

#galleryListWrapper a:link,
#galleryListWrapper a:visited {
	color: #606060;
	text-decoration: none;
}

#galleryListWrapper a:hover,
#galleryListWrapper a:active {
	background: #f0f0f0;
	border: 1px solid #ccc;
}
 
#galleryListWrapper strong {
	display: block;
}

#galleryListWrapper em {
	font-style: normal;
}

#galleryListWrapper span {
	width: 25px;
	height: 18px;
	margin-top: -9px;
	top: 50%;
	left: 5px;
	position: absolute;
	text-align: center;
	font-size: 9px;
	line-height: 16px;
	font-weight: bold;
	background: url(/images/icon_gallery.gif) no-repeat;
}

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	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: 900;
}

#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;
}

#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: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
	


/* --- Content Footer --- */



/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

.photoGal{
text-align: center;
float: left;
width: 150px;
padding: 10px;
height: 130px;
background: #fff;
margin: 0 25px 25px 0;
-moz-box-shadow: 0px 0px 5px #937c42;
-webkit-box-shadow: 0px 0px 5px #937c42;
box-shadow: 0px 0px 5px #937c42;
}
.photoGal img{
width: 150px;
height: 100px;
}
.photoGal h4{
line-height: 1;
margin-bottom: 9px
}

/***********************************************
            LISTINGS PAGE
***********************************************/
#listing_box
{
overflow: hidden;
   width: 591px;
   height: 270px;
   background: url(/images/listingBg.png) no-repeat top center;
   margin: -45px 0 0 0;
padding: 60px 0 0 0;
   clear: both;
}

#listing_header
{
   color: #6f6249;font-weight:bold;
width: 100%;height: 32px;
}

#listing_header .price
{
   font-size: 20px;
   float: left;
   margin: 3px 0 0 17px;
}

#listing_header .address
{
   font-size: 12px;

   float: right;
   margin: 3px 17px 0 0;
}

#listing_detail
{
   position: relative;
   top: 0px;
   left: 1px;
   width: 589px;
   height: 124px;
   font-size: 12px;
   line-height: 20px;
   color: black;
}

#listing_detail #listing_image_frame
{

   float: left;
}

#listing_detail img
{
   position: relative;
   width: 205px;
   height: 133px;
border: 5px solid #c1b183;
margin: 20px 20px 15px 0px;
}

#listing_detail p
{
float: left;
margin: 14px 0 0 20px;
color: #4f4f4f;
font-size: 14px;
line-height: 1.6;
}

#listing_footer .mls
{
   font-size: 14px;
   font-weight: bold;
   color: #dfdfdf;
   float: left;
   margin: -3px 0 0 31px;
}

#listing_footer a
{
   float: right;
   text-transform: uppercase;
   font-size: 14px;
   font-weight: bold;
font-family: 'arial black', arial, sans-serif;
   text-decoration: none;
   margin: -3px 17px 0 0;
   padding: 0 25px 0 0;
   background: url( /images/moreInfoArrow.png ) right 5px no-repeat;
}

#listing_footer .mls a{
position: relative;
margin: 0 0 0 3px;
color: #fff;
}
#listing_footer .mls a:hover{text-decoration: underline;}

#property
{
   position: relative;
   top: 0;
   left: 0;
   height: 140px;
}

#property_image_frame
{

}

#property_image_frame img
{
   width: 205px;
   height: 133px;
border: 5px solid #c1b183;
   position: relative;
}

#property_info
{
   position: absolute;
   top: 13px;
   right: 0px;
   width: 500px;
   height: 118px;
border: 1px solid #f1e5c4;
   background-color: #e6d9b6;
   padding: 0;
box-shadow: 0px 0px 4px #c6b790;
-webkit-box-shadow: 0px 0px 4px #c6b790;
-moz-box-shadow: 0px 0px 4px #c6b790;
}

#property_bar
{
   position: relative;
   top: 0;
   right: 0;
   width: 500px;
   height: 26px;
   padding: 0;
}

#property_bar .price
{  
   font-size: 18px;
   font-weight: bold;
   float: right;
   text-transform: uppercase;
   margin: -1px 17px 0 0 ;
}

#property_address
{
   position: relative;
   top: 0;
   right: 1px;
   height: 76px;
}

#property_address p
{
   width: 345px;
   position: relative;
   top: 7px;
   left: 145px;
   font-size: 12px;
   line-height: 16px;
}

#property_bottom_bar
{
   position: relative;
   top: 0;
   right: 0;
   height: 14px;
}

#property_bottom_bar .mls
{
   color: #efefef;
   font-size: 12px;
   font-weight: normal;
   float: right;
   text-transform: uppercase;
   margin: -6px 17px 0 0 ;
}
#property_bottom_bar .mls a{color: #fff;}

#property_gallery
{
   position: relative;
   top: 13px;
   left: 5px;
   width: 587px;
   padding: 0 0 4px 0;
}

#property_gallery_thumbs
{
   position: relative;
   top: 2px;
   left: 2px;
   width: 583px;
   background: url( /images/gallery_bg.png ) right bottom repeat-x;
}

#property_gallery_thumbs ul
{
   list-style: none;
   padding: 0px;
   margin: 0px;
}

#property_gallery_thumbs ul li
{
   float: left;
   width: 65px;
   height: 65px;
   margin: 7px 0 0 7px;
   background-color: white;
   padding: 0px;
}

#property_gallery_thumbs ul li img
{
   position: relative;
   top: 1px;
   left: 1px;
   width: 63px;
   height: 63px;
}

#property_detail
{
   position: relative;
   top: 15px;
   left: 5px;
}

#property_map
{
   position: relative;
   top: 15px;
   left: 5px;
}

#property_gallery_reset
{
   clear: both;
   height: 7px;
}

#property_clear
{
   clear: both;
   height: 20px;
}
