/* --------------------------------------- TEMPLATE_BASIC1.CSS --------------------------------------- */

/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 881px;margin: 0 auto;}

#footer {
	clear: both;
	padding: 30px 0 0 0; 
	text-align: center;
}

#header {padding: 0 1px;overflow:hidden;}

body.background {
background-color: #000000;
background-image: url(/img/background.gif);
background-repeat: repeat-x;
margin-top: 17px;
}

#wrap,
#footer {

}

#main {
/*background-image: url(/img/basic/column_right.gif);
background-repeat: repeat-y;
background-position: left top;*/
}

#menu {
margin: 0;
padding: 0;
font-size: 10pt;
}

/* CUSTOM HEADING */
#customHeading {
 background-color: #222;
 padding: 10px;
 margin: 0 0 8px;
}

/* CUSTOM CONTENT */
#customContent {
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
}

#contentTop {
	height: 3px;
	background-image: url(/img/contentBorderTop.gif);
}

#contentBottom {
	height: 3px;
	background-image: url(/img/contentBorderBottom.gif);
}

#sub-section iframe {
	width: 229px;
	height: 660px;
}

#quickSearch_fastFind {
	background-color: #f2f2f2;
	background-image: url(/img/quickFindBackground.gif);
	background-repeat: no-repeat;
	height: 249px;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 642px; float: left; padding: 0;}
#sub-section {width: 229px; float: right; padding: 0}
#alignLeft #sub-section {width: 229px; float: left; padding: 0}

/* Header
----------*/
#header img {
display: block;
float: right;
}

/* ------------------------------------ END OF TEMPLATE_BASIC1.CSS ------------------------------------ */

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #333;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
 font-size: 0.9em;
 color: #ffcc00;
 text-transform: uppercase;
 font-weight: normal;
}

h2 {
font-size: 1em;
color: #e50005;
margin-bottom: 10px;
text-transform: uppercase;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
	color: #898989;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
}

#footer p {
font-size: 0.9em;
padding: 10px;
border-top: 1px dotted #333;
color: #666;
}

#footer,
#footer a:link,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #ffcc00;
}

#propertyAlertBanner a:link {
	color: #ffcc00;
}

/* Header
----------*/

#header img#logo {
display: inline;
float: left;
margin-top: 40px;
margin-left: 20px;
}

/* Dropdown menu
-----------------*/

.menu {
float: right;
margin: 0 auto;
}

.menu a {
padding: 2px 15px 8px;
}

.menu li {
padding: 8px 0;
vertical-align: text-bottom;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 130px;
}

.menu a {
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
font-size: 0.8em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #c0bebe;
}

/* filter property in styleIe.css */
.menu li li a {
	border: none;
	text-transform: none;
	background-color: #333;
	-moz-opacity:.90;
	opacity:.90;
}

/* ACTIVE STATE */
/* filter property in styleIe.css */
.menu li:hover>a {
	background-color: #333;
	color: #999;
	-moz-opacity:.90;
	opacity:.90;
}

#externalList .menu ul {
	margin: 0 0 0 -100px;
	padding: 0 30px 30px;
}

#menu ul li ul a:link,
#menu ul li ul a:visited {
	color: #ffffff;
}

/* filter property in styleIe.css */
#menu ul li ul a:hover {
	background-color: #ab0000;
	-moz-opacity:.90;
	opacity:.90;
}

#menu li.last ul {
	background-image: url(empty.gif);
	margin: 0 0 0 -107px;
	padding: 0 0 30px 30px;
}

/* Standard forms
------------------*/

.successAlert {
	font-weight: bold;
	font-size: 1.2em;
	color: #393;
	text-align: center;
	text-transform: uppercase;
}

.errorAlert {
	font-weight: bold;
	font-size: 1.2em;
	color: #c00;
	text-align: center;
	text-transform: uppercase;
}

.genericAlert {
	border: 1px solid #e0e0e0;
	background-color: #efefef;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

body.form #header,
body.form #content {
	width: 600px;
	margin: 0 auto;
	float: none;
}

body.form #header {
	margin-bottom: 10px;
}

body.form .contentTop,
body.form .contentBottom {
	background-repeat: no-repeat;
	height: 3px;
	font-size: 0;
	padding: 0;
	margin: 0;
}

