/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html{height: 100%;}
#wrap {width: 986px;margin: 0 auto;}
body{
background-image: url(/img/body_background.png);
background-repeat: repeat-x;
background-position: left top;
background-color: #41444e;
}
.supperWrap{
	position:relative;
	width:986px;
	margin:0 auto;
	_padding-top:25px;
}
#wrap{
margin-top:25px;
background-image: url(/img/main_background.png);
background-repeat: repeat-y;
background-position: left top;
overflow:auto;

}
#logo{
	position:absolute;
	top:1px;
	left:0px;
	#top:32px;
	z-index:99999;

}
#header{
background-image: url(/img/header_background.png);
background-repeat: no-repeat;
background-position: left top;
height:13px;
}
#footer {
clear: both;
width:986px;
margin:0 auto;
padding:0px;
padding-top:18px;
padding-bottom:15px;
background-image: url(/img/footer_background.png);
background-repeat: no-repeat;
background-position: left top;
}
.container{
 padding-left:1px;
 padding-right:5px;
}
#main {
	margin-top:78px;
}

#menu {
	background-image:url(/img/menu_background.gif);
	background-repeat:repeat-x;
	
}
.clear_both{
	clear:both;
	height:0px;
	font-size:0px;
}
#leftColumn{
	float:left;
	width:197px;
	background-image: url(/img/left_background.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:486px;
  	height:auto !important;
  	height:486px;
	padding-top:4px;
	padding-left:5px;
}
#mainContent{
	float:left;
	width:777px;
}
/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 577px; float: left; padding: 10px 0px;}
#sub-section {width: 191px; float: left; padding: 10px 0px;padding-left:9px;}


#topSubBox{
	background-image: url(/img/top_sub_section.png);
	background-repeat: no-repeat;
	width:187px;
	height:10px;
	font-size:0px;
}
#middleSubBox{
	background-image:url(/img/mid_sub_section.png);
	background-repeat:repeat-y;
	width:187px;
	min-height:435px;
  	height:auto !important;
  	height:435px;
}
#botSubBox{
	background-image: url(/img/bot_sub_section.png);
	background-repeat: no-repeat;
	width:187px;
	height:8px;
        font-size:0px !important;
}
#topContentBox{
	background-image: url(/img/top_content.png);
	background-repeat: no-repeat;
	width:577px;
	height:8px;
	font-size:0px;
}
#middleContentBox{
	background-image:url(/img/mid_content.png);
	background-repeat:repeat-y;
	width:517px;
	min-height:435px;
  	height:auto !important;
  	height:435px;
	padding-left:25px;
	padding-right:35px;
	overflow:auto;
	_overflow:inherit;
}
#botContentBox{
	background-image: url(/img/bot_content.png);
	background-repeat: no-repeat;
	width:577px;
	height:8px;
	font-size:0px;
}
#content h1{
	background-image: url(/img/title_background.png);
	background-repeat: no-repeat;
	background-position:0px 8px;
	height:52px;
	padding-left:12px;
	margin-bottom:0px;
}
body.dynamic #content p{
	padding-left:2px;
	line-height:150%;
}
 body.dynamic #content img{
	float:right;
}
body.dynamic dl.officeDetails{
font-size:0.9em;
padding:0px 15px;
color:#fff;
}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section {width: 0px;padding:0px;margin:0px;display:none;}

html.nocol #content #topContentBox,
body.listing #content #topContentBox,
body.detail #content #topContentBox,
body#staff #content  #topContentBox{
	background-image: url(/img/top_content_listing.png);
	background-repeat: no-repeat;
	width:771px;
	height:8px;
	font-size:0px;
}
html.nocol #content #middleContentBox,
body.listing #content #middleContentBox,
body.detail #content #middleContentBox,
body#staff #content #middleContentBox{
	background-image:url(/img/mid_content_listing.png);
	background-repeat:repeat-y;
	width:751px;
	min-height:432px;
  	height:auto !important;
  	height:432px;
	padding-left:10px;
	padding-right:10px;
	overflow:auto;
	_overflow:inherit;
}
html.nocol #content #botContentBox,
body.listing #content #botContentBox,
body.detail #content #botContentBox,
body#staff #content #botContentBox{
	background-image: url(/img/bot_content_listing.png);
	background-repeat: no-repeat;
	width:771px;
	height:9px;
	font-size:0px;
}
body.listing #logo,body.detail #logo,body#staff #logo{
	position:absolute;
	top:1px;
	left:0px;
	z-index:99999;
}
/* Menu
---------*/

