@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/GothamBold.eot');
    src: url('/fonts/GothamBold.eot') format('embedded-opentype'),
         url('/fonts/GothamBold.woff2') format('woff2'),
         url('/fonts/GothamBold.woff') format('woff'),
         url('/fonts/GothamBold.ttf') format('truetype'),
         url('/fonts/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/GothamLight.eot');
    src: url('/fonts/GothamLight.eot') format('embedded-opentype'),
         url('/fonts/GothamLight.woff2') format('woff2'),
         url('/fonts/GothamLight.woff') format('woff'),
         url('/fonts/GothamLight.ttf') format('truetype'),
         url('/fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src: url('/fonts/GothamBook.eot');
    src: url('/fonts/GothamBook.eot') format('embedded-opentype'),
         url('/fonts/GothamBook.woff2') format('woff2'),
         url('/fonts/GothamBook.woff') format('woff'),
         url('/fonts/GothamBook.ttf') format('truetype'),
         url('/fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamHTFMedium';
    src: url('/fonts/GothamHTFMedium.eot');
    src: url('/fonts/GothamHTFMedium.eot') format('embedded-opentype'),
         url('/fonts/GothamHTFMedium.woff2') format('woff2'),
         url('/fonts/GothamHTFMedium.woff') format('woff'),
         url('/fonts/GothamHTFMedium.ttf') format('truetype'),
         url('/fonts/GothamHTFMedium.svg#GothamHTFMedium') format('svg');
}

/* --------------------------------------------------------------------------------------------------- */



body {
	color: #25374a;
	font-size: 13px;
	font-family: 'GothamBook';
	margin: 0;
	padding: 0;
	font-weight: 400;
	/*letter-spacing:1px;*/


}
a {
	cursor: pointer;
	color: #f7941d;
	text-decoration: none;
	outline : none;
}
#conent_text ul li {
	padding: 2px 0 5px 0;
}
img {
	border: 0 none;
}
#conent_text ul, #conent_text ol {
	margin: 10px 15px;
	padding: 0;
	font-size: 14px;
	clear: both;
}
/* MAIN STRUCTURE start */
#wrapper {
	padding: 0 40px;
	width: 860px;
	background: #fff;
	margin: 0 auto;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 1000px;
	padding: 0 0 10px 0;
	margin: 0 auto;
}
#header_wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	height: 120px;
	background: #083150;
	
}
.top_header {
	background: #083150;
	padding: 10px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.contact_us .top_header h3 {
	margin: 0 5px 0 10px;
}
.top_header h3 {
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 0 5px 0 10px;
	line-height: 25px;
	font-family: 'GothamBook';
}
.top_header a {
	margin-right: 3px;
	color: #f7941d;
	float: left;
	font-size: 18px;
	font-family: GothamHTFMedium;
}
#innercontainer {
	float: left;
	width: 960px;
	margin:0 auto;
	padding:30px 20px;
	background:#fff;
	box-shadow: 3px 0 19px -7px rgba(0, 0, 0, 0.8), -3px 0 8px -4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 3px 0 19px -7px rgba(0, 0, 0, 0.8), -3px 0 8px -4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:3px 0 19px -7px rgba(0, 0, 0, 0.8), -3px 0 8px -4px rgba(0, 0, 0, 0.8);
}
#page-home #innercontainer {
	margin: 0 auto;
}
#imager {
	min-width: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#left {
	clear: left;
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0;
}
#right {
	float: left;
	width: 231px;
	padding: 0;
	margin: 0;
}
#content {
	float: left;
	width: 720px;
	height: auto !important;
	min-height: 500px;
 *height:300px;
	padding: 0;
	margin: 0 0 10px 0;
}

#page-media #content
{
	min-height:inherit;
}
#page-media .box{
	width:720px;
	min-height:50px;
}
#page-media .form_box
{
	float:left;
}
/*#page-contact #content {
	width:820px;
}*/
#page-contact #content p {
	font-size: 18px;
}
#content.result_listing {
	width: 580px;
	padding: 0;
}
#page-company #content {
	width: 590px;
}
#footer {
	float: left;
	width: 940px;
	color: #848484;
	padding: 30px 10px;
	margin:0;
	border-top: 1px solid #25374a;
	background:#fff;
}
/* MAIN STRUCTURE end */

/* MAIN ELEMENTS start */

#content p {
	padding: 0 0 10px;
	margin: 0;
	font-size: 14px;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}
/* MAIN ELEMENTS end */

/* FORM ELEMENTS start */
._col_left select, ._col_right select {
	width: 310px;
	color: #595959;
	font-size: 11px;
}
._col_left input {
	margin: 0 5px 0 0;
	padding: 2px;
	font-size: 11px;
}
._col_left {
	float: left;
	width: 600px;
}
._col_right {
	float: right;
	width: 285px;
}
#SaleMethodes_Panel {
	margin-top: 20px;
}
#SaleMethodes_Panel td {
	width: 55%;
	vertical-align: middle;
}
#content ._col_right label {
	width: 100px;
	clear: none;
	float: left;
	margin: 0 0 1px;
}
._To {
	float: left;
	margin: 0 10px;
}
._To2 {
	float: left;
	margin: 4px 10px;
}
#content label {
	float: left;
	display: block;
	width: 120px;
	margin: 0 0 3px 0;
	padding: 0;
}
.stamp #content label {
	width: 200px;
	margin-left: 20px;
}
.w100 {
	width: 100px;
}
.w50 {
	width: 50px;
}
.w25 {
	width: 25px
}
.w250 {
	width: 310px;
}
select.w250 {
	width:315px;
}
._col_left select.w255, .w255 {
	width: 255px;
	padding: 2px;
	font-size: 11px;
}
.w150 {
	width: 150px;
}
.w470 {
	width: 470px;
}
.propery_slide {
	background: url(/images/background/bg_home_slide.jpg) no-repeat left top;
	width: 956px;
	height: 421px;
	padding: 5px;
	float: right;
}
img.propery_slide_img {
	width: 956px;
	height: 380px;
	position: absolute;
}
.side {
	width: 304px;
	height: 380px;
	float: right;
}
.space {
	width: 956px;
	height: 380px;
}
a.next {
	display: block;
	width: 33px;
	height: 35px;
	background: url(/images/buttons/b_next.jpg) no-repeat right bottom;
	float: right;
	padding: 33px 0 0 0;
}
.previous {
	padding: 330px 0 0 20px;
	position: absolute;
	z-index: 100;
}
.previous a {
	display: block;
	width: 33px;
	height: 35px;
	background: url(/images/buttons/b_previous.jpg) no-repeat left bottom;
	float: left;
}
#top_banner {
	margin-bottom: 10px;
	width: 720px;
}
/* FORM ELEMENTS end */

/* HEADINGS start*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: GothamHTFMedium;
	color: #083150;
	/*font-weight: normal;*/
	/*letter-spacing:1.5px;*/
}
h1 {
	font-size: 48px;
	color: #083150;
}
h1.title, h1.sub_title {
	color: #083150;
	margin: 0 0 10px 0;
	font-size: 20px;
	
}
#page-media h1.title
{
	margin:0;
	
}
#page-media .boxcontent h1.title
{
	font-size:15px;
}
h1.sub_title {
	font-size: 15px;
}
h2 {
	font-size: 30px;
	color: #24374b;
}
.news_container h3 {
	font-size: 18px;
	
	color: #f7941d;
	margin: 0 15px;
}

