/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #00BBE4;
    font-size: 12px;
    font-family: Arial;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}

.relax,
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.new-clear{
  display:none;
}

/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 987px;
    background-color: #fff;
}

/*  Header  */
.header {
    float: left;
    width: 100%;
    background: url("../img/backgrounds/body_bg.jpg") repeat-x left bottom;
	position: relative;
}
.header .relax {
    height: 20px;
}
.logo {
	margin: 14px 0 0 14px;
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 14px;
}
.header P {
	padding: 0;
	margin: 24px 26px 0 0;
	text-align: right;
	color: #0790c7;
}
.header P A {color: #0790c7;}
.header P A:visited, .header P A:ACTIVE {color: #056292;}
UL.top_nav {
	padding: 0;
	margin: 20px 0 0 15px;
	padding-top: 1px;
}
UL.top_nav LI {
	list-style: none;
	float: left;
	margin-right: 1px;
}
UL.top_nav LI A {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	float: left;
	display: block;
	background: url("../img/backgrounds/top_nav_bg.jpg") repeat-x top left;
	cursor: pointer;
}
UL.top_nav LI A.owner {
	background: url("../img/backgrounds/top_nav_bg_pink.gif") repeat-x top left;
}

h2.tab {
	color: white !important;
	width: auto !important;
	border-bottom:1px solid #B9D4DB;
	margin-top: 1em !important;
}

h2.tab span {
	background: url("../img/backgrounds/top_nav_bg.jpg") repeat-x top left;
	padding: 5px;
}

UL.top_nav LI A:HOVER,
UL.top_nav LI A.on {
	background: url("../img/backgrounds/top_nav_bg_hover.jpg") repeat-x top left;
	text-decoration: none;
}
UL.top_nav LI A SPAN.left {
	display: block;
	float: left;
	background: url("../img/backgrounds/top_nav_l.jpg") no-repeat top left;
}
UL.top_nav LI A.owner SPAN.left {
	background: url("../img/backgrounds/top_nav_l_pink.gif") no-repeat top left;
}
UL.top_nav LI A:HOVER SPAN.left,
UL.top_nav LI A.on SPAN.left {background: url("../img/backgrounds/top_nav_hover_l.jpg") no-repeat top left;}
UL.top_nav LI A SPAN.right {
	display: block;
	float: left;
	background: url("../img/backgrounds/top_nav_r.jpg") no-repeat top right;
	padding: 6px 15px 8px 15px;
}
UL.top_nav LI A.owner SPAN.right {
	background: url("../img/backgrounds/top_nav_r_pink.gif") no-repeat top right;
}
UL.top_nav LI A:HOVER SPAN.right,
UL.top_nav LI A.on SPAN.right {
	background: url("../img/backgrounds/top_nav_hover_r.jpg") no-repeat top right;
}

/*  Content  */
.content {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.left_col {
	width: 242px;
	margin-left: 15px;
	display: inline;
	float: left;
}
.left_col .box_blue_bookmarks {
	width: 100%;
	float: left;
}
.left_col .box_blue_bookmarks UL.bookmarks {
	padding: 0;
	margin: 0;
}
.left_col .box_blue_bookmarks UL.bookmarks LI {
	list-style: none;
	float: left;
	font-size: 1.17em;
}
.left_col .box_blue_bookmarks UL.bookmarks LI A {
	color: #000;
        background-color: #DAE8EB;
	border-color: #B9D4DB;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	display: block;
	float: left;
	color: #333333;
	font-weight: bold;
}
.left_col .box_blue_bookmarks UL.bookmarks LI SPAN {
	padding: 7px 10px;
	display: block;
}
.left_col .box_blue_bookmarks UL.bookmarks LI.selected A {
	/*background-color: #F1F6F9;*/
	position: relative;
	z-index: 90;
}
.left_col .box_blue_bookmarks UL.bookmarks LI.last A {
	border-right: 0;
	border-left: 0;
}
.left_col .box_blue_bookmarks UL.bookmarks LI.last A SPAN.right {
	background: url("../img/backgrounds/bookmark_right.gif") no-repeat right top;
	position: relative;
	top: -1px;
}
.box_blue {
	background-color: #F1F6F9;
	float: left;
	border-color: #B9D4DB;
	border-width: 1px 0;
	border-style: solid;
	position: relative;
}

.box_blue p {
	padding: 0;
	margin: 12px 14px 0 14px;
	font-size: 1em;
}


.box_blue .left {
	float: left;
	width: 100%;
	background: url("../img/backgrounds/blue_border.gif") repeat-y top left;
}
.box_blue .right {
	float: left;
	width: 100%;
	background: url("../img/backgrounds/blue_border.gif") repeat-y top right;
}
.left_col .box_blue {width: 100%;}
.left_col .box_blue_bookmarks .box_blue {
	margin-top: -1px;
	position: relative;
	z-index: 1;
}

.left_col .box_blue_bookmarks .box_blue FORM .black44 {margin-left: 44px!important;}

.w126 {width: 126px;}
.w44 {width: 44px;}
.w33 {width: 33px;}
.height4 {height: 4px;}

.left_col .box_blue_bookmarks .box_blue FORM INPUT.input-button {
	background: url("../img/buttons/pink_button.gif") no-repeat top left;
	border: 0;
	width: 92px;
	height: 30px;
	font-size: 1.17em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	margin-top: 4px;
	cursor: pointer;
	float: left;
}
.left_col .box_blue_bookmarks .box_blue FORM A {
	float: right;
	font-size: 1em;
	color: #0790c7;
	font-weight: bold;
	margin: 13px 8px 8px 0;
}
.left_col .box_blue_bookmarks .box_blue FORM A:VISITED, .left_col .box_blue_bookmarks .box_blue FORM A:ACTIVE {color: #056292;}
#PropertySearchForm a{color:#FFF;}
.left_col .box_blue_nav {
	margin-top: 12px;
	float: left;
	width: 100%;
}
.box_blue_nav ul {
    padding-left: 15px;
}
.left_col .box_blue_nav .top {
	position: relative;
	z-index: 90;
	float: left;
}
.left_col .box_blue_nav  .top A {
	background-color: #F1F6F9;
	padding: 7px 10px;
	display: block;
	border-color: #B9D4DB;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color: #333333;
	font-size: 1.17em;
	font-weight: bold;
}
.left_col .box_blue_nav .box_blue {
	margin-top: -1px;
	position: relative;
	z-index: 1;
}
.box_blue_advert{
    float:left;
    padding-top: 20px;
    width: 242px;
}
.box_blue UL {
	padding: 18px 0;
	margin: 0 12px;
}
.box_blue .float_left {
	float: left;
}
.box_blue UL LI {
	list-style: none;
	font-size: 1em;
	line-height: 1.8em;
}

.box_blue UL.double-banked LI {
	width: 100px !important;
	float: left;
}

.box_blue UL LI A {
	color: #0790c7;
	background: url("../img/icons/list_style.gif") no-repeat left 3px;
	padding-left: 13px;
	display: block;
}
.box_blue UL LI A:ACTIVE, .box_blue UL LI A:VISITED {color: #056292}
.box_blue UL LI UL.sub_menu {
	padding: 0;
	margin: 0 0 0 12px;
}
.box_blue UL LI UL.sub_menu LI A {
	color: #333333;
	background: none;
}
.dark {
    background-color: #00a5d7;
    color: #FFF;
}
.advert{
    background-color: #000;
    border-color: transparent;
    border-width: 0;
    text-align: center;
}
.right_col {
	width: 700px;
	margin-left: 15px;
	float: left;
	display: inline;
}
.right_col .left_block {
	width: 345px;
	float: left;
}
.right_col .right_block {
	float: right;
	width: 345px;
}

.one_col {
	padding: 0 15px;
}
.main_page {
	width: 703px;
	float: left;
        display: inline;
}
.w100_percent {width: 100%;}
.w50_percent {width: 345px; overflow: hidden;}
.height140 {height: 13em; overflow: hidden;}
.w166 {width: 166px; overflow: hidden;}
.height150 {height: 15em; overflow: hidden;}
.left13 {margin-left: 13px;}
.height165 {height: 17em; overflow: hidden;}
.right_col .box_blue ul.left20 {margin-left: 20px;}
.right_col .box_blue {margin-top: 10px;}
.right_col H3 {
	padding: 0;
	font-size: 1.33em;
	color: #333333;
}
.right_col P {
	color: #333333;
}
.right_col P A {
	color: #0790c7;
	font-weight: bold;
}
.right_col .box_blue UL {
	margin: 10px 0 0 14px;
	padding: 0;
}
.right_col P A:ACTIVE, .right_col P A:VISITED {color: #056292;}
A.button_blue {
	display: block;
	background: url("../img/buttons/blue_button.jpg") no-repeat left top;
	width: 81px;
	height: 25px;
	line-height: 25px;
	color: #fff !important;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
}
A.button_blue_wide {
	display: block;
	background: url("../img/buttons/blue_button_wide.png") no-repeat left top;
	width: 150px;
	height: 25px;
	line-height: 25px;
	color: #fff !important;
	font-weight: bold;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
}
A.button_blue SPAN {
	display: block;
	margin: 4px 0 0 10px;
}
.right_col H5 {
	padding: 0;
	margin: 10px 0 0 14px;
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}
.right_col P.margin_top2 {margin-top: 2px;}
.list-title {
	float: left;
	width: 74px;
}

div.box_blue h3, div.box_blue h3 a {
	color: #333 !important;
}
div.box_blue h3 {
	margin: 12px 14px 0 !important;
}
div.box_blue a.button_blue {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

/*  Footer  */
.footer {
    float: left;
    width: 100%;
    padding-bottom: 20px;
text-align:right;
}
.footer UL {
	padding: 0;
	margin: 0 30px 0 0;
	text-align: right;
}
.footer UL LI {
	list-style: none;
	display: inline;
	color: #333333;
	font-size: 1em;
}
.footer UL LI A {color: #0790c7;}
.footer UL LI A:ACTIVE, .footer UL LI A:VISITED {color: #056292;}
.copyright A {color: #0790c7;}
.copyright A:ACTIVE, .copyright A:VISITED {color: #056292;}
.footer P {
	padding: 0;
	margin: 4px 30px 0 0;
	font-size: 1em;
	color: #333333;
	text-align: right;
}
A.google-checkout {
	float: right;
	margin: 30px 30px 0 0;
}
A.paypal {
	float: right;
	margin: 20px;
}

.content h1 {
	color: #006699;
	font-size: 180%;
	font-weight: normal;
	margin-top: 0;
}

.content h2 {
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0;
}

.content h3 {
	font-size: 120%;
	font-weight: bold;
	color: #006699;
	margin-top: 0;
}

.content h4 {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin-top: 0;
}

.content a {
	color: #006699;
}

div#tabnav {
	border-bottom: 1px solid #B9D4DB;
	margin-bottom: 20px;
	clear: left;
}

div#tabnav ul.top_nav {
	margin-left: 0 !important;
	margin-top: 0 !important;
}


#search-results {
	width: 485px;
	float: left;
}

#search-results div.results-summary {
	background-color: #F1F6F9;
	border: 1px solid #B9D4DB;
	padding: 10px;
}

#search-results div.results-summary div.sort-by div {
	display: inline;
}

#search-results div.results-summary div.sort-by select {
	margin: 0 10px;
}

#search-results div.search-result {
	background-color: #F1F6F9;
	border: 1px solid #B9D4DB;
	padding: 0 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#search-results div.search-result div.image {
	width: 180px;
	float: left;
}

#search-results div.search-result div.image img {
	border: 5px solid white;
}

#search-results div.search-result div.info {
	width: 260px;
	float: right;
}

#search-results div.search-result div.info * {
	margin: 0 0 0.5em 0;
}

#refine-search {
	width: 200px;
	float: right;
}

