@CHARSET "UTF-8";

html, body {
	height: 100%;
}

body {
	background: #F0F0F0 url(../images/body.png) repeat-x;
	color: #fff;
	font: 11px/14px "trebuchet ms", sans-serif;
}

.typography p, 
.typography ul li,
.typography ol li, 
.typography a {
    color: #FFF 
}

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	color:#D8F7FF;
}

.typography a {
    color:#87E5FD;
    font-size:1em;
    text-decoration:none;
}

.typography a:hover {
    text-decoration:underline;
}

#page {
	min-height: 100%;
	margin: 0 auto -60px auto;
}

input, select {
	font: 11px/14px "trebuchet ms", sans-serif;
}

a.rightArrow {
	padding: 0 5px 0 15px;
	margin-right: 9px;
	background: url(../images/right-arrow.png) no-repeat 2px center;
	text-decoration: none;
	color: #FFF;
}
a:hover.rightArrow {
	background: #DCF5FE url(../images/right-arrow.png) no-repeat 2px center;
	color: #51A9D7;
}

a.rightArrowBlue {
	padding: 0 5px 0 15px;
	background: url(../images/right-arrow-blue.png) no-repeat 2px center;
	text-decoration: none;
	color: #0054A0;
}
a:hover.rightArrowBlue {
	background: #0054A0 url(../images/right-arrow-blue.png) no-repeat 2px center;
	color: #F2F2F2;
}

#topMenu {
	text-align: right;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	background: #0063AB url(../images/top-menu.png) repeat-x;
}
#topMenu ul {
	width: 980px;
	margin: 0 auto;
}
#topMenu li {
	display: inline;
	color: #003668;
}
#topMenu a {
	color: #fff;
	text-decoration: none;
}
#topMenu a:hover {
	text-decoration: underline;
}

#header img {
	display: block;
	margin: 0 auto;
	width: 980px;
	height: 78px;
	line-height: 78px;
	font-size: 24px;
	color: #006AB3;
}

#headerMenu {
	text-align: right;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
}
#headerMenu ul {
	width: 940px;
	margin: 0 auto;
	padding-right: 40px;
}
#headerMenu li {
	display: inline;
	color: #007FC0;
}
#headerMenu a {
	color: #007FC0;
	text-decoration: none;
}
#headerMenu a:hover {
	color: #FAFAFA;
	background: #007FC0;
}

#mainMenu {
	font-size: 15px;
	line-height: 42px;
	font-weight: bold;
	height: 42px;
}
#mainMenu ul {
	width: 980px;
	margin: 0 auto;
	background: #939596 url(../images/main-menu.png) no-repeat;
}
#mainMenu li {
	display: inline;
}
#mainMenu a {
	height: 42px;
	color: #fff;
	text-decoration: none;
	padding: 11.5px 1em 11px 1em;
}
#mainMenu a.active, #mainMenu a:hover {
	background: #1A7CB9 url(../images/main-menu-active.png) repeat-x;
}
#mainMenu li.home a.active, #mainMenu li.home a:hover {
	background: #1A7CB9 url(../images/main-menu-home-active.png) no-repeat;
}

#content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#content-cms {
	width: 950px;
	margin: 0 auto;
	background: #1D9FCC url(../images/bg-content.jpg) no-repeat left top;
	color: #FFF;
	font-size: 1.2em;
	padding: 15px;
	min-height: 400px;
}

#content-cms .typography * {
	font-family: "trebuchet ms", sans-serif !important;
}

#footerSpace {
	height: 60px;
}
#footer {
	width: 980px;
	margin: 0 auto;
	color: #0082C4;
	font-size: 12px;
	line-height: 60px;
	height: 60px;
	padding-left: 0px;
}

#footer .left {
     float: left;
}

#footer .left img {
     float: left;
     vertical-align: middle;
}


#footer .right {
     float: right;
     width: 200px;
}

#footer .right img {
     float: right;
     vertical-align: middle;
     padding-left: 10px;
}


#footer a {
	color: #0082C4;
	text-decoration: none;
}
#footer a:hover {
	background: #0082C4;
	color: #F0F0F0;
}


