/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 800px;margin: 0 auto;}
#footer {clear: both;padding: 0; text-align: center;}
#header {padding: 0;overflow:hidden; padding-top: 30px;}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {
clear: both; border:1px solid #fff;
}
#content {padding: 15px;}
#sub-section {padding: 15px;}

/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: transparent;
}

/* Typography
--------------*/
html, body {background-color:#c1cd23;}

body {
font-size: 68%; /* Global font-size */
font-family: Verdana, Helvetica, sans-serif;
color: #000;
}

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: 1.4em;
margin: -15px -15px 15px -15px;
background-color:#000;
padding: 30px 15px 15px 15px;
color:#c2cd23;
border-bottom: 1px solid #fff;
display:block;
font-weight: normal;
text-transform:uppercase;
}


h2 {
font-size: 1.1em;
margin-bottom: 10px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a {
color: #000;
text-decoration:underline;
}

a:hover {
color: #333;
}

/* Footer 
------------------------- */

/* 
144
148 292
199 491
143 633
96 729
69
*/

#footer {overflow:hidden; border-top:1px solid #fff;}
#footer img {display:block; float:left;}

#footer p {
font-size: 0.9em;
}

#footer a:link,
#footer a:visited {
display:block;
float:left;
text-indent:-9000px;
height:23px;
overflow:hidden;
}

#footer a:hover {
background-position:bottom;
}

#footer .footerhome {width:68px; background: url(/img/footer_home.gif) top;}
#footer .footerprivacy {width:143px; background: url(/img/footer_privacy.gif) top;}
#footer .footersiteplan {width:96px; background: url(/img/footer_siteplan.gif) top;}
#footer .footeremail {width:147px; background: url(/img/footer_email.gif) top;}


/* Header
----------*/
#header img {
display: block;
float: right;
}

#header img#logo {
display:block;
float:left;
}

/* Menu
---------*/

#menu {
background-color: #000;
border-bottom: 1px solid #fff;
}

.menu {
width: auto;
margin: 0 auto;
height:21px;
padding:0px;
}

.menu a {
padding:0px;
height: 21px;
background-image: url(/img/nav.gif);
background-repeat: no-repeat;
text-indent: -9009px;
display:block;
}

.menu li {
padding: 0;
}

/* 
78px buyList
185px openList
259px sellList
349px rentList
468px alertList
566px usefulList
653px aboutList
743px contactList
homeList
*/

/* navigation image replacement */


#buyList a {background-position: 0 0; width:78px;}
#buyList a:hover {background-position: 0 -23px;}
body.buy #buyList a {background-position: 0 -46px;}

#openList a {background-position: -78px 0; width:107px;}
#openList a:hover {background-position: -78px -23px;}
body.ofi #openList a {background-position: -78px -46px;}

#sellList a {background-position: -185px 0; width:74px;}
#sellList a:hover {background-position: -185px -23px;}
body.sell #sellList a {background-position: -185px -46px; }

#rentList a {background-position: -259px 0; width:90px;}
#rentList a:hover {background-position: -259px -23px;}
body.rent #rentList a {background-position: -259px -46px; }

#alertList a {background-position: -349px 0; width:119px;}
#alertList a:hover {background-position: -349px -23px; }
body.alert #alertList a {background-position: -349px -46px; }

#usefulList a  {background-position: -468px 0; width:98px;}
#usefulList a:hover  {background-position: -468px -23px; }
body.useful #usefulList a {background-position: -468px -46px; }

#aboutList a  {background-position: -566px 0; width:87px;}
#aboutList a:hover  {background-position: -566px -23px; }
body.about #aboutList a {background-position: -566px -46px; }

#contactList a  {background-position: -653px 0; width:90px;}
#contactList a:hover  {background-position: -653px -23px; }
body.contact #contactList a {background-position: -653px -46px;}

#homeList a {background-position: -743px 0; width:55px;}
#homeList a:hover {background-position: -743px -23px; }
body#home #homeList a {background-position: -743px -46px; }

/* Dropdown menu
-----------------*/

.menu li li {
padding: 0;
}

.menu li li a {
	text-indent: 0px !important;
	background-image:none;

	padding: 4px 15px;
	display: block;
	width: 130px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
        background-color:#000;
        color:#fff;
        text-decoration:none;
        height:auto;
        width:150px !important;
}

.menu li li a:hover {
	color: #ff0000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.menu li li.last a {border-bottom:1px solid #fff;}
.menu li li.first a {border-top:1px solid #fff;}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #000;
}

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;
}


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: #000;
border: none;
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;
}

#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 {float:left; width:329px; padding:0;}
body#home #content {float:right; width:468px; padding:0;}