#refine-search div.search-summary {
	background-color: #F1F6F9;
	border: 1px solid #B9D4DB;
	padding: 10px;
	margin-bottom: 15px;
}

#refine-search div.refine-fields {
	background-color: #F1F6F9;
	border: 1px solid #B9D4DB;
	padding: 10px;
}

#refine-search div.refine-fields div.box {
	line-height: 1.5em;
	margin-bottom: 15px;
}

#refine-search div.refine-fields div.box h4 {
	margin: 0 !important;
}

#property-details {
	width: 525px;
	float: left;
}

div#property-gallery {
	margin-bottom: 15px;
	width: 700px;
	position: relative;
	margin-top: -263px;
	z-index: 5;
}

div#property-gallery-cover {
	width: 700px;
	height: 263px;
	background-color: #fff;
	border:1px solid #CCCCCC;
	position: relative;
	text-align: center;
	z-index: 10;
}

div#property-gallery-cover h3 {
    margin-top: 120px;
}

div#property-gallery-cover p {

}

div#property-gallery div.photo {
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	width: 159px;
	height: 110px;
	margin: 0 0 12px 12px;
}

div#property-gallery div.photo1 {
	width: 350px;
	height: 237px;
	margin: 0 !important;
}

div#property-gallery div.photo6,
div#property-gallery div.photo7,
div#property-gallery div.photo8,
div#property-gallery div.photo9,
div#property-gallery div.photo10,
div#property-gallery div.photo11,
div#property-gallery div.photo12,
div#property-gallery div.photo13,
div#property-gallery div.photo14,
div#property-gallery div.photo15,
div#property-gallery div.photo16 {
	display: none;
}

