/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color:#FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	}
	
#mainContainer {
	width: 100%;
	height:100%;
	text-align: center;
	padding:0;
	margin:0;
	background: #fff url("../images/top_background.gif") top left repeat-x;
	}
	
	
/* -- HEADER AREA --*/	
#header {
	width: 739px;
	height: 138px;
	padding:0;
	margin:0 auto;
	}
	
#logoArea {
	width: 739px;
	height: 88px;
	margin:0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #fff;
	}
*html #logoArea {
	padding:10px 0 0 0;
	}
	
#logoArea h3, #logoArea img {
	color: #ff0000;
	padding:10px 10px 0 0;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}
*html #logoArea h3, #logoArea img {
	padding:0;
	}
	
#logoArea a,#logoArea a:active,#logoArea a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#logoArea a:hover {
	color: #ff0000;
	text-decoration: none;
	}	
	
#menu {
	width: 739px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #000033;
	}
	
#menu img {
	}	
	
/* -- NAVIGATION -- */
	
#nav {
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	text-transform:uppercase;
	margin:0 auto;
	padding:8px 0 0 0;
	list-style: none; 
}

#nav ul {
	margin:0;
	padding: 0;
	list-style: none;
	}

#nav a {
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	display: block; 
	margin: 0px;
	padding: 0px;
	width: auto;
}
/* all list items */
#nav li {
	float: left; 
	margin:0 auto;
	width: auto;
	padding: 10px 20px 0 20px;
	height: 33px;
	background: url("../images/menu_divide.gif") top right no-repeat;
}
#nav .first {
	float: left; 
	width: auto;
	margin: 0 0 0 26px;
	padding: 10px 20px 0 0;
	height: 33px;
}
*html #nav .first {
	margin: 0 0 0 -7px;
	}
	
#nav .last {
	float: left; 
	width: auto;
	margin: 0;
	padding: 10px 0 0 20px;
	height: 33px;
	background: none;
}
#nav .dropDown {
	padding: 0;
	margin-left: -10px;
}

#nav ul.dropDown {
	margin: 4px 0 0 0;
}

#nav .dropDown li {
	width: 155px;
	float: left; 
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
}
#nav ul li a { 
	font-size: 11px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	height:18px; 
	background:#000033;  
	border-top:1px solid #fff;
	border-left:1px solid #fff; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff; 
	text-decoration:none; 
	text-transform: none;
	text-align:left; 
	padding:0px 0px 0px 8px;
}

#nav ul li a:hover {
	color:#fff;
	background:#ff0000; 
	border-top:1px solid #fff;
	border-left:1px solid #fff; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff; 
	text-decoration:none; 
	text-align:left; 
	padding:0px 0px 0px 8px;
}

#nav li a {
	text-decoration:none; 
	margin: 0px;
	padding: 0px;
}
#nav li a:hover {
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

/* second-level lists */

#nav li ul {
	position: absolute; 
	width: 10em;
	padding: 0 10px; 
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
	
	
/* -- Body Content Area -- */
	
#bodyWrap {
	width: 739px;
	height: auto;
	overflow: auto;
	text-align: left;
	margin: 7px auto 0 auto;
	}
	
	
/*- Images For Content Pages -*/

/*floats image right of content*/
#bodyWrap img#right { 
	float: right;
	margin: 0 0 10px 10px;
	}
/*floats image left of content*/
#bodyWrap img#left { 
	float: left;
	margin: 0 10px 10px 0;
	}
	
/* Home */

#animation object{
	width: 518px;
	height: 344px;
	float: left;
	border: 1px solid #bababa;
	}

a {
	text-decoration: none;
	cursor: pointer;
	}
	
#marketAppraisal p, #emailAlert p, #pow p {
	margin: 13px 20px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	}
	
/* -- Quicksearch -- */	
#quicksearch {
	width: 210px;
	height: 196px;
	float: right;
	border: 1px solid #bababa;
	background: url("../images/quicksearch_bg.gif") bottom right no-repeat;
	}
*html #quicksearch {
	width: 215px;
	height: 198px;
	}
	
