/* Main Styling */
* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #FAF6EA url(../images/body_bg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

p {
	margin: 10px 0;
	line-height: 120%;
}

a {
	color: #333;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 134%;
	font-weight: bold;
}

h3 {
	font-size: 115%;
	font-weight: bold;
}

/* Universal */

#wrapper {
	min-height: 100%;
	margin-bottom: -56px;
	position: relative;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

.noline {
	text-decoration: none;
}

/* Header */

#header_container {
	background: #FFF url(../images/header_bg.jpg) repeat-x top left;
	height: 82px;
}

#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 78px;
}

#header_left {
	float: left;
	line-height: 78px;
	width: 400px;
	font-weight: bold;
}

#header_right {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	width: 20%;
	font-size: 80%;
	word-spacing: 10px;
}

#header_right a {
	color: #333333;
}

#header_line {
	width: 1px;
	height: 50px;
	background-color: #333;
	float: left;
	margin-top: 14px;
	margin-right: 10px;
}

/* Menu */

#menu_container {
	background: #FFF url(../images/menu_bg.jpg) repeat-x top left;
	border-bottom: 1px solid #FFF;
}

#lavaLampBasicImage {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px 0 140px;
	overflow: hidden;
	top: 10px;
	height: 48px;
}

#lavaLampBasicImage li {
	float: left;
	list-style: none;
}

#lavaLampBasicImage li.backLava {
	background: url("../images/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#lavaLampBasicImage li.backLava .leftLava {
	background: url("../images/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
/* 7px is the width of the rounded shape */
}

#lavaLampBasicImage li a {
	font-weight: bold;
	font-size: 115%;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	top: 4px;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 13px;
}

#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
	color: #fff;
	border: none;
}

/* Main Content */

#main_content ul {
	padding-left: 40px;
}

/* Top section of main content */

#main_content_top_container {
	margin-top: 20px;
}

#main_content_top {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

/* Quick search and slideshow */

#portfolio {
	width: 489px;
	height: 271px;
	float: left;
	list-style-type: none;
}

#portfolio img {

}

#quick_search {
	background: url(../images/quick_search_box.png) no-repeat top left;
	width: 291px;
	height: 271px;
	float: left;
	overflow: hidden;
}

#quick_search #quick_search_form {
	padding: 20px 20px 0 20px;
}

/* Middle (Main) section of main content */
#main_content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

#main_content > h2:first-child { 
	padding-bottom: 15px; 
}

#body_text_left {
	float: left;
	width: 450px;
	margin-right: 30px;
}

#body_text_right {
	float: left;
	width: 281px;
}

/* Sidebar */

#sidebar_header {
	background: url(../images/sidebar_header_bg.png) no-repeat top left;
	width: 284px;
	height: 34px;
}

#sidebar_header p {
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 0 10px;
}

#sidebar_header img {
	vertical-align: bottom;
}

#sidebar_footer {
	background: url(../images/sidebar_footer_bg.png) no-repeat top left;
	margin-top: 1px;
	width: 284px;
	height: 34px;
}

.sidebar_item {
	font-size: 80%;
	background-color: #6CADC3;
	border-right: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	padding: 5px 10px 3px 10px;
	color: #FFF;
	margin-top: 1px;
}

.sidebar_link {
	color: #FFF;
}

/* Main content bottom */

#main_content_bottom_container {
	background: #5891A4 url(../images/extra_main_bg.jpg) repeat-x top left;
}

#main_content_bottom {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}

#main_content_bottom h2 {
	padding: 10px 0 10px 0;
}

#main_content_bottom a {
	color: #FFF;
}

#main_content_bottom li {
	list-style-type: none;
	border-left: 1px solid #333333;
	float: left;
	width: 230px;
	padding: 0 20px 0 20px;
}

#main_content_bottom li.first {
	border-left: 0;
	padding-left: 0;
}

#main_content_bottom li.last {
	padding-right: 0;
}

.news_date {
	font-size: 75%;
	margin: 0;
}

/* Footer */

.clearfooter {
	clear: both;
	height: 56px;
}

#footer_wrapper {
	position: relative;
}

#extra_footer {
	background-color: #5891A4;
	height: 8px;
}

#footer_container {
	background: #FFF url(../images/footer_bg.jpg) repeat-x top left;
	height: 48px;
}

#footer {
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	width: 780px;
}

/* Search and listing display */

#listing_container {
	background: url(../images/listing_bg.png) no-repeat top left;
	padding: 10px 20px 0 20px;
	width: 780px;
	height: 410px;
}

#listing_container h2 {
	padding-bottom: 10px;
}

#map_canvas {
	width: 340px;
	height: 350px;
	margin-left: 10px;
}

#listing_information p {
	font-size: 100%;
}

.listing {
	border: 1px solid #333;
	background: #FFF url(../images/boxbg.jpg) repeat-x bottom left;
	margin-bottom: 2px;
}