div#property-gallery div.photo img {
	margin-top: 5px;
}

div#property-gallery div.count {
	margin-left: 365px;
	float: left;
	width: 170px;
}
div#property-gallery div.previous {
	float: left;
	color:#0790C7;
	font-weight:bold;
	cursor: pointer;
}
div#property-gallery div.next {
	float: right;
	color:#0790C7;
	font-weight:bold;
	cursor: pointer;
}


div.bluebox {
	background-color: #F1F6F9;
	border: 1px solid #B9D4DB;
	padding: 10px;
	margin-bottom: 15px;
}

div.whitebox {
	padding: 0 10px;
	margin-bottom: 15px;
}

.content dl {
	margin-top: 0;
	margin-bottom: 1em;
}

.content dl dt {
	float: left;
	width: 12em;
	font-weight: bold;
	margin-bottom: 1em;
}

.content dl dd {
	margin-left: 12em;
	margin-bottom: 1em;
}

#preview{
	position:absolute;
	border:3px solid #F1F6F9;
	background:#fff;
	padding:5px;
	display:none;
	color:#333;
	z-index: 60;
}

span.pink {
	color: #FF31A5;
}

div#google-map {
	width: 500px;
	height: 300px;
}

div#owner-contact-form {
	clear: both;
	width: 380px;
	float: left;
	background-color: #F1F6F9;
	border: 1px solid #B9D4DB;
	padding: 10px;
	margin-top: 15px;
}

