html {
	background: url(/_resources/body_bg.gif) repeat-x #EEE;
	font-family: arial;
	font-size: 100%;
}

body {
	margin: 0px;
}

a:link, 
a:visited {
	color: #87cc00;
}

a:hover, 
a:active {
	color: #a5e722;
}

#page_container {
	background: #FAFAFA;
	width: 900px;
	padding: 0 20px 30px;
	margin: 0 auto;
}

#header {
	padding: 20px 20px 30px;
	background: url(/_resources/header_bg.gif) bottom left no-repeat #2A2A2A;
	position: relative;
	height: 2.3em;
	z-index: 5;
}

#lockwood_logo {
	display: block;
	width: 258px;
	height: 4.7em;
	background: url(/_resources/lockwood_logo.gif) center left no-repeat transparent;
	position: absolute;
	top: 0;
	left: 20px;
}

#lockwood_logo h1 {
	display: none;
}

#header ul {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 20px;
	font-size: 0.9em;
}

#header ul li {
	float: left;
	display: block;
	background: url(/_resources/tab_left.gif) top left no-repeat #2B2B2B;
	margin: 0 2px;
}

#header ul li a {
	display: block;
	padding: 8px 10px 8px;
	background: url(/_resources/tab_right.gif) top right no-repeat transparent;
}

#header ul li.current_page {
	margin-bottom: 0;
	background: url(/_resources/tab_left_active.gif) top left no-repeat #FAFAFA;
}

#header ul li.current_page a {
	padding-bottom: 18px;
	background: url(/_resources/tab_right_active.gif) top right no-repeat transparent;
}

#header ul ul li a {
	padding: 8px 10px 8px !important;
	background: url(/_resources/tab_right.gif) top right no-repeat transparent !important;
	color: #B3B3B3 !important;
}

#header ul a:link,
#header ul a:visited {
	color: #B3B3B3;
	text-decoration: none;
}

#header ul a:hover,
#header ul a:active {
	text-decoration: underline;
}

#header ul li.current_page a:link,
#header ul li.current_page a:visited,
#header ul li.current_page a:hover,
#header ul li.current_page a:active {
	color: #2D2D2D;
}

#header ul ul {
	position: absolute;
	top: 2.5em;
	right: 0;
	z-index: 6;
	list-style: none;
	display: none;
}

#header ul ul li {
	display: list-item;
	float: none;
	margin: 0;
}

#header div.drop_down_menu {
	position: relative;
}

#image_montage_container {
	background: url(/_resources/montage_image_1.jpg) center right no-repeat #CCC;
	position: relative;
	padding: 6px 0 0.3em;
	float: left;
	width: 900px;
	margin: 0 0 15px;
}

#image_montage_container div.top_border {
	background: url(/_resources/montage_viewer_top.gif) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 7px;
	z-index: 3;
}

#image_montage_container div.bottom_border {
	background: url(/_resources/montage_viewer_bottom.gif) bottom left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 900px;
	z-index: 3;
	height: 8px;
}

#image_layer_1, #image_layer_2 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 0 0.3em;
	width: 557px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #CCC;
	z-index: 0;
}

#image_layer_1 div.lockwood_colors_text,
#image_layer_2 div.lockwood_colors_text {
	visibility: hidden;
}

div.lockwood_colors_text {
	background: url(/_resources/lockwood_colors_text.gif) repeat-x #151515;
	padding: 10px 20px 15px;
	width: 303px;
	position: relative;
	z-index: 2;
}

div.lockwood_colors_text h1 {
	color: #A4E900;
	margin: 0;
	padding: 0;
	font-size: 2em;
}

div.lockwood_colors_text p {
	color: #F2F2F2;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 12px 0 0;
	padding: 0;
}

div.left_column {
	float: left;
	width: 343px;
}

div.information_item {
	width: 323px;
	margin: 0 0 15px;
	padding: 0 10px;
}

div.information_item div.header {
	background: url(/_resources/company_information_header.gif) no-repeat #7DC500;
	padding: 0 10px;
}

