/* @group global styles */

/* @group globals */

.clear {
clear: both;
margin: -1px 0px 0px 0px;
height: 1px;
font-size: 1px;
line-height: 1px;
width: 100%;
}
.ahem {  /* Like display: none, but screenreader-friendly */
	position: absolute;
	overflow: hidden;
	height: 0px;
	width: 0px;
	left: -1000px;
	top: -1000px;
}
a img{
	border:0px;
}
a{
	text-decoration: none;
}
ul, ol{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
li{
	list-style:none;
}
p{
	line-height:16px;
}
body{
	margin: auto;
}
	.slider_up{	/* Styling up */
		overflow:hidden;
		cursor:pointer;
	}
	.slider_down{	/* Parent box of slide down content */
		visibility:hidden;
		height:0px;
		overflow:hidden;
		position:relative;

	}
	.slider_down_content{	/* Content that is slided down */
		padding:1px;
		font-size:0.9em;	
		position:relative;
	}

/* @end */
#wrapper{
	width: 776px;
	background: url(../imgs/bodybg.gif) repeat-y;
	margin:auto;
	height: 100%;
	min-height: 100%;
}
#header{
	margin:auto;
	background: #fff url(../imgs/headerbg.jpg) no-repeat bottom right;
	height: 124px;
	width: 750px;
	border-bottom:5px solid #456D2C;
	position:relative;
}
#logo{
	margin: 20px;
	background: #fff url(../imgs/logo.jpg) no-repeat;
	border: 0px;
}
#pcrlink{
	position:absolute;
	left:620px;
	top:4px;
	display:block;
	height:120px;
	width:120px;
	cursor:hand;
}
#pcrlink a{
	display:block; 
	height:120px;
	width:120px;
}
#csc{
	position:absolute;
	left:300px;
	top:25px;
}

#left-column{
	width: 240px;
	float: left;
	padding-left:13px;
}
#nav div{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, Times, Sans-Serif;
}

#nav div a{
	display: block;
	width: 193px;
	height: 24px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, Times, Sans-Serif;

	border-bottom:1px solid #fff;
}
#nav span{
	font-size: 18px;
		margin-left: 47px;
}
#home{
	background: url(../imgs/rentals-bg.jpg) no-repeat;
}
#about{
	background: url(../imgs/listings-bg.jpg) no-repeat;
}

#servicenav{
	padding: 10px 0 5px 0;
}
#servicenav  li{
	display: block;
	width: 240px;
	height: 24px;
}
#servicenav li a{
	margin:0px 0 0 45px ;
	display:block;
	color: #999;
	font-family: Helvetica, Arial, serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0px;
	padding-top: 4px;
}
#servicenav a:hover{
	color: #000;
}
#management{
	background: url(../imgs/managebg.gif) no-repeat 10px 0;
}
#investing{
	background: url(../imgs/investingbg.gif) no-repeat 10px 0;
}
#rentals{
	background: url(../imgs/rentalsbg.gif) no-repeat 10px 0;
}
.sales{
	background: url(../imgs/salesbg.gif) no-repeat 10px 0;
}

#projects{
	background: url(../imgs/projects-bg.jpg) no-repeat;
}


#projectsnav{
	padding: 10px 0 5px 0;
}
#projectsnav  li{
	display: block;
	width: 240px;
	height: 24px;
}
#projectsnav li a{
	margin:0px 0 0 45px ;
	display:block;
	color: #999;
	font-family: Helvetica, Arial, serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0px;
	padding-top: 4px;
}
#projectsnav a:hover{
	color: #000;
}


#listingsnav{
	padding: 10px 0 5px 0;
}
#listingsnav  li{
	display: block;
	width: 240px;
	height: 24px;
}
#listingsnav li a{
	margin:0px 0 0 45px ;
	display:block;
	color: #999;
	font-family: Helvetica, Arial, serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0px;
	padding-top: 4px;
}
#listingsnav a:hover{
	color: #000;
}