#advancedSearch {
	background: #55bfbd url(../images/bg-advanced-search.jpg) no-repeat;
	width: 980px;
	min-height: 622px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#advancedSearch div.maparea {
        position: relative;
        top: 0px;
        left: 0px;
	width: 800px;
	height: 370px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
}

#advancedSearch .abc {
        position: absolute;
        top: 0px;
        left: 0px;
	width: 800px;
	height: 370px;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
        opacity: .70;
        filter: alpha(opacity=70);
}


#advancedSearch div.dragable {
        position: relative;
        top: 0px;
        left: 0px;
	width: 2400px;
	height: 1600px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}


#advancedSearch div.dragimg {
        position: relative;
        top: 0px;
        left: 0px;
	width: 2400px;
	height: 1600px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

#advancedSearch div.searchdescription {
	width: 800px;
	height: 50px;
	margin: 0 auto -10px auto;
	padding: 4px 4px;
	display: block;
	color: #c7ecf9;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	overflow: hidden;
}


#advancedSearch img.development {
        position: absolute;
        top: 780px;
        left: 1550px;
	margin: 0 0;
	padding: 0 0 0 0;
	display: block;
	overflow: hidden;
}

#advancedSearch .criteria {
	width: 800px;
	min-height: 140px;
	margin: 0 auto;
	padding: 4px 4px;
	display: block;
}

#advancedSearch .one {
        position: relative;
        top: 0px;
        left: 0px;
	width: 980px;
	height: 1px;
	clear: both;
}

#btnDisplayNow {
        position: relative;
        top: -50px;
        left: 763px;
	width: 127px !important;
	height: 37px;
}

#advancedSearch .column {
	min-width: 200px;
	min-height: 110px;
	margin-bottom: 10px;
	float: left;
}

#advancedSearch .column div.normal {
    width: 210px;
}

#advancedSearch .column div.fat {
    width: 420px;
}

#advancedSearch .column ul {
    font-size: 12px;
    font-weight: semi-bold;
}

#advancedSearch .column ul li {
    width: 200px;
    display: inline;
    float: left;
    line-height: 14px;
}

#advancedSearch .column ul li div {
    width: 200px;
}

#advancedSearch .column h1 {
	font-size: 18px;
	color: #F2F2F2;
	padding-top: 1em;
	margin-bottom: 0.5em;
}

#advancedSearch .column span {
	line-height: 24px;
}

#advancedSearch .column span {
	line-height: 24px;
}

#tooltip {
	position:absolute;
	border:2px solid #00506d;
	background:#0090bf;
	padding:4px 8px;
	color:#00506d;
	font-size: 16px;
	font-weight: bold;
	display:none;
}

#search {
	background: #2799BC url(../images/bg-search.jpg) no-repeat;
	width: 980px;
	height: 332px;
	margin: 0 auto;
}

#search .funny {
        position:absolute;
        top: 302px;
        left: 0px;
        height: 29px;
        line-height: 29px;
        padding-left: 5px;
        background:url(../images/highlight.png) no-repeat;
}

#search .nofunny {
        position:absolute;
        top: 302px;
        left: 0px;
        height: 29px;
        line-height: 29px;
        padding-left: 10px;
}

#search .column1, #search .column2 {
	width: 175px;
	height: 287px;
	padding: 15px;
	float: left;
}

#search .column3 {
	height: 302px;
	width: 520px;
	padding-right: 0;
	padding: 15px;
	float: left;
}
#search li {
	margin-bottom: 3px;
}
#search h1 {
	font-size: 18px;
	color: #F2F2F2;
	margin-bottom: 0.75em;
	padding-top: 1em;
}
#search h1.topmost {
	padding-top: 0;
}
#search input, #search select {
	width: 150px;
}
#btnSearchNow {
	width: 127px !important;
	height: 37px;
}

#newsLatest {
	background: #33A4BC url(../images/bg-news-latest.jpg) no-repeat;
	width: 980px;
	height: 208px;
	margin: 0 auto;
	position: relative;
}