div.information_item h1 {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

div.information_item div.body {
	padding: 0 10px 15px;
	background: url(/_resources/company_information_body.gif) no-repeat bottom left;
}

div.information_item div.body p {
	line-height: 1.6em;
}

div.information_item div.body img {
	float: right;
	margin: 0;
	padding: 15px 0 10px 10px;
}

div.information_item div.body_wrap {
	background: url(/_resources/company_information_footer.gif) repeat-y top left #F1F1F1;
}

div.clear_right {
	clear: right;
}

div.clear_both {
	clear: both;
}

div.clear_left {
	clear: left;
}

div.single_column_container {
	clear: both;
	padding: 0;
	margin-top: 5px;
	background: url(/_resources/news_and_information.gif) repeat-y 0 top;
}

div.double_column_container {
	clear: both;
	padding: 0;
	background: url(/_resources/news_and_information.gif) repeat-y 353px top;
	margin-top: 5px;
}

#news_and_company_information {
	margin: 0;
}

div.double_column_container div.footer {
	clear: both;
	height: 29px;
	background: url(/_resources/news_and_information_footer.gif) no-repeat 353px top;
}

div.single_column_container div.footer {
	clear: both;
	height: 20px;
	background: url(/_resources/news_and_information_footer.gif) no-repeat 0 top;
}

div.right_column {
	background: url(/_resources/right_column_bg.gif) no-repeat left top;
	margin-left: 353px;
	padding: 10px 20px 0;
}

div.single_column_container div.right_column {
	margin-left: 0;
}

div.right_column h1 {
	color: #7DB200;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0 5px;
	font-size: 1.6em;
	padding: 0 0 5px;
	border-bottom: 1px dashed #DDD;
}

div.right_column h2,
#property_image_column h2 {
	color: #7DB200;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	line-height: 1.4em;
}

#brokers_list_column h2 {
	color: #7DB200;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 10px 0;
}

#news_items div.news_item h1 {
	padding: 0;
	border: none;
}

div.single_column_container p,
div.double_column_container p {
	color: #5A5A5A;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	padding: 10px 0 5px;
}

div.right_column p.timestamp {
	padding-top: 5px;
	font-weight: bold;
	border-top: 1px dashed #DDD;
}

div.news_item {
	padding-bottom: 15px;
}

ul.tab_list {
	display: block;
	padding: 0;
	margin: 20px 0;
	border-bottom: 3px solid #666;
	list-style: none;
	height: 2.2em;
}

ul.tab_list li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	background: url(/_resources/form_tab_left.gif) no-repeat top left #DFDFDF;
}

ul.tab_list li.selected_tab {
	background: url(/_resources/form_tab_left_active.gif) no-repeat top left #666;
}

ul.tab_list li a:link,
ul.tab_list li a:visited {
	background: url(/_resources/form_tab_right.gif) no-repeat top right;
	display: block;
	padding: 0.5em 10px;
	color: #777;
	text-decoration: none;
}

ul.tab_list li a:active,
ul.tab_list li a:hover {
	text-decoration: underline;
}

ul.tab_list li.selected_tab a:link,
ul.tab_list li.selected_tab a:visited,
ul.tab_list li.selected_tab a:hover,
ul.tab_list li.selected_tab a:active {
	background: url(/_resources/form_tab_right_active.gif) no-repeat top right;
	color: #FFF;
}

div.form_container h1,
div.left_column div.image_viewer_wrap h1 {
	color: #7DB200;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0 10px;
	font-size: 1.4em;
	padding: 0 0 5px;
	border-bottom: 1px dashed #DDD;
}	

div.form_container label {
	color: #5A5A5A;
	display: block;
	margin: 0 0 5px;
	font-size: 0.9em;
}

div.form_container label em {
	color: #980101;
	font-size: 0.8em;
	margin-left: 5px;
	font-weight: normal;
	font-style: normal;
}

div.form_container form {
	margin: 10px 0;
}

input.text_input {
	border-color: #ACACAC;
	border-width: 2px 1px 1px;
	border-style: solid;
	display: block;
	padding: 3px;
	margin: 0 0 15px;
	width: 320px;
	background-color: #FFF;
}

input.file_input {
	display: block;
	padding: 3px;
	margin: 0 0 15px;
	background-color: #FFF;
}

input.checkbox {
	margin: 0 0 15px;
	display: block;
}

#brokers_form input.checkbox {
	display: inline;
	margin: 0 10px 0 0;
}

#brokers_form label {
	margin: 0;
	display: inline;
}

#brokers_form p {
	padding: 0;
}

#brokers_form {
	height: 100px;
	border-color: #ACACAC;
	border-width: 2px 1px 1px;
	border-style: solid;
	background-color: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 10px;
	margin: 0 0 15px;
}

textarea {
	display: block;
	border-color: #ACACAC;
	border-width: 2px 1px 1px;
	border-style: solid;
	padding: 3px;
	margin: 0 0 15px;
	width: 320px;
	height: 100px;
	background-color: #FFF;
}