.menu {
width: 560px;
margin:0px;
margin-left:335px;
}
.menu a {
}
.menu li {
}
.menu li li {
padding: 0;
}
.menu li li a {
padding: 4px 15px;
display: block;
width: 160px;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #00448d;
}

p {
font-size: 0.9em;
}

h1 {
font-size: 1.3em;
margin-bottom: 15px;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #08a2c5;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
padding-left:5px;
text-align:left;
}

#footer,
#footer a:link,
#footer a:visited {
color: #b3b3b3;
text-decoration: none;
}

#footer a:hover {
color: #13b5ea;
}

#content dd{
font-size:0.9em;
}

/* Dropdown menu
-----------------*/

.menu a {
font-weight: bold;
font-size: 0.9em;
}


.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
}
.menu #homeList a,.menu #homeList a:visited{
	background-image:url(/img/btn_home.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:47px;
	height:27px;
	display:block;
}
.menu #homeList a:hover{
	background-image:url(/img/btn_home_hover.gif);
	background-repeat:no-repeat;
}
.menu #buyList a,.menu #buyList a:visited{
	background-image:url(/img/btn_buying.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:69px;
	height:27px;
	display:block;
}
.menu #buyList a:hover{
	background-image:url(/img/btn_buying_hover.gif);
	background-repeat:no-repeat;
}
.menu #sellList a,.menu #sellList a:visited{
	background-image:url(/img/btn_selling.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:68px;
	height:27px;
	display:block;
}
.menu #sellList a:hover{
	background-image:url(/img/btn_selling_hover.gif);
	background-repeat:no-repeat;
}

.menu #rentList a,.menu #rentList a:visited{
	background-image:url(/img/btn_renting.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:77px;
	height:27px;
	display:block;
}
.menu #rentList a:hover{
	background-image:url(/img/btn_renting_hover.gif);
	background-repeat:no-repeat;
}
.menu #financeList a,.menu #financeList a:visited{
	background-image:url(/img/btn_finance.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:75px;
	height:27px;
	display:block;
}
.menu #financeList a:hover{
	background-image:url(/img/btn_finance_hover.gif);
	background-repeat:no-repeat;
}
.menu #aboutList a,.menu #aboutList a:visited{
	background-image:url(/img/btn_aboutus.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:81px;
	height:27px;
	display:block;
}
.menu #aboutList a:hover{
	background-image:url(/img/btn_aboutus_hover.gif);
	background-repeat:no-repeat;
}
.menu #newsList a,.menu #newsList a:visited{
	background-image:url(/img/btn_news.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:61px;
	height:27px;
	display:block;
}
.menu #newsList a:hover{
	background-image:url(/img/btn_news_hover.gif);
	background-repeat:no-repeat;
}
.menu #contactList a,.menu #contactList a:visited{
	background-image:url(/img/btn_contactus.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:80px;
	height:27px;
	display:block;
}
.menu #contactList a:hover{
	background-image:url(/img/btn_contactus_hover.gif);
	background-repeat:no-repeat;
}
.menu li li a,.menu li li a:visited {
background-image:none !important;
background-color:#004990;
border:1px solid #fff;
border-top:0px;
border-bottom:0px;
font-weight:normal;
text-transform: none;
width:165px !important;
padding:5px 0px !important;
text-indent:10px;
height:auto !important;
}
.menu li#rentList li a,
.menu li#rentList li a:visited {
width : 180px !important;
}
.menu li li a:hover{
background-color:#08a2c5;
color:#fff;
}
.menu li li.first a,.menu li li.first a:visited{
border-top:1px solid #fff;
}
.menu li li.first a:hover{
}
.menu li li.last a,.menu li li.last a:visited{
border-bottom:1px solid #fff;
}
.menu li li.last a:hover{
}
/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #00448D;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}