#news {
	padding: 0 15px;
	width: 330px;
	height: 207px;
	float: left;
}
#news h1 {
	font-size: 18px;
	color: #F2F2F2;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
}
#news h2 {
	color: #CAF1FE;
	font-size: 14px;
	margin-bottom: 6px;
}
#news span {
	float: right;
	line-height: 50px;
	color: #CBF1FE;
}
#news span a {
	color: #F2F2F2;
	padding: 0 8px;
}
#news span a:hover {
	color: #0082C4;
	background: #F2F2F2;
}
#news div {
	margin: 0.8em 0 0 0;
	height: 107px;
	overflow: hidden;
}
#news img {
	float: right;
	margin-left: 12px;
}
#news p.links {
	margin-top: 1.5em;
}

#latest {
	padding: 0 15px;
	width: 590px;
	height: 207px;
	float: left;
}
#latest h1 {
	font-size: 18px;
	color: #F2F2F2;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
}
#latest h2 {
	color: #010101;
	font-size: 14px;
	letter-spacing: -1px;
}
#latest div {
	margin: 0.8em 0 0 0;
	height: 140px;
	overflow: hidden;
}
#latest img {
	margin-bottom: 5px;
	display: block;
}
#latest div div {
	width: 133px;
	height: 140px;
	margin: 0;
	padding: 10px 7px 0 7px;
	float: left;
}
#latest p {
	margin-bottom: 8px;
}
#latest .rightArrowBlue {
	clear: left;
}

#detailBar {
	font-size: 13px;
	line-height: 42px;
	height: 42px;
	padding: 0 0 0 10px;
}
#detailBar ul {
	width: 970px;
	margin: 0 auto;
}
#detailBar li {
	display: inline;
	color: #B6B8B9;
}
#detailBar span {
	padding: 0 5px;
	color: #0082C1;
}

#detailBar a {
	color: #0082C1;
}


#overview {
    width: 980px;
    min-height: 520px;
    margin: 0 auto;
    background: #61B5B2 url(../images/bg-overview.jpg) no-repeat;
}

#overview .col1a {
    float: left;
    width: 500px;
    min-height: 505px;
    padding: 15px 0 0 0;
}

#overview .col1a img.big {
    width: 464px;
    height: 314px;
    display: block;
    margin: 0 auto;
    border: 2px solid #FFF;
}

#overview .col1a img.floorbig {
    margin-left: 12px;
    width: 475px;
    height: auto;
    display: block;
    border: 2px solid #888;
}

#overview .col1a div {
    width: 464px;
    margin: 15px auto 15px auto;
    min-height: 108px;
}

#overview .col1a img {
    width: 138px;
    height: 94px;
    border: 1px solid #FFF;
    margin: 6px 6px;
}

#overview .col1a .playMovie {
    border: 0;
}


#overview .col1b {
    float: left;
    width: 500px;
    min-height: 34px;
    padding: 0 0 0 0;
}

#overview .col2 {
    float: left;
    width: 480px;
    min-height: 44px;
}

#overview .col2 ul {
    width: 480px;
    margin: 0 auto 30px auto;
    line-height: 44px;
    font-size: 15px;
    font-weight: semi-bold;
}

#overview .col2 li {
    display: inline;
    color: #AAA;
}

#overview .col2 a {
    padding: 0 5px;
    color: #54E6FC;
    text-decoration: none;
}

#overview .col2 a.active, #overview .column2 a:hover {
    color: #FFF;
}

#overview .col3a {
    float: left;
    width: 480px;
    min-height: 480px;
    padding-bottom: 20px;
}

#overview .col3a img {
    float: none;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 10px;
    border: 1px solid #888;
}

#overview .col3a img.logo {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    border: 0px;
}
#overview .col3a h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
#overview .col3a p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
}

#overview .col3a .spacer {
    width: 465px;
    height: 25px;
}

#overview .col3a div {
    width: 465px;
    text-align: justify;
    padding: 0px 15px 0 0;
    margin-bottom: 10px;
}


#overview .col3b {
    float: left;
}

#overview .col3b img.big {
    display: inline;
    margin: 0 auto;
    border: 2px solid #646466;
    margin-left: 15px;
}

#overview .col3b .gmap {
    width:720px;
    height:426px;
    border:2px solid #00506d;
    margin-left: 30px;
}

#overview .one {
    width: 978px;
    height: 41px;
    clear: both;
}