h3 {
	font-size: 24px;
	line-height: 35px;
	/*font-weight: normal;*/
	text-transform: uppercase;
	
	margin-bottom: 10px;
	color: #083150;
}
#page-media.detail #content h3
{
	font-size:15px;
	color: #083150;
	font-family: GothamHTFMedium;
}
h4 {
	font-size: 11px;
	/*font-weight: normal;*/
	text-transform: uppercase;
	
	margin-bottom: 5px;
	color: #25374a;
}
#page-home h4 {
	font-size: 11px;
	/*font-weight: normal;*/
	text-transform: uppercase;
	font-family: 'GothamBook';
	margin-bottom: 10px;
	color: #fff;
}
h5 {
	font-size: 11px;
	color: #6b6e71;
	margin-bottom: 0;
}
h6 {
	font-size: 20px;
	color: #083150;
	font-family: 'GothamLight';
	margin-bottom: 0;
}
/* HEADINGS STYLES end */

/* HEADER ELEMENTS and MAIN NAVIGATION MENU start */
a.logo {
	display: block;
	margin: 0;
	width: 255px;
	height: 41px;
	background: url(/images/logo.svg) no-repeat right top;
	float: left;
    background-size:254px 41px;
}
ul#navmenu {
	float: right;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 32px 0 0 0;
	clear: none;
}
ul#navmenu li {
	display: inline;
	margin: 0;
	float: left;
}
ul#navmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 5px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 23px;
	font-family: GothamHTFMedium;
	border:none;
}
ul#navmenu li a.contact {
	margin-right: 0;
}
ul#navmenu li a:hover, ul#navmenu li a.activemenu, #page-home ul#navmenu li a.home, #page-lease-sale ul#navmenu li a.prop,  #page-lease ul#navmenu li a.prop,#page-about.people.testimonials ul#navmenu li a.about, .services ul#navmenu li a.services, #page-resources ul#navmenu li a.resources, #page-calculator ul#navmenu li a.tools, #page-recenttransactions ul#navmenu li a.result {
	border-bottom: 1px solid rgba(255,252,252,0.00);
	color: #f7941d;
}
.header_search {
	float: left;
	clear: both;
	margin: 45px 0 0 0;
}
.header_search input.keyword {
	padding: 13px 17px 13px 17px;
	width: 582px;
	height: 24px;
	
	font-size: 20px;
	color: #959595;
	background: #e7e7e7;
	border: 0 none;
	margin: 0;
	float: left;
}
.header_search input.Blease, .header_search input.Bbuy {
	font-size: 24px;
	color: #fff;
	padding: 10px 15px 11px 15px;
	background: #cecece;
	border: 0 none;
	font-family: 'TwCenMTStd';
	margin-left: 2px;
	float: left;
	height: 50px;
	cursor: pointer;
}
.header_search input.Blease:hover, .header_search input.Bbuy:hover {
	background: #f7941d;
}
.p_type {
	width: 200px;
}
/* HEADER ELEMENTS and MAIN NAVIGATION MENU end */

/* SUB NAVIGATION MENU start */
.sidenav {
	float: left;
	padding: 0;
	margin: 0 0 10px 10px;
}
.sidenav h1 {
	color: #25374a;
	font-size: 18px;
	text-transform: uppercase;
}
ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0
}
ul.subnav li {
	font-size: 30px;
	color: #929292;
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
}
ul.subnav li ul {
	padding: 0 5px 0 15px;
	margin: 0;
	clear: both;
}
ul.subnav li a {
	font-size: 12px;
	color: #25374a;
	text-decoration: none;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	text-transform: uppercase;
	/*font-weight: normal;*/
}
#content p.team_name, p.team_name {
	font-size: 30px;
	line-height: 31px;
	color: #5b5b5b;
	text-decoration: none;
	padding: 0.5px 0;
	margin: 0 30px 0 0;
	display: block;
	text-transform: uppercase;
	border-bottom: 2px solid #f7941d;
	font-family: GothamHTFMedium;
	/*font-weight: normal;*/
	float: left;
}
ul.subnav li a:hover, ul.subnav li a.activemenu {
	color: #f7941d;
}
#page-about.people #content {
	width:700px;
	padding: 0 20px;
}
#page-company.profile #content {
	width: 654px;
	margin: 52px 10px 0 150px;
}
#page-about.people #content .conent_text{
	width: 400px;
	margin: 0 0 0 20px;
	float: left;
}
#page-area_profiles #content .conent_text {
	width: 400px;
	margin:0;
}
.conent_text a {
	color: #f7941d;
}
/* SUB NAVIGATION MENU end */

/* FOOTER ELEMENTS start */

#footer p {
	padding: 0;
	margin: 0;
	float: right;
}
#footer .footer_left {
	float: left;
	width: 300px;
}
#footer .footer_right {
	float: right;
	color: #25374a;
	text-align: center;
	width: 170px;
	margin: 10px 10px 0 0;
}
#footer .footer_right h3 {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 14px;
	color: #25374a;
	text-transform: none;
}
#footer .footer_right a {
	font-size: 20px;
	color: #25374a;
	font-family: 'GothamBook';
}
.footer_last {
	margin-top: 10px;
}
#footer a {
	color: #25374a;
	text-decoration: none;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	text-transform: uppercase;
}
#footer a:hover {
	text-decoration: underline;
}
/* FOOTER ELEMENTS end */

