/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {
height: 100%;
}
#wrap {
width:996px;
margin: 0 auto;
}
#footer {
background:#fff url(/img/footerFeature.gif) no-repeat scroll 0 0;
clear:both;
padding:5px 0 0;
}
#header {
background:#fff url(/img/headBg.gif) no-repeat scroll top right;
height:110px;
}
body{
background:#007A7D url(/img/pageBg.gif) repeat-x scroll center top;
}

body#home{
background:#007A7D url(/img/homeBg.gif) repeat-x scroll center top;
}

#wrap {
/*empty */
}

#footer {
/* empty */
}

#main {
/* empty */
}

#heading {
background:#0D8386 url(/img/headerBorderBg.gif) no-repeat scroll left bottom;
padding-bottom:7px;
height:114px;
}

body#home #heading .container {
height:175px;
}

body#home #heading {
height:205px;
}

#main div.container #heading div.container {
background:transparent url(/img/headerBg.gif) no-repeat scroll bottom left;
padding-bottom:30px;
}

#headerFeature {
float:right;
}

#main div.container {
background:#FFFFFF url(/img/contentBg.gif) repeat-x scroll 0 0;
}

body #headingImage {
background:transparent url(/img/dynImage_temp.jpg) no-repeat scroll left top;
width:725px;
height:84px;
float:left;
}

body #flashButton {
background:transparent url(/img/maBg.gif) no-repeat scroll right top;
height:84px;
padding-left:26px;
width:245px;
float:right;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {
float:left;
padding:24px;
width:683px;
}
#sub-section {
width:217px; 
float:right; 
padding:24px;
}

/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {
background:#FFFFFF url(/img/contentBg.gif) repeat-x scroll 0 0;
width: auto;
display: block;
float: none;
}

html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section {
padding:0;
margin:0;
font-size:0;
line-height:0;
width:0px;
}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}

/* Header
----------*/
#header img {
display: block;
float: right;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #666;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

h1 {
color:#008E90;
background:transparent url(/img/funkyUnderlineThingy.gif) no-repeat scroll left bottom;
font-family:Tahoma,Helvetica,sans-serif;
font-size:1.5em;
font-weight:normal;
margin-bottom:20px;
padding-bottom:5px;
}

h2 {
font-size: 1.1em;
margin-bottom: 10px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #666;
font-weight: bold;
}

body.alert legend {
color: #666;
font-weight: bold;
margin-top: 35px;
}


a:link,
a:visited {
color: #ff850c;
text-decoration:none;
}

a:hover {
color: #ffaa55;
}

#footer p {
color:#00979b;
display:block;
padding:10px 28px 15px;
background-color:#007a7d;
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #58b5b6;
text-decoration: none;
}

#footer a:hover {
color: #00979b;
}

/* Header
----------*/

#header img#logo {
display: inline;
float: left;
margin-top: 29px;
margin-left: 27px;
}

/* Dropdown menu
-----------------*/
#menu {
background: #007A7D url(/img/menuFeature.gif) no-repeat scroll top right;
}

#menu ul.menu {
background: transparent url(/img/menuBg.gif) no-repeat scroll 0 0;
}

.menu {

margin: 0 auto;
}

.menu a {
padding:0;
}

.menu li {
padding:0;
margin-left:24px;
}

.menu li li {
padding: 0;
margin:0;
}

.menu a {
text-indent:-9999em;
display:block;
height:43px;
font-size: 0.9em;
background-position: center left;
}

.menu #aboutList a {
background-image: url(/img/btnAbout.gif);
width:57px;
}

.menu #buyList a {
background-image: url(/img/btnBuying.gif);
width:57px;
}

.menu #contactList a {
background-image: url(/img/btnContact.gif);
width:84px;
}

.menu #homeList a {
background-image: url(/img/btnHome.gif);
width:57px;
}

.menu #newsList a {
background-image: url(/img/btnNews.gif);
width:57px;
}

.menu #propertyList a {
background-image: url(/img/btnProperty.gif);
width:138px;
}

.menu #rentList a {
background-image: url(/img/btnRenting.gif);
width:57px;
}

.menu #sellList a {
background-image: url(/img/btnselling.gif);
width:57px;
}

.menu #sellList a:hover,
.menu #rentList a:hover,
.menu #propertyList a:hover,
.menu #newsList a:hover,
.menu #homeList a:hover,
.menu #contactList a:hover,
.menu #buyList a:hover,
.menu #aboutList a:hover {
background-position:bottom left;
}

.menu li.last a, 
.menu li li a {
border: none;
}

