/*default HTML tag format*/
* {	
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	height:100%;
	width:100%;
	overflow:inherit;
}
body {
	font-size: 12px;
	color: #333333;
}
h1 {
	color: #0884B6;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 16px;
}
h2 {
	color: #000000;
	font-size: 16px;
}
h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
h4 {
	color: #000000;
	font-weight: normal;
}
p {
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 16px;
}
dl, ul, ol, form input, form textarea, form select {
	font-size: 12px;
}
dt, dd {
	float:left;
}
a {
	color: #0884b6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
textarea, input[type="text"], form input[type="password"], textarea, select {
	border:1px solid #CCCCCC;
	background:#ffffff;
	color:#000000;
	
	-webkit-border-radius: 4px;
	border-radius:4px;
	-moz-border-radius:4px;
	
	x-moz-box-shadow: 0px 3px 20px #e8e8e8 inset;
	x-webkit-box-shadow: 0px 3px 20px #e8e8e8 inset;
	xbox-shadow: 0px 3px 20px #e8e8e8 inset;
}
select {
	height:24px;
}
div.free-text ul, div.free-text ol {
	margin: 0 0 12px 15px;
}
div.free-text ol {
}
.hidden {
	display:none !important;
}
.error, .required {
	color:#c00;
}
.error_msg {
	color:#c00 !important;
	background:#F8E5E5 url("../img/exclamation.gif") no-repeat left center;
	border:1px solid #A90000;
}
.error_msg, .success_msg {
	padding:4px 4px 6px 24px;
}
.success_msg {
	color:#333;
	background:#DEF8CA url("../img/accept.gif") no-repeat left center;
	border:1px solid #74F019;
	margin:0 20px;
}
.curvy-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.curvy-top {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0; 
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.curvy-bottom {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px; 
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/*custom select boxes*/
.sel-box, .chk-box {
    background: #ffffff;
    border:1px solid #999;
    cursor: default;
    float: left;
    height: 28px;
    position: relative;
}
.chk-box .text, .sel-box .sel-text {
    margin: 0 0 0 5px;
	overflow:hidden;
	background:#fff;
    cursor: default;
}
.chk-box .arr-box, .sel-box .arr-box {
    background: url("../img/down_arrow.gif") no-repeat scroll center center transparent;
    border-left: 1px dashed #CCCCCC;
    xcursor: default;
    display: block;
    float: right;
    height: auto;
    width: 16px;
}
.dropdown_ul {
    background: #FFFFFF;
    border:1px solid #CCC;
    border-top: medium none;
    cursor: default;
    list-style-type: none !important;
    position: absolute;
    top: 0;
    width: auto;
	z-index:5;
}
.dropdown_ul li {
	padding:1px 5px 0 5px;
	white-space:nowrap;
	min-height:16px;
}
.dropdown_ul li.selected, .dropdown_ul:hover li:hover, .dropdown_ul:hover li.selected:hover {
	background:#CCC;
}
.dropdown_ul:hover li.selected {
	background:none;
}
.blue{
	color:#0884B6;
}

/*Core Structure*/
#wrapper {
	min-height:100%;
	min-width:990px;
	background-color:#0884B6;
	padding-top:29px;
}
#header-wrap, #wrap, #footer-wrap {
	margin:0 auto;
	width:965px;
}
#header, #content, #footer {
	width:965px;
}
#header {
	-moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.2);
	box-shadow: 0 -2px 3px rgba(0,0,0,.2);
	background:#f4f5f6;
	z-index:30;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	-moz-border-radius:8px 8px 0px 0px;
}
#wrap #main #content{
	min-height:250px;
	border-bottom: 1px solid #000000;
}
#footer {
	background:#2c2c2c;
	border-top: 1px solid #6a6a6a;
	padding-bottom:17px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius:0px 0px 8px 8px;
	-moz-border-radius:0px 0px 8px 8px;
	color:#fff;
}
#footer *{
}
#footer-wrap #suburb-name {
	padding:20px 0px 17px 0px;
}
#footer-wrap #suburb-name h2 {
	color:#fff;
	margin-bottom:10px;
	font-size:12px;
}
#footer #suburb-name>a{
}
#footer-wrap  #suburb-name>ul{
	height:103px;
	overflow:hidden;
}
#footer-wrap  #suburb-name>ul>li{
	height:21px;
	width:230px;
	float:left;
	padding-left:0px;
	background:url(../img/footer-arrow.gif) 0 23% no-repeat;
	xlist-style:inside;
	list-style-position:inside;
	margin-left:6px;
	display:list-item;
}
.right-column{
	margin-right:0px;
}
#footer-wrap  #suburb-name>ul>li>a{
	color:#fff;
	xpadding:0px 10px 7px 0;
	xdisplay:inline-block;
	width:230px;
	font-size:11px;
}
#footer-wrap  #suburb-name>ul>li>a:hover{
	text-decoration:none;
}
#footer-wrap  #suburb-name>ul>li>a>span{
	border-bottom:1px solid #d0cfce;
	padding-bottom:2px;
	margin-left:-3px;
	display:inline-block;
	
}
#footer-wrap  #suburb-name>ul.sub-list{
	height:200px;
	overflow:visible;
	
}
#footer-wrap  #suburb-name>p{
	line-height:normal;
	margin-bottom:0px;
}
#footer-wrap  #suburb-name>p>a{
	cursor:pointer;
	color:#afbf24;
	padding-left:5px;
	padding-top:13px;
	font-size:10px;
	display:inline-block;
	width:200px;
	xborder:1px solid red;
}