body.form .contentTop {
	background-image: url(/img/contactBorderTop.gif);
}

body.form .contentBottom {
	background-color: #fff;
	background-image: url(/img/contactBorderBottom.gif);
}

body.form .contentBody {
	background-color: #fff;
	color: #666;
	padding: 10px;
	margin: 0;
}

body.form .note {
	color: #999;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

body.form .note span{
	color: #e50005;
	font-weight: bold;
	margin: 0 auto;
}

body.form form label {
	color: #e50005;
	display: block;
	float: left;
	width: 90px;
	margin-right: 10px;
}

/* THIS IS FOR EMAIL A FRIEND */
#emailagent body.form form label {
	width: 130px;
}

body.form form fieldset {
	width: 370px;
	margin: 5px auto;
	padding: 15px;
	border: 1px solid #ccc;
}

/* THIS IS FOR EMAIL A FRIEND */
#emailagent body.form form fieldset {
	width: 410px;
}

body.form form #submit {
	float: right;
	width: 75px;
}

body.form form {
	margin: 0;
	padding: 0;
}

body.form input {
	width: 250px;
}

body.form textarea {
	width: 250px;
}

form fieldset {
margin-bottom: 5px;
padding: 10px;
border: 1px solid #ddd;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 210px;
margin-right: 10px;
}

form input {
width: 310px;
}

form textarea {
width: 310px;
}

form select {
width: 310px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
	clear: both;
	text-align: left;
	font-size: 0.9em;
	color: #666;
}

form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form #submit div {
	color: #b7b7b7;
	text-transform: uppercase;
	font-size: 0.9em;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
cursor: pointer;
background-color: #ddd;
padding: 2px 5px;
border: 1px solid #666;
}

form fieldset#submit input:hover,
form fieldset.submit input:hover,
form input.button:hover {
width: auto !important;
cursor: pointer;
background-color: #ededed;
padding: 2px 5px;
border: 1px solid #999;
}

form em span,
form .required {
color: #e50005;
font-weight: bold;
}

#quickSearch_fastFind  .quickSearchTitle {
	color: #fff;
	background-image: url(/img/quickFindHeaderBackground.gif);
	font-weight: normal;
	font-size: 0.9em;
	margin: 7px 1px 0;
	padding: 2px 0 2px 10px;
	width: 216px;
	text-transform: uppercase;
	float: right;
}

/* padding property meeds to be edited in styleIE.css */
#quickSearch_fastFind  form {
	clear: both;
	padding: 5px 8px;
}

#quickSearch_fastFind .leftAlign {
	margin-right: 25px;
} 

#quickSearch_fastFind .quickLabel{
	color: #666;
	float: left;
	font-size: 0.9em;
	margin-top: 2px;
	text-transform: lowercase;
	width: 77px;
}

#quickSearch_fastFind #qs_submit input,
#quickSearch_fastFind #fastFindSubmit{
	float: right;
	background-image: url(/img/formSubmit.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px
}

#quickSearch_fastFind #qs_submit input:hover,
#quickSearch_fastFind #fastFindSubmit:hover{
	background-image: url(/img/formSubmitActive.gif);
}

#quickSearch_fastFind #qs_submit div,
#quickSearch_fastFind #fastfind div{
	color: #B7B7B7;
	font-size: 0.9em;
	text-transform: uppercase;
	float: right;
	margin-right: 5px;
}

#quickSearch_fastFind .formSpacer{
	border-top: 1px dotted #484848;
	margin: 0 8px;
	font-size: 0;
	padding: 0;
	height: 1px;
}

/* margin-top needs to be edited in styleIE.css */
#quickSearch_fastFind #fastfind .qsinputbox {
	width: 211px;
	margin-top: 8px;
	margin-bottom: 6px;
	color: #4b5e50;
	font-size: 0.8em;
	border: 1px solid #4b5e50;
	padding: 2px;
}

#quickSearch_fastFind #fastfind legend{
	font-size: 0.9em;
	color: #b7b7b7;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* width needs to be edited in styleIE.css */
#quickSearch_fastFind select {
	float: right;
	width: 136px;
	font-size: 0.9em;
}

/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

/*body#home #sub-section form {
font-size: 0.9em;
font-weight: bold;
}*/

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section form#quicksearch {
clear: both;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
}