form input,
form textarea,
form select {
width: 250px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}

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: 0 10px;
cursor: pointer;
background-color: #003e7d;
border: 1px solid #434343;
color: #fff;
}

form em span,
form .required {
color: #B90000;
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;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

body.dynamicText .supperWrap #wrap #main .container #mainContent #content #middleContentBox ul, 
body.dynamicText .supperWrap #wrap #main .container #mainContent #content #middleContentBox ol {
	font-size:0.9em;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:1.5em;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}
#sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}


#sub-section fieldset {
border: none;
padding-left:25px;
padding-right:15px;
padding-top:68px;
}
#sub-section #criteria{
background-image:url(/img/quick_search.jpg);
background-repeat:no-repeat;
background-position:5px 0px;
}
#sub-section legend {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

#sub-section label {
font-size: 1em;
font-weight: bold;
float: none;
display: inline;
margin-right:0px;
color:#fff;
}
#sub-section select {
width: 140px;
font-size: 0.9em;
color:#54575a;
}

#sub-section #qs_price select,
#sub-section #qs_rent_price select {
margin-bottom:10px;
}
#sub-section form #qs_st label {
width: auto;
float: none;
display: inline;
}

#sub-section form #qs_st input {
vertical-align: middle;
width: auto;
_margin-left:-5px;
}

#sub-section .btn_search {
width:auto;
float:right;
margin-right:5px;
}
#sub-section #login{
background-image:url(/img/email_alert.jpg);
background-repeat:no-repeat;
background-position:5px 0px;
color:#fff;
padding-top:65px;
padding-left:20px;
padding-right:15px;
margin-top:20px;
}
#sub-section #login a{
color:#00468e;
text-decoration:none;
margin-top:10px;
display:block;
}
/* Home 
---------*/

body#home #leftColumn{
	float:left;
	width:375px;
	background-image: url(/img/left_home_background.png);
	background-repeat: no-repeat;
	background-position: 65px -70px;
	min-height:527px;
  	height:auto !important;
  	height:527px;
	padding-top:12px;
	padding-left:7px;

}
body#home #mainContent{
	float:left;
	width:596px;
    padding-top:3px;
}
body#home #content{
width:384px;
margin:0px;
margin-left:5px;
padding-bottom:0px;
}
body#home #sub-section{
padding-bottom:0px;
}
body#home .singlePOW{
float:left;
width:185px;
height:414px;
background-image:url(/img/featureBox.png);
background-repeat:no-repeat;
margin-right:9px;
padding-top:40px;
padding-left:1px;
padding-right:1px;
}
body#home .last{
margin:0px;
}
body#home .singlePOW h2{
color:#fff;
font-size:1.3em;
padding-left:28px;
padding-bottom:5px;
}
body#home .singlePOW img{
width:185px;
margin-bottom:10px;
}
body#home .singlePOW .discription{
height:210px;
background-color:#fff;
font-size:0.9em;
color:#000;
padding:15px 10px 0px 10px;
line-height:160%;
}
body#home .singlePOW .discription a{
text-decoration:none;
}
body#home .singlePOW .discription h3{
font-size:1.3em;
}
body#home .singlePOW .discription h4{
font-size:1.0em;
color:#13b5ea;
}
/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing h1{
margin:0px;
padding-top:5px;

}
body.listing p.pagebar {
padding-top: 10px;
text-align: right;
}
body.listing .property {
clear: both;
overflow: hidden;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid #004990;
margin-left:20px;
margin-right:8px;
_overflow:inherit;
}
body.listing p.pagebar a{
 color:#004990;
 text-decoration:none;
}
body.listing .property .image {
display: block;
float: left;
margin-right: 10px;
}
body.listing .property a img{
	width:240px;
}
body.listing .property .details {
width: 460px;
float: left;
margin-right: 0px;
padding-top:5px;
_width:450px;
}

