/*Styles imported from crossroadstaos.com 
for use in the new Dos Arroyos website */

body {
   background: url(../gfx/bg.gif);
   margin: 0;
   padding: 0;
}

img {
	border: 0;
}

body, div, td, th {
   font-family: arial;
   font-size: 12px;
   color: #ffffff;
}

#main {
   width: 775px;
   background: #294693;
   text-align: left;
}

#localInfo {
	text-align: right;
	vertical-align: bottom;
	text-transform: uppercase;
	padding-top: 15px;

	width: 765px;
	letter-spacing: 1px;
	
	color: #a1acb8;
}

#footer {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 15px;

	width: 765px;
	letter-spacing: 1px;
	
	color: #a1acb8;
}

#logo {
   background: #596C91;
   width: 775px;
   height: 175px;
}

#logoContainer {
   float: left;
   width: 300px;
}

#logoDescription {
   float: left;
   margin: 0px 0px 0px 75px;
   width: 450px;
   line-height: 130%;
}

#logoDescription2 {
   float: left;
   margin: 0px 0px 0px 0px;
   width: 450px;
   line-height: 130%;
}

#logoDescription p {
   margin: 0;
   padding: 15px 5px 0px 0px;
   font-size: 12px;
   line-height: 150%;
}

#nav {
   background: #F18D21;
}

#nav a {
   background: #F18D21;
   padding: 8px 10px 8px 10px;
   border-right: 1px solid #ffffff;
   color: #ffffff;
   text-decoration: none;
   font-size: 11px;
   display: block;
   float: left;
}

#nav a:hover {
   background: #B3691A;
}

#nav .dropMenu {
   visibility: hidden;
   position: absolute;
   z-index: 1000;
}

#nav .dropMenu a {
   border: 0;
   float: none;
   background: #F18D21;
}

#nav .dropMenu a:hover {
   background: #B3691A;
}

#homeContent {
   background: #294693;
}

#menu2 {
   margin-left: 155px;
}

#menu3 {
   margin-left: 214px;
}

#content a {
   color: #FBB145;
}

#content h1 {
   font-family: georgia, times, arial;
   font-size; 28px;
}

.listName { font-size: 13px; font-weight: bold; letter-spacing: 1px; color: #FBB145; text-transform: uppercase; }
.listMLS { font-size: 13px; color: #ffffff; }
.listPrice { font-size: 13px; color: #ffffff; }

/*Light Box Styles*/

#lightbox{
	position: absolute;
	top: 40px;
	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(../gfx/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: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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

th {
	text-decoration: underline;
}
	
	
/*end styles*/