#register {
	width: 950px;
	margin: 0 auto;
	background: #1D9FCC url(../images/bg-content.jpg) no-repeat left top;
	color: #FFF;
	font-size: 1.2em;
	padding: 15px;
	min-height: 400px;
}


#register .row {
        position: relative;
        top: 0px;
        left: 0px;
	width: 920px;
	margin: 0 auto;
	padding: 15px 0 15px 15px;
	overflow: hidden;
	text-align: left;
}

#register .colone {
        vertical-align: top;
        float: left;
	width: 160px;
	height: 30px;
	padding: 10px;
}


#register .col1 {
        vertical-align: top;
        float: left;
	width: 160px;
	height: 60px;
	padding: 10px;
}

#register .col2 {
        vertical-align: top;
	width: 160px;
	height: 137px;
	padding: 10px;
	float: left;
}

#register li {
	margin-bottom: 3px;
}
#register h1 {
	font-size: 18px;
        line-height:1.2em;
	color: #F2F2F2;
	margin-bottom: 0.75em;
}
#register input, #register select {
	width: 145px;
}


#hiddenForm {
        display: hide;
}

#resultsSearch {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#resultsSearch {
	background: #2799BC url(../images/bg-results-search.jpg) no-repeat;
	width: 980px;
	height: 167px;
	margin: 0 auto;
	overflow: hidden;
}
#resultsSearch .column {
	width: 155px;
	height: 137px;
	padding: 15px;
	float: left;
}
#resultsSearch li {
	margin-bottom: 3px;
}
#resultsSearch h1 {
	font-size: 18px;
	color: #F2F2F2;
	margin-bottom: 0.75em;
        line-height:1.2em;
}
#resultsSearch input, #resultsSearch select {
	width: 150px;
}
#resultsHeader {
	width: 980px;
	height: 42px;
	background: url(../images/bg-results-header.png) no-repeat;
}

#resultsHeader li {
	line-height: 42px;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
}

#resultsHeader li small {
	font-size: 11px;
}
#results li small {
	font-size: 11px;
}

.perPage {
	width: 186px;
}
.location {
	width: 163px;
	line-height: 18px !important;
        margin-top: 4px;
}

.type {
	width: 138px;
}
#results .type {
	line-height: 20px !important;
}
.area {
	width: 146px;
}
.beds {
	width: 80px;
}
.price {
	width: 103px;
}
.beds {
	width: 80px;
}
.sortBy {
	width: 164px;
}

#results {
	width: 980px;
	margin: 0 auto;
}
#results li {
	margin: 5px 0 0 0;
	height: 139px;
	background: url(../images/bg-results-row.png);
	overflow: hidden;
}
#results li a img {
	width: 161px;
	height: 112px;
	margin: 14px 12px 0 13px;
	float: left;
}
#results li ul li a img {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: -5px 0 0 0;
	float: none;
}

#results li li {
	height: auto;
	background: transparent;
	line-height: 42px;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
}

#results .descr {
	color: #222;
	width: 770px;
	height: 83px;
	margin-left: 186px;
	margin-top: 47px;
	padding: 5px 12px 4px 12px;
	text-align: justify;
}


#results .descr div {
	width: 100%;
	height: 95%;
	overflow: hidden;
	padding-top: 5px;
}

#bottomBar {
        position: relative;
        top: 0px;
        left: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin: 0 auto;
	background: #7D8081 url(../images/bottom-bar.png);
	padding: 0 0 0 10px;
}

#bottomBar .printHouseInfo {
        position: absolute;
        top: -60px;
        left: 810px;
}

#bottomBar ul {
        position: absolute;
        top: 0px;
        left: 10px;
	width: 970px;
	margin: 0 auto;
}
#bottomBar ul li {
	display: inline;
	color: #FFF;
	height: auto;
	background: transparent !important;
}

#bottomBar ul li a {
	padding: 0 5px;
	color: #FFF;
	text-decoration: none;
}
#bottomBar ul li a:hover {
	background: #FFF;
	color: #7D8081;
}

#bottomBar ul li b.current {
	color: #BBB;
}

.redborder {
    border:2px solid red;
}

.red_bold {
    font-weight: bold;
    color: red;
}

#content-cms a {
    color:#87E5FD;
    font-size:1em;
    text-decoration:none;
}
#content-cms a:hover {
    text-decoration:underline;
}

