/* @group Reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;} table {border-collapse: separate; border-spacing: 0;} caption, th, td {text-align: left; font-weight: normal;} table, td, th {vertical-align: middle;} blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";} a img {border: none;} :focus {outline: 0;} /* @end Reset */

/* @group Global */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	padding-top: 20px;
	font: 13px/18px Arial, sans-serif;
}

body.default {
	background: #e3e3e3 url(../images/bg.gif) no-repeat center top;
}

body.darwin {
	background: #e3e3e3 url(../images/bg-darwin.jpg) no-repeat center top;
}

body.sunshinecoast {
	background: #e3e3e3 url(../images/bg-sunshinecoast.jpg) no-repeat center top;
}

body.goldcoast {
	background: #e3e3e3 url(../images/bg-goldcoast.jpg) no-repeat center top;
}

body.bundaberg {
	background: #e3e3e3 url(../images/bg-bundaberg.jpg) no-repeat center top;
}

body.brisbanenorth {
	background: #e3e3e3 url(../images/bg-brisbanenorth.jpg) no-repeat center top;
}

body.mackay {
	background: #e3e3e3 url(../images/bg-mackay.jpg) no-repeat center top;
}

body.ipswich {
	background: #e3e3e3 url(../images/bg-ipswich.jpg) no-repeat center top;
}

body.bowen {
	background: #e3e3e3 url(../images/bg-bowen.jpg) no-repeat center top;
}

body.brisbanesouth {
	background: #e3e3e3 url(../images/bg-brisbanesouth.jpg) no-repeat center top;
}

body.herveybay {
	background: #e3e3e3 url(../images/bg-herveybay.jpg) no-repeat center top;
}

body.gympie {
	background: #e3e3e3 url(../images/bg-gympie.jpg) no-repeat center top;
}

body.portdouglas {
	background: #e3e3e3 url(../images/bg-portdouglas.jpg) no-repeat center top;
}

body.cairns {
	background: #e3e3e3 url(../images/bg-cairns.jpg) no-repeat center top;
}

body.townsville {
	background: #e3e3e3 url(../images/bg-townsville.jpg) no-repeat center top;
}

body.brisbaneeast {
	background: #e3e3e3 url(../images/bg-brisbaneeast.jpg) no-repeat center top;
}

body.kingaroy {
	background: #e3e3e3 url(../images/bg-kingaroy.jpg) no-repeat center top;
}

body.rockhampton {
	background: #e3e3e3 url(../images/bg-rockhampton.jpg) no-repeat center top;
}

body.toowoomba {
	background: #e3e3e3 url(../images/bg-toowoomba.jpg) no-repeat center top;
}

body.beaudesert {
	background: #e3e3e3 url(../images/bg-beaudesert.jpg) no-repeat center top;
}

body.chinchilla {
	background: #e3e3e3 url(../images/bg-chinchilla.jpg) no-repeat center top;
}

body.dalby {
	background: #e3e3e3 url(../images/bg-dalby.jpg) no-repeat center top;
}

body.mareeba {
	background: #e3e3e3 url(../images/bg-mareeba.jpg) no-repeat center top;
}

body.yeppoon {
	background: #e3e3e3 url(../images/bg-yeppoon.jpg) no-repeat center top;
}

body.warwick {
	background: #e3e3e3 url(../images/bg-warwick.jpg) no-repeat center top;
}

img {
	display: block;
}

.clear {
	clear: both;
	height: auto;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/* @end */

/* @group Header */

h1#logo {
	display: block;
	float: left;
	background: url(../images/logo.gif) no-repeat left top;
	width: 360px;
	height: 110px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

#header-right {
	width: 580px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#suppliers {
	background: url(../images/supplier-bg.gif) no-repeat left top;
	padding: 5px;
	height: 75px;
	margin-bottom: 20px;
	display: none;
}

#suppliers img {	
	margin-left: 25px;
}