#rentalsnav{
	padding: 10px 0 5px 0;
}
#rentalsnav  li{
	display: block;
	width: 240px;
	height: 24px;
}
#rentalsnav li a{
	margin:0px 0 0 45px ;
	display:block;
	color: #999;
	font-family: Helvetica, Arial, serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0px;
	padding-top: 4px;
}
#rentalsnav a:hover{
	color: #000;
}


#listings{
	background: url(../imgs/listings-bg.jpg) no-repeat;
}
#contactinfo{
	background:#cca095;
	font-family: Serif;
	padding: 5px 0 10px 10px;
}
#contactinfo a{
	text-decoration:none;
}
#contactinfo a:hover{
	background:#fff;
	color:#cca095;
}
.email{
	font-size: 12px;
	font-family: Helvetica, Arial, San-Serif;
	color: #fff;
}

#phone{
	font-size: 18px;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}
#address{
	color: #464646;
	font-size: 16px;
	padding-top: 5px;
	margin: 0;
}

#content{
	width: 510px;
	float: left;
	padding-bottom:20px ;
}

#footer{
	background: url(../imgs/footer-bg.gif) no-repeat bottom center;
	width: 776px;
	margin:auto;
	height: 55px;
}
#fcontent{
	background: #D0E1FF;
	width: 750px;
	margin: auto;
	border-top: 5px solid #456D2C;
	font-family: Helvetica, Arial, San-Serif;
	height: 35px;
}
#fcontent p{
	padding-bottom: 20px;
	text-align: center;
	color: #999;
	font-size:12px;
}

#content p{
	font-family: helvetica, arial, sans-serif; ;
	color:#666;
	font-size: 13px;
	margin: 10px 30px 10px 30px;
}
.featured, .featured a{
	color: #7088B3;
	font-family: Georgia, Times, Serif;
	font-size: 16px;
	font-weight:normal;
	margin: 10px 0 20px 30px;
}
.focus{
	color: #464646;
	font-family: helvetica, arial, sans-serif;
	margin: 10px 0 0px 30px;
	font-size: 16px;
}
.focus a{
	color: #464646;
}
.featured span{
	font-size: 18px;
}


.feat1{
	background: #E0E6F3;
	border-left: 2px solid #cccccc;
	padding: 15px 15px 15px 0;
}
.featimg{
	float: left;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 10px;
	margin:15px 20px 20px 15px
}

.featimg img{
	border:5px solid #cccccc;
}
#contbg{
	width: 510px;
	height: 226px;
	background: url(../imgs/home-bg.jpg) no-repeat;
	color: #fff;
	font-size: 17px;
	font-family: Arial, Helvetica, San-Serif;
	position: relative;
}
#management-bg{
	width: 510px;
	height: 226px;
	background: url(../imgs/management-bg.jpg) no-repeat;
	border-bottom: 3px solid #3f6c2d;
}
#investing-bg{
	width: 510px;
	height: 226px;
	background: url(../imgs/investing-bg.jpg) no-repeat;
	border-bottom: 3px solid #3f6c2d;
}
#rental-bg{
	width: 510px;
	height: 226px;
	background: url(../imgs/rental-bg.jpg) no-repeat;
	border-bottom: 3px solid #3f6c2d;
}
#sales-bg{
	width: 510px;
	height: 226px;
	background: url(../imgs/sales-bg.jpg) no-repeat;
	border-bottom: 3px solid #3f6c2d;
}

#contbg span{
	position: absolute;
	top: 44px;
	left: 105px;
	font-weight: bold;
}
.legal{
	text-align:center;
	padding-right:30px;
} 
.legal a{
	color:#999;
}
.legal a:hover{
	color:#666;
}
.featurette{
	width:508px;
	height:344px;
	background:url(../imgs/featured-bg.jpg) no-repeat top;
	margin:0;
	padding:0;
	display:block;
		border-left:2px solid #999;
}
.home-header, .home-header a{
	margin:10px 0 10px 25px;
	padding:0;
	font-size:28px;
	color: #7088B3;
	font-family: Georgia, Times, Serif;
	text-align:center;
}
.home-header span{
	font-size:30px;
}