/*body#home #sub-section legend {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}*/

body#home #sub-section label {
font-size: 0.9em;
font-weight: bold;
float: none;
display: inline;
margin-right: 0;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
font-size: 0.9em;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width: 62px;
}

body#home #sub-section form #qs_st {
	text-align: right;
}

body#home #sub-section form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}

body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #sub-section form #submit {
text-align: right;
}

/* PROPERTY OF THE WEEK */

#pow .powImage img {
	width: 640px;
	height: 480px;
}

#pow {
	margin-bottom: 5px;
}

#pow a:link,
#pow a:visited {
	color: #fff;
}

#pow a:hover {
	color: #FFCC00;
}

#pow .powImage {
	width: 640px;
	height: 480px;
	background-image: url(/img/powBackground.gif);
	background-repeat: no-repeat;
	padding: 1px;
}

#pow .powImage img{
	width: 640px;
	height: 480px;
}

#pow .powPanel {
	padding: 6px 6px;
	margin-left: 1px;
	margin-top: 325px;
	position: absolute;
	width: 230px;
	background-color: #000;
	z-index: 2;
	-moz-opacity:.75;
	opacity:.75;
}

/* margin-right set in styleIE6.css */
#pow .moreIcon {
	float: right;
	margin-right: -5px;
	margin-top: -5px;
}

#pow .powHeader img{
	margin-right: 3px;
}

#pow .powHeader p {
	margin-bottom: 10px;
	color: #ff0000;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

#pow .powDetails {
	color: #fff;
}

#pow .powDetails img {
	margin: 0 7px;
}

#pow .powDetails .firstImage {
	margin-left: 0;
}

#pow .powDetails dt {
	font-size: 0.8em;
	margin-bottom: 5px;
}

#pow .powDetails dd {
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#pow .powDetails p {
	font-size: 0.8em;
	margin: 0;
	text-align: justify;
}

/* FEATURED PROPERTIES */

/*#fProperties .propertyImage {
	width: 150px;
	height: 113px;
}*/

#fProperties {
	background-image: url(/img/featuredBackground.gif);
	background-repeat: no-repeat;
	height: 162px;
	margin: 0;
}

#fProperties .featuredProperty {
	float: left;
	width: 214px;
	color: #fff;
}

#fProperties .featuredProperty p {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 10px 0 2px 15px;
}

#fProperties .fImage {
	background-image: url(/img/featuredImageBg.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 119px;
	padding: 3px;
	margin: 0 12px;
}

#fProperties .fImage a img {
	width: 150px;
	height: 113px;
}

/* margin set in styleIE.css */
#fProperties .fOptions {
	float: left;
	background-image: url(/img/featuredOptionsBg.gif);
	background-repeat: no-repeat;
	width: 33px;
	height: 63px;
	padding: 0;
	margin: -120px 0 0 168px;
}

#fProperties .fOptions img {
	margin-top: 6px;
	margin-left: 4px;
}

/* margin set in styleIE.css */
#fProperties .fMoreLink {
	float: left;
	width: 18px;
	height: 22px;
	padding: 0;
	margin: -35px 0 0 168px;
}

/* Home Quicksearch2 
----------------------*/
body#home #sub-section form#quicksearch2 p {
margin-bottom: 10px;
}

body#home #sub-section form#quicksearch2 #qs_bed_car {
margin-bottom: 0;
}

body#home #sub-section form#quicksearch2 .checkboxsearch {
height: 74px;
width: 132px;
border: 1px solid #A5ACB2;
display: block;
overflow: auto;
margin: 10px 0 10px 0;
clear: both;
padding: 3px;
background-color: #fff;
}

body#home #sub-section form#quicksearch2 .checkboxsearch p {
margin-bottom: 3px;
clear: none !important;
font-size: 0.9em;
color: #000 !important;
}

body#home #sub-section form#quicksearch2 .checkboxsearch p input {
width: 15px;
border: none;
}

body#home #sub-section form#quicksearch2 #qs_price select,
body#home #sub-section form#quicksearch2 #qs_bed_car select{
width: 68px;
}

body#home #sub-section form#quicksearch2 #qs_price #qs_min-price {
margin-right: 1px;
}