/*Core Structure Extended*/
.bar dd{
	height:52px;
	background:url(../img/sprite.png) no-repeat;
}
.bar .start {
	width:40px;
	background-position:0px 1px;
}
.bar .repeat {
	background:url(../img/ribbon.png) repeat-x top left;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	padding-top:18px;
	padding-left:12px;
	width:855px;
	height:34px;
}
.bar .end {
	width:36px;
	background-position:0 -155px;
}
#MmLeft {
    background: url("../img/sprite.png") no-repeat;
	background-position:2px -207px;
    float: left;
    height: 62px;
    width: 25px;
}
#MmRight {
    background: url("../img/sprite.png") no-repeat;
	background-position:0 -269px;
    float: left;
    height: 62px;
    width: 20px;
}
#nav {
    background: url("../img/mainMenu-repeat.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 54px;
	padding-top:7px;
}
ul.menu > li.login {
    background: url("../img/mainMenu-divider.gif") no-repeat top left;
	padding-left: 13px;
}
ul.menu > li.login .lock{
	display:inline-block;
	width:16px;
	height:16px;
	margin-right: 6px;
    background: url("../img/sprite.png") no-repeat;
	background-position:-25px -270px;
}
#header {
	position:relative;
	padding-bottom:11px;
}
#header #menu-wrap{
	position: absolute;
    right: 7px;
    top: -14px;
	z-index:2;
}
#header #phone-num{
	float:right;
	margin:68px 13px 0 0;
	font-size:22px;
	color:#0884b6;
	margin-right:20px;
}
#header #phone-num span{
	display:block;
	font-size:14px;
	color:#333;
}

#header #fast-search{
	float:right;
	margin: 71px 148px 0 0;
	position:relative;
}
#header #header-logo{
	padding: 30px 0 0 45px;
}
#header #fast-search .input-wrap{
	margin-right:91px;
}
#header #fast-search #fsearch{
	width:217px;
	color:#999999;
	float:left;
	padding: 6px 2px;
	background:#e1e2e3;
}

