body {
	background: #FF7E40 url(../images/body-bg.gif) repeat-x;
	color: #000;
	}
	
div.wrap {
	margin: 0 auto;
	width: 960px;
	}
	
/* Logo Section
---------------------------------*/

div.print_logo {
	display: none;
	}
	
div#logo_section {
	height: 130px;
	overflow: hidden;
	background: url(../images/logo-bar.gif) no-repeat;
	}
	
div#logo_section h2 {
	height: 130px;
	width: 240px;
	overflow: hidden;
	position: relative;
	}
	
div#logo_section h2 a {
	height: 130px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	
div#logo_section h2 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo-bar.gif) no-repeat;
	}
	
/* Navigation Bar
----------------------------------*/
	
div#nav {
	height: 100px;
	overflow: hidden;
	}
	
div#nav ul {
	height: 100px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
	
div#nav ul li {
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
div#nav ul li a {
	height: 100px;
	display: block;
	position: relative;
	background-position: 0 0;
	}
	
div#nav ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/nav-bg.jpg) no-repeat;
	background-position: 0 0;
	}
	
div#nav ul li a:hover {
	background-position: 0 -100px;
	}
	
div#nav ul li a:hover span {
	background-position: 0 -100px;
	}
	
div#nav ul li a:active span {
	background-position: 0 -200px;
	}

/* Rental Link 
---------------------------------*/	
div#nav ul li#rental_link {
	width: 143px;
	}
	
div#nav ul li#rental_link a:hover span {
	background-position: 0 -100px !important;
	}

/* Sale Link
-------------------------------------*/	
div#nav ul li#sale_link {
	width: 133px;
	}
	
div#nav ul li#sale_link span {
	background-position: -143px 0;
	}
	
div#nav ul li#sale_link a:hover span {
	background-position: -143px -100px !important;
	}

/* MLS Link
----------------------------------*/

div#nav ul li#mls_link {
	width: 140px;
	}

div#nav ul li#mls_link span {
	background-position: -276px 0;
	}
	
div#nav ul li#mls_link a:hover span {
	background-position: -276px -100px;
	}
	
/* Island Link
-----------------------------------*/

div#nav ul li#island_link {
	width: 130px;
	}
	
div#nav ul li#island_link span {
	background-position: -416px 0;
	}
	
div#nav ul li#island_link a:hover span {
	background-position: -416px -100px;
	}

/* Photo Link
-------------------------------------*/

div#nav ul li#photo_link {
	width: 139px;
	}
	
div#nav ul li#photo_link span {
	background-position: -546px 0;
	}
	
div#nav ul li#photo_link a:hover span {
	background-position: -546px -100px;
	}
	
/* Team Link
-------------------------------------*/
	
div#nav ul li#team_link {
	width: 132px;
	}
	
div#nav ul li#team_link span {
	background-position: -685px 0;
	}
	
div#nav ul li#team_link a:hover span {
	background-position: -685px -100px;
	}
	
/* Contact Link
--------------------------------------*/
	
div#nav ul li#contact_link {
	width: 143px;
	}
	
div#nav ul li#contact_link span {
	background-position: -817px 0;
	}
	
div#nav ul li#contact_link a:hover span {
	background-position: -817px -100px;
	}

a span, button:hover {
	cursor: hand;
	}
	
/* Signup Bar 
---------------------------------------*/

div#signup_section {
	height: 50px;
	overflow: visible;
	padding-top: 20px;
	}
	
div#signup_section h3 {
	font-size: 15px;
	font-weight: normal;
	float: left;
	padding-left: 25px;
	margin-left: 10px;
	margin-top: 7px;
	}
	
div#signup_section form {
	margin: 0;
	padding: 0;
	margin-left: 450px;
	}
	
div#signup_section form legend {
	display: none;
	}

div#signup_section form fieldset {
	border: 0;
	height: 1%;
	position: relative;
	}
	
div#signup_section form fieldset div {
	float: left;
	height: 30px;
	vertical-align: middle;
	}
	
div#signup_section form fieldset div label {
	float: left;
	font-size: 12px;
	padding-right: 3px;
	margin-top: 5px;
	}
	
div#signup_section form fieldset div input {
	font-size: 12px;
	width: 146px;
	margin-right: 10px;
	margin-top: 5px;
	}
	
div#signup_section form button {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	}
		
/* Footer 
------------------------------*/

div#footer {
	font-size: 13px;
	padding: 20px;
	}
	
div#footer_links {
	text-align: center;
	}
	
div#footer_links ul {
	list-style: none;
	text-align: center;
	}
	
div#footer_links ul li {
	padding: 5px;
	font-size: 12px;
	display: inline;
	background: transparent !important;
	}
	
div#footer p {
	line-height: 26px;
	text-align: center;
	}
	
div#footer a {
	color: #000;
	text-decoration: underline;
	background-color: #F99464;
	padding: 3px;
	}
	
div#footer_links ul li a {
	background: transparent !important;
	}

/* Modal Errors 
-----------------------------*/

div.form_error_summary {
	padding: 20px;
	border: 3px solid #ff0000;
	margin: 10px;
	background-color: #eee;
	}

div.modal_message {
	padding: 20px;
	}

h3.error_heading { 
	color: black; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 0.5em;
	}
	
span.error { 
	color: red; 
	display: block; 
	margin-bottom: 0.5em; 
	font-weight: bold;
	}
	
form span.error {
	font-size: 75% !important;
	display: inline !important;
	}
	
span.success {
	color: green; 
	display: block; 
	margin-bottom: 0.5em; 
	font-weight: bold;
	}
	
p.error_desc { 
	font-size:11px; 
	color:#666; 
	}
	
p.error_footer { 
	font-size: 13px; 
	}
	
ul {
	list-style: none !important;
	}