ul#nav-header {
	list-style: none;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	height: 25px;
}

body.goldcoast ul#nav-header,
body.sunshinecoast ul#nav-header {
	color: #0d2b82;
}

body.bundaberg ul#nav-header,
body.kingaroy ul#nav-header,
body.gympie ul#nav-header {
	color: #fff;
}

body.ipswich ul#nav-header li,
body.mareeba ul#nav-header li,
body.yeppoon ul#nav-header li,
body.brisbanenorth ul#nav-header li {
	color: #000;
}

body.mackay ul#nav-header li {
	color: #161c40;
}

body.bowen ul#nav-header li {
	color: #1f391e;
}

body.warwick ul#nav-header li,
body.brisbanesouth ul#nav-header li,
body.cairns ul#nav-header li,
body.townsville ul#nav-header li,
body.portdouglas ul#nav-header li,
body.gympie ul#nav-header li {
	color: #fff;
}

ul#nav-header li {
	display: inline;
	margin-left: 15px;
}

ul#nav-header li.branch {
	display: inline;
	float: left;
	margin-left: 0px;
	font-weight: bold;
	font-size: 15px;
}

ul#nav-header a:link,
ul#nav-header a:visited {
	text-decoration: none;
	color: #777;
}

body.goldcoast ul#nav-header a:link,
body.goldcoast ul#nav-header a:visited,
body.sunshinecoast ul#nav-header a:link,
body.sunshinecoast ul#nav-header a:visited {
	color: #0d2b82;
}

body.warwick ul#nav-header a:link,
body.warwick ul#nav-header a:visited,
body.bundaberg ul#nav-header a:link,
body.bundaberg ul#nav-header a:visited,
body.gympie ul#nav-header a:link,
body.gympie ul#nav-header a:visited {
	color: #fff;
}

body.ipswich ul#nav-header a:link,
body.ipswich ul#nav-header a:visited,
body.mareeba ul#nav-header a:link,
body.mareeba ul#nav-header a:visited,
body.yeppoon ul#nav-header a:link,
body.yeppoon ul#nav-header a:visited,
body.brisbanenorth ul#nav-header a:link,
body.brisbanenorth ul#nav-header a:visited,
body.brisbaneeast ul#nav-header a:link,
body.brisbaneeast ul#nav-header a:visited,
body.kingaroy ul#nav-header a:link,
body.kingaroy ul#nav-header a:visited,
body.chinchilla ul#nav-header a:link,
body.chinchilla ul#nav-header a:visited,
body.beaudesert ul#nav-header a:link,
body.beaudesert ul#nav-header a:visited {
	color: #000;
}

body.mackay ul#nav-header a:link,
body.mackay ul#nav-header a:visited {
	color: #161c40;
}

body.bowen ul#nav-header a:link,
body.bowen ul#nav-header a:visited {
	color: #1f391e;
}

body.brisbanesouth ul#nav-header a:link,
body.brisbanesouth ul#nav-header a:visited,
body.cairns ul#nav-header a:link,
body.cairns ul#nav-header a:visited,
body.townsville ul#nav-header a:link,
body.townsville ul#nav-header a:visited,
body.portdouglas ul#nav-header a:link,
body.portdouglas ul#nav-header a:visited {
	color: #fff;
}

ul#nav-header a:hover,
ul#nav-header a:focus,
ul#nav-header a:active {
	color: #000;
}

/* @end */

/* @group Nav */

ul#nav-main {
	list-style: none;
	background: url(../images/menu-bg.png) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
	width: 955px;
	overflow: auto;
	padding: 5px 0 0 5px;
}

ul#nav-main li {
	float: left;
	margin-right: 2px;
}

ul#nav-main li span {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 3px;
	width: 3px;
	background: url(../images/menu-item-bg.gif) no-repeat right top;
}

ul#nav-main li:hover span,
ul#nav-main li.active span {
	display: block;
}

