html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #c6c6c6;
	background-image: url(../images/msbk.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	line-height: 1;
}

body.offline {
	background: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- THE GRID --- */

.page_wrapper {
	margin: 0 auto;
	padding: 0;
}

.container {
	background: url(../images/container-bk.png) top left repeat;
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
}

#col { 
	float: left;
	width: 940px; 
	background: #fff;
}


/* ---------------------------------------------------------------------------------------- 
   GRID ELEMENTS
    - #header
    - #top_nav
    - #banner 
    - #content
    - #footer
------------------------------------------------------------------------------------------- */

#header {
	background: #000 url(../images/top-bar-bk.gif) top left repeat-x;
	display: inline;
	float: left;
	height: 360px;
	padding: 0;
	margin: 0;
	float: left;
	width: 960px;
	position: relative;
}

#header_no_banner {
	background: #000 url(../images/header-no-banner-bk.gif) 0 65px repeat-x;
	display: inline;
	float: left;
	height: 115px;
	padding: 0;
	margin: 0;
	float: left;
	width: 960px;
	position: relative;
}

#logo {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	height: 65px;
}

#right_logo {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	height: 65px;
}

#hide_txt {
	display: none;
}

#top_right {
	float: right;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 515px;
}

#top_right_tel {
	background: #000;
	float: right;
	font-size: 11px;
	color: #666;
	margin: 0;
	height: 22px;
	padding: 11px 20px 5px 0;
	text-align: right;
	width: 490px;
}

#top_right_tel #tel {
	color: #fff;
	font: 22px/22px Arial, Helvetica, sans-serif;
	letter-spacing: -0.02em;
}

#top_right a,
#top_right a:visited {
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}

#top_right a:hover {
	color: #fff;
	border-bottom: none;
	text-decoration: underline;
}

#home_banner {
	float: left;
	height: 248px;
	width: 960px;
	overflow: hidden;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#top_nav {
	background: #000 url(../images/top-nav-bk.gif) top left no-repeat;
	color: #fff;
	display: inline;
	float: left;
	height: 43px;
	padding: 0;
	margin: 0;
	width: 960px;
}

#top_nav_no_banner {
	background: #000 url(../images/top-nav-bk.gif) top left no-repeat;
	color: #fff;
	display: inline;
	float: left;
	height: 43px;
	padding: 0;
	margin: 7px 0 0 0;
	width: 960px;
}

#nav {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 960px;
}

#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 9999;
}

#nav li {
	float: left;
	text-align: center; 
	padding: 5px 0 0 0;
	margin: 0 5px;
}

#nav li:hover, #nav li.hover {
    position: static;
	background: #000;
	color: #fff;
}

#nav li a,
#nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	height: 26px;
	padding: 8px 10px 4px 10px;
	margin: 0;
	text-align: center;
	line-height: 15px;
	letter-spacing: -0.03em;
}

#nav li a:hover {
	color: #F7931E;
	text-decoration: none;
}

#nav li ul { /* second-level lists */
	background: #000;
	padding: 5px 0;
	margin: 0;
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: none;
}

#nav li ul li {
	background: #000;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	border: none;
}

#nav li ul li:hover {
	background: #000;
	color: #F7931E;
}

#nav li ul a,
#nav li ul a:visited {
	background: #000;
	border-top: solid 1px #333;
	height: 13px;
	padding: 10px 0;
	width: 180px;
	margin: 0 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	text-align: left;
}

#nav li ul a:hover {
	background: #000;
	color: #F7931E;
	text-decoration: none;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}




/* END #header ---------------------------------------------------------------------------- */


#content {
	display: inline;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	width: 960px;
}

