/* Subpage Navigation
--------------------------------------------------*/	
div#nav {
	background: url(../images/subpage_nav_bg.jpg) repeat-x;
	height: 100px;
	}
	
div#nav ul li a span {
	background-image: url(../images/subpage_nav.jpg);
	}

/* Section Heading
-----------------------------------------------------*/		
div#section_heading {
	border-bottom: 1px solid #D6D6D6;
	position: relative;
	height: 1%;
	margin: 0 10px 1.0em 10px;
	}
	
div#section_heading h2 {
	float: left;
	}
	
div#section_heading ul {
	margin-left: 300px;
	list-style: none;
	}
	
div#section_heading ul li {
	float: left;
	margin-right: 10px;
	font-size: 90%;
	}
	
/* Sub Column
-----------------------------------------------------*/			
div#sub_col {
	float: left;
	width: 290px;
	padding-left: 15px;
	font-size: 90%;
	line-height: 175%;
	}
	
div#sub_col ul {
	list-style: none;
	padding-left: 15px;
	}
	
div#sub_col ul li {
	background: url(../images/icon_arrow.jpg) no-repeat 0 50%;
	min-height: 20px;
	padding-left: 25px;
	line-height: 180%;
	}

/* Main Column
-----------------------------------------------------*/			
div#main_col {
	margin-left: 305px;
	}
	
div#main_col tr {
	border-top: 1px solid #CCCCCC;
	}
	
div#map, div#avalon_map, div#stone_harbor_map {
	width: 625px;
	height: 450px;
	margin-bottom: 1.0em;
	}

/* Forms
-------------------------------------------------------*/

fieldset {
	border: 1px solid #D6D6D6;
	padding: 20px;
	}
	
input, select, option {
	font-size: 101%;
	}
	
option {
	padding-right: 0.5em;
	}
	
fieldset table {
	margin-bottom: 0 !important;
	}
	
legend {
	color: #06294D;
	font-weight: bold;
	}
	
/* 10 Reasons to work with Steve
----------------------------------------*/

ol#reasons {
	list-style-position: inside;
	}
	
ol#reasons li {
	padding: 0.65em 0;
	}
	
/* Sales Listing Styles
-----------------------------------------*/

.price {
	font-weight: bold;
	}
	
table table {
	margin-bottom: 0;
	}
	
/* Contact Form
-----------------------------------------*/
#contact_form label, #listing_form label {
	display: block;
	}
	
#contact_form fieldset div, #listing_form fieldset div {
	margin-bottom: 0.5em;
	}
	
/* Table Listings */
table.listings {
	width: 95%;
	}
	
table.listings td {
	padding: 10px;
	vertical-align: top;
	}
	
 a img {
 	border: 0;
 	}