ul#nav-main a:link,
ul#nav-main a:visited {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 5px 8px 10px 8px;
	position: relative;
}

ul#nav-main a:hover,
ul#nav-main li.active a:link,
ul#nav-main li.active a:visited {
	background: url(../images/menu-item-bg.gif) no-repeat left top;
	color: #d6002d;
}

ul#nav-main li#three-steps {
	float: right;
	margin-right: 5px;
	background: url(../images/3steps-bg.gif) no-repeat left top;
}

ul#nav-main li#three-steps:hover span {
	background: url(../images/menu-item-bg.gif) no-repeat right top;
}

ul#nav-main li#three-steps span {
	display: block;
	background: url(../images/3steps-bg.gif) no-repeat right top;
}

/* @end */

/* @group Content */

#content {
	background: #fff;
	width: 960px;
	overflow: auto;
}

/* @group Home Specific */

/* @group Headings */

#home #content-left h1 {
	color: #d6002d;
	padding: 18px 18px 0 18px;
}

#home #content-right h1 {
	color: #d6002d;
	border-bottom: double 3px #b8b8b8;
	margin: 18px 36px 0 18px;
	padding: 0;
	padding-bottom: 18px;
	background: none !important;
}

#home-map h2 {
	font: 20px/24px Arial, sans-serif;
	color: #909090;
	margin-bottom: 18px;
}

/* @end */

#content {
	background-image: url(../images/home-content.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#content-left {
	width: 600px;
	float: left;
}

#home-map {
	border-top: solid 1px #ddd;
	margin-top: 18px;
	background: url(../images/map-gradient.gif) repeat-x left top;
	padding: 20px;
}

#content-right {
	width: 360px;
	float: left;
}

#HandLFlashContent {
	width: 324px;
	height: 160px;
	padding: 0px;
}

#content-flash-container {
	width: 342px;
	padding: 0px 0px 0px 18px;
}


.badge {
	float: right;
}

#home #content-right p {
	color: #000000;
	margin-bottom: 0px;
}

/* @group Testimonials */

#testimonials {
	border-top: double 3px #b8b8b8;
	margin: 18px;
	padding-top: 18px;
}

.testimonial {
	height: 50px;
	background: #ccc;
	margin-bottom: 18px;
}

/* @end */

/* @end */

/* @group Secondary Specific */

#content-right h1 {
	color: #009ee7;
	padding: 18px 18px 18px 0;
	background: #fff;
}

.promotion-heading {
	height: 45px;
}

#content-right h1 span {
	display: block;
	font-size: 13px;
	color: #555;
	font-weight: normal;
}

#content-right h2 {
	font-weight: bold;
	padding-left: 40px;
	height: 35px;
	line-height: 35px;
}

#content-right p {
	/*margin-bottom: 18px;*/
}

#contact-office-icon {
	background: #bfbfbf url(../images/office-icon.gif) no-repeat 5px center;
}

#email-icon {
	background: #bfbfbf url(../images/email-icon.gif) no-repeat 5px center;
}

.contact-office-content {
	min-height: 217px;
}

#contact-form {
	margin: 18px 18px 18px 18px;
}

/* @end */

/* @group Property Images */

#property-images {
	margin: 18px 0 0 18px;
}

#images-big {
	width: 387px;
	height: 350px;
	display: inline;
	float: left;
	background: #aaa;
	position: relative;
	margin-right: 10px;
}

#images-big .image {
	height: 100%;
	width: 100%;
}

#images-big .title {
	position: absolute;
	width: 367px;
	padding: 10px;
	bottom: 0;
	background: url(../images/title-bg.png);
	color: #fff;
}

#images-small {
	width: 165px;
	height: 350px;
	overflow-y: scroll;
	float: left;
}

ul#images-small-list {
	list-style: none;
}

ul#images-small-list li a {
	width: 145px;
	display: block;
	height: 110px;
	background: #aaa;
	margin-bottom: 10px;
}

/* @end */

/* @group Land Options */