/* Contact Us
--------------*/

body.contactUs #leftColumn {
	float: left;
	width: 375px;
}

body.contactUs #rightColumn {
	margin-left: 385px;
}

body.contactUs form label {
	width: 85px;
}

body.contactUs fieldset {
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #ddd;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing .property {
	background-image: url(/img/listingBackground.gif);
	background-repeat: no-repeat;
	padding: 9px 10px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 10px;
}

body.listing .property .image {
	display: block;
	float: left;
	margin-right: 21px;
}

body.listing .listingImage {
	width: 193px;
	height: 145px;
}

body.listing .property .details {
width: 310px;
height: 140px;
float: left;
margin-top:	5px;
margin-right: 20px;
text-align: justify;
font-size: 0.9em;
overflow: hidden;
}

body.listing .property .features {
float: left;
font-size: 0.9em;
height: 72px;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: top;
}

body.listing .property .details h2 {
font-size: 1em;
margin-bottom: 0;
color: #ffcc00;
font-style: normal;
text-transform: uppercase;
}

body.listing .property .details h3 {
font-size: 1em;
font-weight: bold;
margin-bottom: 5px;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: left;
}

body.listing #filter {
	float: right;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter select {
	margin-right: -3px;
	margin-top: -3px;
}

body.listing #filter fieldset {
text-align: center;
}

body.listing #filter fieldset#submit input {
margin-top: 15px;
}

body.listing form {
	width: 90px;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
text-align: right;
}

body.listing .bookmark {
	color: #ff0000;
	font-size: 0.8em;
	text-transform: uppercase;
	float:right;
	cursor: pointer;
	width: 75px;
	margin-top: 60px;
}

body.listing .bookmark a:link,
body.listing .bookmark a:visited {
	color: #e50005;
	text-decoration: none;
}

body.listing .bookmark a:hover {
	color: #898989;
	text-decoration: none;
}

body.listing .bookmark img {
	vertical-align: middle;
}

/* Property detail
-------------------*/

#customButtons {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: -13px;
	float: right;
}

#customButtons img {

}

#customButtons a:link,
#customButtons a:visited {
	color: #898989;
	text-decoration: none;
	margin: 5px;
	text-transform: uppercase;
}

#customButtons a:hover {
	color: #FFCC00;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content #customButtons ul li {
list-style-type: none;
list-style-position: outside;
float: left;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#inspectionslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: disc;
margin-bottom: 8px;
margin-left: 5px;
}

body.detail #addressbar {
height: 40px;
clear: both;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar div {
float: right;
font-weight: bold;
margin-top: 4px;
}

body.detail #addressbar div h2 {
border: none;
color: #22243D;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail .images {
	background-image: url(/img/detailBackground.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 640px;
	height: 480px;
	padding: 1px;
	margin: 0;
}

body.detail .images #mainimage{
	width: 640px;
	height: 480px;
}

body.detail #propertydetails a:link,
body.detail #propertydetails a:visited {
	color: #e50005;
	text-decoration: underline;
}

body.detail #propertydetails a:hover {
	text-decoration: none;
}

body.detail #propertydetails {
	background-color: #fff;
	font-size: 0.9em;
}

body.detail #propertydetails h1 {
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}

body.detail #propertydetails h2 {
	color: #e50005;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}

body.detail #propertydetails h3{
	color: #e50005;
	font-weight: bold;
}

body.detail #propertydetails #leftColumn {
	float: left;
	width: 256px;
}

body.detail #propertydetails #leftColumn .border{
	border: 1px dotted #d7d7d7;
}

body.detail #propertydetails #leftColumn div{
	margin: 7px;
	padding: 1px;
}

body.detail #propertydetails #leftColumn p{
	margin: 0 8px;
}

body.detail #propertydetails #leftColumn dl{
	background-color: #d7d7d7;
	padding: 10px;
}

body.detail #propertydetails #leftColumn dd{
	padding-top: 2px;
}

body.detail  #propertydetails #leftColumn img{
	width: 127px;
	height: 95px;
	padding: 0;
	margin-left: 1px;
	margin-bottom: 1px;
}

body.detail #propertydetails #rightColumn {
	width: 357px;
	padding: 15px 0 15px 15px;
	float: left;
	color: #666;
}