body#contactPage .menu #contactList a:link,
body#contactPage .menu #contactList a:visited,
body#staff .menu #aboutList a:link,
body#staff .menu #aboutList a:visited,
body#aboutPage .menu #aboutList a:link,
body#aboutPage .menu #aboutList a:visited,
body#newsPage .menu #newsList a:link,
body#newsPage .menu #newsList a:visited,
body#home .menu #homeList a:link,
body#home .menu #homeList a:visited,
body#rentingPage .menu #rentList a:link,
body#rentingPage .menu #rentList a:visited,
body#propertyPage .menu #propertyList a:link,
body#propertyPage .menu #propertyList a:visited,
body#sellingPage .menu #sellList a:link,
body#sellingPage .menu #sellList a:visited,
body#buyingPage .menu #buyList a:link,
body#buyingPage .menu #buyList a:visited {
background-position:top left;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
background-color: #40aaac;
}

.menu a:hover {
color: #FFF;
background-color: #40aaac;
}

.menu li li a {
background-image:none !important;
text-indent:0px;
padding: 10px 15px;
display: block;
width: 130px !important;
height:1em;
border-bottom:1px solid #48b8bb;
}



/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form li {
list-style-type: none;
}

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;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
padding:6px 0;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 4px 10px;
cursor: pointer;
background-color: #008e90;
border: none;
color: #fff;
}

form fieldset#submit input:hover,
form fieldset.submit input:hover,
form input.button:hover {
background-color:#4db0b2;
}

form em span,
form .required {
color: #008e90;
font-weight: bold;
}


/* 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:0;
}

#content ul {
margin-bottom: 10px;
}

#sub-section img#dyn-img2 {
background:transparent url(/img/funkyUnderlineThingy.gif) no-repeat scroll left bottom;
padding-bottom:5px;
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 #sub-section {
width:235px;
}

body#home #content {
width:713px;
padding-right:0;
padding-left:0;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section form#quicksearch {
background:transparent url(/img/qsBg.gif) no-repeat scroll left top;
border:1px solid #c7e6e7;
padding:20px 32px;
}

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;
padding:0;
}

body#home #sub-section select {
width: 170px;
font-size: 0.9em;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width: 83px;
}

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;
margin:0;
}

body#home #sub-section form #submit input {
background:#DFF1F1 url(/img/qsButton.gif) no-repeat scroll 55px 8px;
border:1px solid #BFE2E3;
color:#008083;
font-size:0.9em;
text-align:left;
width:73px !important;
}

body#home #sub-section form fieldset {
margin:0;
}

body#home #sub-section div img {
margin-bottom:7px;
}

/* 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;
}

/* featured property 
------------------------- */

body#home #pow h2 {
background:transparent url(/img/fpTitle.gif) no-repeat scroll 0 0;
text-indent:-9999em;
height:20px;
margin-bottom:4px;
}

body#home #pow div {
width:325px;
float:left;
margin-left:24px;
}

body#home #pow a,
body#home #pow p {
display:block;
float:left;
width:155px;
margin-bottom:5px;
}

body#home strong {
color:#008e90;
text-transform:uppercase;
margin-bottom:5px;
}

body#home .price {
color:#999999;
font-size:1.1em;
}

body#home a.fpLink:link,
body#home a.fpLink:visited {
background:transparent url(/img/btnViewProperty.gif) no-repeat scroll 82px center;
margin-top:10px;
text-transform:uppercase;
}

/* Contact Us
--------------*/

body#contact #sub-section {
margin-top: 4em;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing .property .details .vpLink a:link,
body.listing .property .details .vpLink a:visited {
background:transparent url(/img/btnViewProperty.gif) no-repeat scroll right 3px;
color:#ff850c;
display:block;
text-transform:uppercase;
text-decoration:none;
font-size:0.9em;
width:108px;
}

body.listing .property .details .vpLink a:hover {
color:#fd9937;
}

body.listing .property {
background:#fff url(/img/listingBg.gif) no-repeat scroll 0 0;
padding:0;
clear: both;
overflow: hidden;
border-top: 1px solid #cee9ea;
border-left: 1px solid #cee9ea;
border-right: 1px solid #cee9ea;
border-bottom: 1px solid #8ecdce;
margin-bottom:30px;
}

body.listing .property .image {
display: block;
float: left;
margin:4px;
}

body.listing .property .details {
float:left;
margin:18px 21px 5px;
width:522px;
}

body.listing .property .features {
float: right;
font-weight: bold;
color: #008e90;
font-size:1.4em;
font-weight:normal;
margin-right:69px;
margin-top:27px;
}

body.listing #content .property .features p {
margin-bottom:4px;
}

body.listing .property .features img {
margin-right: 15px;
vertical-align: bottom;
}

body.listing .property .details h2 {
color:#40aaac;
font-size: 1.6em;
font-style: normal;
font-weight:normal;
margin-bottom:5px;
}

