/* THE REAL SOUTHEAST NC GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: #2B2B2B url("../images/backgrounds/bridge_background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #9C5B16;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 20px 0px;
}

a {
	color: #9C5B16;
	text-decoration: none;
}

div#container {
	position: relative;
	margin: 0px auto;
	border: 10px solid #FFFFFF;
	background: #2B2B2B url("../images/backgrounds/container_background.jpg");
	width: 700px;
}

div#body_container {
	background: transparent url("../images/backgrounds/left_column_background.jpg");
	background-repeat: no-repeat;
}


/* BODY TEXT RULES */

div#body {
	position: relative;
	font-size: 13px;
}

	#body h1, #body h2 {
		margin: 0px 0px 20px 0px;
	}

	#body h3, #body h4, #body h5, #body h6 {
		margin: 20px 0px;
	}

	#body ul, #body ol {
		margin: 20px 0px 20px 25px;
	}
	
	#body img {
		border: 2px solid #FFFFFF;
		margin: 0px 10px;
	}
	
	#body a {
		border-bottom: 1px dotted #727272;
		color: #95A37B;
		text-decoration: none;		
	}
	
	#body a:hover {
		border-bottom: 1px dotted #222222;
		color: #222222;
	}
	

/* ANCHOR LINKS 

ul#anchor_links {
	display: block;
	float: right;
	clear: right;
	margin: 0px;
	list-style: none;
	font-size: 11px;
}

	#anchor_links li {
		float: left;
		padding: 0px 5px;
	}
	
	#anchor_links li a {
		display: block;
		padding: 0px 0px 0px 17px;
		border: 0px;
		height: 25px;
		background: transparent url("../images/navigation/anchor_link_nav_icon.gif");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		color: #323232;
	}
	
	#anchor_links li a:hover {
		border: 0px;
		background-position: 0px -25px;
	}

	#anchor_links li a:active {
		border: 0px;
	}
	
	#anchor_links li a span {
		display: block;
		margin: 0px 0px 8px 0px;
		padding: 0px 3px;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		height: 17px;
		background-color: #CCDCAE;
	}
	
	#anchor_links li a:hover span {
		background-color: #81AAEB;
		color: #FFFFFF;
	}  */

	div#body a.back_to_top_link {
		float: right;
		margin: 0px;
		padding: 0px 17px 0px 0px;
		border: 0px;
		height: 25px;
		width: 100px;
		background: transparent url("../images/navigation/back_to_top_anchor_icon.gif");
		background-position: 100% 0%;
		background-repeat: no-repeat;
		color: #323232;
	}
	
	div#body a.back_to_top_link:hover {
		background-position: 100% -25px;
		border: 0px;
	}
	
	div#body a.back_to_top_link span {
		display: block;
		margin: 4px 0px 4px 0px;
		padding: 0px 3px;
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		border-left: 2px solid #FFFFFF;
		height: 17px;
		background-color: #CCDCAE;
	}

	div#body a.back_to_top_link:hover span {
		background-color: #81AAEB;
		color: #FFFFFF;
	}
	
/* ANCHOR LINKS (SIMPLE AND BLAHHHH)*/

div#body ul#anchor_links {
	margin: 20px 0px;
	list-style: none;
}

	#anchor_links li {
		display: inline;
		padding: 0px 5px;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
	}


/* SOAPBOX FORUM RULES */

h3.forum_header {
	background: transparent url("../images/soapbox/clipboard_icon.gif");
}

h3.add_new_post_header {
	background: transparent url("../images/soapbox/add_post_header_icon.gif");
}

h3.forum_header, h3.add_new_post_header {
	padding: 0px 0px 0px 35px;
	line-height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
}

a#add_post_link {
	position: absolute;
	top: 60px;
	right: 0px;
	display: block;
	padding: 0px 0px 0px 50px;
	border: 0px;
	width: 121px;
	height: 50px;
	line-height: 40px;
	background: transparent url("../images/soapbox/add_new_post_icon.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 16px;
}

a#add_post_link:hover {
	background-position: 0px -50px;
	border: 0px;
}

div#body ul.postings {
	margin: 20px 0px;
}

	div#body ul.postings ul.sub_postings {
		margin: 0px 0px 20px 20px;
	}

.soapbox_post {
	margin: 20px 0px;
	padding: 0px 0px 0px 35px;
	list-style: none;
	line-height: 25px;
	background: transparent url("../images/soapbox/posting_icon.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

p.author_info {
	float: left;
	width: 250px;
}

ul#posting_nav {
	position: relative;
	top: -30px;
	float: right;
	width: 150px;
	list-style: none;
}

	a#add_new_topic {
		background: transparent url("../images/soapbox/add_post_header_icon.gif");
	}
	
	a#return_to_home {
		background: transparent url("../images/soapbox/return_to_postings_icon.gif");
	}
	
	a#delete_this_post {
		background: transparent url("../images/soapbox/delete_posting_icon.gif");
	}
	
	ul#posting_nav li a {
		display: block;
		padding: 0px 0px 0px 35px;
		border: 0px;
		height: 30px;
		line-height: 25px;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	ul#posting_nav li a:hover {
		border: 0px;
	}