body.listing .property .details .features {
font-weight: bold;
text-align:right;
color:#004990;
}
body.listing .property .details .features a{
font-size:0.9em;
}
body.listing .property .details .mainTitle {
clear:both;
width:160px;
float:left;
font-size: 0.9em;
font-weight:bold;
color:#004990!important;
margin-right:10px;
}
body.listing .property .details .discription{
width:290px;
float:left;
_width:280px;
}
body.listing .property .features img {
margin-right: 10px;
margin-left:  0px;
vertical-align: middle;
width:auto;
}

body.listing .property .details h2 {
font-size: 1.0em;
font-weight:bold;
text-transform:capitalize;
}

body.listing .property .details .address {
clear:both;
margin-bottom: 2px;
padding-top: 0px;
font-weight:normal;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}
body.listing .property .price {
text-align: left;
padding-top:20px;
padding-bottom:20px;
font-weight:normal;
}
body.listing .property .details a{
font-weight:bold;
text-decoration:none;
color:#08a2c5;

}
body.listing #filter {
background-image:url(/img/filter_background.jpg);
background-repeat:no-repeat;
background-position:15px 5px;
padding-top:50px;
padding-left:30px;
padding-right:5px;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
color:#555657!important;
margin-bottom:2px;
}

body.listing #filter select {
width: 140px;
display: block;
font-size: 0.9em;
border:1px solid #555555;
color:#54575a;
}
body.listing #filter p {
clear: none;
margin-bottom:12px;
}

body.listing #filter input {
width: auto;
padding: 1px 10px;
margin-top: 0px;
cursor: pointer;
border: none;
float:right;
}
body.listing .property .details .features .featureBox{
	float:right;
	height:40px;
	text-align:center;
	vertical-align:top;
}
body.listing .property .details .features .featureBox img{
	margin-left:10px;
	width:auto;
	height:auto;
}
body.listing .auction{
font-size:0.9em;
margin-bottom:10px;
text-transform:none;
}
body.listing #topSubBox{
	background-image: url(/img/top_sub_section.png);
	background-repeat: no-repeat;
	width:187px;
	height:10px;
	font-size:0px;
        margin-top:30px;
}
body.listing #middleSubBox{
	background-image:url(/img/mid_sub_section.png);
	background-repeat:repeat-y;
	width:187px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
}
 body.listing #botSubBox{
	background-image: url(/img/bot_sub_section.png);
	background-repeat: no-repeat;
	width:187px;
	height:8px;
}

/* Listing printfriendly
---------------------------------*/

html.printlist,
body.printlist {
background-image: none;
background-color: #fff;
}
body.printlist #wrap {
width : 584px !important;
background-image : none;
background-color : #fff;
margin-top : 0;
overflow : inherit;
}
body.printlist #main {
background-image: none !important;
}			
body.printlist #content {
background-image: none !important;
float: none !important;
padding-top:20px;
}
body.printlist #header {
background-image: none;
}


body.printlist h1 {
float : left;
background : none !important;
height : 45px !important;
text-indent : 0px;
padding-left : 0px !important;
}
body.printlist .property {
margin-left : 0;
margin-right : 0;
}
body.printlist .property a img {
width : 150px;
}
body.printlist .property .details {
width: 422px;
_width:434px;
}
body.printlist .property .details .mainTitle {
margin-top : -40px;
margin-right : 0;
width : 240px;
}
body.printlist .property .details .discription {
width:425px;
_width:435px;
}
body.printlist .property .details .features {
margin-top : -5px;
float : right;
width : 160px;
}
body.printlist .property .price {
padding-top : 0;
padding-bottom : 0;
}
/*
body.brochure #propertydetails {
width: 280px;
padding:0px;
}
body.brochure #extradetails img {
width:118px;
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails img#mainimage{
width:auto;
}
body.brochure #extradetails {
width: 247px;
}


*/
/* Property detail
-------------------*/