body.listing .property .details h3 {
color:#008e90;
font-size: 1em;
margin-bottom: 2px;
text-transform:uppercase;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price h3 {
color:#666666;
font-size:1.4em;
font-style:normal;
font-weight:normal;
margin-bottom:17px;
}

body.listing #filter div {
background:transparent url(/img/rsBg.gif) repeat-x scroll 0 0;
border:1px solid #cee9ea;
padding:6px 12px 5px;
margin-bottom: 5px;
overflow:hidden;
width:670px;
float:left;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
width: 98px;
display: block;
font-size: 0.9em;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right:12px;
margin-bottom:0;
}

/*width: auto;
padding: 2px 10px;
cursor: pointer;
background-color: #F2891C;
border: none;
color: #fff;
font-size: 0.9em;
font-weight: bold;*/

body.listing #filter {
background:transparent url(/img/funkyUnderlineThingy.gif) no-repeat scroll bottom left;
padding-bottom:8px;
margin-bottom:30px;
}

body.listing #filter fieldset {
text-align: left;
padding:0 5px;
margin-bottom:0;
}

body.listing #filter #submit input {
	background: transparent url(/img/btnRefineSearch.gif) no-repeat scroll 0 0;
	border: 0 none;
	width: 150px !important;
	height: 0;
	padding-top:41px;
	overflow:auto;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

body.listing .property .details .vpLink {
margin-top: 15px;
}

/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
border-bottom:1px solid #008E90;
color:#008E90;
font-size:1em;
font-style:normal;
margin-bottom:4px;
padding:0;
text-transform:uppercase;
}

body.detail #content h3 {
font-size: 1em;
margin:10px 0;
text-transform:uppercase;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul em {
display:block;
float:left;
width:7em;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: outside;
list-style-type: none;
}

body.detail #addressbar {
height: 40px;
clear: both;
}

body.detail #addressbar h1 {
float: left;
text-transform:capitalize;
}

body.detail div.features {
margin:20px 0 20px -10px;
}

body.detail div.features img {
vertical-align:middle;
margin: 0 10px;
}

body.detail div.features p {
display: inline;
color:#008e90;
font-size:1.4em;
} 

body.detail div.address {
color:#40AAAC;
font-size:1.5em;
margin-top:1.4em;
}

body.detail p.displayPrice {
color:#666666;
font-size:1.4em;
font-style:normal;
font-weight:normal;
margin-bottom:17px;
}

body.detail #addressbar div p img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
clear:both;
float:right;
margin-bottom:20px;
margin-right:50px;
width:460px;
}

body.detail #extradetails {
width:400px;
float:left;
margin-bottom: 20px;
}

body.detail #extradetails img {
width: 118px;
margin-right: 1px;
margin-bottom: 2px;
display: block;
float: left;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails {
float:left;
margin-top:23px;
}

body.detail dl.officedetails dt,
body.detail dl.agentdetails dt {
color:#008E90;
font-size:1em;
font-weight:bold;
}

body.detail dl.officedetails dd,
body.detail dl.agentdetails dd {
margin-top:5px;
}

body.detail dl.officedetails {
clear:both;
}

body.detail #propertydetails .subsectionContainer {
background:transparent url(/img/subsectionContainerBg.gif) no-repeat scroll left bottom;
margin-bottom:10px;
}

body.detail #propertydetails .agentInfo {
border:1px solid #d6eded;
padding:10px;
margin-bottom:10px;
}

body.detail #propertydetails .agentInfo img {
float:left;
margin-right:23px;
margin-bottom:20px;
}

body.detail #propertydetails .agentInfo h2,
body.detail #propertydetails .subsectionContainer h2 {
border-bottom:1px solid #ebf6f6;
margin-bottom:5px;
padding-bottom:5px;
}

body.detail #propertydetails .usefulToolsContainer,
body.detail #propertydetails .propertyFeaturesContainer {
width:137px;
padding:10px;
border-top:1px solid #D6EDED;
float:left;
}

body.detail #propertydetails .propertyFeaturesContainer {
float:right;
width:257px;
}

body.detail #propertydetails .propertyFeaturesContainer li {
background:transparent url(/img/bullet.gif) no-repeat scroll left 7px;
padding:0 0 12px 12px;
}

body.detail #propertydetails .usefulToolsContainer li {
padding:5px 0;
}

body.detail #propertydetails .usefulToolsContainer ul {
margin:0;
}

/* 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;
}

body.detail #extradetails .saleType {
text-transform:capitalize;
font-weight:bold;
color:#999;
}

/* IMAGE SLIDER CSS */