.content_1_col_1 {
	float: left;
	width: 960px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_2_col_1 {
	float: left;
	width: 220px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_2_col_1_home {
	float: left;
	width: 220px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_2_col_2 {
	float: left;
	width: 740px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_2_col_2_home {
	float: left;
	width: 720px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_3_col_1 {
	float: left;
	width: 220px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_3_col_2 {
	float: left;
	width: 520px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_3_col_3 {
	float: left;
	width: 220px;
	margin: 10px 0 0 0;
	padding: 0;
}

.content_home {
	float: left;
	margin: 0;
	padding: 0;
	width: 750px;
}

.content_full {
	float: left;
	margin: 0;
	padding: 0;
	width: 960px;
}

.content_home_col {
	background: #e0e0e0;
	float: left;
	padding: 10px;
	margin: 0 0 15px 15px;
	width: 150px;
	height: 240px;
}

.double_width {
	padding: 10px;
	width: 335px;
}

.full_width {
	padding: 10px;
	width: 705px;
}

.content_home_text {
	background: #e0e0e0;
	float: left;
	padding: 10px;
	margin: 0 0 15px 0;
	width: 940px;
}

.content_home_text h3 {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}

.content_home_text p {
	height: 20px;
}

.home_inner_text {
	background: #fff;
	float: left;
	width: 920px;
	margin: 0;
	padding: 10px;
}

.content_home_col h3 {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
}

.content_home_col h4 {
	margin-bottom: 2px;
	overflow: hidden;
	height: 20px;
}

.content_home_col img {
	margin-bottom: 5px;
}

.content_home_col .featured_text {
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
	height: 55px;
	float: left;
	line-height: 17px;
}

.content_home_col .featured_text_ad {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 9px;
	padding-bottom: 0;
	overflow: hidden;
	height: 53px;
	float: left;
	line-height: 16px;
	text-align: center;
}

.content_home_col .read_more {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 13px;
	float: left;
	line-height: 11px;
}

.content_home_col .read_more_ad {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 13px;
	float: left;
	line-height: 11px;
	text-align: center;
	width: 150px;
}

.content_home_col .read_more a,
.content_home_col .read_more a:visited {
	color: #5C6E0E;
	font-size: 11px;
	text-decoration: underline;
}

.content_home_col .read_more a:hover {
	text-decoration: none;
}

.content_home_col .read_more_ad a,
.content_home_col .read_more_ad a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}

.content_home_col .read_more_ad a:hover {
	text-decoration: none;
}

.content_home h1 {
	padding-bottom: 10px;
}

.content_home h2 {
	font: 22px/28px Arial, Helvetica, sans-serif;
	color: #333;
}

.content_home p {
	margin-top: 270px;
}

.content_row {
	float: left;
	margin: 0 20px 20px 20px;
	padding: 0;
	width: 480px;
}

.full {
	width: 700px;
}

.left_side {
	margin-left: 0;
	width: 710px;
}

#featured_properties {
	float: left;
	margin: 0;
	padding: 0;
}

#featured_properties .prop {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#featured_properties .prop h4 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 2px 0 0 0;
	letter-spacing: -0.01em;
}

#featured_properties .prop h4 a,
#featured_properties .prop h4 a:visited,
#featured_properties .prop h4 a:hover {
	color: #fff;
	text-decoration: none;
}

#featured_properties .prop h5 {
	font: 12px/18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	letter-spacing: -0.01em;
}

#featured_properties .property_photo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 240px;
	overflow: hidden;
}

#featured_properties .photo_overlay {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 240px;
}

#featured_properties .property_address {
	background: url(../images/featured-property-address-bk.png) top left repeat-x;
	position: absolute;
	top: 180px;
	left: 0;
	margin: 0;
	padding: 0 10px;
	width: 315px;
	height: 60px;
}

#home_branch_map {
	background: #fff;
	float: left;
	width: 705px;
	height: 240px;
	margin: 0;
	padding: 0;
}

#home_branch_map h3 {
	margin: 5px 10px 4px 10px;
	padding-bottom: 0;
	border: none;
}

#branch_map_image {
	float: left;
	width: 150px;
	height: 209px;
	margin-right: 20px;
	margin-left: 10px;
}

#branch_map_list {
	float: left;
	width: 515px;
}

#branch_map_list ul {
	padding: 0;
	margin: 7px 0 0 0;
	list-style: none;
}

#branch_map_list ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#branch_map_list ul li a,
#branch_map_list ul li a:visited {
	border: solid 1px #fff;
	display: block;
	text-decoration: none;
	padding: 7px;
	margin: 5px 0;
	width: 483px;
}

#branch_map_list ul li a:hover {
	background: #CAD1A2;
	color: #1d1d1d;
	border: solid 1px #AFB28B;
	text-decoration: none;
}


.row_on_left {
	margin: 0 20px 20px 0;
}

.left_row {
	background: #e0e0e0;
	float: left;
	margin: 0 10px 15px 0;
	padding: 5px 10px;
	width: 200px;
}

.ad {
	padding: 5px 0;
}

.left_row_full_ad {
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
	width: 220px;
}

.ad {
	padding: 5px 0;
}

#shortlist_container {
	background: #F7F9D7;
}

.right_row {
	background: #e0e0e0;
	float: left;
	margin: 0 0 20px 0;
	padding: 5px 10px 10px 10px;
	width: 200px;
}