/* PROPERTY PAGES ELEMENTS start */
#page-home .h_search {
	font-size: 18px;
	background: #f7941d;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	/*font-weight: normal;*/
	font-family: GothamLight;
	margin: 0 0 5px 0;
}
.h_search {
	font-size: 18px;
	padding: 0 0 0 10px;
	color: #25374a;
	text-transform: uppercase;
	/*font-weight: normal;*/
	font-family: GothamHTFMedium;
	margin: 0 0 5px 0;
}
.h_container {
	float: left;
	width: 665px;
	height: 20px;
	padding: 10px 0 10px 10px;
	background-color: #ededed;
	margin-bottom: 5px;
}
.h_container h2 {
	font-size: 20px;
	color: #000;
	float: left;
	margin: 0;
	padding: 0;
}
#content .h_container p {
	float: right;
	color: #626769;
	padding: 5px 10px 0 0;
	/*font-weight: 700;*/
	font-family: 'GothamBold';
}
h1.h_latestnews {
	padding: 0;
	margin: 0;
	clear: both;
	height: 35px;
	background: url(/images/headings/h_recent_news.jpg) no-repeat left top;
}
h1.h_testimonials {
	padding: 0;
	margin: 0;
	clear: both;
	height: 35px;
	background: url(/images/headings/h_testimonials.jpg) no-repeat left top;
}
.contact_us.listing_box {
	margin: 5px 0 0 0;
}
.contact_us.listing_box p {
	margin: 0;
}
.contact_us h3 {
	margin: 0;
}
#content .b_sort {
	border: none;
	display: block;
	float: right;
	width: 49px;
	height: 17px;
	background: transparent url('/images/buttons/b_sort.jpg') no-repeat top left;
	padding: 0;
	margin: 4px 0 0 3px;
}
a.b_details {
	background: url(/images/buttons/b_details.jpg) no-repeat left top;
	width: 93px;
	height: 29px;
	display: block;
	float: right;
}
a.b_article {
	border: none;
	display: block;
	float: left;
	width: 95px;
	height: 27px;
	background: url('/images/buttons/b_article.jpg') no-repeat top left;
	padding: 0;
	margin: 0;
}
.buttons a.b_manage {
	background: url("/images/buttons/b_manage.jpg") no-repeat scroll left top transparent;
	clear: both;
	display: block;
	height: 51px;
	padding: 0;
	width: 231px;
}
#content .b_sort:hover, a.b_article:hover, a.b_manage:hover {
}
.propertycontainer {
	width: 675px;
	float: left;
}
.propertybuttons {
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
}
#page-leased .propertybuttons, #page-sold .propertybuttons {
	width: 85px;
}
.propertybuttons input, .propertybuttons select {
	float: right;
	margin-bottom: 15px;
}
.propertybuttons p {
	float: left;
	margin: 2px 0 0 5px;
}
#content .propertybuttons p {
	margin: 3px 5px 0 0;
	padding: 0;
	text-align: left;
	/*font-weight: 400;*/
	font-size: 11px;
	font-family: GothamHTFMedium;
}
#buttons_right, #content #buttons_right {
	float: right;
	width: 260px;
	padding: 0;
	display: block;
}
#content #buttons_right .but_con {
	float: left;
	width: 240px;
	padding: 10px;
	display: block;
	background: #25374a;
}
#content #buttons_right .txt_right {
	float: left;
	width: 230px;
	padding: 20px 15px;
	display: block;
	background: #eee;
}
#content #buttons_right .txt_right h3 {
	color: #083150;
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'GothamBook';

}
#content #buttons_right a:hover, #content #buttons_right input:hover {
	color: #fff;
}
#content #buttons_right a, #content #buttons_right input {
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0 3px 15px;
	border: 0 none;
	font-size: 13px;
	color: #fff;
	background: url(/images/bg/arrow.png) no-repeat left;
}
.top_buttons {
	width: 200px;
	padding: 10px;
}
.top_buttons a {
	display: block;
	float: left;
}
.top_buttons a:hover {
	background-position: left bottom;
}
#buttons {
	float: right;
	width: 183px;
	padding: 0;
	margin: 0;
}
#buttons ul, #content #buttons ul {
	width: 231px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	background-color: #3f3f3f;
}
#buttons ul li, #content #buttons ul li {
	padding: 0;
	margin: 0;
}
#buttons ul li a, #content #buttons ul li a, #buttons ul li input, #content #buttons ul li input {
	display: block;
	width: 231px;
	height: 25px;
	padding: 0;
	margin: 0;
	border: 0 none;
}
#buttons ul li a:hover, #content #buttons ul li a:hover, #buttons ul li input:hover, #content #buttons ul li input:hover {
	background-position: bottom left;
}
#gallery {
	padding: 0;
	margin: 0;
	width: 533px;
	float: left;
}
#big {
	float: left;
	width: 480px;
}
#big img {
	width: 525px;
	height: 322px;
}
#small {
	float: left;
	width: 525px;
	margin: 0;
}
#small a {
	width: 77px;
	height: 157px;
	float: left;
	margin: 0 0 8px 0;
}
#small img {
	width: 77px;
	height: 54px;
}
.back_listing {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 12px;
	color: #666;
	float: left;
}
#enquiry_details span#REVEmail {
	margin-top: -16px;
	padding-top: 0
}
.propertydetails {
	padding: 10px 10px 10px 0;
	margin: 0;
	width: 450px;
	float: left;
}
#content .propertydetails p {
	font-size: 13px;
}
.panel_auction {
	background: #ffe3ab;
	border: 1px solid #ffba2c;
	padding: 10px;
}
.panel_auction h3 {
	color: #083150;
	font-size: 18px;
	/*font-weight: 500;*/
}
.propertydetails h3 {
	font-family: 'GothamBook';
	color: #083150;
	margin: 0 0 3px 0;
	font-size: 18px;
	/*font-weight: normal;*/
	line-height: normal;
	text-transform: uppercase;
}
.panel_auction a {
	float: right;
	color: #25374a;
	font-size: 11px;
}
#content dl.details {
	padding: 0;
	margin: 5px 0 0 0;
}
#content dl.details dt {
	clear: left;
	display: block;
	float: left;
	width: 107px;
	padding: 8px 0 5px 0;
	margin: 0;
	/*font-weight: 700;*/
	color: #666;
	font-size: 14px;
	font-family: 'GothamBold';
}
.latest_pro_content {
	width: 440px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
#content dl.details dd {
	color: #666;
	display: block;
	float: left;
	width: 330px;
	padding: 8px 0 5px 0;
	margin: 0;
	text-align: justify;
	font-size: 14px;
}
/* search start */
.listing_type, .property_type, .suburb_size, .id_srach {
	float: left;
	width: 180px;
}
.id_srach{
	width:240px;
}
#page-home .property_type
{
	width:190px;
}
.suburb_size {
	width: 340px;
}
.search_container {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
}
#page-home .propertysearch {
	float: left;
	color: #fff;
	margin: 0;
	padding:0;
	width:1000px;
	background: #073150;
	box-shadow: 3px 0 19px -7px rgba(0, 0, 0, 0.8), -3px 0 8px -4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 3px 0 19px -7px rgba(0, 0, 0, 0.8), -3px 0 8px -4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:3px 0 19px -7px rgba(0, 0, 0, 0.8), -3px 0 8px -4px rgba(0, 0, 0, 0.8);
}
.propertysearch {
	float: left;
	color: #25374a;
	margin: 0;
	padding: 0;
	width: 210px;
}
.searchfields {
	float: left;
	padding: 10px 0 10px 10px;
}
#page-home .searchfields {
	float: left;
	padding: 20px;
}
.chk_box {
	float: left;
	width: 170px;
	margin: 0 0 10px 0;
}
.propertysearch .chk_box input {
	float: left;
	border: 1px solid #A8A8A8;
	clear: none;
	padding: 2px;
	width: 10px;
	margin: 0 6px 5px 0;
}
.search_container .chk_box label {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	font-size: 11px;
}
#page-cal .w170 {
	width: 170px;
	margin-bottom: 10px;
}
#page-home .propertysearch input.keyseach {
	width: 188px;
	float: left;
}
.propertysearch input.keyseach {
	width: 175px;
	float: left;
	border: 1px solid #25374a;
}
.propertysearch .searcheckbox_panel {
	width: 170px;
}
.rb_left {
	width: auto;
	margin-bottom: 8px;
	float: left;
}
#page-home .rb_left {
	width: 170px;
	margin-bottom: 0;
}
#page-home .input_invest {
	margin-left: 20px;
}
.input_invest {
	margin-left: 0;
}
input, select {
	padding: 2px;
	border: 1px solid #25374a;
	float: left;
	margin: 0 0 10px 0;
	color: #25374a;
	
}
#page-contact input {
	float: none;
}
textarea {
	 border: 1px solid #25374a;
}
.propertysearch .rb_left input, #content .rb_left input {
	float: left;
	width: 15px;
	padding: 0;
	margin: 0 5px 5px 0;
	background: 0 none;
	border: 0 none;
	clear: left;
}
.propertysearch .rb_left label, #content .rb_left label {
	float: left;
	padding: 0;
	margin: 0 5px 7px 0;
	border: 0 none;
	clear: right;
}
.search_container label {
	float: left;
	clear: none;
	margin: 0px 0 1px 0;
	width: auto;
	color: #595959;
}
.rb_left td {
	padding: 0;
	margin: 0;
}
.propertysearch select, .propertysearch input, .propertysearch input.areafrom {
	border: 1px solid #fff;
	color: #25374a;
	
	font-size: 14px;
	/*font-weight: 500;*/
	padding: 5px;
	background: #fff;
	margin: 2px 0;
	font-style: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
	width: 90%;
}
.propertysearch select {
	border: 1px solid #25374a;
	margin-top: 0;
}
#page-home .propertysearch select {
	width: 300px;
	border: 0 none;
}
.propertysearch input.areafrom {
	width: 77px;
	float: left;
	clear: none;
	margin: 0 10px 8px 0;
	border: 1px solid #25374a;
}
#page-home .propertysearch input.areafrom {
	width: 133px;
	float: left;
	clear: none;
	margin: 0 10px 8px 0;
}
.propertysearch option {
	color: #25374a;
	
	font-size: 12px;
	/*font-weight: 500;*/
}
#content .search_container label {
	float: left;
	clear: both;
	margin: 7px 0 0 0;
	font-size: 11px;
	color: #fff;
	/*font-weight: normal;*/
}
.search_container label {
	float: left;
	clear: both;
	margin: 7px 0 0 0;
	font-size: 11px;
	color: #25374a;
	/*font-weight: normal;*/
}
input.b_search {
	display: block;
	border: none;
	margin: 21px 0 0 2px;
	padding: 6px;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 15px;
	background: #f7941d;
	/*font-weight: 600;*/
	color: #fff;
	text-transform: uppercase;
	border:none;
	width: 95%;
}
#content input.b_submit {
	display: block;
	border: none;
	margin: 27px 0 0 2px;
	padding: 3px;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	background: #f7941d;
	/*font-weight: 600;*/
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	width: 150px;
}
.b_recalculate {
	display: block;
	width: 90px;
	height: 24px;
	background: transparent url('/images/buttons/b_recalculate.gif') no-repeat top left;
	border: none;
	padding: 0;
	margin: 10px 18px 0 0;
	float: right;
}
.b_calculate {
	display: block;
	width: 90px;
	height: 24px;
	background: transparent url('/images/buttons/b_calculate.gif') no-repeat top left;
	border: none;
	padding: 0;
	margin: 10px 18px 0 0;
	float: right;
}
.b_space {
	display: block;
	width: 90px;
	height: 24px;
	background: transparent url('/images/buttons/b_space.gif') no-repeat top left;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
}
/* search end */
.home_development {
	float: left;
	width: 100%;
	clear: both;
	margin:20px 0 0 0;
}
.txt_home {
	text-align: center;
	border: 1px solid #25374a;
	border-top: 0;
	padding:10px 0 20px 0;
	clear: both;
}
.txt_home p
{
	margin:0;
	padding:0 0 5px 0;
}
.txt_home h3
{
	color:#25374a;
	font-size:20px;
	font-family: "GothamLight";
}
.txt_home h2 {
	text-transform: uppercase;
	margin-bottom: 0;
}
.txt_home h1 {
	text-transform: uppercase;
	margin:0;
}
/* SEARCH HOME start */
.propertysearch .w75, .w75 {
	width: 88px;
}
.nomargin {
	margin: 0;
}
/* SEARCH home end */

