html, body{
	background-color:#0087aa;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
    }

a { 
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	}
a:link {
	color: #002255;
	}
a:visited {
	color: #002255;
	}
a:active {
	color: #006699;
		}
	a:hover {
	    color: #002233;
		text-decoration: underline;
		}

#pagewidth{
	
 width:778px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 

 
#header{
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	position:relative;
	height:164px;
	width:100%;
} 

.menu {
	margin: 142px 20px 0px 0px;
	text-decoration: bold;
	float:right; 
	position:relative;
}
a.menulink { 
	margin: 0px 0px 0px 17px;
	color: #002e56;
	}


#wrapper {
 background-image:url(images/background.png);
 background-repeat: repeat-y;;
 width:778px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
}
#leftcol{
	width:70px;
	float:left;
	position:absolute;
	margin-left: 10px;
	top: 187px;
	}
.left_menu{
	width:100 px;
	float:left;
	position:relative;
	text-align: left;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}

.left_head{
	float:left;
	
}

.left_text{
	float:left;
	position:relative;
	margin: 15px 20px 5px 15px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

ul {
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	font-size: 10px;
	}
	
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:600px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
 }
 
 .left_link {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12 px;
 }

#property_links {
	border: 1px solid #000;
	height: 86px;
	width: 778px;
}
img { border: 0px; }

#legal{
	margin: 5px auto 0px auto;
	height:30px;  
	clear:both;
	font-size: 10px;
}

a.legallink {
	 clear:both;
	font-size: 10px;
	}

h1 {
	margin: 14px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	color: #600;
		}

h2, h3 {
	margin: 12px 45px 5px 15px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	}
	
.home_headline {
	margin: 12px 45px 5px 15px;
	text-decoration: bold;
	font-size: 15px;
}
.home_text {
	margin: 8px 60px 12px 15px;
	font-size: 11px;
	text-align:left;
}
.photo {
	margin: 8px 40px 0px 20px;
	float:right;
	display:inline; 
	position: relative;
}
.video {
	margin: 8px 81px 0px 20px;
	float:right;
	display:inline; 
	position: relative;	
}

 #map {
	margin: 10px auto 10px auto;
	border: 1px solid #000;
}
.gallery {
	margin: 8px 81px 0px 20px;
	float:right;
	display:inline; 
	position: relative;	
}

.gallery-img {
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