.left_row p {
	font-size: 12px;
	line-height: 20px;
	margin: 7px 0 10px 0;
	float: left;
}

.left_row p strong {
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	font-family: "Palatino", Georgia, serif;
	color: #333;
	margin: 0 3px;
}

.left_row ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 200px;
}

#left_call_us {
	background: url(../images/call-us.png) 0 5px no-repeat;
	float: left;
	margin: 0;
	padding: 5px 0 5px 30px;
	width: 200px;
	height: 24px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#left_subscribe {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 200px;
	height: 60px;
	overflow: hidden;
}

#left_subscribe p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 70px;
}

.left_email {
	background: url(../images/email_subscribe.png) 0 0 no-repeat;
	height: 60px;
}

.left_twitter {
	background: url(../images/twitter_subscribe.png) 0 0 no-repeat;
	height: 60px;
}

.left_row form {
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

.left_row .left_div {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

.left_row .right_div {
	float: right;
	padding: 0;
	margin: 0 0 0 5px;
}

.left_row label {
	float: left;
	margin: 5px 0 3px 0;
	padding: 0;
	width: 190px;
}

.left_row input.radio_buttons {
	border: none;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	color: #665;
	padding: 0;
	margin: 5px 5px 10px 5px;
}

.left_row input.clear_default {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	border: solid 1px #ccb;
	color: #665;
	padding: 4px 5px;
	margin: 0 0 5px 0;
	width: 188px;
}

.left_row select.select_box {
	font-size: 12px;
	padding: 1px 0;
	margin: 0;
	width: 200px;
}

.left_row select.half_width {
	width: 95px;
}

.left_row .submit_button {
	float: left;
	padding: 0;
	margin: 0;
	width: 200px;
}

.left_row input.submit_btn {
	background: url(../images/search-button.png) 0 0 no-repeat;
	font-size: 12px;
	line-height: 15px;
	height: 25px;
	border: none;
	padding: 0;
	margin: 18px 0 0 0;
	float: right;
	width: 100px;
	height: 25px;
	cursor: pointer;
}

.left_row ul li {
	margin: 0 0 5px 0;
	padding: 0;
	width: 200px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.02em;
}

.left_row ul li.space_above {
	margin-top: 15px;
}

.left_row ul li.space_below {
	margin-bottom: 5px;
}

.left_row li a {
	font-size: 11px;
	display: block;
	padding: 6px 10px;
	margin: 0;
	width: 180px;
}

.left_row li a:hover {
	background: url(../images/left_hover.png) top left no-repeat;
	text-decoration: none;
	color: #000;
}

.left_row li a.active {
	background: url(../images/left_active.png) top left no-repeat;
	color: #fff;
}

.left_row li a.remove {
	padding-right: 36px;
	background: url(../images/remove_filter.png) top left no-repeat;
	color: #000;
}

.left_row li a.remove:hover {
	padding-right: 36px;
	background: url(../images/remove_filter_active.png) top left no-repeat;
	color: #000;
}

.left_row li a.remove_shortlist {
	padding: 6px 26px 6px 0;
	background: url(../images/remove_shortlist.png) top left no-repeat;
}

.left_row li a.remove_shortlist:hover {
	padding: 6px 26px 6px 0;
	background: url(../images/remove_shortlist_active.png) top left no-repeat;
}

.left_row h1, .left_row h2,
.right_row h1, .right_row h2 {
	margin-top: 0;
	padding-bottom: 5px;
}

.left_row h2,
.right_row h2 {
	margin-top: 5px;
}

.left_row h3,
.right_row h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: solid 1px #ccb;
}

#shortlist_container h3 {
	border-bottom: solid 1px #DBDDB8;
}

.content_row .body_text {
	margin-left: 0;
	margin-right: 0;
}

img.page_image {
	background: #e4e4e4;
	padding: 10px;
	width: 640px;
	height: 150px;
}

.content_row .content_date {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	color: #F6921E;
	width: 460px;
}

.content_row .content_item {
	float: left;
	margin: 0;
	padding: 10px;
	width: 700px;
}

#list_header {
	background: #e0e0e0;
	border-bottom: solid 1px #ccb;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 4px 0 0 0;
	width: 720px;
}

#list_footer {
	background: #e0e0e0;
	float: left;
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 10px 0;
	padding: 6px 0 8px 0;
	width: 720px;
}

.list_header_left {
	float: left;
	width: 340px;
	padding: 0 10px;
	font-weight: normal;
	color: #000;
}

.list_footer_left {
	float: left;
	padding: 0 10px;
}

