/* CSS Document */

/* basic elements */
body { 
	margin: 0;
	padding: 0; 
	font: normal 12px/14px Times, Georgia, Times, serif; color:#666666;
	}
/* specific divs */

#container {
	position:absolute;
	left:50%;
	margin-left:-350px;
	width: 704px;
	border: none;
	text-align: left;
	background-color:#FFFFFF;
}

#logo {
width:700px;
height:50px;
vertical-align:top;
float:left;
}

#content{
	width:704px;
	height:320px;
}

#left {
float:left;
width: 180px;
height:320px;
}

#right {
	float:left;
	width:520px;
	height:320px;
	padding:0;
	background-color:eff4b1;
	vertical-align:top;
	background-image:url(images/bg_about.gif);
}

#home{
float:left;
width: 700px;
height:320px;
}

#text{
float:right;
width:470px;
height:175px;
padding:20px;
overflow:auto;
}

.text a:link { 
	color: #036693;
	text-decoration: none;
	}
.text a:visited { 
	color: #036693;
	text-decoration: none;
	}
.text a:hover { 
	color: #036693;
	text-decoration: underline;
	}
.text a:active{
	color: #036693;
	text-decoration: none;
}	

#nav {
float:left;
width:700px;
height:20px;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:14px; 
color:#999999;
padding:10px 0 0 0;
}

.nav a:link { 
	color: #999999;
	text-decoration: none;
	}
.nav a:visited { 
	color: #999999;
	text-decoration: none;
	}
.nav a:hover { 
	color: #000000;
	text-decoration: none;
	}
.nav a:active{
	color: #999999;
	text-decoration: none;
}	
	
#aboutNav {
float:left;
width:640px;
height:20px;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:11px; 
color:#999999;
padding:0 0 0 60px;
}	

#propertiesNav {
float:left;
width:590px;
height:20px;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:11px; 
color:#999999;
padding:0 0 0 110px;
}	

#locationNav {
float:left;
width:510px;
height:20px;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:11px; 
color:#999999;
padding:0 0 0 190px;
}	

#contactNav {
float:left;
width:400px;
height:20px;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:11px; 
color:#999999;
padding:0 0 0 300px;
}	

ul {
margin:0;
padding:0;
}

li {
list-style:none;
list-style-type:none;
float:left;
padding: 0px 15px 0px 2px;
}

.bracket {
padding: 0;
}

#legal{
	float:left;
	width:701px;
	/*height:50px;*/
vertical-align:top;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#999999;
	text-align:center;
	padding: 10px 0 0 0;
}

.legal a:link { 
	color: #999999;
	text-decoration: none;
	}
.legal a:visited { 
	color: #999999;
	text-decoration: none;
	}
.legal a:hover { 
	color: #999999;
	text-decoration: none;
	}
.legal a:active{
	color: #999999;
	text-decoration: none;
}	