#blocks_tab_block h2 {
	clear: right;
}

div.right_column textarea.half_height {
	height: 40px;
}

div.right_column textarea {
	width: 500px;
	height: 200px;
}

select {
	display: block;
	border-color: #ACACAC;
	border-width: 2px 1px 1px;
	border-style: solid;
	padding: 3px;
	margin: 0 0 15px;
	background-color: #FFF;
}

input.submit_button {
	background: url(/_resources/submit_button_bg.gif) no-repeat center right #A8EF00;
	border: 1px solid #7DB200;
	color: #405B00;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 50px 5px 5px;
	font-size: 0.9em;
	margin: 10px 0;
	cursor: pointer;
	text-align: left;
}

#page_footer {
	clear: both;
	padding: 1px 20px 30px;
	background: #1A1A1A url(/_resources/footer.gif) no-repeat center bottom;
	color: #5A5A5A;
	width: 900px;
	margin: 0 auto 10px;
	font-size: 0.7em;
}

#page_footer p {
	padding-top: 20px;
	margin: 0;
}

img.coming_soon {
	display: block;
	margin: 150px auto;
}

div.action_forms {
	border-bottom: 1px dashed #DDD;
}

#main_actions {
	border: none !important;
}

div.action_forms form {
	display: inline;
}

div.action_forms form input.action_button {
	background: #EEE;
	color: #777;
	border: 1px solid #DDD;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	cursor: pointer;
}

img.float_right {
	float: right;
	margin: 15px 0 10px 10px;
}

img.admin_bio {
	border: 3px solid #DDD; 
	margin: 10px 0; 
	display: block;
}

#administration_menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

#administration_menu li {
	margin: 0 15px 0;
	font-size: 0.9em;
	padding: 0 0 5px;
}

#administration_menu a:link,
#administration_menu a:visited {
	text-decoration: none;
	display: block;
	background: #f1f1f1;
	padding: 5px;
	border: 1px solid #ddd;
	color: #5a5a5a;
}

#administration_menu a:hover,
#administration_menu a:active {
	background: #A8EF00;
	border: 1px solid #7DB200;
	color: #405B00;
}

div.user_info_block {
	padding: 5px 10px;
	border: 1px solid #DDD;
	background-color: #FFF;
	margin-bottom: 10px;
}

div.user_info_block p {
	padding-top: 0;
}

div.user_display_info {
	display: none;
}

div.user_info_actions {
	height: 2em;
}

#user_list_controls {
	float: right;
}

div.user_info_actions a,
#user_list_controls a {
	width: 5em;
	padding: 0 0 4px 22px;
	display: block;
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

div.user_info_actions a {
	float: left;
}

#user_list_controls a {
	float: right;
}

#user_list {
	clear: right;
}

a.enabled {
	background-image: url(/_resources/enabled.gif);
}

a.disabled {
	background-image: url(/_resources/disabled.gif);
}

a.visible {
	background-image: url(/_resources/visible.gif);
}

a.hidden {
	background-image: url(/_resources/hidden.gif);
}

a.admin {
	background-image: url(/_resources/admin.gif);
}

a.nonadmin {
	background-image: url(/_resources/nonadmin.gif);
}

a.expanded {
	background-image: url(/_resources/collapsed.gif);
}

a.collapsed {
	background-image: url(/_resources/expanded.gif);
}

a.delete {
	background-image: url(/_resources/delete.gif);
}

#user_list_controls #expand_all {
	background-image: url(/_resources/expanded.gif);
	width: 7em;
}

#user_list_controls #collapse_all {
	background-image: url(/_resources/collapsed.gif);
	width: 7em;
}

div.tabbed_form_container {
	padding: 0 0 1px;
}

div.right_column h2.property_type {
	float: right;
	margin-left: 30px;
}

#brokers_list_column div.thumbnail {
	padding-right: 10px;
}

#brokers_list_column div.thumbnail p {
	width: 80px;
	height: 60px;
	padding: 20px 0 0;
	margin: 0 0;
	text-align: center;
	color: #D8D8D8;
	font-weight: bold;
}

div.thumbnail {
	float: left;
	margin: 5px 7px 2px;
	padding: 3px 3px 7px;
	display: inline;
	background: url(/_resources/listing_thumb.gif) no-repeat top left;
}

div.thumbnail a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

div.thumbnail img {
	display: none;
	border: none;
}