#wrap #main #content #big-title .ttl{
	margin:0 14px 0;
	border-top:1px solid #d6d7d8;
}
#wrap #main #content #big-title .ttl h1{
	border-top:2px solid #ffffff;
	padding:12px 25px 16px;
}
#wrap #main #content #big-title {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background:#f4f5f6;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	margin-bottom:14px;
	padding-top:24px;
}
#wrap #main #content #layer-cover {	
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background:#f4f5f6;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	padding:18px 0 33px 0;
	min-height: 135px;
}
#wrap #main #content .left-bar {	
	height: 52px;
    position: relative;
    width: 965px;
}
#main #content .left-bar .bar{
	position:absolute;
	top:0;
	left:-12px;
}
#footer .one-third.social {
	border-right:1px solid #1f1f1f;
}
#footer .one-third.ofc {
	border-left:1px solid #454545;
}
#footer .contentArea {
	padding-top:18px;
	color:#e1e8ec;
}
#footer .contentArea dl dd{
}
#footer .contentArea dl dd a{
	color:#e1e8ec;

}
#footer .one-third {
	float: left;
	xmargin:34px 0 0 27px;
    width: 210px;
	height:125px;
	padding-left:27px;
}
#footer .one-third>dt {
	color:#cdcdcd;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 11px;
}
#footer .one-third>dd{
	clear:both;
	margin-bottom: 4px;
	font-size:12px;
}
#footer .one-third>dd a{
	color:#606060;
}
#footer .one-third.social {
	padding-left:0;
	width:190px;
}
#footer .one-third.social dt,
#footer .one-third.social dd{
	float:none;
}
#footer .one-third.ofc{
	width:277px;
}
#footer .one-third.ofc.true-social{
	width:195px;
	border-right:1px solid #1F1F1F;
	padding-top:47px;
	height:78px;
}
#footer .one-third.ofc.true-social dt.follow{
	margin-left:55px;
}
#footer .one-third.ofc.true-social dd.big-icons{
	margin-left:39px;
}
#footer .contentArea .big-icons .b-icon {
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../img/sprite.png) no-repeat;
	margin-left:5px;
}
#footer .contentArea .big-icons .linkedin {
	background-position:-166px -95px;
}
#footer .contentArea .big-icons .twitter {
	background-position:-84px -95px;
}
#footer .contentArea .big-icons .facebook {
	background-position:-43px -95px;
}
#footer .contentArea .big-icons .youtube {
	background-position:-125px -95px;
}
#footer .one-third.ofc dd dl dt{
	width:82px;
	font-size:12px;
}
#footer .one-third.ofc dd dl dt.fax{
	width:37px;
}
#footer .one-third.ofc dd dl dt.follow{
	padding-top:9px;
}
#footer .one-third.ofc dd dl dd{
	width:175px;
	line-height:15px;
	margin-left:15px;
	font-size:12px;
}
#footer .one-third.ofc>dd{
	margin-bottom:12px;
}
#footer-wrap .top {
	float:right;
	color:#fff;
}
#footer-wrap .copy .green {
	color:#2FA694;
}
#footer-wrap .seo {
	padding-top:12px;
	width: 810px;
	font-size:11px;
	color:#fff;
}
#footer-wrap .seo a{
	color:#fff;
	font-size:11px;
}
#footer-wrap a{
	color:#fff;
}
#footer-wrap .copy, 
#footer-wrap .top {
	padding: 12px 0;
}
#footer-wrap .copy{
	color:#fff;
	font-size:11px;
}
#footer-wrap .copy span.green{
	color:#fff;
}

/*navigation menu*/
ul.menu {
	padding-right:20px;
}
ul.menu>li {
	padding-top:4px;
}
ul.menu a {
	color: #ffffff;
	font-size:12px;
	display:block;
	height:17px;
	padding:13px 11px 14px;
}
ul.menu a {
	text-decoration:none;
}
ul.menu>li:hover, ul.menu>li.active {
	color: #2FA694;
}
ul.menu>li>a {
}
ul.menu>li>a span.sf-sub-indicator {
	background: url("../img/sprite.png") no-repeat scroll -84px -137px transparent;
    display: inline-block;
    height: 15px;
    width: 10px;
}
ul.menu>li.contact>a {
	padding-right:20px;
	background:none !important;
}
ul.menu>li:hover>a, ul.menu>li.active>a {
	color:#0884b6;
}
ul.menu>li:hover>a span.sf-sub-indicator, ul.menu>li.active>a span.sf-sub-indicator {
	background-position: -94px -137px;
}
ul.menu li ul {
	width:120px;
}
ul.menu li ul li a {
	font-size:13px;
	padding:6px 0 6px 16px;
	background:#393939;
	opacity:0.9;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter:alpha(opacity=90);
}
ul.menu li ul li a:hover{
	background:#0884b6;
	color:#ffffff;
	opacity:1;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter:alpha(opacity=100);
}
ul.menu li.home>a {
	background:none; 
}
ul.menu li.selling ul {
	width:163px;
}
ul.menu li.property-management ul{
	width:206px;
	}
