body {
	background: #000;
	}

/* 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;
	}
	
/* Logo
--------------------------------------------------*/
div#logo {
	height: 150px;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	}
	
div#logo div.wrap {
	background: url(../images/logo.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	}
	
div#logo h2 a {
	padding-top: 151px;
	display: block;
	}
	
/* Navigation
--------------------------------------------------*/	
div#nav {
	position: relative;
	overflow: hidden;
	height: 70px;
	}
	
div#nav div.wrap {
	position: relative;
	height: 70px;
	overflow: hidden;
	}
	
div#nav ul {
	margin: 0;
	list-style: none;
	position: relative;
	display: block;
	}
	
div#nav ul li {
	float: left;
	height: 70px;
	overflow: hidden;
	position: relative;
	height: 70px;
	}
	
#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: url(../images/nav.jpg) no-repeat 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: 98px;
	}
	
#home_link a span {
	width: 98px;
	}

#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;
	}
	
/* Sales */
#sales_link a {
	width: 203px;
	}
	
#sales_link a span {
	width: 203px;
	background-position: -98px 0 !important;
	}

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

/* Rentals */
#rent_link a {
	width: 211px;
	}
	
#rent_link a span {
	width: 211px;
	background-position: -301px 0 !important;
	}
	
#rent_link a:hover span {
	background-position: -301px -70px !important;
	}
	
#rent_link a.active span, #rentals_link a.active:hover span {
	background-position: -301px -140px !important;
	}
	
/* About */	
#about_link a {	
	width: 123px;
	}
	
#about_link a span {
	width: 123px;
	background-position: -512px 0 !important;
	}
	
#about_link a:hover span {
	background-position: -512px -70px !important;
	}
	
#about_link a.active span, #about_link a.active:hover span {
	background-position: -512px -140px !important;
	}

/* Cape May */
#cape_may_link a {
	width: 170px;
	}
	
#cape_may_link a span {
	width: 170px;
	background-position: -635px 0 !important;
	}
	
#cape_may_link a:hover span {
	background-position: -635px -70px !important;
	}
	
#cape_may_link a.active span, #cape_may_link a.active:hover span {
	background-position: -635px -140px !important;
	}

/* Contact */	
#contact_link a {
	width: 165px;
	}
	
#contact_link a span {
	width: 165px;
	background-position: -805px 0 !important;
	}
	
#contact_link a:hover span {
	background-position: -805px -70px !important;
	}
	
#contact_link a.active span, #contact_link a.active:hover span {
	background-position: -805px -140px !important;
	}
	
/* Content
--------------------------------------------------*/

#main_content a:hover {
	color: #56a7ff;
	}
	
#left_col {
	float: left;
	position: relative;
	width: 530px;
	height: 1%;
	}
	
#left_col h1 {
	line-height: 105%;
	}
	
#left_col h1, #left_col h2, #left_col h3, #left_col h4, #left_col table, #left_col p, #left_col ul, #left_col ol, #left_col dl {
	padding-left: 20px;
	}
	
#left_col ul, #left_col ol, #right_col ul, #right_col ol {
	list-style-position: inside;
	}
	
#left_col hr {
	margin-left: 20px;
	}
	
#right_col {
	margin-left: 575px;
	padding-right: 10px;
	color: #444;
	}
	
dt {
	font-weight: bold;
	}
	
a.bulleted {
	margin-top: 0.35em;
	padding-left: 23px;
	padding-top: 0.5em;
	border-top: 1px solid #E2E1CD;
	background: url(../images/bullet.png) no-repeat 0 50%;
	display: block;
	}
	
/* Footer
--------------------------------------------------*/

div#footer {
	padding-top: 30px;
	/*background: url(../images/footer_bg.jpg) no-repeat 50% 0;*/
	color: #fff;
	font-size: 90%;
	clear: both;
	}

div#footer div.wrap {
	}

div#footer p {
	text-align: center;
	padding: 0 40px;
	}

