/* CSS Document */

body {
	background:url(/images/layout/bodybg.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin: 0;
}

#wrapper {
	background:url(/images/layout/wrapperbg.gif) repeat-y;
	width: 1015px;
	margin:0 auto;
}

#header {
	background:url(/images/layout/headerbg.gif) no-repeat;
}
#fader {margin-top:6px;}
#fader a img {border:none; }

#column_left {
	float:left;
	width:230px;
	padding-left:46px;
}

	#column_left ul.menuSubNav {
		font: 12px Arial, Helvetica, sans-serif;
		line-height: 18px;
		list-style: disc;
		margin-left: 40px;
		padding: 0px;
		color: #a59033;
	}
	
		#column_left ul.menuSubNav li a:link, #column_left ul.menuSubNav li a:visited {
			color: #530b13;
			text-decoration: none;
		}
		
		#column_left ul.menuSubNav li a:hover {
			color: #a59033;
			text-decoration: underline;
		}
	
#column_left .padding {
	padding:15px;
	font-size:11px;
}

#column_right {
	float:right;
	width:721px;
	padding-right:16px;
	padding-left:2px;
	overflow:hidden;
}

#main_photo {
	padding-bottom:2px;
	border-bottom:2px solid #e2d8bf; 
}

#top_links {
	background:url(/images/layout/toplinkshadow.gif) repeat-x bottom;
	height:32px;
	text-align:right;
	padding:14px 15px 0 0;
}

#top_links a:link, #top_links a:visited {
	color:#000;
	text-decoration:none;
}

#top_links a:hover {
	color:#a59033;
	text-decoration:underline;
}

div.pics {
	height: 290px;
}

#content {
	padding:20px;
	line-height:1.6em;
}

	#content img {
		padding: 5px;
	}

/* Callout Rollover */

#callout {
	background-color:#a59033;
	border:2px solid #e1d7bd;
	padding:5px;
	margin: 0 0 20px 10px;
	float:left;
	width:195px;
	line-height:1.2em;
	color:#fff;
}

#callout .button {
	background-color:#a59033;
}

#callout .buttonhover {
	background-color:#b7a141;
	cursor:pointer;
}

#callout .padding {
	padding: 0px;
}

/* Featured Property Rollovers */

#featuredproperty .button, #featuredproperty .buttonhover {
	width:212px;
	height:87px;
	font-size:11px;
	padding:4px;
	background:url(/images/layout/featuredbg.gif) no-repeat;
	float:right;
}

#featuredproperty .photo {
	border:1px solid #fff;
	margin-right:5px;
	float:left;
}

#featuredproperty .button {
	background-position:top left;
}

#featuredproperty .buttonhover {
	background-position:0 -95px;
	cursor:pointer;
	color:#da770b;
}

/* Footer */

#footer {
	background:#530b13 url(/images/layout/footerbg.gif) repeat-x top;
	height:14px;
	font-size:12px;
	color:#fff;
	margin:0 16px 0 46px;
	padding:30px 20px 20px;
	clear:both;
}

#footer_links {
	float:right;
}

#footer_links a:link, #footer_links a:visited {
	color:#fff;
	text-decoration:underline;
}

#footer_links a:hover {
	color:#a59033;
	text-decoration:underline;
}

/* Inclind Footer */

#Inclind {
	font:10px/15px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:right;
	padding:10px;
	margin: 0 auto;
	clear:both;
	width: 980px;
}

#Inclind a:link,#Inclind a:visited,#Inclind a:hover {
	color:#000;
	text-decoration:none;
}

#Inclind a:link span.InclindInc,#Inclind a:visited span.InclindInc {
color:#C00;
}

#Inclind a.valid:link,#Inclind a.valid:visited {
	font-size:9px;
	color:#CCC;
	border:1px solid #FFF;
	background:url(/images/layout/validIcon.gif) no-repeat top left #666;
	padding:0 5px 0 15px;
}

#Inclind a.valid:hover {
	color:#333;
}

/* photos */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/**** Betterliving Layout ****/
body.betterlivingLayout {background:url(/images/layout/betterliving_bodybg.jpg) left top repeat-x #0071bb;}
body.betterlivingLayout #wrapper {background:url(/images/layout/betterliving_wrapperbg.jpg) left top repeat-y;}
body.betterlivingLayout #header {background:url(/images/layout/betterliving_headerbg.jpg) left top no-repeat;}
body.betterlivingLayout #footer {background:url(/images/layout/betterliving_footerbg.jpg) left top repeat-x #0087c8; border:2px solid #fff; border-right:none;}
body.betterlivingLayout #footer a:hover {color:#039;}
body.betterlivingLayout #mainmenu a.betterliving {background-color:#0071bb; border:2px solid #0071bb; border-left:none; border-width:2px 3px 2px 0;}
body.betterlivingLayout #content h1 {color:#0071bb; background:url(/images/layout/betterliving_logo.jpg) left top no-repeat; padding-left:165px; height:35px; line-height:35px;}
body.betterlivingLayout #content h2 {color:#539F00;}
body.betterlivingLayout #content a:link, body.betterlivingLayout #content a:visited {color:#0071bb;}
body.betterlivingLayout #content a:hover {color:#039;}


/* Misc. */
.alert {color:#f00; font-weight:700;}