body.detail #propertydetails #rightColumn #overviewlist ul {
	list-style-type: none;
	color: #e00005;
	margin-bottom: 7px;
}

body.detail #propertydetails #rightColumn strong {
	text-transform: uppercase;
}

body.detail #propertydetails #rightColumn .iconContainer {
	float: right;
	margin-top: -8px;
	margin-right: -8px;
	color: #000;
	font-size: 0.8em;
}

body.detail #propertydetails #rightColumn .iconContainer img {
	margin-left: 5px;
	margin-right: 2px;
	vertical-align: baseline;
}

body.detail #propertydetails {
	background-color: #fff;
	overflow: hidden;
}

body.detail #extradetails {
width: 244px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail #extradetails img#mainimage {
width: auto;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

/* attached properties, displayed on property overview */

body.detail table.attachedProperties {
margin-bottom: 10px;
}

body.detail table.attachedProperties td {
padding: 10px 0;
text-align: center;
}

body.detail table.attachedProperties p {
margin-bottom: 0 !important;
}

body.detail table.attachedProperties tr.stripe {
}

body.detail table.attachedProperties td.address {
width: 10%
}

body.detail table.attachedProperties td.price {
width: 30%
}

body.detail table.attachedProperties td.bedbathcar {
font-weight: bold;
width: 40%
}

body.detail table.attachedProperties td.bedbathcar img {
vertical-align: bottom;
margin: 0 4px;
}

body.detail table.attachedProperties td.status {
width: 20%;
}

body.detail #infoform fieldset label {
width: 140px;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}	
	
body.brochure .images {
	background-image: none !important;
	padding: 0;
	width: 584px;
	height: 438px;
}			
body.brochure #content .images #mainimage {
	width: 584px;
	height: 438px;
}
body.brochure #content {
	background-image: none !important;
	float: none !important;
	width: 584px;
}
body.brochure #header {
	background-image: none;
	padding: 0;
	margin-bottom: 10px;
}
body.brochure #propertydetails {
	width: 584px;
}

body.brochure #propertydetails #overviewlist ul {
	list-style-type: none;
	color: #e00005;
	margin-bottom: 7px;
	text-transform: uppercase;
}

body.brochure #extradetails {
	width: 247px;
}

body.brochure #customHeading div {
	color: #fff;
	float: right;
}

body.brochure h3 {
	text-transform: uppercase;
}

body.brochure h1 {
	color: #fff;
}

body.brochure  #propertydetails #leftColumn {
	margin-top: 2px;
	width: 131px;
}

body.brochure  #propertydetails #leftColumn img{
	width: 127px;
	height: 95px;
	padding: 0;
	margin-bottom: 1px;
	border: 1px solid #666;
}

body.brochure #propertydetails #rightColumn {
	width: 438px;
}

body.brochure #propertydetails #leftColumn div{
	margin: 1px;
	padding: 1px;
}

body.brochure .footer {
	padding: 5px;
	background-color: #333;
}
	
/* Staff 
---------*/
body#staff h2 {
	color: #e50005;
	text-transform: uppercase;
}

body#staff .staffmember .moreInfoLink a:link,
body#staff .staffmember .moreInfoLink a:visited {
	color: #e50005;
}

body#staff .staffmember .moreInfoLink a:hover {
	color: #999;
}

body#staff .staffmember .contact a:link,
body#staff .staffmember .contact a:visited {
	color: #666;
}

body#staff .staffmember .contact a:hover {
	color: #333;
}

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
color: #e50005;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

body#staff.profile #content img {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #666;
}

body#staff.profile #content ul {
list-style-type: none;
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
}

body.slideshow #header {
margin-bottom: 10px;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 10px auto;
border: 1px solid #000;
}

body.slideshow table #slideImage img {
margin-bottom: 0;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 10px;
background-color: #333;
border: 1px solid #666;
color: #fff;
padding: 2px 10px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background-image: none;
background-color: #22243D;
border-bottom: 10px solid #EF8B13;
}

html.popup #header img {
float: none;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}

/* Links
----------*/

body.links #content h2 {
margin-bottom: 5px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 5px;
margin-bottom: 10px;
overflow: hidden;
}

body.links #content dl dt {
font-weight: bold;
font-size: 0.9em;
}