/* CONTENT PAGES end */
.latest_content {
	float: left;
	width: 241px;
	margin: 0;
	clear: both;
}
.latestnews_container {
	padding: 20px;
}
.latest_content h5, .latest_content h6 {
	margin: 0;
}
.latest_content p {
	margin: 5px 0;
	color: #666;
}
/* BUTTONS start */

.buttons {
	width: 200px;
	float: left;
	margin: 15px 0 15px 10px;
	padding: 15px 0;
	border-top: 1px solid #25374a;
}
.buttons a {
	margin: 3px 0 10px 0;
	float: left;
	display: block;
	color: #25374a;
	text-transform: uppercase;
	background: url(/images/bg/arrow.png) no-repeat left top;
	padding-left: 10px;
}
.buttons a:hover {
	color: #858585;
}
.buttons img {
	margin-bottom: 10px;
}
a.b_enquiry {
	background: url('/images/buttons/b_enquiry.png') no-repeat top left;
}
a.b_enquiry_small {
	background: url('/images/buttons/b_enquiry_small.png') no-repeat top left;
	width: 138px;
	height: 27px;
	display: block;
	float: left;
	padding: 0 0 0 8px;
}
a.viewproperties {
	color: red;
	padding: 0 5px;
	text-transform: uppercase;
	display: block;
	font-family: GothamHTFMedium;
}
input.update {
	font-size: 11px;
	color: #fff;
	float: left;
	padding: 0 5px;
	text-transform: uppercase;
	background: #083150;
	display: block;
	font-family: GothamHTFMedium;
	width: 100px;
	text-align: center;
	border: 0 none;
	font-style: normal;
	cursor: pointer;
	height: 25px;
}
a.b_propertyAlert {
	background: url("/images/buttons/b_alert.png") no-repeat scroll left top transparent;
	font-size: 13px;
	/*font-weight: 500;*/
	color: #858585;
	padding-left: 30px;
	text-transform: uppercase;
}
a.b_view_shortlist {
	background: url('/images/buttons/b_shortlist.png') no-repeat top left;
}
a.b_subscribe {
	background: url('/images/buttons/b_subscribe.png') no-repeat top left;
	width: 238px;
	height: 136px;
}
.top_buttons a {
	float: left;
	display: block;
	padding-right: 25px;
	height: 20px;
}
a.b_contact_agent {
	background: url('/images/buttons/b_contact_agent.jpg') no-repeat top left;
}
.b_emailfriend {
	background: url('/images/buttons/b_friend.jpg') no-repeat top left;
}
a.top_buttons a:hover {
	background-position: left bottom;
}
a.b_enquire {
	display: block;
	width: 167px;
	height: 14px;
	background: url('/images/buttons/b_enquire.gif') no-repeat top left;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
}
a.b_news {
	display: block;
	background: url('/images/buttons/b_news.gif') no-repeat top left;
	padding: 0;
	margin: 0 0 6px 0;
}
.contact_agent {
	float:left;
	/*width: 240px;*/
	padding: 5px 0;
}
.contact_agent_txt {
	float: left;
	width: 130px;
}
#content #buttons_right .contact_agent a {
	color: #25374a;
	font-size: 12px;
	/*font-weight: 300;*/
	margin: 0;
	text-decoration: underline;
	font-family: 'GothamLight';
	background: none;
	padding: 0;
}
#content #buttons_right .contact_agent h3 {
	color: #25374a;
	font-size: 13px;
	/*font-weight: 600;*/
	margin: 0;
	
	background: none;
	text-transform: none;
}
.contact_agent_txt span {
	/*font-weight: normal;*/
	font-size: 12px;
}
.contact_agent img {
	width: 90px;
	float: left;
	margin-right: 10px;
}
.contact_agent_txt .btn {
	width: 56px;
	height: 22px;
}
#content #buttons_right .contact_agent_txt p {
	color: #25374a;
	font-size: 12px;
	float: left;
}
/* BUTTONS end */