.list_header_left h3 {
	font: 16px/22px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 5px 0 3px 0;
	color: #000;
	letter-spacing: -0.01em;
}

.list_header_right {
	float: left;
	width: 340px;
	text-align: right;
	padding: 5px 10px 0 0;
}

.list_footer_right {
	float: right;
	text-align: right;
	padding: 5px 10px 5px 10px;
}

#list_header form,
#list_footer form {
	margin: 0;
	padding: 3px 0 0 0;
}

.list_footer_right a,
.list_footer_right a:visited {
	color: #069;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
}

.list_footer_right a:hover {
	background: #c30;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
}

.list_footer_right .current {
	background: #333;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
}

.list_footer_right .disabled {
	background: #bbb;
	color: #e0e0e0;
	padding: 3px 6px;
	text-decoration: none;
	margin: 0 0 0 3px;
}

#breadcrumbs {
	background: #f3f3f3;
	float: left;
	margin: 0;
	padding: 5px 10px;
	width: 680px;
	border-top: solid 1px #999;
}

#breadcrumbs p {
	padding: 0;
	margin: 0;
}

#filter_div {
	color: #333;
	float: left;
	margin: 0;
	padding: 5px 5px 10px 5px;
	width: 700px;
}

#filter_div h3 {
	font: 16px/16px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	color: #777;
	letter-spacing: -0.01em;
}

#filter_div p {
	margin-bottom: 10px;
	padding-top: 10px;
}

#filter_div ul {
	padding: 5px 0 20px 0;
	margin: 0;
	float: left;
	width: 220px;
}

#filter_div ul.long {
	padding: 5px 0 20px 0;
	margin: 0;
	float: left;
	width: 660px;
}





.agent_listing {
	background: #fff;
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 480px;
	border-bottom: solid 1px #ccb;
}

.property_listing,
.content_listing {
	background: #fff;
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 720px;
	border-bottom: solid 1px #ccb;
}

.featured_listing {
	background: #E4F2E7;
}

.property_summary p.views {
	background: url(../images/pd_views.png) 0 0 no-repeat;
	margin: 10px 0 0 0;
	padding: 2px 0 2px 35px;
	height: 26px;
}

.property_summary p.schedule {
	background: url(../images/pd_schedule.png) 0 0 no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 35px;
	height: 20px;
}

.property_summary p.video {
	background: url(../images/pd_video.png) 0 0 no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 35px;
	height: 20px;
}

.property_summary p.map {
	background: url(../images/pd_map.png) 0 0 no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 35px;
	height: 20px;
}

.property_summary p.email_owner {
	background: url(../images/pd_email_owner.png) 0 0 no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 35px;
	height: 20px;
}

.property_summary p.email_about {
	background: url(../images/pd_email.png) 0 0 no-repeat;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 35px;
	height: 20px;
}

.property_detail {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 710px;
}

.property_detail h1 {
	padding-bottom: 25px;
}

#video_container {
	float: left;
	margin: 0 80px 10px 80px;
	padding: 0;
	width: 550px;
}

#property_images1 {
	float: left;
	margin: 0 9px 10px 5px;
	padding: 0;
	width: 320px;
}

#property_images1 .caption_wrapper {
	position: relative;
	height: 240px;
	width: 320px;
	margin: 0;
	padding: 0;
}
 
#property_images1 .caption {
	background: #000;
	color: #fff; 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	padding: 5px 10px;
}
 
 #property_images2 {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 365px;
	height: 200px;
}

.scrollable {
	overflow-y: scroll;
}

#property_thumbs {
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
	list-style: none;
}

#property_thumbs li {
	float: left;
	display: inline;
	margin: 10px 9px 0 0; 
	padding: 0;
	height: 60px;
	width: 80px;
}

#property_thumbs li.top_row { margin-top: 0; }
#property_thumbs li.last { margin-right: 0; }

#property_thumbs li img {
	float: left;
	margin: 0;
	padding: 0; 
}

#contact {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 370px;
}

#request_details {
	float: left;
	padding: 0;
	margin: 0;
}

#or_call {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	padding: 4px 0 0 0;
	margin: 0 0 0 9px;
}

#or_call strong {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #1A1A1A;
	padding: 0 0 0 3px;
	margin: 0;
}

.property_summary {
	background: #e0e0e0;
	border-top: solid 1px #ccb;
	float: left;
	margin: 0;
	padding: 10px;
	width: 690px;
}

