html, body {
	height: 100%;
}
body {
	background: #0072bb url(../img/background.jpg) repeat-x;
}
body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}
.page {
	width: 984px;
	margin: 0 auto;
}

a {
	color: #c60500;
	text-decoration: underline;
}

a:hover {
	color: #999;
}

/* Header */
#header {
	height: 375px;
	position: relative;
}
#header h1.logo {
	position: absolute;
	width: 176px;
	left: 14px;
	top: 12px;
}
#header h1.logo a {
	display: block;
	height: 71px;
	background: url(../img/logo.png);
}
#header h1.logo a span {
	position: absolute;
	left: -5000px;
}
#header .header-image {
	position: absolute;
	z-index: 0;
	top: 89px;
}
#main_menu {
	position: absolute;
	z-index: 1;
	top: 320px;
	left: 24px;
	padding: 0 10px;
	width: 916px;
	background: url(../img/menu-bg.png) no-repeat left top;
}
.content {
	padding: 0 4px;
}
.main-column {
	float: left;
	display: inline;
	width: 736px;
}
.right-column {
	float: right;
	display: inline;
	width: 220px;
}
/* Box Style - Default */
.box {
	margin-bottom: 20px;
}
.box .top-corners, .box .bottom-corners, .box .top-corners .leftc, .box .bottom-corners .leftc {
	height: 10px;
	overflow: hidden;
	background-image: url(../img/box-main-corners.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.box .bottom-corners {
	background-position: right bottom;
}
.box .top-corners .leftc, .box .bottom-corners .leftc {
	float: left;
	width: 10px;
	height: 10px;
	background-position: left top;
}
.box .bottom-corners .leftc {
	background-position: left -10px;
}
.box-content {
	background: #fff url(../img/box-main-middle.png) repeat-x left top;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 20px;
}

/* Footer & Footer Box Style */
#footer {
	clear: both;
	padding: 0 4px;
	margin-bottom: 20px;
}
.footer .top-corners, .footer .bottom-corners, .footer .top-corners .leftc, .footer .bottom-corners .leftc {
	background-image: url(../img/box-footer-corners.png);
}
.footer .box-content {
	background: #6fc7ff url(../img/box-footer-middle.png) repeat-x left top;
	border-left: 1px solid #5dc0ff;
	border-right: 1px solid #5dc0ff;
	padding: 0 10px;
	text-align: center;
	color: #01578f
}
.footer .box-content a {
	text-decoration: none;
	color: #01578f;
}
.footer .box-content a:hover {
	text-decoration: none;
	color: #000;
}

#footer ul li {
	display: inline;
	padding: 0 8px;
	line-height: 24px;
	border-left: 1px solid #01578f;
}

#footer ul li.home {
	border-left: 0;
}

#footer p {
	clear: both;
	padding: 10px 0 0;
}

/* Newsbox (Blue) */
.newsbox .top-corners, .newsbox .bottom-corners, .newsbox .top-corners .leftc, .newsbox .bottom-corners .leftc {
	background-image: url(../img/box-newsbox-corners.png);
}
.newsbox .box-content {
	background: #003065;
	border: 0;
	padding: 0 19px;
	color: #fff;
}

.newsbox h1 {
	font-size: 20px;
	color: #fff;
	padding: 8px 0;
}

.newsbox h1 a, .newsbox h1 a:hover {
	color: #fff;
	text-decoration: none;
}

.news-list li {
	padding: 10px 0;
}

.news-list li small {
	font-size: 10px;
	color: #d8d8d8;
}

.news-list li h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 4px;
}

.news-list li h2 a, .news-list li h2 a:hover {
	color: #d1bb00;
	text-decoration: none;
}

/* Featured Listings */
.featured_properties .top-corners, .featured_properties .bottom-corners, .featured_properties .top-corners .leftc, .featured_properties .bottom-corners .leftc {
	background-image: url(../img/box-featured_properties-corners.png);
}
.featured_properties .box-content {
	background: #fff url(../img/box-featured_properties-middle.png) repeat-y right top;
	padding: 0 20px;
}

.featured_properties h1 {
	font-size: 20px;
	color: #282727;
	padding: 8px 0;
}

.flistings li {
	padding: 10px 0;
}

.flistings li p {
	color: #8e8e8e;
	padding-bottom: 6px;
}

.flistings .thumb {
	margin-bottom: 4px;
}

.flistings .thumb a {
	display: block;
	border: 2px solid #6c6c6c;
	position: relative;
}

.flistings .thumb a img {
	width: 174px;
}