/* OTHER ELEMENTS start */
.hidden {
	display: none;
}
.listing {
	float: left;
	width: 960px;
	background:#fff;
}
#page-about.people .listing {
	width: 820px;
}
#page-about.people .listing .box {
	width: 200px;
	height: 228px;
	border: 0 none;
	margin: 0 6px 14px 0;
	background: none;
}
#page-about.people .listing .box.margin_box3 {
	margin-right: 0;
}
#page-home .box {
	width: 374px;
	float: left;
	margin: 0 3px 20px 0;
	height: 385px;
	max-height: 385px;
}
.listing_dt .box1 {
	margin: 0 43px;
}
.similar .box {
	margin: 0;
}
.listing .box.last2 {
	margin-right: 0;
}
.box {
	width: 230px;
	min-height: 500px;
	float: left;
	padding: 0;
	margin: 0 35px 35px 0;
	background: #fff;
	text-align: center;
}
.box_related {
	width: 240px;
	float: left;
	padding: 0 5px 0 0;
	margin: 0 5px 10px 0;
}
.box_related.no3 {
	margin: 0 0 10px 0;
	padding: 0;
}
.box h2 {
	font-size: 18px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-family: 'GothamBold';
	padding: 13px;
	color: #fff;
	background: #86bd3b;
	margin: 0;
}
.industry_news {
	width: 220px;
	padding: 0;
	margin: 0 0 10px;
	float: left;
}
#content .industry_news p {
	height: 22px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}
.thumbcontainer {
	width: 230px;
	height: 151px;
	overflow: hidden;
	float: left;
	margin: 0;
	position: relative;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
}
.thumbcontainer a {
	text-align: center;
}
#page-about.people .thumbcontainer {
	width: 225px;
	float: left;
	margin: 0;
}
.thumbhomeontainer {
	width: 205px;
	float: left;
	margin: 0;
	clear: both;
}
.thumbhomeontainer a {
	display: block;
}
img.thumbhome {
	width: 374px;
	height: 220px;
}
img.thumbmedia {
	width: 204px;
	height: 140px;
	float: right;
}
.image_news img.thumb {
	width: 231px;
	height: 151px;
	margin: 0 10px;
}
.box_related a.thumb img {
	max-height: 150px;
	min-height: 150px;
	width: 245px;
}
img.image_test {
	float: left;
	clear: both;
	margin-bottom: 10px;
	height: 50px;
}
img.thumb, a.thumb img {
	height: 200px;
	margin: 0;
	display: block;
}
.listing_header {
	float: left;
	background: url(/images/headings/bg_heading.jpg) repeat-x left top;
	height: 33px;
	width: 702px;
	margin: 16px 0 0 0;
}
.listing_header h3 {
	padding: 6px;
	float: left;
	color: #fff;
}
.boxcontent {
	padding: 5px 5px 0 5px;
	margin: 0;
	width: 160px;
	float: left;
	position: relative;
	top: -25px;
	height: 163px;
	background: #e4e4e4;
	overflow: hidden;
}
#page-shortlist .boxcontent
{
	width:218px;
	border: 1px solid #000;
	height:auto;
	background:#fff;
}