a.video,
a.video:visited,
a.video:hover {
	float: left;
	background: url(http://www.raspberrylive.com/images/icons/film.png) 0 1px no-repeat;
	margin: 0 20px 0 0;
	padding: 0 0 1px 22px;
}

a.schedule,
a.schedule:visited,
a.schedule:hover {
	float: left;
	background: url(http://www.raspberrylive.com/images/icons/report.png) 0 1px no-repeat;
	margin: 0 20px 0 0;
	padding: 0 0 1px 22px;
}

a.map,
a.map:visited,
a.map:hover {
	float: left;
	background: url(http://www.raspberrylive.com/images/icons/map.png) 0 1px no-repeat;
	margin: 0 20px 0 0;
	padding: 0 0 1px 22px;
}

a.viewing,
a.viewing:visited,
a.viewing:hover {
	float: left;
	background: url(http://www.raspberrylive.com/images/icons/date.png) 0 1px no-repeat;
	margin: 0 20px 0 0;
	padding: 0 0 1px 22px;
}

a.details_contact,
a.details_contact:visited,
a.details_contact:hover {
	float: left;
	background: url(http://www.raspberrylive.com/images/icons/email.png) 0 1px no-repeat;
	margin: 0 20px 0 0;
	padding: 0 0 1px 22px;
}

.email_about {
	float: left;
	background: url(http://www.raspberrylive.com/images/icons/email.png) 0 1px no-repeat;
	margin: 4px 20px 0 0;
	padding: 0 0 1px 22px;
	height: 16px;
}

.call_about {
	float: left;
	background: url(http://www.raspberrylive.com/images/icons/telephone.png) 0 1px no-repeat;
	margin: 4px 5px 0 0;
	padding: 0 0 1px 22px;
	height: 16px;
}

.big_tel {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

ul.features {
	list-style-image: url(http://raspberrylive.com/images/icons/tick.png);
	display: block;
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
}

ul.features li {
	padding: 5px 0;
	margin: 0 0 0 20px;
	float: left;
	width: 210px;
}

.yes {
	float: left;
	background: url(http://raspberrylive.com/images/icons/tick.png) 0 1px no-repeat;
	margin: 0 20px 0 0;
	padding: 0 0 1px 22px;
	height: 16px;
}

.back_to_top {
	float: right;
	background: url(http://raspberrylive.com/images/icons/arrow_up.png) 0 1px no-repeat;
	margin: 40px 0 0 0;
	padding: 0 0 1px 22px;
	height: 16px;
	text-align: right;
}

#property_map {
	margin: 0;
	padding: 0;
	border: solid 1px #ccb;
 	width: 708px;
	height: 398px;
 	overflow: hidden;
}

.branch_box {
	float: left;
}

.branch_box h4 {
	font: 13px/19px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	padding: 0 0 5px 0;
	margin: 0;
	letter-spacing: -0.01em;
}


.branch_details_photo {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	border: solid 1px #ccb;
	height: 158px;
	width: 158px;
	overflow: hidden;
}

.small_photo{
	width: 68px;
	height: 68px;
}

.branch_details_address {
	margin: 0 0 20px 20px;
	padding: 0;
	float: left;
	width: 280px;
}

.branch_details_address p {
	margin-bottom: 0;
}

.small_address {
	margin: 0 10px 20px 10px;
	width: 140px;
}

#branch_map {
	margin: 0 0 20px 0;
	padding: 0;
	border: solid 1px #ccb;
 	width: 458px;
	height: 258px;
 	overflow: hidden;
}

.property_thumb {
	float: left;
	padding: 10px;
	width: 160px;
}

.property_image {
	margin: 0;
	padding: 0;
	width: 160px;
}

.sale_status {
	color: #000;
	float: left;
	padding: 10px 0;
	width: 156px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.property_agent {
	float: left;
	padding: 10px;
	width: 100px;
}

.agent_image {
	margin: 0;
	padding: 0;
	width: 100px;
}

.agent_profile {
	float: left;
	padding: 3px 0 10px 0;
	width: 100px;
	text-align: right;
	font-size: 11px;
}

.agent_item {
	float: left;
	width: 350px;
	padding: 10px 5px;
}

.property_item {
	float: left;
	width: 410px;
	padding: 10px 5px;
}

.twitter-share-button {
	height: 80px;
	width: 55px;
	vertical-align: bottom;
	}

.property_item_full {
	float: left;
	width: 515px;
	padding: 10px 10px 10px 5px;
}

.property_item_left {
	float: left;
	padding: 10px;
}

.property_item_right {
	float: right;
	text-align: right;
	padding: 10px;
}

.property_item_left p,
.property_item_right p {
	margin: 0;
}

.property_listing .big_number {
	font-size: 18px;
	font-weight: bold;
	margin: 0 3px;
}

.no_properties {
	float: left;
	padding: 10px;
}

.agent_item h2,
.property_item h2,
.property_item_full h2 {
	line-height: 18px;
	padding: 0 0 5px 0;
	margin: 0;
}

.agent_item h3,
.property_item h3,
.property_item_full h3 {
	line-height: 16px;
	padding: 0 0 9px 0;
	margin: 0;
}

.agent_item h3 a,
.property_item h3 a,
.property_item h3 a:visited,
.property_item_full h3 a,
.property_item_full h3 a:visited {
	text-decoration: underline;
}

.agent_item h4,
.property_item h4,
.property_item_full h4 {
	line-height: 16px;
	padding: 0 0 5px 0;
	margin: 0;
}

.agent_item p,
.property_item p,
.property_item_full p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.agent_item p.particulars,
.property_item p.particulars,
.property_item_full p.particulars {
	padding-top: 15px;
}

.property_item p.headline,
.property_item_full p.headline {
	color: #000;
	font-weight: bold;
}

.property_image .ref {
	padding-top: 7px;
	font-size: 11px;
	color: #777;
}

.content_row .top {
	padding: 0;
	border-top: none;
}

.content_row .note {
	float: left;
	font-size: 12px;
	color: #474747;
	background: #e4e4e4;
	border: solid 1px #ccc;
	text-align: center;
	padding: 10px;
}

.content_thumb {
	background: #ccc;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px;
	width: 130px;
}

.content_text1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 740px;
}

.content_text2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 500px;
}

.right_row ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right_row ul li {
	margin: 0 0 5px 0;
	padding: 0;
	width: 200px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.02em;
}

.right_row li a {
	display: block;
	padding: 6px 10px;
	margin: 0;
	width: 180px;
}

.right_row li a:hover {
	background: url(../images/right_hover.png) top left no-repeat;
	text-decoration: none;
	color: #000;
}

.right_row li a.active {
	background: url(../images/right_active.png) top left no-repeat;
	color: #fff;
}

.right_row li.active {
	background: url(../images/right_active.png) top left no-repeat;
	color: #fff;
}

.right_row li.active a,
.right_row li.active a:visited,
.right_row li.active a:hover {
	display: block;
	padding: 6px 10px;
	margin: 0;
	width: 180px;
	color: #fff;
}

.right_row ul.small {
	font-size: 11px;
	margin-bottom: 20px;
}

.right_row ul.small_no_margin {
	font-size: 12px;
	margin-bottom: 0;
}

.right_row .office_address {
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
}

.right_row .office_tel {
	font-size: 12px;
	float: left;
	background: url(http://raspberrylive.com/images/icons/telephone.png) 0 1px no-repeat;
	line-height: 18px;
	margin: 20px 10px 0 0;
	padding: 0 0 1px 22px;
}

.right_row .office_email {
	font-size: 12px;
	float: left;
	background: url(http://raspberrylive.com/images/icons/email.png) 0 1px no-repeat;
	margin: 10px 10px 10px 0;
	padding: 0 0 1px 22px;
}

.right_row .statistics_views {
	font-size: 12px;
	float: left;
	background: url(http://raspberrylive.com/images/icons/chart_bar.png) 0 1px no-repeat;
	margin: 10px 10px 10px 0;
	padding: 0 0 1px 22px;
}

.right_row .office_properties {
	font-size: 12px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0 0 1px 22px;
}

.right_row .agent_image {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 200px;
}

.right_row .agent_profile {
	font-size: 11px;
	float: left;
	text-align: left;
	line-height: 17px;
	margin: 5px 0 0 0;
	padding: 0;
	width: 200px;
}

.right_row dl {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.right_row dt {
	margin: 0;
	padding: 10px 0 0 0;
	color: #777;
}

.right_row dd {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #e4e4e4;
}

.right_row p {
	font-size: 11px;
	margin-bottom: 5px;
}

p.rss_right {
	background: url(../images/feed-icon-20x20.gif) top left no-repeat;
	margin: 0 0 5px 0;
	padding: 2px 0 0 25px;
	height: 18px;
}

p.news_right {
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
}

/* pikachoose demo */
#pikachoose { width: 312px; }
.pika_main { width: 312px; position: relative; margin: 0 0 0 0; padding: 0; }
.pika_main a, .pika_main a:hover { border: none; }
.pika_subdiv img { border: 0 solid #767676; }
#pikachoose li { float: left; position: relative; margin: 4px 0 0 4px; border: 0 solid #ccc; overflow: hidden; list-style: none; padding: 0; }
#pikachoose li.first { margin-left: 0; }
#pikachoose li img { position: relative; cursor: pointer; }	
.pika_navigation a, .pika_navigation a:hover { font-size: 12px; color: #ccc; text-decoration: none; }
.pika_navigation { padding-top: 10px; clear: left; text-align: center; }
#wrapper1 { width:100%; }
.pika_link { cursor: pointer; }


/* END #content --------------------------------------------------------------------------------- */


#pre_footer {
	background: #474747;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 960px;
}

#pre_footer_left {
	color: #fff;
	float: left;
	padding: 10px 0;
	margin: 0 10px 0 20px;
	width: 450px;
}

#pre_footer_right {
	color: #fff;
	float: left;
	padding: 10px 0;
	margin: 0 20px 0 10px;
	width: 450px;
}

#footer {
	background: #000;
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 960px;
}

#footer p, #pre_footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0;
}

#footer_nav {
	color: #474747;
	float: left;
	padding: 0 20px 5px 20px;
	margin: 15px 0;
	width: 920px;
}

#footer_nav2 {
	color: #474747;
	float: left;
	padding: 15px 0;
	margin: 0 20px;
	width: 920px;
	border-top: dotted 1px #474747;
}

#footer_nav3 {
	color: #474747;
	float: left;
	padding: 15px 0;
	margin: 0 20px;
	width: 920px;
	border-top: dotted 1px #474747;
}

#footer_nav3 .raspberry {
	float: right;
	text-align: right;
	padding: 0;
	margin: 5px 0 0 0;
	/*width: 112px;
	height: 44px;*/
}

#footer_nav #fcol1 {
	float: left;
	width: 168px;
	padding: 0;
	margin: 0 10px 0 0;
}

#footer_nav #fcol2 {
	color: #fff;
	float: left;
	width: 168px;
	padding: 0;
	margin: 0 10px;
}

#footer_nav #fcol3 {
	float: left;
	width: 168px;
	padding: 0;
	margin: 0 10px;
}

#footer_nav #fcol4 {
	float: left;
	width: 168px;
	padding: 0;
	margin: 0 10px;
}

#footer_nav #fcol5 {
	float: left;
	width: 168px;
	padding: 0;
	margin: 0 0 0 10px;
}