div#owner-contact-form div.form div.input {
	padding: 4px 0 !important;
}

div#owner-contact-form div.form div.submit {
	text-align: left !important;
	margin-left: 35%;
}

div#owner-contact-details {
	margin-top: 15px;
	width: 260px;
	float: right;
	background-color: #fffee9;
	border: 1px solid #fdf68b;
	padding: 10px;
}

div.inset-image {
	float: right;
	display: inline;
	border: 5px solid #F1F6F9;
	padding: 5px;
	margin: 0 0 20px 20px;
}

div.right_col p,
div.right_col li {
	line-height: 1.5em;
}

div#other-properties {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #B9D4DB;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

a.arrow-link {
	color: #0790c7;
	background: url("../img/icons/list_style.gif") no-repeat left 3px;
	padding-left: 13px;
}

div#property-details-sidebar {
	width: 160px;
	float: right;
}

a.pink-button {
	background: url("../img/buttons/pink_button_med.gif") no-repeat top left;
	border: 0;
	width: 150px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 1.17em;
	color: #fff !important;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	cursor: pointer;
}

div#breadcrumbs {
	margin-bottom: 10px;
}

div#back-links {
	display: inline;
	float: right;
}

div#advanced-search-map {
	float: right;
	width: 344px;
	height: 313px;
}