body.links #content dl dd {
margin-bottom: 5px;
font-size: 0.9em;
}

body.links #content dl dd img {
float: right;
border: 1px solid #BFBFBF;
padding: 5px;
margin-left: 15px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-type: none;
list-style-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
color: #e50005;
padding: 2px 0 2px 5px;
margin-bottom: 0;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
color: #333;
overflow: hidden;
padding: 3px 5px 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #f3f3f3;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
color: #666;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}

/* Appraisal forms
------------------------*/

body div#market-appraisal #ftitle{
width: 50px;
}

body div#market-appraisal #faddress,
body div#market-appraisal #fpropertyaddress,
body div#market-appraisal #freason,
body div#market-appraisal #fdescription {
width: 310px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/

body#saveitem input {
	margin-bottom: 15px;
}

body#saveitem .submit input {
	margin-bottom: 0;
	float:	right;
}

body#saveitem .submit p {
	margin-bottom: 0;
	float:	left;
}

body#saveitem .submit {
	clear: both;
	margin-top: 10px;
}

body.alert .leftColumn {
	width: 328px;
	float: left;
	text-align: justify;
}

/* MARGIN-RIGHT set in styleIE.css */
body.alert .rightColumn {
	width: 254px;
	float: right;
	margin-right: 0;
}

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #f6f6f6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 0 0 15px 0;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 15px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content  a:link,
body.alert #content  a:visited {
text-decoration: none;
}

body.alert #content  a:hover {
text-decoration: underline;
color: #E50005;
}

body.alert #content form label {
display: block;
float: left;
width: 200px;
margin-right: 0;
margin-bottom: 20px;
}

body.alert #content form textarea {
width: 250px;
}

body.alert #content form select,
body.alert #content form input {
width: 310px;
margin-bottom: 15px;
margin-right: 50px;
float: right;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 310px;
font-size: 0.9em;
color: #999;
text-align: right;
margin-right: 50px;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #B90000;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;

}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
background-image: url(/img/alert_register_bg_blank.gif);
background-repeat: no-repeat;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 140px;
margin-right: 0;
}

body.alert #content #loginbox label {
width: 70px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
background-image: none;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
background-image: url(/img/alert_register_bg.gif)
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #e50005;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}

/* ---------- SUB-SECTION ---------- */

/* BANNERS */
#propertyAlertBanner {
	clear: both;
	height: 27px;
	background-color: #f2f2f2;
	background-image: url(/img/propertyAlertBackground.gif);
	background-repeat: no-repeat;
	color: #a3a0a0;
	margin-top: 5px;
	padding: 10px 5px;
	font-size: 0.9em;
	font-weight: normal;
}

#propertyAlertBanner div {
	float: right;
	width: 177px;
	text-align: justify;
	margin-top: -2px;
}

#propertyAlertBanner img {
	float: left;
}

.buttonBanner {
	clear: both;
	border: 1px dotted #4d4d4d;
	background-color: #000;
	padding: 1px;
	margin-top: 5px;
}

.buttonBanner div{
	height: 21px;
	background-color: #121212;
	color: #898989;
	text-transform: uppercase;
	font-size: 0.9em;
}
.buttonBanner img{
	padding: 4px 21px;
	vertical-align: middle;
}

.homeLoanBanner {
	padding-top: 5px;
	height: 69px;
}

/* ---------- RENT STOCKLIST  ---------- */

body.stocklist .image {
	float: left;
}

body.stocklist .image img {
	width: 120px;
	height: 90px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

body.stocklist #spacer {
	clear: both;
	height: 1px;
	border-top: 1px dotted #000;
	font-size: 0;
	margin: 15px 0;
	padding: 0;
}

body.stocklist .details {
	float: right;
	width: 450px;
}

body.stocklist .details p {
	text-align: justify;
}

body.stocklist .features {
	width: 300px;
	float: right;
	text-align: right;
}

body.stocklist .features img {
	margin-left: 10px;
	margin-right: 2px;
}

/* ---------- NO RESULT ALERT ---------- */
#noResults {
	border: 1px solid #444;
	color: #fff;
	margin: 25px;
	padding: 25px;
	background-color: #2d2d2d;
	text-align: center;
}

#noResults p {
	margin: 0;
}