/* SIDEBAR INFO */

div#supplimental_information {
	width: 150px;
	height: 61px;
	background: transparent url("../images/logos/the_real_southast_nc_logo.jpg");
	background-repeat: no-repeat;
}

	#supplimental_information a {
		display: none;
	}

/* SUB NAVIGATION */

ul#sub_navigation {
	margin: 25px 0px 0px 0px;
	width: 150px;
	list-style: none;
}

	#sub_navigation li a {
		display: block;
		padding: 0px 0px 0px 15px;
		border: 2px solid #FFFFFF;
		width: 131px;
		height: 26px;
		line-height: 26px;
		background-color: #FFFFFF;
		color: #727272;
	}
	
	#sub_navigation li a:hover {
		background: #CCDCAE url("../images/navigation/sub_nav_hover_house.gif");
		background-repeat: no-repeat;
		background-position: left center;		
	}
	
	#sub_navigation li a:active {
		background: #81AAEB url("../images/navigation/sub_nav_active_house.gif");
		background-repeat: no-repeat;
		background-position: left center;	
		color: #FFFFFF;	
	}


/* CONTACT INFO */
	
div#contact_info {
	padding: 0px 0px 0px 10px;
	width: 125px;
	height: 61px;
	font-size: 16px;
	background-repeat: no-repeat;
}

	#contact_info p {
		margin: 0px 0px;
	}


/* MORTGAGE CALCULATOR RULES */

table#mortgage_calculator {
	margin: 20px 0px 0px 0px;
	font-size: 9px;
	line-height: 25px;
}


/* FEATURED LISTINGS & RESTAURANT SYSTEMS */

div.featured_property, div.featured_restaurant {
	position: relative;
	margin: 15px 0px;
	border-top: 1px dotted #727272;
	padding: 10px 0px;
	width: 450px;
	clear: right;
}

	.featured_property img, .featured_restaurant img {
		margin: 0px 0px 0px 0px;
		border: 3px solid #FFFFFF;
		float: left;
		display: inline;
		width: 100px;
		height: 100px;
	}
	
	div#market_state {
		position: absolute;
		top: 10px;
		left: 0px;
	}

	* html div#market_state {
		position: absolute;
		top: 13px;
		left: 13px;
	}	
	
#body h3.featured_property_address, #body h3.featured_restaurant_name {
	margin: 0px 0px 10px 130px;
	color: #9C5B16;
}

.featured_property_price, .featured_restaurant_address {
	display: block;
	margin: 0px 0px 0px 130px;
	font-size: 14px;
	font-weight: bold;
}

.featured_property_general_info, .featured_restaurant_general_info {
	margin: 10px 0px 0px 130px;
}


/* FORM RULES */

form#contact_form, form#home_value_form, form#add_posting {
	margin: 20px 0px 0px 0px;
	width: 450px;
	line-height: 25px;
}

	#contact_form label, #home_value_form label {
		float: left;
		display: block;
		width: 150px;
	}
	
	#add_posting label {
		display: block;
		clear: right;
	}
	
	#contact_form input, #contact_form textarea, 
	#home_value_form input, #home_value_form textarea, 
	#add_posting input, #add_posting textarea {
		width: 250px;
		border: 1px dotted #727272;
		background-color: #ffffff !important;
	}

	#contact_form input, #home_value_form input {
		float: left;
		clear: right;
	}
	
	#add_posting input {
		clear: right;
		padding: 0px 100px 0px 0px;
	}

	#contact_form textarea, #home_value_form textarea, #add_posting textarea {
		height: 80px;
	}
	
	input#password_field {
		width: 200px;
	}
	
	input#submit_button {
		margin: 0px 0px 0px 150px;
		float: left;
		width: 100px;
	}
	
	input#submit_button_post {
		width: 100px;
	}
	
	span.required_field {
		color: #990000;
	}


/* FOOTER */

div#footer {
	clear: both;
	padding: 10px 0px 0px 195px;
	width: 505px;
	text-align: right;
}

	#footer img {
		padding: 0px 0px 0px 50px;
	}
	
div#copyright {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 720px;
	height: 50px;
	color: #FFFFFF;
	font-size: 10px;
}

	p#quick_contact_info {
		font-size: 14px;
	}

	#copyright a {
		float: right;
		display: block;
		width: 110px;
		height: 60px;
		background: transparent url("../images/logos/designed_by_sticky_it.jpg");
		background-repeat: no-repeat;
	}
	
		#copyright a span {
			display: none;
		}
	
	#copyright p {
		margin: 5px 0px 10px 0px;
	}