body.detail #detailContent{
padding-left:20px;
padding-right:10px;
margin-top:-15px;
}
body.detail #detailContent .lastimage{
margin-right:0px;
}
body.detail #detailContent #overviewlist li,body.detail #detailContent #inspectionslist li{
font-size:0.9em;
}
body.detail #extradetails dl dt {
font-weight: bold;
margin-bottom:20px;
margin-top:5px;
}

body.detail #content h2 {
padding: 3px 0;
font-size: 1.0em;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}
body.detail #content dl,body.detail #content ul dt{
font-size:0.9em;
}
body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
font-size:0.9em;
}

body.detail #addressbar {
xheight: 25px;



xmargin-bottom: 5px;
overflow: hidden;
}

body.detail #addressbar h2 {
float: left;
padding: 3px 0;
font-size: 1.0em;
font-weight:normal;
}

body.detail #addressbar p {
float: right;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 10px 0 10px;
} 

body.detail #propertydetails {
clear:both;
width: 295px;
float: left;
margin-bottom: 20px;
padding-top:50px;
}

body.detail #extradetails {
width: 412px;
float: right;
margin-bottom: 20px;
_padding-top:10px;
}

body.detail #extradetails img {
width: 196px;
margin-right: 16px;
margin-bottom: 7px;
display: block;
float: left;
border: 1px solid #FFFFFF;
}

body.detail #extradetails img#mainimage {
width: 410px;
margin-right:0px;
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;
}
body.detail .contactBox,body.detail .useful_tools{
clear:both;
background-color:#ccc2b6;
border-top:5px solid #0ba3c6;
border-bottom:5px solid #0ba3c6;
padding:5px 10px;
overflow:auto;
margin-bottom:15px;
_height:1%;
}
body.detail .contactBox h2{
color:#343232;
}
body.detail .contactBox a{
text-decoration:none;
color:#004990;
}
body.detail .officeBox{
float:left;
display:block;
width:140px;
}
body.detail .agentBox{
display:block;
float:left;
width:235px;
margin-right:10px;
}
body.detail .useful_tools a{
display:block;
background-image:url(/img/arrow_tool.jpg);
background-repeat:no-repeat;
background-position:180px 8px;
text-decoration:none;
font-size:0.9em;
color:#296198;
line-height:180%;
padding-left:20px;
}
/* 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;
margin-top:0px;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
padding-top:20px;

}
body.brochure #header {
background-image: none;

}
body.brochure #propertydetails {
width: 280px;
padding:0px;
}
body.brochure #extradetails img {
width:118px;
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails img#mainimage{
width:auto;
}
body.brochure #extradetails {
width: 247px;
}

body.brochure h1{
float:left;
background:none !important;
height:45px !important;
text-indent:0px;
padding-left:0px !important;
}
/* Staff 
---------*/

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;
}

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-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 5px;
background-image: none;
background-color: #ccc2b6;
border-bottom: 10px solid #004990;
height:auto;
text-align:left;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 5px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}
body.slideshow h1{
margin-bottom:5px;
}

/* 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: #ccc2b6;
border-bottom: 10px solid #00408b;
height:auto;

}

html.popup #header img {
float: none;
}
html.popup h1{
background:none !important;
padding-left:0px !important;
}
html.popup #content{
padding-left:10px;
width:560px;
}
/* News
--------*/
body.news #sub-section p{
padding:0px;
margin:0px;
}
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
padding-left:10px;
color:#fff;
}
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 a{
color:#fff;
}
/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

/* 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-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 {
background-color: #bbb;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
clear: both;
}

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 {
background-color: #ccc2b6;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
font-size:0.9em;
}

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;
}


/* 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 input,
body.alert #content form textarea,
body.alert #content form select {
width: 250px;
}

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: #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;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 150px;
}


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;
}


body.alert #content #loginbox fieldset.submit p {
font-size: 0.8em;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
}


body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}