#quicksearch select {
	width: 156px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	display: bolck;
	margin: 0 0 8px 27px;
	}
*html #quicksearch select {
	margin: 0 0 8px 30px;
	}
	
#quicksearch input {
	float: right;
	margin: 0 27px 8px 0;
	}	
	
/* -- Email Alert -- */		
#emailAlert {
	width: 210px;
	height: 140px;
	float: right;
	border: 1px solid #bababa;
	margin: 7px auto 0 auto;
	background: url("../images/email_bg.gif") bottom right no-repeat;
	}
*html #emailAlert {
	width: 215px;
	height: 141px;
	}
	
/* -- Property of the week -- */		
#pow {
	width: 518px;
	height: 132px;
	float: left;
	border: 1px solid #bababa;
	margin: 7px auto 0 auto;
	background: url("../images/pow_bg.gif") bottom right no-repeat;
	}
*html #pow {
	width: 520px;
	background: url("../images/pow_bg.gif") -1px no-repeat;
	}
	
#pow img {
	float: left;
	width: 142px;
	height: 112px;
	border: 1px solid #bababa;
	margin: 8px;
	}
	
#pow .suburb {
	color: #000033;
	font: bold 12px Arial, Helvetica, sans-serif;
	}

#pow .price {
	color: #ff0000;
	font: bold 12px Arial, Helvetica, sans-serif;
	}

#pow p {
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	}

#pow a, #pow a:active, #pow a:visited {
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
#pow a:hover {
	color: #ff0000;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
/* -- Market Appraisal -- */		
#marketAppraisal {
	width: 210px;
	height: 131px;
	float: right;
	border: 1px solid #bababa;
	margin: 7px auto 7px auto;
	background: url("../images/market_bg.gif") bottom right no-repeat;
	}
*html #marketAppraisal {
	width: 215px;
	height: 132px;
	}
	
	
/* -- Footer -- */
	
#footer {
	width: 739px;
	height: 61px;
	background: #000033;
	margin: 15px auto 0 auto;
	color: #fff;
	font: normal 10px Arial, Helvetica, sans-serif;
	clear: both;
	}
	
#footer a {	
	color: #fff;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#footer a:hover {	
	color: #ff0000;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}	
	
#footer a:visit {	
	color: #fff;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#footer #footerLeft {
	float: left;
	background: #00005b;
	height: 51px;
	width: 200px;
	text-align: left;
	padding: 5px;
	}
	
#footer #footerRight {
	float: Right;
	padding: 5px;
	height: 51px;
	}
*html #footer #footerLeft, #footer #footerRight {
	height: 61px;
	}
	
/* content */

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	background: url("../images/dot_line_hor.gif") bottom left repeat-x;
	}
	
#bodyWrap h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	background: url("../images/dot_line_hor.gif") bottom left repeat-x;
	text-align: left;
	margin-top: 35px;	
	}
	
#marketAppraisal h3, #emailAlert h3, #pow h3, #quicksearch h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	background: url("../images/dot_line_hor.gif") bottom left repeat-x;
	margin: 14px 10px 0 10px;
	}
	
#quicksearch h3 {
	margin: 14px 10px 34px 10px;
	}
	
/* contact us */	
#customForm h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	background: url("../images/dot_line_hor.gif") bottom left repeat-x;
	text-align: left;
	width:430px;
	}
	
#customForm p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	width: 430px;
	}
	
#customForm p a {	
	color: #ff0000;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
#customForm p a:hover {	
	color: #000033;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}	
	
#customForm p a:visit {	
	color: #ff0000;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
	
/* Staff Profiles */

#staffDeatils h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	background: url("../images/dot_line_hor.gif") bottom left repeat-x;
	}

#staffDeatils img {
	width:150px;
	border: 1px solid #000033;
	float: left;
	margin: 0 10px 30px 5px;
	}
	
#staffDeatils strong {
	color: #000033;
	line-height: 170%;
	}	
	
#staffDeatils a {
	color: #ff0000;
	font-weight:bold;
	text-decoration:none;
	}
#staffDeatils a.more {
	line-height: 300%;
	}