.flistings .thumb a img.stamp {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.flistings p.price {
	font-weight: bold;
	color: #383737;
}

.flistings p.price strong {
	float: right;
	color: #ff001d;
}

/* Newsletter Box */
.newsletter_box {
	height: 89px;
	padding: 52px 10px 0;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(../img/newsletter_box.png);
	font-size: 10px;
	color: #00568c;
}

.newsletter_box p {
	padding-bottom: 2px;
}

.newsletter_box input {
	border: 1px solid #828282;
	width: 190px;
	font-size: 11px;
	padding: 3px 4px;
	margin-bottom: 10px;
}

.newsletter_box .subscribe_button {
	float: right;
	border: 0;
	width: 86px;
	height: 29px;
	background: url(../img/subscribe.gif);
	cursor: pointer;
}

/* Search Box */
.search_box {}

.search_box h1 {
	color: #525252;
	font-size: 22px;
	line-height: normal;
	padding-bottom: 10px;
}

.search_box table td {
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

.search_box table td.search_btn {
	text-align: right;
}


/* Form Elements */
.DDBox3, .search_box_txtform, .txtform {
	border: 1px solid #7d7d7d;
	width: 162px;
	padding: 2px;
	font-size: 11px;
}

.search_box_txtform, .txtform {
	width: 182px;
}

/* Feature List Horizontal */
ul.feature_list { margin-top: 10px; }

ul.feature_list li {
	float: left;
	width: 160px;
	padding: 10px;
	background: #de2b86;
	margin-right: 10px;
	color: #fff;
	text-align: center;
}

ul.feature_list li div {
	background: #fff;
	padding: 10px;
	width: 120px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
}

ul.feature_list li div img { width: 120px; }

ul.feature_list li h3 a, ul.feature_list li h3 a:hover {
	color: #fffa96;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-bottom: 10px;
}

ul.feature_list li p {
	font-size: 10px;
	padding: 0 0 4px;
	color: #f49ac1;
	text-transform: uppercase;
}

ul.feature_list li strong { font-size: 11px; }

/* Feature List Vertical */
ul.vertical { margin: 0; }

ul.vertical li {
	float: none;
	display: block;
	margin: 0 0 20px 0;
}

/* Positioning the Stamps */
.stamp {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

/* Reset size atribute */
ul.feature_list li div .stamp, .stamp { width: auto; }

/* Website Alignments */
.left { float: left; }

.right { float: right; }

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Sort Bar */
ul.sortBar {
	background: #00509b url(../img/blue-gradient.gif) repeat-x left top;
	padding: 0 2px;
	height: 28px;
	overflow: hidden;
}

ul.sortBar li {
	display: inline;
	line-height: 28px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0 8px;
}

ul.sortBar li a, ul.sortBar li a:hover {
	color: #fff;
	text-decoration: none;
}

ul.sortBar li a.SortLinkSelected, ul.sortBar li a.SortLinkSelected:hover {
	text-decoration: underline;
	color: #99d7ff;
}

/* Properties Location */
.properties_location { padding-bottom: 10px; }

#googlemap {
	width: 100%;
	overflow: hidden;
	height: 0;
	background: #CCC;
}

.mapOptions .expand, .mapOptions .expand:hover {
	background-image: url(../img/map_btn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
	margin: 0 auto;
	display: block;
	line-height: 32px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}

.mapOptions .down, .mapOptions .down:hover { background-position: left top; }

/* Properties List */
ul.properties_list { padding-bottom: 10px; }

ul.properties_list li.propertyItem {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}

li.propertyItem .imageHolder {
	position: relative;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	width: 174px;
	border: 2px solid #6c6c6c;
}

li.featured { font-weight: bold; color: #F00; }

li.propertyItem .imageHolder .stamp { bottom: 0; right: 0; width: auto; }

li.propertyItem .imageHolder img { border: 0; width: 174px; }

li.propertyItem li { padding: 0 0 4px; }

li.propertyItem .pid {
	float: right;
	font-size: 11px;
}

li.propertyItem .name {
	font-size: 14px;
	padding-bottom: 8px;
}

li.propertyItem .name a, li.propertyItem .name a:hover {
	text-decoration: none;
	font-weight: bold;
}

li.propertyItem .price { float: right; }

li.propertyItem .price strong { color: #c60500; font-weight: bold; }

/* Buttons */
.button, .button:hover, .page_nav a, .page_nav a:hover { /* page navigation buttons */
	font-weight: bold;
	line-height: 20px;
	background: #d7d7d7 url(../img/button_bg.gif) repeat-x center top;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	color: #555555;
	padding: 0 8px;
}

.button:hover, .page_nav a:hover {
	background: #fff url(../img/button_bg-hover.gif) repeat-x center top;
	color: #333;
}

.bottom_spacing {
	margin-bottom: 10px;
}

/* Extra Spacing for Properties Listings */
li.propertyItem .button { margin-top: 4px; }

/* Page Navigation */
.page_nav {
	width: 230px;
	margin: 0 auto;
	font-size: 11px;
}

.page_nav li {
	float: left;
	width: 110px;
	text-align: center;
}

.page_nav .prev, .page_nav .next { width: 60px; }

.page_nav .prev { text-align: left; }

.page_nav .next { text-align: right; }

.page_nav select {
	font-size: 11px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.page_nav .prev a { float: left; }

.page_nav .next a { float: right; }

/* Property Menu */
.property_menu {
	background: #00509b url(../img/blue-gradient.gif) repeat-x left top;
	padding: 0 2px;
	height: 30px;
	margin: 10px 0;
}

.property_menu li { display: inline; }

.property_menu li a, .property_menu li a:hover {
	float: left;
	padding: 7px 4px 7px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 0 2px 0 8px;
}

.property_menu .back a { background: url(../img/back_ico.png) no-repeat left center; }

.property_menu .map_view a { background: url(../img/map_ico.png) no-repeat left center; }

.property_menu .fav a { background: url(../img/fav_ico.png) no-repeat left center; }

.property_menu .contact_agent a { background: url(../img/contact_agent_ico.png) no-repeat left center; }

.property_menu .tell_friend a { background: url(../img/tell_friend_ico.png) no-repeat left center; }

.property_menu .mortage_calculator a { background: url(../img/calculator_ico.png) no-repeat left center; }

.property_menu .print a { background: url(../img/print_ico.png) no-repeat left center; }

.property_menu .stamp_duty a { background: url(../img/stamp_ico.png) no-repeat left center; }

/* Property Page */
.property_images {
	width: 420px;
}

.property_images .imageHolder {
	position: relative;
	width: 408px;
	margin: 10px 0;
	border:2px solid #6C6C6C;
}

.property_images .imageHolder img { width: 408px; }

.property_images .imageHolder .stamp {
	width: auto;
	right: 0 !important;
	right: -1px;
	bottom: 0;
}

/* Property Gallery */
ul.property_gallery {  }

ul.property_gallery li {
	float: left;
	padding: 0 10px 10px 0;
}

ul.property_gallery li a {
	display: block;
	border:2px solid #6C6C6C;
}

ul.property_gallery li img { width: 91px; }

/* Agent Info */
ul.agent_info {
	padding: 10px;
	width: 388px;
	background: #f5f5f5;
	border: 1px solid #e8e8e8;
}

ul.agent_info li { padding-bottom: 4px; }

ul.agent_info .agent_photo {
	float: left;
	padding-right: 10px;
}

ul.agent_info .agent_photo img {
	width: 90px;
	border: 3px solid #808080;
}

ul.agent_info .agent_name a, ul.agent_info .agent_name a:hover {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

/* Property Details */
.property_details { width: 504px; }

h2.property_heading {
	background: #f2f2f2 url(../img/property_heading.gif) repeat-x left bottom;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px 10px;
	margin: 10px 0;
	clear: both;
	color: #c60500;
}

/* Property Features */
ul.property_features li {
	float: left;
	width: 195px;
	padding: 0 15px 10px 15px;
	background: url(../img/property_features_bullet.gif) no-repeat left 3px;
}

/* Property Information (Table) */
table.property_info { margin-bottom: 10px; }

table.property_info th, table.property_info td {
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
}

table.property_info th {
	width: 130px;
	font-weight: bold;
}

table.property_info th.open_home {
	width: 510px;
	background: #f5f5f5;
	border: 1px solid #CCC;
}

table.property_info th.open_home strong { color: #c60500; }

table.property_info td { width: 380px; }

/* Property Price */
table.property_info th.price, table.property_info td.price { background: #f5f5f5; }

table.property_info th.price { color: #000; }

table.property_info td.price {
	font-weight: bold;
	color: #c60500;
}

/* Blank Page (used for pop-ups, etc )*/
#blank_page { background: #fff; }

/* Print Page */
#blank_page .wrap {
	width: 910px;
	padding: 0;
}

#blank_page .headline1 h1 {
	background: none;
	padding: 20px 0 10px;
	color: #000;
}

#blank_page .property_images { background: none; }

#blank_page .imageHolder {
	border: 0;
	margin: 0 0 10px;
}

#blank_page .property_heading {
	background: none;
	padding: 0;
}

#blank_page ul.property_features li {
	background: none;
	padding: 0 0 10px;
}

#blank_page .property_info td, #blank_page .property_info th { padding: 5px 0; }

#blank_page .property_info td.price, #blank_page .property_info th.price { background: none; }

/* Properties Search */
#properties_search .left_column, #properties_search .mid_column, #properties_search .right_column {
	float: left;
	width: 298px;
}

#properties_search .right_column { background: #efefef; }

#properties_search .left_column h3, #properties_search .mid_column h3, #properties_search .right_column h3 {
	background: #0072bb url(../img/blue-gradient.gif) repeat-x left top;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 8px 10px;
	font-weight: bold;
}

#properties_search .right_column h3 { border-right: 0; }

#properties_search .left_column ul, #properties_search .mid_column ul, #properties_search .right_column ul { padding: 5px 10px; }

#properties_search .left_column ul li, #properties_search .mid_column ul li, #properties_search .right_column ul li { padding: 5px 0; }

#properties_search .left_column ul li a, #properties_search .mid_column ul li a, #properties_search .right_column ul li a {
	font-weight: bold;
	text-decoration: none;
}

#properties_search .left_column ul li a span, #properties_search .mid_column ul li a span, #properties_search .right_column ul li a span { font-size: 10px; }

/* Default Form Elements */
.default_field {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #c4c4c4;
}

select.default_field { width: 212px; }

.default_button {
	font-weight: bold;
	background: #d7d7d7 url(../img/button_bg.gif) repeat-x center top;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	color: #555555;
	padding: 3px 8px;
	cursor: pointer;
	width: auto;
}

.default_button:hover {
	background: #fff url(../img/button_bg-hover.gif) repeat-x center top;
	color: #333;
}

.small_field { width: 100px; }

select.small_field { width: 110px; }

.show_new { font-size: 11px; }

.show_new input { vertical-align: middle; }

/* Advanced Search */
.advanced_search { margin: 5px 0 5px 10px; }

.advanced_search th, .advanced_search td {
	vertical-align: top;
	text-align: left;
	width: 165px;
	padding: 5px 0;
}

.advanced_search th {
	font-weight: bold;
	width: 110px;
}

.advanced_search .default_field { width: 142px; }

.advanced_search select.default_field { width: 152px; }


.advanced_search .small_field { width: 32px; }

.advanced_search select.small_field { width: 82px; }

.advanced_search .default_button { width: auto; }

/* News Page */
.news_image {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Error Message */
.error_msg {
	padding: 2px 0;
	color: #F00;
}

/* Agent Menu */
#agent_menu li {
	display: block;
	padding: 5px 10px;
}

#agent_menu li.title {
	background: #0072bb url(../img/blue-gradient.gif) repeat-x left top;
	font-weight: bold;
	color: #fff;
}

#agent_menu .item, #agent_menu .item:hover {
	font-weight: bold;
	background: #fff;
	text-decoration: none;
}