#footer_nav2 #fcol1 {
	float: left;
	width: 168px;
	padding: 0;
	margin: 0;
}

#footer_nav2 #fcol2 {
	float: left;
	width: 732px;
	padding: 0;
	margin: 0 0 0 20px;
}

#footer_nav2 #fcol3 {
	float: left;
	width: 280px;
	padding: 0;
	margin: 0 0 0 20px;
}

#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #F7931E;
	padding: 0;
	margin: 0 0 5px 0;
	letter-spacing: -0.03em;
}

#footer h1.spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #F7931E;
	padding: 0;
	margin: 8px 0 5px 0;
	letter-spacing: -0.03em;
}

#footer a,
#footer a:visited {
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
}

#footer a:hover {
	border: none;
	text-decoration: underline;
}


/* END #footer ------------------------------------------------------------------------------------ */


/* `Forms ------------------------------------------------------------------------------------------*/

form {
	padding: 30px 0 10px 0;
}

.form_highlight {
	background: #e0e0e0;
/*	border: solid 1px #ccb;*/
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	width: 480px;
}

.form_input {
	padding: 0 10px 0 10px;
	margin-bottom: 20px;
	width: 440px;
	font: 12px/1.8 Arial, Helvetica, sans-serif;
}

.form_input_msg {
	padding: 10px;
	width: 440px;
	font: 12px/1.8 Arial, Helvetica, sans-serif;
}