body.detail #extradetails img#mainimage {
width: 400px;
display: block;
margin:0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
margin:0 0 20px;
position: relative;
width:400px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 105px; background: #fff; overflow: scroll}
.csw .loading {margin: 100px 0 200px 0; text-align: center}
.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; 
margin: auto;
width: 360px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 105px;
clear: both;
background: #fff;
}
.stripViewer img {
border-right: 1px solid #fff;
width: 140px;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position: relative;
left: 0; 
top: 0;
width: 100%;
list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
float:left;
height: 100%;
position: relative;
width: 360px; /* Also specified in  .stripViewer  above */
margin-top:15px;
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 0px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
margin: auto;
}
#content .stripNav ul { /* The auto-generated set of links */
list-style: none !important;
display: block;
margin: 0;
padding: 0;
}
.stripNav ul li {
float:left;
margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
font-weight: bold;
text-align: center;
line-height: 32px;
background: #c6e3ff;
color: #000;
text-decoration: none;
display: block;
float:left;
padding: 0 5px;
display:none;
}
.stripNav li a:hover {
background: #333;
}
.stripNav li a.current {
background: #000;
color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
bottom:40px;
text-indent: -9000em;
}
.stripNavL {
left: 0;
background: url(/img/arrow-left.gif) no-repeat center;
}
.stripNavR {
right: 0;
background: url(/img/arrow-right.gif) no-repeat center;
}
.stripNavL a, .stripNavR a {
display:block;
height:16px;
width:16px;
}

/* END IMAGE SLIDER */

/* 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 #content {
background-image: none !important;
float: none !important;
padding:24px 0;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 330px;
margin-top:15px;
margin-right:0;
}
body.brochure #content #addressbar div {
color:#008E90;
float:right;
font-size:1.5em;
text-align:right;
width:150px;
}
body.brochure #content #addressbar div img {
float:none;
vertical-align:middle;
display:inline;
}
body.brochure #content img#mainimage {
width:582px;
}
body.brochure #content .thumbnail {
width:144px;
}
body.brochure #content img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
margin-top:15px;
}

	
/* Staff 
---------*/

body#staff .staffmember {
border-top:1px solid #c9e7e8;
margin:10px 15px 0;
display:block;
width:200px;
float:left;
}

body#staff dl {
background:#fff url(/img/staffDetailBg.gif) no-repeat scroll right bottom;
border:1px solid #c9e7e8;
margin:0;
padding:18px;
display:block;
width:162px;
float:left;
}

body#staff dl dd {
padding-top:3px;
}

body#staff dl dd a:link,
body#staff dl dd a:visited {
background:transparent url(/img/btnViewProperty.gif) no-repeat scroll right center;
display:block;
width:150px;
margin-top:5px;
}

body#staff dl dt {
color:#008e90;
font-weight: bold;
}

body#staff .staffmember .photo {
background:#fff url(/img/staffImageBg.gif) no-repeat scroll right bottom;
border-top:3px solid #fff;
border-left:1px solid #c9e7e8;
border-right:1px solid #c9e7e8;
border-bottom:1px solid #c9e7e8;
padding:0 3px 3px;
margin-bottom:1px;
}

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;
}

body#staff.profile p {
margin-bottom: 5px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
/* empty */
}

body.slideshow #header img {
float: none;
margin-left:20px;
padding-top:40px;
}
body.slideshow .container {
background:#FFFFFF url(/img/contentBg.gif) repeat-x scroll 0 0;
}
body.slideshow .container input {
margin-top:10px;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

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: 1px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup, 
html.popup body #content {
background:#FFFFFF url(/img/contentBg.gif) repeat-x scroll 0 0;
width:572px;
float:none;
}

html.popup body #content p {
padding:5px 0;
}

html.popup body #content #submit input {
margin-top:20px;
}

html.popup #header {
width:620px;
}

html.popup #header img {
float: none;
padding-top:40px;
margin-left:20px;
}



/* 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;
}
body.news #content .newsitem h2 {
border-bottom:1px solid #40AAAC;
color:#40AAAC;
margin-bottom:5px;
margin-top:20px;
padding:2px 0;
text-transform:uppercase;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

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;
}

body.links #content dl dd {
margin-bottom: 5px;
}

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:#40AAAC;
border-bottom: 1px solid #40AAAC;
padding: 2px 0;
margin-bottom: 5px;
margin-top:20px;
text-transform:uppercase;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {

}

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;
}

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;
}

body.doclibrary #content dl dd img {
vertical-align:middle;
}

/* 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: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
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 form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form textarea {
width: 250px;
}

body.alert #content form select {
width: 254px;
}

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: 230px;
font-size: 0.9em;
color: #999;
}

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: #008E90;
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;
}

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: #008E90;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}

body.alert fieldset {
margin-top:15px;
}

/* ---- VACATE NOTICE CUSTOM ---- */

div#vacate-notice {
margin-top:15px;
}

p#attachedCheck input.breakLeaseInput {
width:20px;
margin-left:190px;
float:left;
}

p#attachedCheck label.breakLeaseLabel {
font-size:0.9em;
margin-left:5px;
width:300px;
}