.listing_header {
	background: #5891A4 url(../images/listing_header_bg.jpg) repeat-x top left;
	margin-bottom: 2px;
	height: 25px;
	border-bottom: 1px solid #FFF;
}

.listing_header .left {
	padding-left: 5px;
	color: #FFF;
}

.listing_header .right {
	padding-right: 5px;
	color: #FFF;
	text-align: right;
}

.listing_header a {
	color: #FFF;
}

.listing_image {
	border-color: #333;
}

.box {
	background: #FFF url(../images/boxbg.jpg) repeat-x bottom left;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 1px solid #CDCDCD;
	padding: 15px;
}

#listing_information p {
	margin: 0;
}

#listing_information p.small_text {
	font-size: 75%;
}

.small_text {
	font-size: 75%;
}

#listing_information h2 {
	margin: 10px 0;
}
#floating_box {
	position: absolute;
	top: 0; right: 0;
	border: 1px solid black;
	background: #FFF url(../images/boxbg.jpg) repeat-x bottom left;
	padding: 5px;
	margin: 25px;
	z-index: 100;
}

.favorite_header {
	background: #5891A4 url(../images/listing_header_bg.jpg) repeat-x top left;
	border-top: thin solid #000;
	color: #FFF;
}

.favorite_header input {
	margin-left: 5px;
	margin-top: 3px;
}

.favorites_link {
	padding-left: 100px;
}

.slide {
	color: #333;
}

#actions {
	width: 385px;
	height: 50px;
	background: url("../images/actions.png") no-repeat top left;
	margin-top: 5px;
}
#actions ul {
	padding: 12px 0 0 20px;
}
#actions li {
	float: left;
	list-style: none;
	padding-right: 10px;
	font-size: 105%;
	font-weight: bold;
}

#actions .saved {
	color: #666;
	text-decoration: none;
}

/* Form Styling */

h6 { 
	font-weight: bold;
	margin: 3px 0 0 120px;
	list-style-type: disc;
}

.form_box {
    border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CDCDCD;
	background: #FFF url(../images/boxbg.jpg) repeat-x bottom left;
	padding: 20px;
	margin-top: 20px;
}

.password_form .form_box {
	width: 450px;
}

.password_form .form_box p label, .password_form .form_box p span label {
	float: left;
	width: 240px;
	font-weight: bold;
	margin-left: 10px;
}

.password_form .form_box textarea, .password_form .form_box select {
	width: 160px;
	margin-bottom: 10px;
}

.form_box #submitbutton {
	width: 90px;
	right: 0;
	margin-left: 14.4em;
}

.form_errors {
	font-size: 70%;
	font-weight: bold;
	font-color: red;
}

#search_form {
	background: url(../images/search_bg.png) no-repeat top left;
	width: 780px;
	height: 269px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 60px;
}

#search_tip {
	top: -175px;
	left: 560px;
	width: 150px;
	position: relative;
	font-size: 80%;
}

#search_form #left {
	position: static;
	clear: both;
	float: left;
	width: 260px;
}

#search_form #right {
	float: left;
	width: 260px;
}

#search_form h2, #quick_search_form h2 {
	margin-bottom: 20px;
}

#search_form p label, #search_form p span label {
	float: left;
	width: 60px;
	font-weight: bold;
}

#quick_search_form p label, #quick_search_form p span label {
	float: left;
	width: 100px;
	font-weight: bold;
}

.form p label, .form p span label {
	float: left;
	width: 110px;
	font-weight: bold;
	margin-left: 10px;
}

#search_form ul li {
	margin-bottom: 10px;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

#search_form textarea, #search_form select {
	width: 160px;
	margin-bottom: 10px;
}

#quick_search_form textarea, #quick_search_form select {
	width: 140px;
	margin-bottom: 10px;
}

.form textarea, .form select {
	width: 195px;
	margin-bottom: 0px;
}

#search_header {
	margin-bottom: 30px;
}

#submitbutton {
	width: 90px;
	right: 0;
	margin-left: 8em;
}

#quick_search_form #submitbutton {
	margin-left: 9.3em;
}

form br {
	clear: left;
}

/* Pagination Styling */

.pagination {
	width: 750px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.page {
	padding: 2px 3px;
	border: 1px solid #333;
	cursor: pointer;
	text-decoration: underline;
}

.paginate-first, .paginate-last {
	padding: 2px 6px;
	border: 1px solid #333;
	font-weight: bold;
}

.prev, .next {
	padding: 2px 3px;
	border: 1px solid #333;
}

.paginate-link {
	padding: 2px 4px;
	border: 1px solid #333;
}

.pagination .current {
	padding: 2px 4px;
	border: 1px solid #333;
	font-weight: bold;
	background: #5891A4;
	color: #FFF;
}