.form_input_msg span {
	color: #393;
}

.form_input_msg span.form_error {
	color: #c00;
}

.form_button {
	border-bottom: none;
	font-size: 16px;
	padding-bottom: 0;
}

.form_button input {
	font-size: 16px;
}

.label_div {
	float: left;
	color: #666;
	width: 110px;
	text-align: right;
	padding: 0 10px 0 0;
}

input { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #bba;
}

input.contact_text_field {
	width: 298px;
}

input.contact_text_field_small {
	width: 118px;
}

input.contact_text_field_tiny {
	width: 48px;
}

.captcha_code {
	width: 98px;
}

img#captcha {
	margin-bottom: 5px;
}

input.submit_button {
	background: url(../images/send-message-button.png) 0 0 no-repeat;
	height: 25px;
	width: 160px;
	padding: 0;
	cursor: pointer;
	border: none;
}

input.subscribe_button {
	background: url(../images/subscribe-button.png) 0 0 no-repeat;
	height: 25px;
	width: 120px;
	padding: 0;
	cursor: pointer;
	border: none;
}

input.error {
	border: solid 1px #c00;
}

input.checkbox {
	background: none;
	border: none;
}

.input_div {
	float: left;
	padding: 0;
	width: 320px;
}

label.error {
	float: left;
	width: 320px;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	color: #c30;
}