body#home #main {
background: transparent url(/img/home_bg.gif) repeat-y center;
}

body#home #content .flashHeader {
background-color:#000;
padding-bottom:20px;

}
body#home #content .flashContainer {
border-bottom:1px solid #fff;
height:98px;
}

body#home #content #pow dd {background-color:#000;}
body#home #content #pow dt img {width:468px; display:block; border-top:1px solid #fff;}
body#home #content #pow dt {border-bottom:1px solid #fff; padding:0p;}
body#home #content #pow .address {line-height:19px; height:19px; color:#ff0000; background-color:#000; overflow:hidden; padding-left:10px; border-bottom:1px solid #fff;}
body#home #content #pow .suburb {text-transform:uppercase;}
body#home #content #pow .viewProperty img {float:right; display:block;}
body#home #content #pow .description {background-color:transparent; padding:10px;}

body#home #sub-section form#quicksearch {
background-color:#c2cd23;
width:164px;
margin: 20px auto;
padding:10px 14px 1px 14px;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
}

body#home #sub-section label {
color:#fff;
font-size: 0.9em;
font-weight: bold;
float: none;
display: inline;
margin-right: 0;
margin-left:5px;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
width: 163px;
font-size: 0.9em;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width: 80px;
}

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;
padding: 0 5px 0 0;
}

body#home #sub-section form .searchSubmit {
width:163px; 
margin-bottom:10px; 
margin-top:5px;
}

body#home #sub-section .featurePropertyHDG {
text-align:center;
border: 1px solid #cccc33;
margin: 0 -1px;
}

body#home #sub-section .propertyAlert {
width:190px;
margin:20px auto;
background-color:#cccc33;
text-align:center;
padding: 20px 0 0px;
}

body#home #sub-section .propertyAlert img{
margin-bottom:10px;
}


/* 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.contact h1 {margin:0 0 15px 0}
body.contact #content {width:480px; float:left;}
body.contact #sub-section {width:255px; float:right;}
dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing h1{
margin:0;
font-weight: bold;
}
body.listing #sub-section {display:none;}

body.listing .pagebar a{
color:#ff0000;
font-weight:bold;
}
body.listing .pagebar {
font-weight:bold;
background-color:#000;
color:#ff0000;
text-align:right;
padding:10px;
}

body.listing #content {padding:0;}

body.listing #main {
background: transparent url(/img/listing_bg.gif) repeat-y;
}

body.listing .property {
padding: 0;
clear: both;
overflow: hidden;
border-bottom: 1px solid #fff;
}

body.listing .property .image {
display: block;
float: left;
padding:7px;
}
body.listing .property .image img {
width:240px;
}

body.listing .property .details {
padding:20px;
width: 295px;
float: left;
text-align: justify;
font-size:.9em;
}

body.listing .property .features {
float: right;
clear:right;
font-weight: bold;
color: #fff;
padding-top:20px;
padding-right:15px;
font-size:1.3em;
}
body.listing .property .bbcalternative {
font-size:.9em;
}

body.listing .property .features img {
vertical-align: bottom;
}

body.listing .property .features span {margin-left: 10px;}


body.listing .property .details h2 {
font-size: 1.2em;
font-weight:normal;
}
body.listing .property .details h2 strong {text-transform:uppercase;}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 2px;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
color:#ff0000;
float:right;
clear:right;
padding-top:20px;
padding-right:15px;
width:185px;
}

body.listing .property .moreinfobuttons {
padding-top:34px;
float:right;
clear:right;
width:195px;
}

body.listing .property .moreinfobuttons a {margin-right:10px;}

body.listing #filter {
padding: 10px 0 0 15px;
background-color: #000;
border-bottom:1px solid #fff;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
display:none;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
height:22px;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
margin-top:0px;
}

body.listing #filter fieldset {
text-align: right;
padding-right:10px;
}

body.listing #filter fieldset#submit input {
width:auto;
height:auto;
padding:0;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
text-align: right;
}

/* Property detail
-------------------*/
body.detail #main {background: transparent url(/img/detail_bg.gif) repeat-y;}
body.detail #content {padding:0;}
body.detail h1 {margin:0;}

body.detail #propertydetails {
width: 315px;
float: right;
margin-bottom: 20px;
padding:15px;
}

body.detail #extradetails {
width: 452px;
float: left;
margin-bottom: 20px;
color:#fff;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2.address {font-weight:normal;}


body.detail #content h2 {
padding: 3px 0;
margin-bottom: 0px;
font-size: 1.2em;
padding-bottom:0;
}

body.detail #content h2 strong {
text-transform:uppercase;
}

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 ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #sizenprice {
color:#ff0000;
float:right;
text-align:right;
}