#property_image_column ul,
#property_information ul {
	margin: 0 20px 20px;
	padding: 0;
	font-size: 0.9em;
	list-style: square;
	color: #5A5A5A;
}

#property_image_column ul li,
#property_information ul li {
	margin: 0 0 5px;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.6em;
}

#property_brokers {
	margin: 0;
	padding: 1px 20px 0;
}

#property_brokers h2 {
	padding-top: 0;
	margin-top: 20px;
}

div.image_viewer {
	background: url(/_resources/company_information_footer.gif) repeat-y;
	margin: 0 10px;
	padding: 0;
}

div.image_viewer_wrap {
	background: url(/_resources/image_viewer_header.gif) no-repeat top center;
	padding: 10px 10px 0;
}

div.image_viewer_footer {
	background: url(/_resources/company_information_body.gif) no-repeat bottom center;
	clear: left;
	height: 10px;
}

div.property_listing {
	background: url(/_resources/listing.gif) repeat-y;
	margin: 15px 0;
}

div.property_listing_footer {
	background: url(/_resources/listing_footer.gif) no-repeat bottom left;
	clear: left;
	width: 860px;
	text-align: right;
	height: 15px;
}

div.property_listing h1 {
	border: none;
	background: url(/_resources/listing_header.gif) no-repeat top left;
	padding: 12px 0 10px;
	font-weight: bold;
	font-size: 1em;
}

div.property_listing h1 span {
	float: right;
	display: block;
	padding: 0.2em 20px 0;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #FFF;
}

div.property_listing h2 {
	font-size: 0.9em;
	border-bottom: 1px solid #E3E3E3;
}

div.property_listing h1 a:link,
div.property_listing h1 a:visited,
div.property_listing h1 a:hover,
div.property_listing h1 a:active {
	color: #FFF;
	text-decoration: none;
}

div.listing_image {
	float: left;
	padding: 17px 32px 0;
}

div.listing_image p {
	color: #D8D8D8;
	font-weight: bold;
	text-align: center;
	padding: 40px 0 0;
}

div.listing_image_border {
	background: url(/_resources/listing_image.gif) no-repeat top left;
	padding: 3px 3px 7px;
}

div.listing_image_background {
	width: 250px;
	height: 188px;
	background: no-repeat center center;
}

div.listing_image_background img,
div.broker_image_background img {
	display: none;
}

div.listing_image_background a {
	display: block;
	width: 250px;
	height: 188px;
}

div.listing_information {
	margin-left: 320px;
	padding: 0 20px 10px 0;
	position: relative;
}

div.broker_image_border {
	background: url(/_resources/brokers_image.gif) no-repeat top left;
	padding: 3px 3px 11px;
	margin: 0 0 20px 20px;
	float: right;
}

div.broker_image_background {
	width: 250px;
	height: 250px;
	background: no-repeat center center;
}

div.property_listing h2.price {
	float: right;
	border-bottom: none;
	margin-left: 30px;
}

div.listing_information p {
	border-top: 1px solid #FFF;
	padding-bottom: 12px;
}

div.property_listing_footer a {
	border: none;
	margin: 0 20px;
	position: relative;
	top: -20px;
	left: 0;
}

div.property_listing_footer img {
	border: none;
}

div.image_viewer_wrap div.listing_image  {
	padding: 10px 24px;
}

#property_information a img,
#brokers_list_column a img {
	border: none;
}

div.walkthrough_video {
	display: none;
}

img.captcha_image {
	border: 3px solid #1A1A1A;
	margin-bottom: 20px;
}

p.fail, p.success {
	font-weight: bold;
	margin-bottom: 20px !important;
}

span.error {
	margin: 10px 0;
	color: #a30000;
	display: block;
	font-weight: bold;
}

#contact_form input, #contact_form textarea {
	clear: left;
}

#custom_page {
	color: #5A5A5A;
	font-size: 0.8em;
	line-height: 1.6em;
}

#custom_page h1 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 2.0em;
}

#custom_page h2 {
	padding: 0;
	margin: 0 0 -10px;
	font-size: 1.6em;
}

#contact_form label {
	font-size: 0.8em;
}

#contact_form textarea {
	width: 450px;
	clear: none;
}

#contact_form input {
	clear: none;
}

p.office_details strong {
	line-height: 2.5em;
}

p.office_details {
	padding-top: 0 !important;
}

#office_details div.image_viewer_wrap {
	padding-right: 20px;
	padding-left: 20px;
}