/* Subpage Navigation
---------------------------------------------------------------*/

div#subpage {
	background: url(../images/subpage_bg.jpg) repeat-x;
	}

div#nav div.wrap {
	background: url(../images/nav_subpage.jpg) no-repeat;
	}
	
#community_link span {
	background: transparent url(../images/nav_subpage.jpg) no-repeat 0 0 !important;
	}
	
#available_homes_link span {
	background: transparent url(../images/nav_subpage.jpg) no-repeat -186px 0 !important;
	}
	
#about_link span {
	background: transparent url(../images/nav_subpage.jpg) no-repeat -396px 0 !important;
	}
	
#wildwood_crest_link span {
	background: transparent url(../images/nav_subpage.jpg) no-repeat -526px 0 !important;
	}
	
#faqs_link span {
	background: transparent url(../images/nav_subpage.jpg) no-repeat -726px 0 !important;
	}
	
#contact_link span {
	background: transparent url(../images/nav_subpage.jpg) no-repeat -840px 0 !important;
	}
	
#page_content {
	padding: 0 15px;
	}
	
#page_content p {
	font-size: 100%;
	line-height: 160%;
	}
	
#page_content ul, #page_content ol {
	list-style-position: inside;
	}
	
#page_content li {
	padding-bottom: 0.5em;
	}
	
#page_content a, #main_content a, #sub_content a {
	color: #0081B1;
	}
	
/* Main Column
---------------------------------------------------------*/

#main_content {
	padding-top: 10px;
	}
	
#main_content img, #sub_content img {
	padding: 5px;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #F4F0E5;
	border-right: 1px solid #CBC8C1;
	border-bottom: 1px solid #CBC8C1;
	}
	
/* Videos Page */
#video_links dl {
	margin-bottom: 1.0em;
	}
	
/* Sales List Display
--------------------------------------------------------------------*/

div.view_choices {
	clear: left;
	height: 1%;
	position: relative;
	}	
	
div.view_choices p {
	line-height: 100% !important;
	}
	
div.view_choices img {
	padding: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	float: left;
	margin-right: 10px !important;
	}

#sales_list {
	position: relative;
	height: 1%;
	}
	
#sales_list dl {
	position: relative;
	height: 1%;
	clear: left;
	border-top: 1px solid #EEE;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 150%;
	}
	
#sales_list dt {
	font-size: 130%;
	}
	
#sales_list dt.photo {
	float: left;
	margin-right: 10px;
	border: 1px solid #F4F0E5;
	border-right: 1px solid #CBC8C1;
	border-bottom: 1px solid #CBC8C1;
	background-color: #FFF;
	padding: 0;
	margin-bottom: 10px;
	}
	
#sales_list dt.photo img {
	border: 5px solid #FFF;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#sales_list dd.status {
	font-style: italic;
	}
	
#legend {
	position: relative;
	}

/* Right Column content
--------------------------------------------------------------------*/

#sub_content {
	padding-top: 10px;
	}

#sub_content div {
	margin-left: 25px;
	}
	
#sub_content div.right_col_box {
	background: url(../images/right_col_box_bg.jpg) no-repeat 0 bottom;
	padding-bottom: 0.65em;
	margin-bottom: 1.0em;
	}
	
#sub_content p {
	line-height: 150%;
	margin-bottom: 1.0em;
	color: #555555;
	font-size: 90%;
	}
	
#sub_content hr {
	margin-top: 0.75em;
	margin-right: 30px;
	margin-bottom: 0.75em;
	}
	
#sub_content h4 {
	background-image: url(../images/heading_bg.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
#sub_content div.side_bar_videos h4{
	background: url(../images/icon_vids.jpg) no-repeat 0 50%;
	padding-left: 30px;
	}
	
#sub_content div.right_side_links h4{
	background: url(../images/icon_links.jpg) no-repeat 0 50%;
	padding-left: 30px;
	}
	
#sub_content div.right_col_purchasing h4{
	background: url(../images/icon_purchase.jpg) no-repeat 0 50%;
	padding-left: 30px;
	}
	
/* Mini List of Sales Listing
------------------------------------------*/
	
dl.mini_list, dl.belldon_list {
	position: relative;
	height: 1%;
	border-top: 1px solid #EEE;
	margin: 0; 
	margin-top: 10px;
	padding-top: 10px;
	min-height: 40px;
	}
	
dl.mini_list dt, dl.belldon_list dt {
	font-size: 110%;
	margin-left: 0;
	}
	
.mini_list dt.photo, dl.belldon_list dt.photo {
	position: relative;
	float: left;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	}

.mini_list dd.status, dl.belldon_list dd.status {
	font-style: italic;
	}
	
/* Current Listing */
span.current {
	font-size: 80%;
	color: #666;
	font-style: italic;
	}
	
span.sold {
	color: #CC3300;
	font-weight: bold;
	}
	
div#map {
	width: 600px;
	height: 400px;
	}
	
/* Contact Form */

#contact_form {
	margin-bottom: 1.0em;
	}
	
#contact_form fieldset {
	border: 0;
	border-top: 1px solid #CCCCCC;
	}
	
#contact_form legend {
	font-weight: bold;
	padding: 1.0em;
	padding-left: 0;
	}
	
#contact_form label {
	display: block;
	}
	
#contact_form input {
	margin-bottom: 0.5em;
	}