ul.menu li.buying ul {
	width:155px;
}
ul.menu li.renting ul {
	width:208px;
}
ul.menu li.about ul {
	width:170px;
	left:-50px;
}
ul.menu li.info ul {
	width:160px;
}
ul.menu li.contact ul {
	width:113px;
}

/*buttons*/
span.button{
	display:inline-block;
}
.button {
	border:1px solid #d6d6d6;
	color:#525252;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#bcbcbc));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#bcbcbc');
	background: -moz-linear-gradient(center 14% , #fefefe, #bcbcbc);
	
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	
	cursor:pointer;
	
	text-shadow: 0 1px 1px rgba(255,255,255,.3);
	
	x-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	x-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	xbox-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(102, 102, 102, 1);
	-webkit-box-shadow: 0 1px 1px rgba(102,102,102,1);
	box-shadow: 0 1px 1px rgba(102,102,102,1);
	
	font-size:13px !important;
	text-align:center;
	padding:10px 18px;
}
.button:hover {
	color:#000000;
	text-decoration:none;
}
input.button:hover {
	color:#ffffff;
}
form input[type="submit"], form input[type="button"], form input[type="reset"] {
	margin:0;
	border:none;
	color:#CCCCCC;
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#636365), to(#030303));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#636365', endColorstr='#030303');
	background: -moz-linear-gradient(center top , #636365, #030303);
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	
}
form input.buy_btn,
form input.rent_btn{
	position:absolute;
	top:0;
	font-size:12px;
	float:left;
	color:#cccccc;
	height: 30px;
    padding: 0px 5px 4px;
	border:2px solid #a9a9a9;
	background: -webkit-gradient(linear, left top, left bottom, from(#0884b6), to(#046d97));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0884b6', endColorstr='#046d97');
	background: -moz-linear-gradient(center top , #0884b6, #046d97);	
	margin-left:2px;
}
form input.buy_btn{
	right:48px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
}
form input.rent_btn{
	right:0;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	border-left-color:#a9a9a9;
}
form input.buy_btn:hover,
form input.rent_btn:hover{
	color:#ffffff;
}

/*icons*/
span.icon {
	display:block;
	float:left;
	height:16px;
	width:16px;
	margin-right:6px;
	background:url(../img/icons.png) no-repeat;
}
span.icon.bookmark {
	background-position:0 0;
}
span.icon.print {
	background-position:-17px 0;
}
span.icon.link {
	background-position:-34px 0;
}
span.icon.view {
	background-position:-51px 0;
}
span.icon.delete {
	background-position:-68px 0;
}
span.icon.email {
	background-position:0 -17px;
}
span.icon.virtualtour {
	background-position:-17px -17px;
}
span.icon.save {
	background-position:-34px -17px;
}
span.icon.namecard {
	background-position:-51px -17px;
}
span.icon.floorplan {
	background-position:-68px -17px;
}
.input-wrap {
	float:left;
}
/*tip box*/
.help{
    background: url("../img/sprite.png") no-repeat scroll -44px -218px transparent;
	display:inline-block;
	width:16px;
	height:19px;
	vertical-align:middle;
}
.tooltip {
    background: url("../img/black_arrow.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 90px;
    padding: 15px;
    width: 179px;
}


#subscription form dt{
	width:130px;
	float:left;
}
#subscription form dd input['type=text']{
	width:300px;
}
#subscription p.error_msg{
	width:374px;
}
body.fancyforms #fancyforms #subscription h1{
	margin-bottom:0px;
	padding-bottom:10px;
	color:#0884B6;
}
body.fancyforms #fancyforms #subscription>p{
	margin-bottom:15px;
}