#page-media .boxcontent{
  position:static;
  top:0;
  width:710px;
  text-align:left;
  background:none;
  padding:0 0 10px 0;
  margin:10px 0 0 0;
  border-bottom:1px solid #000;
  height:auto;

}
.listing_dt .box_related .boxcontent {
	width: 203px;
	padding: 12px 20px;
	border-left: 1px solid #C5C5C7;
	border-right: 1px solid #C5C5C7;
	border-bottom: 1px solid #C5C5C7;
}
.box h3.people_h {
	padding: 0;
	margin: 0;
	width: 180px;
	float: left;
	background: none;
	position: relative;
	bottom: 73px;
	padding: 10px;
	font-family: GothamHTFMedium;
	font-size: 32px;
	line-height: 24px;
	color: #fff;
	/*font-weight: normal;*/
	text-transform: uppercase;
	height: 45px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-8 */
}
.box h3.people_h span {
	font-family: 'TwCenMTStd-ExtraBoldCond';
}
.phone {
	color: #25374a;
	font-size: 12px;
}
.conent_text a.links {
	color: #25374a;
	text-decoration: underline;
}
.listing_dt .boxcontent {
	width: 205px;
	margin: 0;
	padding: 10px 0;
	height: 135px;
}
#page-home .boxcontent {
	width: 300px;
	height: 360px;
	padding: 20px;
	background: #3a3a3a;
	margin: 0;
	top: 0;
}
.slider_address {
	float: left;
	display: block;
	padding-bottom: 15px;
	padding-top: 3px;
	margin-bottom: 0;
	color: #fff;
	background: url(/images/bg/border.png) repeat-x left bottom;
	text-align: right;
	width: 300px;
	height: 137px;
}
.text {
	width: 187px;
	height: 125px;
	overflow: hidden;
	float: left
}
#StreetNo {
	width: 110px;
	height: 125px;
	float: left;
	margin-right: 8px;
	text-align: center
}
.flexslider .slides .slider_address p {
	margin: 0;
	font-family: GothamHTFMedium;
	color: #bab9b9;
	font-size: 30px;
	text-transform: uppercase;
	/*font-weight: normal*/
}
.flexslider .slides p {
	color: #bab9b9;
	font-size: 16px;
	margin: 15px 0;
}
.slider_address h2 {
	color: #fff;
	font-family: 'TwCenMTStd-ExtraBoldCond';
	font-size: 31px;
	line-height: 19px;
	margin: 0;
	text-transform: uppercase;
}
.slider_address h3 {
	color: #fff;
	font-family: GothamHTFMedium;
	font-size: 100px;
	/*font-weight: 600;*/
	margin: 0;
	line-height: 72px;
}
a.listing_type {
	background: #f7941d url(/images/buttons/go.jpg) no-repeat right;
	font-family: GothamHTFMedium;
	font-size: 34px;
	width: 280px;
	color: #fff;
	padding: 0 10px 0 10px;
	display: block;
	height: 40px;
	text-transform: uppercase;
	float: left;
}
a.listing_type span {
	margin-top: 3px;
	float: left;
}
.boxcontent_transaction {
	padding: 3px 1px 5px 0;
	margin: 0 0 5px 0;
	width: 199px;
	float: left;
	background: url(/images/background/border_news.jpg) repeat-x left bottom;
}
.boxcontent h4 {
	color: #666;
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
}
.box .boxcontent h3 {
	color: #000;
	font-size: 11px;
	/*font-weight: normal;*/
	margin-bottom: 5px;
}
#page-media .box .boxcontent h3
{
	margin:0;
	padding:5px 0 0 0;
	line-height:normal;
}
#page-home #content .boxcontent p {
	color: #666;
}
.box h3 {
	overflow: hidden;
	margin: 0;
	color: #000;
	font-size: 16px;
	float: left;
}
.box h3.suburb_h {
	padding: 1px 4px 4px 4px;
	font-size: 16px;
	float: none;
}
.box h3.size {
	background: #626262;
	color: #fff;
	position: relative;
	top: -25px;
	padding: 2px 4px 4px 4px;
	width: 162px;
	/*font-weight: normal;*/
	font-size: 18px;
	height: 18px;
}
.boxcontent h3.title {
	color: #3a3a3a;
	font-size: 14px;
	/*font-weight: 600;*/
	
}
#content .boxcontent p {
	color: #3a3a3a;
	font-size: 14px;
	/*font-weight: normal;*/
	
}
.box_related .boxcontent h3.title {
	width: 204px;
	overflow: hidden;
}
.box_related .boxcontent h3.size {
	color: #2D2E32;
	font-size: 11px;
	/*font-weight: 700;*/
	font-family: 'GothamBold';
}
.industry_news .boxcontent {
	height: auto;
}
a.more, #content a.more {
	text-decoration: none;
	color: #f7941d;
	text-transform: uppercase;
	padding: 0;
	/*font-weight: 300;*/
	font-size: 12px;
	font-family: 'GothamLight';
    font-weight:bold;
}
a.more_back, #content a.more_back {
	float: left;
	font-size: 17px;
	color: #666;
	padding: 0;
	margin-left:0;
}
#page-media.detail a.more_back, #content a.more_back
{
	font-size:13px;
}
.details_title {
	background: #083150;
	width: 720px;
	height: 65px;
	position: relative;
	text-transform: uppercase;
}
.details_title h1 {
	font-size: 18px;
	line-height: 20px;
	height: 35px;
	padding: 25px 20px 5px 20px;
	background: #f7941d;
	color: #fff;
	float: right;
	
	width:220px;
	text-align:center;
}
.details_title h2 {
	font-size: 30px;
	padding: 13px 10px 0 10px;
	margin-bottom: 0;
	font-family: GothamHTFMedium;
	/*font-weight: 500;*/
	color: #fff;
	float: left;
	line-height: 25px;
}
.details_title h2 span {
	font-size: 13px;
	padding: 0;
	float: left;
	color: #fff;
	
}
.more_arrow {
	padding: 0 15px 0 0;
	margin: 0 0 10px 0;
	display: block;
	float: left;
	color: #565952;
}
#content a.more_back:hover {
	text-decoration: none;
}
a.view, #content a.view {
	background: url(/images/buttons/b_view.gif) no-repeat left;
	display: block;
	width: 135px;
	height: 12px;
	text-decoration: none;
	padding: 0;
	margin: 10px 0 0 0;
}
a.more:hover, #content a.more:hover {
	color: #666;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.note {
	font-size: 10px;
	color: #666;
}
.mt0, #content .mt0 {
	margin-top: 0;
}
.black {
	color: #000;
}
#content .boxcontent p.pt0 {
	padding-bottom: 0;
	margin-bottom: 0;
}
#content .boxcontent p.pm0, .m0 {
	padding: 0;
	margin: 0;
}
hr {
	height: 1px;
	background-color: #ccc;
	border: none;
	border-bottom: 1px solid #a8a8a8;
}
.orangetext {
	color: #f7941d;
}
#flash {
	width: 640px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#flashcontainer {
	width: 640px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.alt {
	color: #3f3f3f;
}
.sn_left {
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #707070;
	width: 285px;
}
.sn_left h1 {
	font-size: 16px;
	padding: 14px 0 3px 30px;
	margin: 0;
}
.map {
	margin: 0 -6px 22px 0;
	display: block;
	float: left;
	padding: 0;
	width: 170px;
}
.map_place {
	float: left;
	width: 205px;
}
#content #buttons_right .map_place a {
	padding: 0;
}
#map_canvas {
	width: 440px;
	height: 270px;
}
.similar_properties {
	float: left;
	width: 720px;
	margin: 10px 0 0 0;
}
.similar_properties h1 {
	text-transform: uppercase;
	margin: 10px 0;
}
.similar_container {
	background-color: #D9D9D9;
	float: left;
	height: 180px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	padding: 5px;
	width: 124px;
}
.b_bf {
	float: right;
	clear: both;
}
.b_bf a {
	margin: 0 0 0 5px;
}
.news_search {
	width: 100%
}
#content .news_search label {
	width: auto;
	float: left;
	margin: 3px 5px;
}
#DlistSortNews {
	float: left;
	margin: 1px 0 0 5px;
	width: 150px;
}
.news_search input {
	float: left;
}
.news_container {
	float: left;
	clear: both;
	margin: 0 0 14px 0;
	padding: 0;
	width: 820px;
	background: url(/images/bg/quote_left.png) no-repeat top left;
}
#content .news_container p {
	font-size: 18px;
	padding: 15px;
}
/*#content .news_container p:after {
	background:url(/images/bg/quote_right.png) no-repeat bottom right;
	padding:50px;
}*/
img.image_news {
	width: 138px;
	float: right;
	margin: 0 0 10px 10px;
}
.news_details {
	float: left;
	width: 550px;
}
#content a.b_more:hover {
	/*font-weight: 700;*/
	font-family: 'GothamBold';
}
.yellowbox {
	padding: 15px 0;
	float: left;
	text-align: center;
	clear: both;
	margin: 0;
	width:720px;
	background:url(/images/bg/calculator2.jpg) no-repeat top;
}
.yellowbox h2{
	color:#fff;
	margin-bottom:0;
}
.yellowbox span {
	font-size: 24px;
	color: #f7941d;
}
.q_result {
	float: left;
	text-transform: capitalize;
	margin: 0 0 10px 50px;
}
.q_result .ch_box_text {
	border-right: 0;
}
.cal_box{
	background:#f3f3f3;
	float:left;
	padding:0 0 20px 0;
}
#content .cal_box input.b_submit{
	margin-left:50px;
}
.no_box{
	width:240px;
	float:left;
	text-align:center;
	margin:20px 0 0 0;
}
.no_box p{
	font-size:15px;
	color:#083150;
	/*font-weight:600;*/
}
.no_box input.w50{
	float:none;
	color:#f7941d;
}
.gray {
	color: #595959;
	float: left;
	margin: 0 0 8px 0;
}
.gray .ch_box_text {
	color: #000;
	/*font-weight: normal;*/
	border-right: 0 none;
	height: 18px;
}
#content .ch_box_text p {
	padding: 0;
}
.q_result h1 {
	background: #fff;
	width: 550px;
	border: 0 none;
	padding: 0;
	margin: 10px 0;
	color: #000;
	font-size: 16px;
}
#page-content .top_page {
	margin: 0 0 25px 0;
}
.ch_box_text {
	float: left;
	color: #083150;
	/*font-weight: 600;*/
	width:150px;
}
.ch_box {
	text-align: right;
	float: left;
	color: #000000;
	border-left: 0 none;
}
.ch_box input {
	margin: 0px 5px 5px 5px;
	vertical-align: top;
}
#content .ch_box label {
	float: right;
	width: auto;
	display: block;
	margin: 0 5px 0 0;
}
#content .cal_box .ch_box label
{
	float:left;
}
input.b_find_space {
	background: url(/images/buttons/b_find_space.jpg) no-repeat left;
	width: 143px;
	height: 38px;
	border: 0 none;
	margin: 10px 0 0 0;
	float: left;
}
input.b_cal {
	background: url(/images/buttons/b_calculator.gif) no-repeat left;
	width: 143px;
	height: 38px;
	border: 0 none;
	margin: 10px 0 0 0;
	float: left;
}
input.b_reset {
	background: url(/images/buttons/b-reset.jpg) no-repeat left top;
	width: 99px;
	height: 27px;
	border: 0 none;
	margin: 10px 0 0 258px;
}
input.b_calculate:hover, input.b_reset:hover, input.b_reset:hover {
	background-position: left bottom;
}
input.w50 {
	text-align: center;
}
input.w25 {
	text-align: center;
}
.video_container {
	float: left;
	width: 210px;
}
.video_player {
	float: left;
	margin: 0 14px 0 0;
}
.about_img {
	/*background-color:#828282;
padding:5px;*/
	float: left;
}
.about_img img {
	/*border:1px solid #979797;*/
	border: 5px solid #828282;
}
/* OTHER ELEMENTS end */
.content_about_image {
	margin-right: 14px;
	float: left;
	width: 510px;
}
.green_bold {
	color: #669900;
	/*font-weight: 700;*/
	padding-left: 3px;
	font-family: 'GothamBold';
}
#page-holding a {
	color: #669900;
}
#page-holding a:hover {
	color: #595959;
}
#page-holding h1 {
	font-size: 1.3em;
	margin: 10px;
	color: #595959;
}
.contentimage img {
	width: 702px;
	height: 114px;
}
img.contentimage_right, a.contentimage_right img {
	width: 220px;
	float: right;
	margin: 0 0 20px 20px;
}
.conent_text {
	width: 720px;
	float: left;
	margin: 10px 0 0 0;
}
#content .conent_text p {
	font-size: 14px;
	color: #25374a;
	/*font-weight: normal;*/
	
}
#content .conent_text h2 {
	font-size: 22px;
	color: #25374a;
	
	/*font-weight: 600;*/
	margin: 5px 0;
}
#content .conent_text td {
	width: 55%;
}
.members {
	float: left;
	
	font-size: 11px;
	/*font-weight: 700;*/
	font-family: 'GothamBold';
	color: #003864;
}
.follow {
	text-align: center;
	float: left;
	width: 183px;
	margin-top: 10px;
	display: none;
}
.follow a {
	display: block;
	margin: 0 55px;
}
.featured_property {
	float: left;
	width: 440px;
}
.our_people {
	width: 175px;
	border: 1px solid #a8a8a8;
	float: left;
	padding: 9px;
}
.our_people img {
	margin-bottom: 10px;
	max-width: 175px;
}
.people #conent_text p {
	color: #25374a;
	font-size: 12px;
}
.transaction {
	background-color: #dbe4eb;
	width: 231px;
	padding: 10px;
	float: left;
	margin: 10px 0;
}
.lease {
	background: url(/images/headings/h_forlease.gif) no-repeat left top;
	width: 81px;
	height: 14px;
}
.big_buttons {
	float: left;
	margin: 10px 0;
	width: 460px;
}
img.top_banner {
	width: 720px;
	margin: 0 0 20px 0;
}
.big_container {
	float: left;
	width: 685px;
}
#map {
	width: 470px;
	height: 404px;
	float: left;
}
#map_container {
	float: left;
	width: 675px;
	margin: 0 0 0 10px;
	background-color: #dbdbdb;
}
.map_text {
	width: 130px;
	float: right;
	padding: 190px 5px 0 5px;
}
.map_text h1 {
	font-size: 22px;
	color: #000;
}
.map_text ul {
	padding: 0;
	float: left;
	clear: both;
	margin: 0;
}
.map_text ul li {
	list-style-image: none;
	list-style: none;
	padding: 2px 2px 2px 0;
}
.map_text ul li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
p.footer_map {
	font-size: 8px;
	text-align: right;
	font-style: italic;
	clear: both;
	color: #fff;
	float: right;
	margin: 52px 0 0 0;
}
.propertysearch input.checkbox {
	width: auto;
	margin-left: 0;
	margin-right: 2px;
	border: 0;
	padding: 0;
	vertical-align: baseline;
}
.searcheckbox_panel, #content .searcheckbox_panel {
	border: none;
	float: left;
	width: 231px;
	height: 20px;
	margin: 5px 0;
}
.searcheckbox_panel input, #content .searcheckbox_panel input {
	border: none;
	width: 20px;
	margin: 1px 3px 0 0;
	padding: 0;
	float: left;
	clear: none;
}
.searcheckbox_panel input, #content .searcheckbox_panel input {
	float: left;
}
a#northshore:hover {
	background: url(/images/map/northshore_roll.gif) no-repeat left top;
	height: 348px;
	width: 470px;
}
#content .franchise label {
	width: 200px;
	color: #000000;
	margin: 0;
}
a.send_email {
	background: url("/images/buttons/send_email.gif") no-repeat scroll left center transparent;
	display: block;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 90px;
}
table#calctable {
	border: 1px solid #036;
	border-collapse: collapse;
	width: 700px
}
table#calctable th {
	background-color: #000000;
	color: #f9b200;
	width: 350px;
}
table.tbl td {
	border-bottom: 1px solid #036;
}
table.tbl {
	border: 1px solid #036;
	border-collapse: collapse;
	width: 700px;
	float: left;
	text-align: left;
}
table.tbl th {
	background-color: #000000;
	color: #f9b200;
	font-size: 13px;
	padding: 5px 17px;
	text-align: left;
}
table.tbl td {
	border: 1px solid #036;
	padding: 5px 17px;
}
.bold {
	/*font-weight: 700;*/
	font-family: 'GothamBold';
}
.clasp {
	margin: 5px 0;
	/*font-weight: 700;*/
	font-family: 'GothamBold';
	color: #666;
}
#content .clasp a {
	color: #666;
}
.lunchbox {
	display: none;
	margin: 10px 0;
	color: #666;
}
.use_calculator {
	margin-top: 3px;
}
a.btn_yellow_left {
	background-color: #ffcf09;
	color: #000;
	width: 250px;
	height: 37px;
	font-size: 20px;
	text-decoration: none;
	padding: 13px 0 0 35px;
	margin: 3px 0 0 0;
	display: block;
}
a.btn_yellow_left:hover {
	background-color: #707070;
	color: #fff;
}
.btn_gray_left {
	background-color: #707070;
	color: #fff;
	width: 250px;
	height: 37px;
	font-size: 20px;
	text-decoration: none;
	padding: 13px 0 0 35px;
	margin: 3px 0 0 0;
}
.btn_gray_left:hover {
	background-color: #ffcf09;
	color: #000;
}
.right_contact {
	background-color: #c4c4c4;
	width: 163px;
	padding: 10px;
	float: left;
	margin-bottom: 5px;
}
.right_contact input {
	margin: 3px 0;
	width: 155px;
	font-size: 11px;
}
.right_contact h2 {
	font-size: 18px;
	color: #fff;
}
.right_contact p {
	float: left;
	width: 90px;
	color: #5d5d5d;
}
.right_contact img {
	width: 57px;
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
.uppercase {
	text-transform: uppercase;
}
.right_contact .b_send {
	background: url(/images/buttons/b_send.jpg) no-repeat left top;
	width: 64px;
	height: 24px;
	display: block;
	float: right;
	border: 0 none;
}
.mr6 {
	margin-right: 6px;
}
.nomr {
	margin-right: 0;
}
.conent_text ul {
	margin: 0 0 0 10px;
}
.red {
	color: #25374a;
}
.details dd .red_p {
	padding: 0 3px 0 0;
}
#panel_noresult {
	float: left;
}
hr {
	border: 0 none;
	border-bottom: 1px solid #a8afb7;
}
.buttons a.at300m:hover, .buttons a.at300b:hover {
	/*font-weight: normal;*/
	text-decoration: none;
}
.gray_note {
	background: #e1e1e1;
	color: #000;
}
#content p.gray_note {
	padding: 5px;
}
.gray_note a {
	font-style: italic;
	color: #f7941d;
	/*font-weight: 700;*/
	font-family: 'GothamBold';
}
#imgPhoto {
	width: 221px;
	float: left;
}
.img_list {
	width: 200px;
	float: left;
	margin: 0 15px 0 0;
}
.list_content {
	float: left;
	width: 535px;
	margin-bottom: 10px;
}
#page-home .Featured {
	width: 310px;
	float: left;
	margin: 25px 15px 0 0;
	text-align: center;
	font-size: 14px;
}
.Featured {
	width: 230px;
	float: left;
	margin:0 15px 15px 0;
	text-align: center;
	font-size: 14px;
}
.Featured_txt {
	border: 1px solid #000;
	height: 210px;

}
#content .Featured_txt a.more{
	margin:2px 0;
	display:block;
}
#page-recenttransactions .Featured_txt {
	height: 100px;
}
#page-home .Featured_txt {
	height: 155px;
}
#page-home .Featured.nomargin, .Featured.margin_box2 {
	margin-right: 0;
}
#page-home .Featured h2
{
	width:244px;
	margin: 0 auto;
}
.Featured h2 {
	font-weight: normal !important;
	font-size: 13px;
	text-align: center;
	width: 220px;
	/*height: 23px;*/
	background: #083150;
	color: #fff;
	position: relative;
	margin:0 0 0 -1px;
	z-index: 10;
	bottom: 18px;
	/*padding: 9px 7px 12px 7px;*/
	text-transform: uppercase;
	padding: 12px 5px;
}
#page-home .Featured h3 {
	/*background: url(/images/bg/line.png) no-repeat top center;
	padding: 10px 0 5px 5px;*/
	/*min-height: 60px;*/
	min-height: 40px;
}
.Featured h3,#page-shortlist h3.suburb_h {
	color: #000;
	font-family: GothamHTFMedium;
	font-size: 18px;
	line-height: 18px;
	margin: auto;
	padding: 0 0 5px 5px;
	background: none;
}
.Featured p, #content .Featured p {
	background: url(/images/bg/line.png) no-repeat bottom center;
	padding: 0 20px 10px 20px;
	margin: 0 0 5px 0;
	font-size: 13px;
	/*min-height: 20px;*/
	max-width: 254px;
    margin: 0 auto 8px auto;

}
#content .Featured p {
	background: none;
	height: 100px;
	padding: 0 5px;
}
#content .Featured p:first-letter {
	text-transform: uppercase;
}
#content .Featured p.grab {
	max-height: 49px;
	overflow: hidden;
}
.listing.noline .Featured p {
	background: none;
	text-transform: none;
}
.Featured_thumb {
	min-width: 310px;
	max-width: 310px;
	height: 207px;
	overflow: hidden;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*#page-recenttransactions .Featured_thumb {
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	min-width: 203px;
	max-width: 203px;
	height: 234px;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}*/