div#advanced-search-form {
	float: left;
	width: 49%;
}

div.right_col div.banner-image {
	margin-bottom: 15px;
}


div#text-resize {
	position: absolute;
	right: 26px;
	top: 20px;
}

div#text-resize ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#text-resize ul li {
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

div#text-resize ul li a {
	display: block;
	border: 1px solid #00BBE4;
	width: 18px;
	height: 18px;
	text-align: center;
	cursor: pointer;
	color: #00BBE4;
	text-decoration: none;
}

div#text-resize ul li a.standard {
	font-size:10px;
	line-height: 18px;
}

div#text-resize ul li a.larger {
	font-size: 12px;
	line-height: 18px;
}

div#text-resize ul li a.largest {
	font-size:15px;
	line-height: 18px;
}

div#text-resize ul li a:hover {
	background-color: #00BBE4;
	border-color: #00BBE4;
	color: #ffffff;
	text-decoration: none !important;
}

div#ad-banner {
	position: absolute;
	right: 26px;
	top: 50px;
	width: 468px;
	height: 60px;
	overflow: hidden;
}

div#property-details div.section-2,
div#property-details div.section-3,
div#property-details div.section-4,
div#property-details div.section-5,
div#property-details div.section-6,
div#property-details h2.section-header {
	display: none;
}

table.cake-sql-log {
	clear: both;
}

div.search-form {
	float: right;
}

div.search-form div {
	display: inline;
}

div.paging_modifier {
    width: 39%;
    margin: 0;
    padding: 0;
}

div.paging {
    width: 60%;
    float: right;
}

div.paging .disabled {
    display: none;
}

div.other-property-inner {
    padding: 10px;
}

div.other-property-image {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

div.other-property-image a {
    display: block;
    width: 100px;
    overflow: hidden;
}

.back_search {
    width: 150px;
    float: right;
    text-align: right;
}

.dashboard fieldset legend a {
    color: #fff;
}

div.dashboard fieldset div#advanced-search-map {
float:none;
text-align: center;
width: auto;
height: auto;
}


ul.top_nav li.far_right {
    float: right;
}

strong.strong_blue {
    color: #0790C7;
}

div.back_to_top {

}

div.back_to_top a {
    clear: left;
    padding-left: 15px;
    background: transparent url( /img/arrow_up.png ) center left no-repeat;
}

div.back_to_top a:hover {
    background: transparent url( /img/arrow_up_over.png ) center left no-repeat;
}

p.list_message {
    color: #ff31a5;
    font-weight: strong;
}

.left_col .second_search {
    margin-top: 10px;
}

.left_col .second_search .right {
    padding-bottom: 10px;
}

.box_image {
    float: left;
    width: 135px;
    height: 135px;
    overflow: hidden;
    text-align: center;
}

.icons ul {
    list-style: none inside;
    overflow: hidden;
    margin-left: 0px;
    padding-left: 0px;
}

    .icons ul li {
        float: left;
        margin-right: 2px;
    }

#sitemap h2 {
    margin-top: 10px;
}
#mega_footer{
  background: url( /img/backgrounds/footer_links_bg.gif ) top left repeat-x;
  /*margin-left:15px;
  margin-right:15px;*/
  color:#333333;
  font-size:1em;
  float:left;
  width:100%;
  padding-bottom:15px;
  padding-top:10px;
}
#mega_footer a{
  color:#0790C7;
}
#mega_footer a img {
  border:none;
}
#mega_footer p{
  margin:4px 30px 0 0;
  padding:0;
}
#mega_footer .col{
  float:left;
  margin-left:15px;
  width:224px;
  border-left:0px solid red;
  background: url( /img/backgrounds/footer_lines.gif) repeat-y scroll top right;
}
#mega_footer .last{
  background:none;
}
