/* CSS Document */

/* GLOBAL */
body{
	background-color:#000;
	background-image:url(../images/residential_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	margin:0px 0px 0px 0px;
	}
	
p {
	margin:0px 0px 10px 0px;
	}
	
a {
	color:#ededed;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#000;
	text-decoration:none;
	}
	
img {
	behavior:url(scripts/iepngfix.htc);
	border:0px;
	}
	
h1 {
	font-size:19px;
	color:#333;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	}
	
h2 {
	font-size:17px;
	color:#333;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	}
	
#top {
	width:750px;
	height:75px;
	display:block;
	background-image:url(../images/residential.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:1px solid #fff;
	background-color:#7f7f7f;
	}
	
#top img {
	margin:7px 0px 0px 10px;
	float:left;
	}
	
#container {
	width:750px;
	height:auto;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#7f7f7f;
	}
	
#nav {
	width:125px;
	height:auto;
	display:block;
	float:left;
	text-align:left;
	}
	
#nav ul {
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 10px;
	}
	
#nav li {
	margin:10px 0px 0px 0px;
	}
	
#main {
	width:610px;
	height:auto;
	display:block;
	text-align:left;
	padding:0px 0px 20px 0px;
	}
	
#flash_index{
	width:610px;
	height:165px;
	margin:0px 0px 20px 0px;
	text-align:center;
	}
	
#text_container {
	width:610px;
	height:auto;
	display:table;
	}
	
#text_left {
	width:290px;
	height:auto;
	display:table-cell;
	margin:0px 10px 15px 0px;
	float:left;
	}
	
#text_right {
	width:290px;
	height:auto;
	display:table-cell;
	margin:0px 10px 15px 10px;
	float:right;
	}
	
#text_full {
	width:600px;
	height:auto;
	display:block;
	margin:0px 10px 15px 0px;
	clear:both
	}
	
.contact_name {
	color:#333;
	font-size:13px;
	width:20px;
	}

.contact_icon {
	color:#333;
	width:20px;
	}
	
#footer {
	width:755px;
	height:auto;
	}
	
#copyright {
	width:auto;
	height:auto;
	margin:5px 0px 0px 0px;
	float:left;
	text-align:left;
	font-size:9px;
	}
	
#address {
	width:auto;
	height:auto;
	margin:5px 0px 0px 0px;
	text-align:right;
	float:right;
	font-size:10px;
	}
	
	
	
/* MAPS */

#map_container {
	width:600px;
	height:300px;
	margin:0px 10px 15px 0px;
	}
	
#map_left {
	width:260px;
	height:270px;
	display:table-cell;
	margin:0px 10px 15px 0px;
	float:left;
	overflow:auto;
	background-color:#aaa;
	padding:15px;
	}
	
#map_right {
	width:290px;
	height:300px;
	display:table-cell;
	margin:0px 0px 15px 10px;
	float:right;
	}




/* watermark */
#watermark_container {
	width:100%;
	height:40px;
	display:block;
	clear:both;
	}
	
#watermark {
	width:113px;
	height:30px;
	float:right;
	}
