/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #383935;
}
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: #B81031;
}
a:hover {
color: #000;
}
div.line {
color: #E4E4E4;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #D4D4D4;
padding: 5px 10px;
text-decoration: none;
text-transform: uppercase;
color: #373735;
}

/* Headings */
h1 {
color: #B81031;
font-size: 1.3em;
margin-bottom: 15px;
text-transform: capitalize;
}
h2 {
color: #000;
font-size: 1em;
margin-bottom: 3px;
text-transform: uppercase;
}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #383935;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #CACACA;
}
#wrap{
width: 1002px;
margin: 0 auto;
}
#bar{
background-color: #FFF;
background-image: url(/_lib/professional/nsw/img/top_bar.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 10px;
}
#main{
background-image: url(/_lib/professional/nsw/img/bg_leftcontent.jpg);
background-position: center top;
background-repeat: repeat-y;
height: 1%;
}
#content{
padding: 35px 30px 0px 25px;
background-image: url(/_lib/professional/nsw/img/bg_menucontent.jpg);
background-position: center top;
background-repeat: no-repeat;
}
#mainContent{
width: 475px;
float: left;
}
#subContent{
width: 250px;
float: right;
}
#fullContent{
width: 754px;
float: left;
}
#subMenu {
width: 155px;
margin-top: -15px;
margin-right: 35px;
float: left;
}
#content #fullContent li{
list-style: square;
list-style-position: inside;
padding: 2px 0 2px 22px;
}
#content #mainContent li{
list-style: square;
list-style-position: inside;
padding: 2px 0 2px 22px;
}

/* Header
----------*/
#header {
background-color: #FFF;
background-image: url(/_lib/professional/nsw/img/header_top.jpg);
background-position: center top;
background-repeat: no-repeat;
}
#header img#logo {
margin: 0px;
display: block;
}
#header a {
width: 360px;
display: block;
}


/* Homepage
----------- */
#main_home {
background-color: #FFF;
background-image: url(/_lib/professional/nsw/img/bg_home.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 583px;
}

#first {
	width: 1002px;
	height: 199px;
	margin: 0;
	padding: 0;
	}
#second {
	width: 1002px;
	height: 277px;
	margin: 0;
	padding: 0;
	}
#last {
	width: 1002px;
	height: 90px;
	margin: 0;
	padding: 0;
	position: relative;
	}

/* Homepage - Quick Search----------- */
#first #quicksearch {
float: left;
width: 170px;
}
#first #quicksearch form {
padding: 48px 0 0 45px;
}
#first #quicksearch form fieldset {
width: 170px;
padding: 0;
border: none;
margin-bottom: 0;
}
#first #quicksearch form p select {
width: 170px;
color: #3F3D3D;
border: 1px solid #A5ACB2;
padding: 1px;
font-size:0.9em;
float: left;
}
#first #quicksearch form p#type select, 
#first #quicksearch form p#suburb select  {
float: left;
margin: 5px 0 0 0;
}
#first #quicksearch form p#qs_price select {
float: left;
margin: 5px 0 0 0;
}
#first #quicksearch form p#qs_price #qs_min-price {
width: 82px;
margin-right:5px;
}
#first #quicksearch form p#qs_price #qs_max-price {
width: 83px;
}
#first #quicksearch form p#qs_st {
float: left;
font-size:0.9em;
margin: 5px 0 0 0;
}
#first #quicksearch form p#qs_st label {
width: auto;
margin: 2px 5px 0 5px;
float: left;
color: #3F3D3D;
}
#first #quicksearch form p#qs_st input {
width: 15px;
float: left;
margin: 3px 0 0 0;
}
#first #quicksearch form input.qssearch {
width: auto;
float: left;
margin: 10px 0 0 0;
}


/* Homepage - Animation----------- */
#first #animation {
	width: 750px;
	height: 199px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: transparent;
	overflow: hidden;
}
#first #animation img {
	margin: 0;
	padding: 0;
}
#first ul#anim1 {
	width: 750px;
	height: 199px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Homepage - Feature Properties----------- */
