/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-image: url(/_lib/professional/rwrockhampton/img/bg_site.jpg);
background-color: #000;
background-position: center top;
background-repeat: repeat-x;
}
body#home {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-image: url(/_lib/professional/rwrockhampton/img/bg_home.jpg);
background-color: #000;
background-position: center top;
background-repeat: repeat-x;
}
p,
div.text  {
font-size: 1em;
margin-bottom: 10px;
}
div.text p {
font-size: 1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif; /* Used to fix font issue with textarea */
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: disc;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
list-style-position: inside;
}
a:link,
a:visited {
color: #FFF;
}
a:hover {
color: #FFFF00;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #000;
padding: 5px 10px;
text-decoration: none;
text-transform: lowercase;
color: #999;
}

/* Headings */
h1 {
color: #FFF;
font-size: 1.4em;
font-weight: normal;
margin-bottom: 12px;
text-transform: capitalize;
}
h1.home_h1  {
display:none; 
height:1px; 
text-indent:-9999em; 
text-decoration:none;
}
h2 {
color: #CCC;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 4px;
text-transform: capitalize;
}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #FFF;
font-weight: normal;
margin-bottom: 2px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}

/* Structure 
------------ */
#wrap{
width: 998px;
margin: 0 auto;
padding: 0;
}
#main{
background-image: url(/_lib/professional/rwrockhampton/img/bg_main.jpg);
background-color: transparent;
background-position: left top;
background-repeat: no-repeat;
width: 998px;
margin: 0 auto;
padding: 0;
}
#content{
padding: 65px 0px 65px 32px;
}
#mainContent{
width: 590px;
float: left;
}
#subContent{
width: 210px;
margin-left: 50px;
float: left;
}

/* Menu
-----------------*/
.menu {
width: 998px;
height: 71px;
margin: 0 auto;
padding: 0;
}
.menu a {
display: block;
height: 71px;
margin: 0 0px;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -9999em;
}
.menu li#homeList a {
background-image: url(/_lib/professional/rwrockhampton/img/mm_home.jpg);
width: 361px;
}
.menu li#buyingList a {
background-image: url(/_lib/professional/rwrockhampton/img/mm_buying.jpg);
width: 100px;
}
.menu li#sellingList a {
background-image: url(/_lib/professional/rwrockhampton/img/mm_selling.jpg);
width: 101px;
}
.menu li#rentingList a {
background-image: url(/_lib/professional/rwrockhampton/img/mm_renting.jpg);
width: 106px;
}
.menu li#financeList a {
background-image: url(/_lib/professional/rwrockhampton/img/mm_finance.jpg);
width: 106px;
}
.menu li#aboutList a {
background-image: url(/_lib/professional/rwrockhampton/img/mm_about.jpg);
width: 111px;
}
.menu li#contactList a {
background-image: url(/_lib/professional/rwrockhampton/img/mm_contact.jpg);
width: 113px;
}
.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}
#menu .menu li ul {
background-image: none;
background-color: #262626;
width: 184px;
padding: 0px;
margin-left: 0;
padding-top: 10px;
padding-bottom: 12px;
}
#menu .menu li li a {
background-image: none;
background-color: #262626;
font-size: 1em;
text-indent: 22px;
margin-top: 0;
padding: 6px 0px 6px 0px;
width: 184px;
color: #FFF;
text-decoration: none;
height: auto;
}
#menu .menu li li a:hover {
background-color: #262626;
color: #FFFF00;
}
/*Activates main button*/
body#buy .menu li#buyingList a {
	background-position: bottom left;
	}
body#sell .menu li#sellingList a {
	background-position: bottom left;
	}
body#rent .menu li#rentingList a {
	background-position: bottom left;
	}
body#finance .menu li#financeList a {
	background-position: bottom left;
	}
body#about .menu li#aboutList a {
	background-position: bottom left;
	}
body#contact .menu li#contactList a {
	background-position: bottom left;
	}

/* Homepage
--------- */
#main_home {
background-image: url(/_lib/professional/rwrockhampton/img/bg_homepage_ctr.jpg);
background-position: center top;
background-repeat: no-repeat;
position: relative;
height: 250px;
}
/* Homepage - Animation ----------- */
#animation {
	width: 998px;
	height: 350px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
	position: relative;
}
#animation img {
	margin: 0;
	padding: 0;
}
#animation .overlay {
position: absolute;
top: 0;
left: 0;
z-index: 100;
}
ul#anim1 {
	width: 998px;
	height: 350px;
	margin: 0;
	_margin: -350px 0 0 0;
	padding: 0;
	overflow: hidden;
}