/* Form Holder */
.form_holder th, .form_holder td {
	padding: 5px 0;
}

/* Property Popups */
.property_popups {
	width: 400px;
	margin: 10px auto;
	border: 1px solid #ccc;
}

.property_popups th, .property_popups td {
	padding: 6px 10px;
}

.property_popups th.title {
	background: #efefef;
	color: #000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.property_popups .form_holder th, .property_popups .form_holder td {
	width: 106px;
	vertical-align: top;
	text-align: left;
}

.property_popups .form_holder th {
	width: 232px;
}

/* Option List */
ul.extend_option li {
	background: none;
	padding: 5px 0;
}

/* Multiple Image Uploader */
#upload_multiple_files {
	padding-bottom: 10px;
}

#files_list {
	padding-bottom: 10px;
}

#files_list div {
	padding: 4px 0 6px 22px;
	background: url(../img/jpg_icon.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
}

#files_list input {
	border: 0;
	background: #efefef;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 4px;
}

.thumb_list li {
	float: left;
	text-align: center;
	font-size: 11px;
	padding-right: 10px;
}

.thumb_list li a { font-weight: bold; }


/* Listings Options */
.listing_options {
	float: right;
}

.listing_options a {
	margin-left: 10px;
}
.subscribe_button {
	background: url(../img/subscribe2.gif);
	border: 0;
	width: 86px;
	height: 29px;
	cursor: pointer;
}

/* Article Styles */
.headline1 { }

.headline1 h1 {
	font-size: 22px;
	font-weight: bold;
	color: #313131;
	letter-spacing: -1px;
	padding: 16px 0 12px;
}

.headline2 { }

.headline2 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #313131;
	letter-spacing: -1px;
	padding: 16px 0 12px;
}

.content1, .content2 {
	padding-bottom: 20px;
}

/* ul & ol style */
.content1 ul, .content1 ol, .content2 ul, .content2 ol { margin-left: 40px; }

/* li style */
.content1 ul li, .content1 ol li, .content2 ul li, .content2 ol li {
	list-style: disc;
	padding: 2px 0;
}

/* Headings Style */
.content1 h1, .content2 h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 4px;
}

.content1 h2, .content2 h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 4px;
}

.content1 h3, .content2 h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 4px;
}

.image_slideshow img {
	width: 355px;
	height: 222px;
}
