/* Set the fixed width on-screen
--------------------------------------------------*/
div.wrap {
	width: 970px;
	margin: 0 auto;
	}
	
/* Hide the accessibility from regular screens
--------------------------------------------------*/
div#accessibility {
	position: absolute;
	text-indent: -15000px;
	}
	
/* Mini Signup 
-------------------------------------------------*/

div#mini_signup {
	background-color: #03162a;
	color: #fff;
	border-bottom: 1px solid #6AB9FE;
	}
	
div#mini_signup div.wrap {
	/*text-align: center;*/
	}
	
div#mini_signup p {
	padding: 5px;
	margin: 0;
	font-size: 90%;
	}
	
div#mini_signup form {
	display: none;
	border: 1px solid #666;
	font-size: 85%;
	color: #000;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	margin: 0;
	}
	
div#mini_signup form fieldset {
	border: 0;
	padding: 0;
	position: relative;
	}
	
div#mini_signup form fieldset legend {
	font-weight: bold;
	font-size: 120%;
	}
	
div#mini_signup form fieldset div a {
	position: absolute;
	right: 0;
	bottom: 0;
	}
	
/* Logo
--------------------------------------------------*/
div#logo {
	height: 90px;
	position: relative;
	overflow: hidden;
	background: url(../images/logo_bg.jpg) repeat-x;
	}
	
div#logo div.wrap {
	background: url(../images/logo.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	}
	
div#logo h2 a {
	padding-top: 91px;
	display: block;
	}
	
/* Navigation
--------------------------------------------------*/	
div#nav {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	}
	
div#nav div.wrap {
	position: relative;
	}
	
div#nav ul {
	margin: 0;
	list-style: none;
	position: relative;
	}
	
div#nav ul li {
	float: left;
	height: 70px;
	overflow: hidden;
	position: relative;
	}
	
#nav ul li a {
	display: block;
	height: 70px;
	overflow: hidden;
	position: relative;
	}
	
#nav ul li a span {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	background-position: 0 0;
	}

#nav ul li a:hover {
	background-position: 0 0;
	}
	
#nav ul li a:hover span {
	background-position: 0 -70px;
	}

/* Individual Links
--------------------------------------------------*/

/* Home */
#home_link a {
	width: 123px;
	}
	
#home_link a span {
	width: 123px;
	}

#home_link a:hover span {
	background-position: 0 -70px !important;
	}
	
#home_link a.active span, #home_link a.active:hover span {
	background-position: 0 -140px !important;
	}

/* Rentals */
#rentals_link a {
	width: 130px;
	}
	
#rentals_link a span {
	width: 130px;
	background-position: -123px 0 !important;
	}
	
#rentals_link a:hover span {
	background-position: -123px -70px !important;
	}
	
#rentals_link a.active span, #rentals_link a.active:hover span {
	background-position: -123px -140px !important;
	}
	
/* Sales */
#sales_link a{
	width: 110px;
	}
	
#sales_link a span {
	width: 110px;
	background-position: -253px 0 !important;
	}
	
#sales_link a:hover span {
	background-position: -253px -70px !important;
	}
	
#sales_link a.active span, #sales_link a.active:hover span {
	background-position: -253px -140px !important;
	}

/* Stone Harbor */
#stone_harbor_link a {
	width: 187px;
	}
	
#stone_harbor_link a span {
	width: 187px;
	background-position: -363px 0 !important;
	}
	
#stone_harbor_link a:hover span {
	background-position: -363px -70px !important;
	}
	
#stone_harbor_link a.active span, #stone_harbor_link a.active:hover span {
	background-position: -363px -140px !important;
	}

/* About */	
#about_link a {	
	width: 240px;
	}
	
#about_link a span {
	width: 240px;
	background-position: -550px 0 !important;
	}
	
#about_link a:hover span {
	background-position: -550px -70px !important;
	}
	
#about_link a.active span, #about_link a.active:hover span {
	background-position: -550px -140px !important;
	}

/* Contact */	
#contact_link a {
	width: 180px;
	}
	
#contact_link a span {
	width: 180px;
	background-position: -790px 0 !important;
	}
	
#contact_link a:hover span {
	background-position: -790px -70px !important;
	}
	
#contact_link a.active span, #contact_link a.active:hover span {
	background-position: -790px -140px !important;
	}
	
/* Mid Footer
-------------------------------------------------------*/

div#mid_footer div.wrap {
	background: url(../images/mid_footer_dividers.jpg) no-repeat bottom;
	position: relative;
	height: 1%;
	}
	
div#mid_footer h3 {
	padding: 0.25em 0 0.25em 25px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
	
div#mid_footer h3 a {
	color: #06294D;
	text-decoration: none;
	}
	
#about_blurb, #rentals_blurb, #sales_blurb, #stone_harbor_blurb, #contact_blurb {
	width: 169px;
	float: left;
	font-size: 85%;
	line-height: 125%;
	padding: 10px 10px 10px 15px;
	}
	
#about_blurb h3 {
	background-image: url(../images/icon_about.jpg);
	}
	
#rentals_blurb h3 {
	background-image: url(../images/icon_search.jpg);
	}
	
#sales_blurb h3 {
	background-image: url(../images/icon_star.jpg);
	}
	
#stone_harbor_blurb h3 {
	background-image: url(../images/icon_earth.jpg);
	}
	
#contact_blurb h3 {
	background-image: url(../images/icon_contact.jpg);
	}
	
/* Footer
--------------------------------------------------*/

div#footer div.wrap {
	padding: 10px 10px;
	}

div#footer p {
	font-size: 80%;
	color: #666666;
	line-height: 140%;
	width: 63%;
	float: left;
	padding-left: 15px;
	}
	
/* VCard
--------------------------------------------------*/

div.vcard {
	margin-left: 67%;
	font-size: 85%;
	line-height: 125%;
	}
	
div.vcard div.org {
	font-weight: bold;
	}
	
div.vcard div.slogan {
	font-style: italic;
	}
	
div.vcard div.tel {
	font-weight: bold;
	}
	
div.df_logo {
	text-align: center;
	}