/* Homepage - Quick Search ----------- */
#quick_search {
	position: absolute;
	width: 290px;
	height: 150px;
	top: 54px;
	left: 29px; 
}
	#quick_search h3 {
		color: #C7C7C7;
		font-weight: normal;
		font-size: 11px;
		margin-bottom: 5px;
		}
	#quick_search fieldset {
		padding: 0;
		border: none;
		margin: 0 auto;
		width: 288px;
		font-size: 0.9em;
		}
	#quick_search #qs_suburbs {
		width: 146px;
		float: left;
		}
	#quick_search fieldset .checkboxsearch {
		border: 1px solid #ccc; 
		background-color: #fff; 
		height: 72px;
		width: 137px;
		display: block; 
		overflow-x: hidden; 
		overflow-y: auto; 
		margin: 8px 0 8px 0; 
		padding: 3px; 
		color: #000; 
		white-space: nowrap;
		}
	#quick_search fieldset .checkboxsearch p {
		margin-bottom: 3px;
		clear: none !important;
		}
	#quick_search fieldset .checkboxsearch p input {
		width: 16px;
		border: none;
		}
	#quick_search fieldset .checkboxsearch p {
		text-transform: capitalize;
		}
	#quick_search #qs_options {
		width: 115px;
		float: left;
		margin-top: 3px;
		margin-left: 27px;
		}
	#quick_search p#qs_icons select,
	#quick_search p#qs_price select,
	#quick_search p#qs_size select {
		width: 115px;
		float: left;
		margin: 5px 0 5px 0;
		padding: 1px;
		}
	#quick_search fieldset#submit input {
		float: left;
		margin: 10px 0px 0px 0px;
		}
/* Homepage - Feature Property ----------- */
#feature_property {
	position: absolute;
	width: 270px;
	height: 145px;
	top: 54px;
	left: 388px;
	}	
	#feature_property h3 {
		color: #C7C7C7;
		font-weight: normal;
		font-size: 11px;
		margin-bottom: 10px;
		text-transform: capitalize;
		}
	#feature_property .fpimg {
		width: 175px;
		height: 115px;
		overflow: hidden;
		float: left;
		}
	#feature_property #view {
		background-image: url(/_lib/professional/rwrockhampton/img/bg_fp.jpg);
		background-color: transparent;
		background-position: left top;
		background-repeat: no-repeat;
		width: 76px;
		height: 115px;
		float: left;
		margin-left: 3px;
		}
	#feature_property #view a {
		float: left;
		width: 35px;
		height: 45px;
		margin: 6px 0px 0px 8px;
		color: #FFF;
		font-weight: normal;
		font-size: 11px;
		text-transform: lowercase;
		text-decoration: none;
		}
/* Homepage - Site Features ----------- */
#site_features {
	position: absolute;
	width: 260px;
	height: 145px;
	top: 54px;
	left: 700px;
}
	#site_features h3 {
		color: #C7C7C7;
		font-weight: normal;
		font-size: 11px;
		margin-bottom: 13px;
		}		
	#site_features .home_map {
		float: left;
		width: 118px;
		height: 114px;
		}
	#site_features .home_alert {
		width: 118px;
		height: 114px;
		margin-left: 140px;
		}

		
/* Banners
--------- */
#banners {
	clear: both;
	color: #1E1E1E;
	text-transform: uppercase;
	margin-left: 29px;
	margin-top: 10px;
	margin-right: 0px;
}
	#banners .banner {
		float: left;
		width: 204px;
		height: 52px;
		padding: 0;
		border: 1px solid #1E1E1E;
		margin: 15px 30px 15px 0px;
		}

/* Footer
--------- */
#footer {
	height: 38px;
	clear: both;
	}
#footer p {
	font-size: 0.9em;
	margin: 13px 13px 0 29px;
	float: left;
	text-align: left;
	color: #333;
	}
#footer p a:link,
#footer p a:visited {
	text-decoration: none;
	color: #333;
	}
#footer p a:hover {
	text-decoration: none;
	color: #999;
	}



/* Standard forms
------------------*/
form textarea, input, select{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #FFF;
font-weight: normal;
padding: 5px;
font-size: 1.2em;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #262626;
}
form li {
list-style-type: none;
margin: 0 0 10px 0;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
form input {
width: 250px;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 30px;
border: none;
}
form p {
clear: both;
}
form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}
form fieldset#submit input,
form fieldset.submit input,
form input.button {
height: 20px;
width: 95px !important;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
color: #000;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/rwrockhampton/img/btn_submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/rwrockhampton/img/btn_submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/rwrockhampton/img/btn_clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/rwrockhampton/img/btn_search.gif);
}
form fieldset input.qs_search {
background-image: url(/_lib/professional/rwrockhampton/img/btn_qs_search.gif);
}
form fieldset input.ref_search {
background-image: url(/_lib/professional/rwrockhampton/img/btn_ref_search.gif);
height: 25px;
width: 98px !important;
}
form fieldset input.login {
background-image: url(/_lib/professional/rwrockhampton/img/btn_login.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/rwrockhampton/img/btn_reactivate.gif);
}
form em span,
form .required {
color: #999;
font-weight: bold;
}

/* Popups
---------*/
body.popup {
background-color: #000;
}
body.popup #header {
height: 71px;
background-image: none;
background-color: #2C2C2C;
}
body.popup #main {
background-image: none;
}
body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}



/* ------------------------------ */
/* Other Pages With Custom Styles */
/* ------------------------------ */