.Featured_thumb img {
	height: 234px;
	width: 203px;
}
.Featured.margin_box3, .Featured.margin_box4 {
	margin-right: 0
}
a img {
	border: 0;
}
#enquiry_details {
	width: 281px;
	float: left;
}
#page-about.people #enquiry_details {
	width: 400px;
}
#page-about.people #enquiry_details textarea {
	width: 338px;
}
#page-about.people #enquiry_details input.sml {
	width: 185px;
	margin-right: 10px;
}
#page-about.people #enquiry_details input {
	width: 384px;
	margin-right: 0;
}
#content #buttons_right #enquiry_details input, #enquiry_details textarea, #enquiry_details input {
	padding: 2px;
	border: 2px solid #dfdfdf;
	float: left;
	margin: 0 0 10px 0;
	color: #959595;
	
	font-style: italic;
	width: 268px;
	font-size: 14px;
}
#enquiry_details textarea {
	height: 74px;
	width: 187px;
	font-size: 14px;
	color: #959595;
	
}
.listing_page #enquiry_details textarea {
	width: 225px;
}
#content #buttons_right #enquiry_details input {
	width: 269px;
}
#content #buttons_right #enquiry_details input.sml, #enquiry_details input.sml {
	width: 127px;
	margin-right: 10px;
}
#page-contact #enquiry_details {
	padding: 0 0 0 30px;
	background: #3A3A3A url(/images/buttons/email.png) no-repeat left top;
}
#page-contact #enquiry_details {
	width: 245px;
	margin-top: 20px;
}
#page-contact #enquiry_details input {
	width: 232px;
}
#page-contact #enquiry_details input.sml {
	width: 108px;
}
#enquiry_details span {
	position: relative;
	left: -8px;
	float: left;
	padding-top: 8px;
}
#content #buttons_right #enquiry_details input.b_enquiry_details, #content #enquiry_details input.b_enquiry_details {
	background: url(/images/buttons/b_enquiry_details.jpg) no-repeat left top;
	width: 35px;
	height: 82px;
	border: 0 none;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.contact_container {
	background: #3a3a3a;
	width: 820px;
	float: left;
	border-bottom: 5px solid #f7941d;
}
.contact_container img {
	float: left;
	margin-right: 10px;
}
.contact_enquiry {
	float: left;
	width: 280px;
	padding: 20px 0 0 0;
}
#content .contact_enquiry p {
	padding: 2px 0 8px 30px;
	clear: both;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