#land-options {
	width: 564px;
	margin: 0 18px;
	overflow: hidden;
}

h3.land-options {
	font-size: 16px;
	font-weight: bold;
	color: #2d772c;
	padding: 9px 0;
	border-top: solid 1px #eee;
	margin: 9px 18px 0 18px;
}

ul#land-list {
	list-style: none;
	width:3900px;
	overflow: auto;
	margin-bottom: 10px;
}

ul#land-list li {
	float: left;
	width: 133px;
	background: #ade092;
	border-right: solid 10px #fff;
	font-size: 11px;
	line-height: 14px;
}

ul#land-list li img {
	width: 100%;
	height: 100px;
	background: #aaa;
}

ul#land-list li p {
	padding: 5px;
}

#land-buttons {
	width: auto;
	overflow: auto;
	margin: 0 18px;
	background: #eee;
	font-size: ;
}

#land-buttons a:link,
#land-buttons a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #2d772c;
}

#land-buttons a:hover,
#land-buttons a:focus,
#land-buttons a:active {
	color: #000;
}

#land-buttons .left {
	float: left;
	width: 250px;
	display: block;
	padding: 5px;
}

#land-buttons .right {
	float: right;
	width: 250px;
	display: block;
	padding: 5px;
	text-align: right;
}

/* @end */

/* @group Property Details */

#property-details {
	margin: 0 18px 0 18px;
	width: auto;
	overflow: auto;
}

#property-details p {
	padding-left:  0 !important;
	padding-right:  0 !important;
	color: #444;
}

#property-details .left,
#property-details .right {
	float: left;
	display: inline;
}

#property-details .left {
	width: 150px;
	margin-right: 20px;
}
#property-details .right {
	width: 394px;
}

/* @end */



/* @group Accordion */

#accordion {
	padding: 18px;
}

#accordion div {
}

#accordion h3 {
	display: block;
	text-decoration: none;
	margin: 1px 0 1px 0;
	font-size: 16px;
	font-weight: bold;
	color: #2d772c;
	text-transform: uppercase;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 8px 0;
	background: url(../images/accordion-icon.gif) no-repeat right center;
}

#accordion h3 a:hover,
#accordion h3 a:focus,
#accordion h3 a:active {
	color: #1d4f1d;
}

#accordion ul {
	list-style: none;
	color: #888;
}

#accordion ul li {
	padding: 3px 0;
	border-bottom: solid 1px #eee;
}

#accordion ul li strong {
	border-right: solid 1px #eee;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	color: #555;
}

#accordion ul li:hover {
	background: #f5f5f5;
}

#accordion a:link,
#accordion a:visited {
	text-decoration: none;
	color: #2d772c;
	border-bottom: solid 1px #ccc;
}

#accordion a:hover,
#accordion a:focus,
#accordion a:active {
	color: #000;
}

/* @end */

/* @group Headings */

#content h1 {
	font: bold 24px/28px Arial, sans-serif;
}

/* @end */

#content p {
	padding: 18px 18px 0 18px;
	color: #000000;
}

.label {
	padding-right: 5px;
	text-align: right;
	color: #0b5411;
	font-weight: bold;
	vertical-align: top;
}

.input {
	border: solid 1px #3b8531;
	padding: 5px;
	margin-bottom: 5px;
	width: 220px;
}

/* @end */

/* @group Footer */

#footer {
	margin-top: 20px;
	background: url(../images/footer-bg.gif) no-repeat left top;
	height: 115px;
}

ul#nav-footer {
	list-style: none;
	padding: 20px 0 0 20px;
	width: 720px;
}

ul#nav-footer li {
	width: 120px;
	float: left;
}

ul#nav-footer a:link,
ul#nav-footer a:visited {
	text-decoration: none;
	color: #d6002d;
}

ul#nav-footer a:hover,
ul#nav-footer a:focus,
ul#nav-footer a:active {
	color: #000;
}

/* @end */
