@import url(global/user.css);
@import url(global/common.css);



body {
	background: #fff url(../images/background.gif) 0 0 repeat-x;
	margin: 10px 0;padding: 0;
	color: #333;
	font-family: georgia, serif;
	font-size: .76em;
	text-align: center;
}


#wrap {
	background: #fff;
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 754px;
	border: 3px solid #919191;
	
}

html>body #wrap {

} 

#header {
	background: transparent url(../imageshome/homeheader.jpg) 0 0 no-repeat;
	position: relative;
	margin: 0 auto;
	height: 178px;
}

#logo {
	background: transparent;
	position: absolute;
	top: 48px;left: 280px;
}

#logo img {
	height: 85px;
	width: 183px;
}

#printlogo{
	display: none;
}

#tagline {
}

#tabs {
	position: absolute;
	margin: 0;padding: 0;
	width: 754px;height: 50px;
	top: 180px;left: 0px;
	background: #fff url(../imageshome/nav2.jpg) 0 0 no-repeat;


}



#nav {
	background: #1D7042;
	margin-top: 9px;
	padding: 0;
}
	#nav ul{
		margin: 0 auto;padding: 0;
		text-indent: -9000px;
	}
		#nav ul li {
			display: inline;
			list-style: none;
			margin: 0;padding: 0;
		}
			#nav ul li a {
				height: 42px;
				float: left;
				outline: none;
				color: #fff;
			}
			#nav ul li a:hover {
				/*border-top: 1px solid white;*/
			}
			/* Home
			--------------------------*/
			#t36501 a{width: 62px;}
			#t36501 a:hover, #t36501 a.active{background: url(../images/nav2.jpg) 0px -61px no-repeat;}
			
			/* For Rent Residential 
			--------------------------*/
			#t37621 a{width: 92px;}
			#t37621 a:hover, #t37621 a.active{background: url(../images/nav2.jpg) -62px -61px no-repeat;}
			
			/*For Lease Commercial
			--------------------------*/
			#t37623 a{width: 99px;}
			#t37623 a:hover, #t37623 a.active{background: url(../images/nav2.jpg) -154px -61px no-repeat;}
			
			/* For Sale
			--------------------------*/
			#t37622 a{width: 92px;}
			#t37622 a:hover, #t37622 a.active{background: url(../images/nav2.jpg) -253px -61px no-repeat;}
			
			/* For Residents
			--------------------------*/
			#t37625 a{width: 127px;}
			#t37625 a:hover, #t37625 a.active{background: url(../images/nav2.jpg) -345px -61px no-repeat;}
			
			/* Contact
			--------------------------*/
			#t37626 a{width: 78px;}
			#t37626 a:hover, #t37626 a.active{background: url(../images/nav2.jpg) -472px -61px no-repeat;}
			
			/* About Us
			--------------------------*/
			#t37624 a{width: 88px;}
			#t37624 a:hover, #t37624 a.active{background: url(../images/nav2.jpg) -550px -61px no-repeat;}
			
			/* Client Access
			--------------------------*/
			#t37627 a{width: 116px;}
			#t37627 a:hover, #t37627 a.active{background: url(../images/nav2.jpg) -638px -61px no-repeat;}
			

#main-body {
	background: #fff;
	margin-top: 60px;
}
	#main-table-body {
		background: transparent;
		padding: 0px;
		margin: 0px;
		border-collapse:collapse;
	}

		#main-table-body-leftcell {
			background:transparent;
			margin: 0px;padding: 0px;
			vertical-align: top;
		}
		
		#main-table-body-rightcell {
			margin: 0px;padding: 0px;
			vertical-align: top;
		}




#content{
	width:754px;
	
	margin: 10px 0px;
	padding:0 0 0px 0px;
	text-align: center;

}

#content-header{
	display:none;
}

#content-body {
	
}

#pagetitle{
	margin:0;padding:0;
}
	#pagetitletext h1 {
		font-weight: normal;
		margin:0;padding:29px 0 10px 0;
		color:#009cff;
	}

#content-footer {
	display: none;
}
#footer {
	margin:	0 0 0px 0px;
	padding: 0px;
	background: #eeeeee;
	width:754px;
	height: 40px;
	position: relative;
}
#footerwrap {
	padding: 0px 0 0 0;
}

#footernav {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-align: center;
}
	

	#footernav li {
		display: inline;
		border-right: 1px solid #bbb;
	}
	#footernav li.last {
		border: 0;
	}
		#footernav li a {
			padding: 0 10px;
			color: #919191;
			text-decoration: none;
			font-size:10px;
		}
		#footernav li a:hover {
			color: #217041;
			text-decoration: underline;
		}

#copyright{
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 10px;
	color: #666;
}

#poweredby {
	position: absolute;
	top: 65px;
	right: 30px;
	color: #919191;
	font-size: 10px;
}
	#poweredby a {
		color: #919191;
		text-decoration: none;
	}
	#poweredby a:hover {text-decoration: underline;}