@charset "UTF-8";
@import url(reset.css);


/*============================================================
 Page
============================================================*/

body { 
	padding: 0;
	margin: 0;
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #171717;
	background-attachment: fixed;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #222;
	text-align: center;
	}
	
#wrap {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	}
	
#centrenav {
	position: absolute;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	padding: 0.2em 0;
	margin-top: 35%;
	margin-bottom: 5em;
	color: #333;
	font-weight: normal;
	text-align: left;
	background-color: #222;
	background-color: rgba(0,0,0,0.8);
	filter: alpha(opacity=80);
	zoom: 1;
	z-index: 999;
	}	

img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
	} 

.wide img#expando, 
.tall img#expando { 
	display: block; 
	} 

.wide img#expando { 
	width: 100%; 
	height: auto; 
	} 

.tall img#expando { 
	width: auto; 
	height: 100%; 
	}

.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
	}
	
	
/*============================================================
 Essentials
============================================================*/

p, blockquote, li {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	}

ul, ol {
	list-style-type: disc;
	margin-left: 18px;
	}

a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #BBB;
	}

a:hover, a:active {
	color: #FFF;
	}

a img	{border: none;}


/*============================================================
Centre Nav Band
============================================================*/

#logo {
	float: left;
	width: 290px;
	height: 28px;
	margin: 0 0 0 10px; /* top, right, bottom, left */
	}

#logo a {
	display: block;
	background: url(../images/logo.gif) 0 0 no-repeat;
	text-indent: -5000px;
	}

#nav {
	float: right;
	margin: 0 40px 0 0;
	}

#nav li {
	float: left;
	display: inline;
	}

#nav a {
	display: block;
	height: 28px;
	background-image: url(../images/nav_main/nav.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	outline: none;
	}

#nav_communities a {
	width: 146px;
	background-position: 0 0;
	}

#nav_communities a:hover {
	background-position: 0 bottom;
	}

#nav_homeowners a {
	width: 160px;
	background-position: -146px 0;
	}

#nav_homeowners a:hover {
	background-position: -146px bottom;
	}

#nav_news a {
	width: 88px;
	background-position: -305px 0;
	}
	
#nav_news a:hover {
	background-position: -305px bottom;
	}

#nav_company a {
	width: 120px;
	background-position: -393px 0;
	}

#nav_company a:hover {
	background-position: -393px bottom;
	}
	
#nav_contact a {
	width: 107px;
	background-position: -513px 0;
	}

#nav_contact a:hover {
	background-position: -513px bottom;
	}
	
	
	
/*============================================================
Blocks
============================================================*/	
	
#column1 {float: right; width: auto; height: auto; margin: 0; padding: 0; }
#column10 {float: left; width: auto; height: auto; margin: 0; padding: 0; }



/*============================================================
Footer
============================================================*/

#footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: #222;
	background-color: rgba(0,0,0,0.7);
	filter: alpha(opacity=70);
	zoom: 1;
	z-index: 997;
	}		
	
#copyright {
	text-align: right;  
	padding: 2px 40px 2px 40px;
	font-size: 10px;
	line-height: 1em;
	color: #999;
	margin-bottom: 1em;
	}
	
#copyright a {
	text-decoration: none;
	}