#content-cms input {
    width: 250px;
}

#content-cms h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin: .67em 0;
}

#content-cms h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: .83em 0;
}

#content-cms h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin: 1em 0;
}

#content-cms h4 {
    display: block;
    font-weight: bold;
    margin: 1.33em 0;
}

#content-cms h5 {
    display: block;
    font-size: 0.83em;
    font-weight: bold;
    margin: 1.67em 0;
}

#content-cms h6 {
    display: block;
    font-size: 0.67em;
    font-weight: bold;
    margin: 2.33em 0;
}

#content-cms blockquote {
    display: block;
    margin: 1em 40px;
}

#content-cms b, 
#content-cms strong {
    font-weight: bolder;
}

#content-cms i,
#content-cms cite, 
#content-cms em,
#content-cms var,
#content-cms dfn {
    font-style: italic;
}

#content-cms u,
#content-cms ins {
    text-decoration: underline;
}

#content-cms s,
#content-cms strike,
#content-cms del {
    text-decoration: line-through;
}

#content-cms blink {
    text-decoration: blink;
}

#content-cms big {
    font-size: larger;
}

#content-cms small {
    font-size: smaller;
}

#content-cms sub {
    vertical-align: sub;
    font-size: smaller;
    line-height: normal;
}

#content-cms sup {
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}

#content-cms nobr {
    white-space: nowrap;
}

#content-cms ul,
#content-cms menu,
#content-cms dir {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

#content-cms ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

#content-cms li {
    display: list-item;
}

#content-cms ul ul,   
#content-cms ul ol,
#content-cms ul dir,
#content-cms ul menu,
#content-cms ul dl,
#content-cms ol ul,
#content-cms ol ol,
#content-cms ol dir,
#content-cms ol menu,
#content-cms ol dl,
#content-cms dir ul,
#content-cms dir ol,
#content-cms dir dir,
#content-cms dir menu,
#content-cms dir dl,
#content-cms menu ul,
#content-cms menu ol,
#content-cms menu dir,
#content-cms menu menu,
#content-cms menu dl,
#content-cms dl ul,
#content-cms dl ol,
#content-cms dl dir,
#content-cms dl menu,
#content-cms dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

#content-cms ol ul,
#content-cms ul ul,
#content-cms menu ul,
#content-cms dir ul,
#content-cms ol menu,
#content-cms ul menu,
#content-cms menu menu,
#content-cms dir menu,
#content-cms ol dir,
#content-cms ul dir,
#content-cms menu dir,
#content-cms dir dir {
    list-style-type: circle;
}

#content-cms ol ol ul,
#content-cms ol ul ul,
#content-cms ol menu ul,
#content-cms ol dir ul,
#content-cms ol ol menu,
#content-cms ol ul menu,
#content-cms ol menu menu,
#content-cms ol dir menu,
#content-cms ol ol dir,
#content-cms ol ul dir,
#content-cms ol menu dir,
#content-cms ol dir dir,
#content-cms ul ol ul,
#content-cms ul ul ul,
#content-cms ul menu ul,
#content-cms ul dir ul,
#content-cms ul ol menu,
#content-cms ul ul menu,
#content-cms ul menu menu,
#content-cms ul dir menu,
#content-cms ul ol dir,
#content-cms ul ul dir,
#content-cms ul menu dir,
#content-cms ul dir dir,
#content-cms menu ol ul,
#content-cms menu ul ul,
#content-cms menu menu ul,
#content-cms menu dir ul,
#content-cms menu ol menu,
#content-cms menu ul menu,
#content-cms menu menu menu,
#content-cms menu dir menu,
#content-cms menu ol dir,
#content-cms menu ul dir,
#content-cms menu menu dir,
#content-cms menu dir dir,
#content-cms dir ol ul,
#content-cms dir ul ul,
#content-cms dir menu ul,
#content-cms dir dir ul,
#content-cms dir ol menu,
#content-cms dir ul menu,
#content-cms dir menu menu,
#content-cms dir dir menu,
#content-cms dir ol dir,
#content-cms dir ul dir,
#content-cms dir menu dir,
#content-cms dir dir dir {
    list-style-type: square;
}


