/* general */

html {
	margin:0; padding:0;
	font-family:Verdana, sans-serif;
}

body {
	width:100%; min-width:760px;
	margin:0; padding:0;
	background-color:#366E6E;
	background-image:url(img/bg_brady.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
}

div.break {clear:both;}

div.space {height:10px;}

h3 {display:none;}

/* header */

div#headerContainer {
	width:100%; min-width:760px; height:96px;
	background-color:#369E9E;
}

div#header {
	width:760px;
	margin-left:auto; margin-right:auto;
}

div#header #logo {
	float:left; display:block;
	width:288px; height:52px;
	margin-top:25px;
	background-image:url(img/logo.gif); 
	background-repeat:no-repeat;
	}

div#header #logo span {display:none;}

div#menuContainer {
	float:right;
	width:418px; height:96px;
	background-image:url(img/bg_nav.jpg); 
	background-repeat:no-repeat;
}

div#menuContainer_sales {
	float:right;
	width:418px; height:96px;
	background-image:url(img/bg_nav-sales.jpg); 
	background-repeat:no-repeat;
}

div#menuContainer_about {
	float:right;
	width:418px; height:96px;
	background-image:url(img/bg_nav-about.jpg); 
	background-repeat:no-repeat;
}

div#subMenuContainer {
	width:100%; min-width:760px;
	background-color:#0C3434;
}

/* content */

div#contentContainerHome {
	width:100%; min-width:760px;
	background-color:#0C3434;
	overflow:auto;
}

div#contentContainerSub {
	width:100%; min-width:760px;
	background-color:#FFF8EA;
	overflow:auto;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	line-height:16px;
}

div#content {
	width:760px;
	margin-left:auto; margin-right:auto;
}

div#animation {
	float:left;
	width:504px;
}

div#featurePropertyContainer {
	float:right;
	padding-top:20px; padding-right:64px;
	width:120px; height:84px;
}

img#featurePropertyImage {
	width:120px; height:96px;
	border:none;
	padding-bottom:8px;
}

div#featureProperty {
	width:120; height:80px;
	background-image:url(img/bg_fp.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:9px;
	padding-left:2px; padding-right:2px;
}

div#title {
	color:#FFF;
}

div#suburb {
	padding-top:30px;
	color:#47D5D1;
	font-weight:bold;
	text-transform:uppercase;
}

img#sideTitle {
	float:left;
	width:33px; height:321px;
	padding-top:15px;
}

div#textBlock {
	float:left;
	padding-left:20px; padding-top:20px;
}

div.fullPage {
	width:580px;
}

div.halfPage {
	width:420px;
}

div#textBlock H4 {
	color:#AB354E;
	font-size:12px;
	padding-top:0; margin-top:0;
}

div#textBlock strong {
	color:#0E3F3F;
	font-size:12px;
}

div#textBlock em {
	color:#333;
	font-size:11px;
	font-style:normal;
}

div#textBlock a { color:#0E3F3F; text-decoration:none; }
div#textBlock a:link { text-decoration:none; }
div#textBlock a:hover { text-decoration:underline; }

div#textBlock ul {
	padding:0 0 20px 20px; margin:0; 
	list-style:none; 
	line-height:1.1em;
	font-weight:normal;
	text-align:left;
	}
	
div#textBlock ul li {
	padding-left:15px;
	line-height:16px;
	background-image:url(img/arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	}

table.contact {
	margin:0;padding:0;
	height:0; width:380px;
	padding-bottom:10px;
	}

table.contact td {
	margin:0;padding:3px;
	font-size:12px;
	}

table.contact th {
	background-color:#E0F1EE;
	border-right:1px solid #aaa;border-bottom:1px solid #aaa;
	border-left:1px solid #fff;border-top:1px solid #fff;
	font-size:11px;
	text-align:left;
	color:#0E3F3F;
	padding:2px 2px 2px 5px;
	display:block;
	width:60px;
	}
	
div.staffText {
	float:left;
	width:400px;
}

div.staffImage {
	float:right;
	width:150px;
}

div.testimonials {
	background-color:#FFF;
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
}

div.testimonials p {margin:0;padding:0}
	
/* images */

div#images {
	float:left;
	width:167px;
	color:#366565;
	font-size:9px;
	line-height:14px;
	padding-top:20px; padding-left:30px; 
}

div#officeImage {
	width:167px; height:150px;
	background-image:url(img/bg_imgpanel_1.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:8px;
}

div#officeImage img {
	padding-bottom:2px;
}

/* footer */

div#footer {
	font-family:tahoma, verdana, sans-serif;
	font-size:9px;
	color:#65C7C7;
	width:760px; height:100px;
	margin-left:auto; margin-right:auto;
	padding-top:10px;
}

div#footer a { color:#65C7C7; text-decoration:none; }
div#footer a:link { text-decoration:none; }
div#footer a:hover { text-decoration:underline; }

/* form */

.formContainer {
	width:480px;
	}

.formContainer fieldset {
	padding: 5px 5px 15px 5px;
	border: 1px solid #DAD4C8;
	}

.formContainer fieldset legend {
	color: #0E3F3F;
	font-weight: bold;
	}

.formContainer input, .formContainer textarea, .formContainer select {
	font-size:11px;
	}

.formContainer input, .formContainer textarea {
	width: 180px;
	}

.formContainer input.small {
	width: 80px;
	}
	
.formContainer input.xsmall {
	width: 50px;
	}

.formContainer div.row {
	clear: both;
	padding-top: 5px;
	}

.formContainer div.row span.label {
	float: left;
	width: 220px;
	padding-top: 2px; padding-left:10px;
	color:#333333;
	}

.formContainer div.row span.field {
	float: right;
	width: 230px;
	text-align: left;
	}

.formContainer .required {
	color: #A40F51;
	font-style: normal;
	}

.formContainer .buttonRow {
	text-align: right;
	padding: 5px;
	clear: both;
	}

.formContainer input, .formContainer textarea  {
	border: 1px solid #DAD4C8;
	}

.formContainer .buttonRow input {
	width:auto;
	background-color:#AB354E;
	border-top:1px solid #FFF8EB;border-right: 1px solid #A3A3A3;
	border-bottom:1px solid #A3A3A3;border-left: 1px solid #FFF8EB;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	}
	
.formContainer .disclaimer {font-size:9px;line-height:14px;color:#847A6C;f//ont-weight:bold}