body.detail #bedbathcar {
background-color: #000;
margin: 15px -15px;
font-weight: bold;
color: #fff;
padding: 15px;
font-size:1.2em;
overflow:hidden;
border-top:1px solid #fff;
border-bottom: 1px solid #fff;
}

body.detail #bedbathcar img {
vertical-align: bottom;
margin-right:10px;
}

body.detail #extradetails img {
width: 110px;
border-right:1px solid #fff;
display: block;
float: left;
}

body.detail #extradetails .imageContainer {
width :452px;
height :99px;
overflow-y : hidden;
overflow-x : scroll;
}


body.detail #extradetails img#mainimage {
width: 452px;
display: block;
border:none;
float:none;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail #extradetails .agentdetails {
float:left;
clear:none;
padding:15px 0 0 15px;
}
body.detail #extradetails .agentdetails a {color:#fff;}
body.detail #extradetails .agentdetails dd,
body.detail #extradetails .agentdetails dt
 {padding-bottom:5px;}


body.detail #extradetails #toolslist {
float:right;
color:#ff0000;
padding:15px 15px 0 0;
text-align:right;
}

body.detail #toolslist a {
color:#ff0000;
text-decoration:none;
font-weight:bold;
}
body.detail #toolslist li {padding-bottom:10px;}


body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}
body.detail #overviewlist {padding-bottom:10px;}

body.detail #content p#description {
text-align:justify;
}

/* 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
---------------------------------*/

body.brochure h1 {
background-color:transparent;
color:#000;
margin:0;
padding:0;
font-weight:normal;
padding-top:10px;
text-transform: capitalize;
}
body.brochure h1 strong {text-transform:uppercase;}

body.brochure #addressbar {
text-align:right;
font-weight:bold;
padding: 10px 0;
}

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;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 281px;
padding:0;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
width:134px;
}
body.brochure #extradetails img#mainimage {
width:271px;
}

body.brochure #extradetails {
width: 300px;
color:#000;
}

body.brochure #extradetails .agentdetails {
padding:0;
}
body.brochure #addressbar img {
margin-right:10px;
vertical-align:bottom;
}

	
/* Staff 
---------*/
body#staff #main {overflow:hidden;}
body#staff dl {
xclear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
width:384px;
height:152px;
float:left;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
xfont-style: italic;
padding-bottom:20px;
}

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;
}

body#staff.profile #staff_pic{
width: 300px;
float: left;
display: block:
}

body#staff.profile .personInformation {
float:right;
width:450px;
}


/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #c1cd23;
border-bottom: 1px solid #1;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

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 #header {
background-image: none;
background-color: #c1cd23;
border-bottom: 1px solid #fff;
}

html.popup #header img {
float: none;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dotted #fff;
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 h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dotted #fff;
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 dotted #fff;
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 dotted #fff;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/
a#printMe {
float: right;
color: #fff;
margin: 18px 15px 15px 15px;
}

body.auction #content h2,
body.ofi #content h2 {
background-color: #000;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:0px;
color:#c1cd23;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 10px 0;
margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #dae535;
}

body.auction #content dt,
body.ofi #content dt {
width: 300px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 200px;
}

body.auction #content dd.venue {
float: left;
}

body.auction #content dd.icons,
body.ofi #content dd.icons {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.icons img,
body.ofi #content dd.icons img {
margin: 0px 8px 0px 3px;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* OFI print
----------------------*/

body.ofiprint #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
border-right: 1px solid #dae535;
border-left: 1px solid #dae535;
height: 100%;
}
body.ofiprint #main {
background-image: none !important;
}			
body.ofiprint #content {
background-image: none !important;
float: none !important;
background: #fff;
}
body.ofiprint #header {
background-image: none;
}

body.ofiprint #content dl {
padding: 0 0 5px 0;
}
body.ofiprint #content dl.stripe {
background: #fff;
}
body.ofiprint #content dt {
width: 225px;
display: block;
float: left;
}
body.ofiprint #content dt strong {
display: block;
}

body.ofiprint #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}
body.ofiprint #content dd.icons{
float:right;
width: auto;
}

/* 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: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/

body.alert #content,
body.alert #sub-section {
text-align:justify;
}

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,
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: 280px;
font-size: 0.9em;
color: #333;
}

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;
margin-top:60px;
}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
xbackground-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: #fff;
font-weight: normal;
text-decoration: none;
font-size:1.5em;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}

/* Site plan
---------------- */

.siteplan li {
padding-bottom:20px;

}
.siteplan li li {
padding-bottom:5px;

}

.siteplan li li  {
padding-left:10px;
}