#second #featurePropertyMultiple  {
	height: 320px;
	padding: 5px 0 0 13px;
}
#second #featurePropertyMultiple .pow {
	float:left;
	padding: 0 8px 0 0;
}
#second #featurePropertyMultiple .pow a {
	display: block;
	overflow:hidden;
}
#second #featurePropertyMultiple .pow .imgpic {
width: 320px;
height: 219px;
display: block;
overflow:hidden;
}
#second #featurePropertyMultiple .pow .imgpic img {
width: 320px;
}
#second #featurePropertyMultiple .pow .left {
	padding: 14px 0 0 5px;
	margin: 0;
	color: #B81031;
	font-size: 1.0em;
	text-align: left;
	width: 135px;
	float: left;
}
#second #featurePropertyMultiple .pow .left strong{
	text-transform:uppercase;
	font-weight: bold;
}
#second #featurePropertyMultiple .pow .middle {
	padding: 14px 0 0 15px;
	margin: 0;
	color: #383935;
	font-size: 1.0em;
	text-align: left;
	float: left;
}
#second #featurePropertyMultiple .pow .middle a {
	color: #383935;
	width: 125px;
	height: 20px;

}
#second #featurePropertyMultiple .pow .middle strong{
	font-weight: bold;
}
#second #featurePropertyMultiple .pow .right {
	padding: 6px 0 0 0;
	margin: 0;
	text-align: left;
	width: 31px;
	height: 45px;
	float: left;
}
#second #featurePropertyMultiple .pow .right img{
	width: 31px;
	height: 45px;
}


/* Homepage - Quick Links----------- */
#last .lending {
position: absolute;
top:52px;
left:43px;
width: 190px;
}
#last .appraisal {
position: absolute;
top:60px;
left:379px;
width: 180px;
}
#last .subscribe {
position: absolute;
top:52px;
left:715px;
width: 150px;
}
#last img {
float: right;
margin: 9px 6px 0 0;
}
#last a {
color: #383935;;
text-decoration: none;
}


/* Details Page
----------- */
#main_lrg{
background-image: url(/_lib/professional/nsw/img/bg_nocontent.jpg);
background-position: center top;
background-repeat: repeat-y;
}
#content_lrg{
padding: 35px 30px 0px 35px;
background-image: url(/_lib/professional/nsw/img/bg_content.jpg);
background-position: center top;
background-repeat: no-repeat;
}

/* Footer
--------- */

#bottom_bar{
background-color: #FFF;
background-image: url(/_lib/professional/nsw/img/bottom_bar.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 14px;
}

#footer {
	background-color: #CACACA;
	color: #999999;
	height: 22px;
	padding: 10px 15px 0 15px;
	font-size: 0.8em;
	}

#footer p {
	margin: 0;
	float: right;
	text-align: right;
	}
	
#footer p a:link,
#footer p a:visited {
	text-decoration: none;
	color: #999999;
	}
	
#footer p a:hover {
	text-decoration: none;
	color: #B81031;
	}

/* Dropdown menu
-----------------*/

.menu {
background-color: transparent;
background-image: url(/_lib/professional/nsw/img/bg_menu.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 38px;
}

.menu a {
display: block;
height: 38px;
margin: 0 0px;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -9999em;
}

.menu li#buyList a {
background-image: url(/_lib/professional/nsw/img/mm_buying.jpg);
width: 142px;
margin-left: 10px;
}
.menu li#sellList a {
background-image: url(/_lib/professional/nsw/img/mm_selling.jpg);
width: 122px;
margin-left: 2px;
}
.menu li#rentList a {
background-image: url(/_lib/professional/nsw/img/mm_renting.jpg);
width: 126px;
margin-left: 2px;
}
.menu li#homeloansList a {
background-image: url(/_lib/professional/nsw/img/mm_homeloans.jpg);
width: 157px;
margin-left: 2px;
}
.menu li#aboutList a {
background-image: url(/_lib/professional/nsw/img/mm_about.jpg);
width: 138px;
margin-left: 2px;
}
.menu li#contactList a {
background-image: url(/_lib/professional/nsw/img/mm_contact.jpg);
width: 149px;
margin-left: 2px;
}
.menu li#homeList a {
background-image: url(/_lib/professional/nsw/img/mm_home.jpg);
width: 136px;
margin-left: 2px;
}

