@charset "UTF-8";
/* CSS Document */

body{
	background:url(../images/bodyBG.jpg) center top no-repeat #000;
}

#container{
	width: 848px;
	position:relative;
	margin: 0 auto;
}

#header{
	width:848px;
	height: 107px;
	position: relative;
	clear:both;
	padding-top:60px;
}

#leftCol{
	width:190px;
	height:auto;
	position: relative;
	float:left;
	margin:0px 0px;
	padding-top:7px;
}

#leftCol ul
{
margin: 0px 0px 20px 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#fff;
}
#leftCol a
{
display: block;
padding: 12px 10px 16px 0px;
margin: 10px 0px 0px 0px;
width: 180px;
background:url(../images/navBG.png);
}

#leftCol a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
text-align:right;
text-transform:uppercase;
}

/*#leftCol .active
{
background:url(../images/navRollBG.png);
color: #fff;
}*/

#leftCol a:hover
{
background:url(../images/navRollBG.png);
color: #000;
}



#rightCol{
	width:658px;
	height:auto;
	position:relative;
	float:right;
	margin:0px 0px 0px 0px;
	background: url(../images/rightColBG.png) top center repeat-y;
}
#rightColSpacer{
	width:658px;
	height:47px;
	position:relative;
	float:right;
	margin:0px 0px 10px 0px;
	background: url(../images/rightColSpacerBG.png) top center no-repeat;
}

#galleryHolder{
	width: 658px;
	height: 296px;
	position:relative;
	float:right;
	background:url(../images/galleryBG.png) no-repeat;
	z-index:1;
}

#galleryBorder{
	width:645px;
	height:42px;
	position:absolute;
	margin:0 auto;
	z-index:2;
	top: 255px;
	left: 6px;
}

#mainTextCol{
	width:459px;
	height:auto;
	position:relative;
	float:left;
	margin-left:22px;
	padding-top:15px;
	background:url(../images/mainTextColBG.png) top center repeat-y;
}

#mainTextColSpacer{
	width:459px;
	height:15px;
}

#mainPropertyCol{
	width:618px;
	height:auto;
	position:relative;
	float:left;
	margin-left:22px;
	padding-top:15px;
	background:url(../images/mainTextColBG.png) top left repeat;
}

#mainPropertyColSpacer{
	width:100%px;
	height:20px;
	border-bottom: #999 1px dashed;
	margin-bottom: 25px;
}

#textHolder{
	width:90%;
	height:auto;
	position: relative;
	margin:0 auto;
	
}

#mapHolder{
	width:100%;
	height:560px;
	position: relative;
	margin:0 auto;
	
}

#contactRight{
	width:145px;
	height:auto;
	position:relative;
	margin-top: 15px;
	text-align:center;
	float: right;
	margin-right:20px;
}
#contactRight h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 20px;
	line-height: 24px;
}
#contactRight p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 16px;
	line-height: 22px;
}

#contactRight a {color:#000; text-decoration:underline;}
 #contactRight a:hover {color:#003300; text-decoration:underline;}

#builderRight{
	width:145px;
	height:auto;
	position:relative;
	margin-top: 45px;
	text-align:center;
	float: right;
	margin-right:20px;
}
#builderRight h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 20px;
	line-height: 24px;
}
#builderRight p{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 16px;
	line-height: 22px;
}

#subNav{
	width:658px;
	height:20px;
	position:relative;
	margin-left:190px;
	color:#fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#subNav a:link {color: #fff; text-decoration:none;}
#subNav a:visited {color: #ccc; text-decoration:none;}
#subNav a:active {color: #00CC00; text-decoration:none;}
#subNav a:hover {color: #00CC00; text-decoration:underline;}

.bodyCopy h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:1.5em;
	color:#000;
}

.bodyCopy h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5em;
	color:#333;
}

.bodyCopy p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	padding-bottom: 20px;
}

.bodyCopy ul{
	margin-top:5px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:2em;
	padding-left:15px;
	list-style:square;
	
}

.bodyCopy a:link {color:#003300; text-decoration:underline;}
.bodyCopy a:visited {color:#000000; text-decoration:underline;}
.bodyCopy a:active {color: #00CC00; text-decoration:underline;}
.bodyCopy a:hover {color:#006600; text-decoration:underline;}


.propertyLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.5em;
	font-style:bold;
}
.propertyLink a:link {color:#003300; text-decoration:underline;}
.propertyLink a:visited {color:#000000; text-decoration:underline;}
.propertyLink a:active {color: #00CC00; text-decoration:underline;}
.propertyLink a:hover {color:#006600; text-decoration:underline;}





.headerPhoto {
	background:#ccc;
	margin:0 auto;
	margin-top:0px;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #999;
	float:left;
}

.contactPhoto {
	background:#ccc;
	margin:0px 10px 40px 0px;
	border: 1px solid #999;
	float:left;
}

	

#propertyDetail {
	width: 300px;
	height:auto;
	position: relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
			
}

.specs {
	width: 240px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:2em;
	list-style:square;
	float:right;
}

.specs ul li{margin-left:15px;}

.propertyPhoto {
	background:#ccc;
	margin:0 auto;
	margin-top:0px;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #003300;
	float:left;
}

.propertyPhotoRight {
	background:#ccc;
	margin:0 auto;
	margin-top:0px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #003300;
	float:right;
}