#content p.address_box {
	background: url(/images/buttons/address.png) no-repeat top left;
}
#content p.address_tel {
	background: url(/images/buttons/phone.png) no-repeat top left;
}
#content p.address_fax {
	background: url(/images/buttons/fax.png) no-repeat top left;
}
#content p.address_email {
	background: url(/images/buttons/email.png) no-repeat top left;
}
a.view_prop {
	background: url(/images/buttons/view_prop.png) no-repeat top left;
	width: 27px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}
a.contact_enquiry_agent {
	background: url(/images/buttons/contact_enquiry_agent.png) no-repeat top left;
	width: 24px;
	height: 22px;
	display: block;
	float: left;
}
a.view_prop:hover, a.contact_enquiry_agent:hover {
	background-position: bottom left;
}
.h_h2 {
	text-transform: uppercase;
	color: #3a3a3a;
	margin-top: 10px;
}
.search_container a.selected, .search_container a.notselected {
	background-color: #f7941d;
	width: 190px;
	float: left;
	margin-bottom: 2px;
	padding: 5px;
	color: #959595;
	font-size: 14px;
	/*font-weight: 500;*/
	font-style: normal;
}
.search_container a.notselected.w80, .search_container a.selected.w80 {
	width: 89px;
	float: left;
}
.search_container a.selected {
	color: #fff;
	font-style: normal;
}
.search_container a.notselected {
	background: #CECECE;
}
.header_search a, .header_search a.notselected {
	font-size: 24px;
	color: #fff;
	padding: 13px 15px 11px 15px;
	background: #cecece;
	border: 0 none;
	font-family: 'TwCenMTStd';
	margin-left: 2px;
	float: left;
	height: 26px;
	cursor: pointer;
}
.header_search a:hover, .header_search a.selected {
	background: #f7941d;
}
.tbl_propertytypes input {
	border: 0 none;
}
#content .tbl_propertytypes label {
	margin-top: 0;
}
.suburbselector {
	float: left
}
.people_list {
	width: 220px;
	float: left;
	margin-right: 10px;
}

.people_list.people_box3 {
}

.p_box {
	padding: 5px 5px 10px 5px;
	border: 1px solid #25374a;
	margin-bottom: 10px;
}
table.listingdetail {
	margin:15px 0 0 0;
	text-align: center;
	font-size: 11px;
	border-collapse:collapse;
	width:100%;
	border:2px solid #083150;
}
table.listingdetail th, table.listingdetail td {
	padding-left: 3px;
	vertical-align:baseline;
	border:1px solid #ccc;
	font-size:10px;
	
}
table.listingdetail td {
	padding:2px 0;
	font-size:12px;
	
}
table.listingdetail th {
	color: #fff;
	padding-left: 3px;
	height:25px;
	vertical-align:middle;
	font-size:14px;
	/*font-weight:normal;*/
	background:#083150;}