.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}
#menu .menu li li a {
font-size: 0.9em;
text-indent: 20px;
background-image: none;
background-color: #EFEFEF;
margin-top: 0;
padding: 5px 0;
border-bottom: 1px solid #DFDFDF;
width: 175px;
color: #1F1F1F;
text-decoration: none;
height: auto;
-moz-opacity:.90;
filter:alpha(opacity=90);
}
#menu .menu li li a:hover {
background-color: #383935;
color: #FFF;
-moz-opacity:1.0;
filter:alpha(opacity=100);
}

/*Activates main button*/
body#home .menu li#homeList a {
	background-position: bottom left;
	}
body#buy .menu li#buyList a {
	background-position: bottom left;
	}
body#sell .menu li#sellList a {
	background-position: bottom left;
	}
body#rent .menu li#rentList a {
	background-position: bottom left;
	}
body#homeloans .menu li#homeloansList 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;
	}
	
/* Sub Menu ------------------*/

#content #subMenu ul {
width: 155px;
list-style: none;
list-style-position: outside;
margin: 0;
padding: 0;
}

#content #subMenu li {
padding-bottom: 10px;
}

#content #subMenu li a{
color: #383935;
text-decoration: none;
}

#content #subMenu li a:hover{
display: block;
color: #B81031;
background-color: transparent;
background-image: url(/_lib/professional/nsw/img/menu_arrows.gif);
background-position: 140px 7px;
background-repeat: no-repeat;
}

#content #subMenu ul ul{
margin: 14px 0 0 0;
text-indent: 8px;
}

#content #subMenu ul ul li a{
color: #4F4F4F;
text-decoration: none;
}



/* Standard forms
------------------*/
form textarea, input, select{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #000;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #D4D4D4;
}
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: 26px;
width: 71px !important;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
color: #18506d;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/nsw/img/btn_submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/nsw/img/btn_submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/nsw/img/btn_clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/nsw/img/btn_search.gif);
}
form fieldset input.qssearch {
background-image: url(/_lib/professional/nsw/img/btn_qssearch.gif);
}
form fieldset input.login {
background-image: url(/_lib/professional/nsw/img/btn_login.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/nsw/img/btn_reactivate.gif);
}
form em span,
form .required {
color: #B90000;
font-weight: bold;
}

/* Popups
---------*/
html.popup {
background-color: #E4E4E4;
}
html.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
background-color: #E4E4E4;
}
#GB_window {
background-color: #E4E4E4;
}
html.popup #header {
display: none;
}

/* ------------------------------ */
/* Other Pages With Custom Styles */
/* ------------------------------ */

/* Property Alert
----------------- */
body.alert #wrap #loginbox {
margin: 2px 0 0 0;
}
body.alert #wrap #content #alertmenu {
background-color: #F6F6F6;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #D5D5D5;
}
body.alert #wrap #content #alertmenu a {
color: #383934;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #B81031;
color: #fff;
text-decoration: none;
}

/* Dynamic Text */
#dyntext ul{
text-indent:-1.2em;
}

/* Vacate Notice */
fieldset #agreebreak{
margin-left:170px;
border:0px;
}
fieldset h3{
color:#000;
}

fieldset #agreebreak ul{
padding-left:5px;
text-indent:-1.1em;
}

fieldset #agreebreak li{
margin: 0 0 0px 0;
}