label.help {
	float: left;
	padding: 5px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #999;
}

label.help strong {
	font-weight: normal;
	color: #474747;
}

textarea { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
	width: 298px;
	border: solid 1px #ccb;
}

.required {
	color: #c00;
	font-size: 11px;
}


/* `SLIDER ------------------------------------------------------------------------------------------*/

#next_slide {
	position: absolute;
	top: 10px;
	right: 10px;
}

#next_slide span {
	background: #fff;
	border: solid 1px #ccc;
	color: #000;
	cursor: pointer;
	padding: 5px;
	margin: 0 0 0 3px;
	line-height: 11px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#next_slide span:hover {
	background: #ccc;
	color: #000;
}

#next_slide span.active {
	border: solid 1px #000;
	background: #000;
	color: #fff;
}

.meta {
	width: 640px;
	height: 80px;
	background: #000;
	position: absolute;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.meta p { 
	color: #fff;
	padding: 5px 10px;
}

.meta h4 {
	font-size: 28px;
	color: #fff;
	padding: 5px 10px 0 10px;
	margin: 0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.meta h4 a {
	float: right;
	background: #fff;
	color: #000;
	font-size: 11px;
	padding: 2px 5px;
	margin: 8px 0 0 0;
	text-decoration:none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

.meta h4 a:hover {
	float: right;
	background: none;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	text-decoration:none;
	border: none;
}

#page_image {
	position: absolute;
	overflow: hidden;
}

#page_image span {
	display: block;
	float: left;
}

span img {
	display: block;
	border: none;
}

/* `General styling --------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #4e4e4e;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

a.no_border,
a.no_border:visited,
a.no_border:hover {
	border: none;
	text-decoration: none;
	padding: 0;
	background: none;
}

a.right_active,
a.right_active:visited,
a.right_active:hover {
	border: none;
	text-decoration: none;
	color: #333;
	background: none;
	font-weight: bold;
}

a.back,
a.back:visited,
a.back:hover {
	float: left;
	background: url(http://raspberrylive.com/images/icons/arrow_left.png) 0 6px no-repeat;
	margin: 0;
	padding: 5px 0 8px 22px;
	font-size: 12px;
}

.no_display{
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.lite {
	color: #777;
}

.left {
	text-align: left;
}

.middle {
	text-align: center;
}

.right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.tiny {
	margin-top: 10px;
	font-size: 10px;
	color: #666;
}

#more {
	font-size: 11px;
	position: fixed;
	z-index: 100; 
	bottom: 0; 
	right: 50px; 
	padding: 7px 10px; 
	background: #e4e4e4; 
	color: #777; 
	text-align: center;
	text-decoration: none; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}


/* `Headings ---------------------------------------------------------------------------------------*/

h1 {
	font: 26px/34px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	padding: 0 0 25px 0;
	margin: 5px 0 0 0;
	letter-spacing: -0.03em;
}

h1.no_padding {
	padding-bottom: 0;
}

h1.border_top {
	padding: 20px 0 25px 0;
	border-top: solid 1px #ccc;
}

h1.add_space {
	padding: 20px 0 10px 0;
}

h2 {
	clear: both;
	font: 18px/24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F7931E;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	letter-spacing: -0.03em;
}

h2.no_para_prev {
	margin-top: 0;
}

h2.border_top {
	padding: 20px 0;
	margin: 10px 0 0 0;
}

h3 {
	font: 16px/22px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
	color: #000;
	letter-spacing: -0.01em;
}

h3.finder {
	background: url(../images/find-property-icon.gif) 10px 0 no-repeat;
	padding: 0 0 6px 40px;
}

h3 em {
	font-size: 12px;
	font-style: normal;
	padding-left: 10px;
}

h3 .details_price {
	font-weight: bold;
	color: #F7931E;
}

h4 {
	font: 14px/20px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px 0;
	color: #0D1E3B;
	letter-spacing: -0.01em;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

/* `Spacing ----------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Clear Floated Elements --------------------------------------------------------------------------*/

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


