/* Typography
--------------*/
body {
color:#000000;
font-family:verdana,arial;
font-size:76%;
}

p {
font-size: 0.9em;
}

h1 {
color:#F93D16;
font-size: 13px;
margin-bottom: 15px;
font-weight:bold;
xmargin-left:-3px;
}

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: #FC4018;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
xfont-size: 11px;
float:right;
margin-right:15px;
}

#footer,
#footer a:link,
#footer a:visited {
color:#fff;
}

#footer {
background-image:url(/img/color_footer.gif);
background-repeat: repeat-x;
background-position: left top;
}

#footer a:hover {
color: #fff;
}
#footer #img_footer {
float:left;
margin-left:10px;

}
/* Header
----------*/

#header img#logo {
float:left;
position:relative;
}

/* Dropdown menu
-----------------*/

#menu li.first a#firstTop:visited,#menu li.first a#firstTop:link
{
background-image:url(/img/Nut/home-blue.jpg);
background-repeat:no-repeat;
display:block;
width:73px;
height:39px;
}
#menu li.first a#firstTop:hover {
background-image:url(/img/Nut/home-red.jpg);
background-repeat:no-repeat;
display:block;
width:73px;
height:39px;
}

#menu li#aboutList a#aboutTop:visited,#menu li#aboutList a#aboutTop:link
{
background-image:url(/img/Nut/aboutus-blue.jpg);
background-repeat:no-repeat;
display:block;
width:92px;
height:39px;
}
#menu li#aboutList a#aboutTop:hover {
background-image:url(/img/Nut/aboutus-red.jpg);
background-repeat:no-repeat;
display:block;
width:92px;
height:39px;
}

#menu li#buyList a#buyTop:visited,#menu li#buyList a#buyTop:link
{
background-image:url(/img/Nut/buying-blue.jpg);
background-repeat:no-repeat;
display:block;
width:79px;
height:39px;
}
#menu li#buyList a#buyTop:hover {
background-image:url(/img/Nut/buying-red.jpg);
background-repeat:no-repeat;
display:block;
width:79px;
height:39px;
}

#menu li#sellList a#sellTop:visited,#menu li#sellList a#sellTop:link
{
background-image:url(/img/Nut/selling-blue.jpg);
background-repeat:no-repeat;
display:block;
width:75px;
height:39px;
}
#menu li#sellList a#sellTop:hover {
background-image:url(/img/Nut/selling-red.jpg);
background-repeat:no-repeat;
display:block;
width:75px;
height:39px;
}

#menu li#aucList a#aucTop:visited,#menu li#aucList a#aucTop:link
{
background-image:url(/img/Nut/auctions-blue.jpg);
background-repeat:no-repeat;
display:block;
width:90px;
height:39px;
}
#menu li#aucList a#aucTop:hover {
background-image:url(/img/Nut/auctions-red.jpg);
background-repeat:no-repeat;
display:block;
width:90px;
height:39px;
}

#menu li#rentList a#rentTop:visited,#menu li#rentList a#rentTop:link
{
background-image:url(/img/Nut/renting-blue.jpg);
background-repeat:no-repeat;
display:block;
width:85px;
height:39px;
}
#menu li#rentList a#rentTop:hover {
background-image:url(/img/Nut/renting-red.jpg);
background-repeat:no-repeat;
display:block;
width:85px;
height:39px;
}
#menu li#calList a#callTop:visited,#menu li#calList a#callTop:link
{
background-image:url(/img/Nut/calculator-blue.jpg);
background-repeat:no-repeat;
display:block;
width:111px;
height:39px;
}
#menu li#calList a#callTop:hover {
background-image:url(/img/Nut/calculator-red.jpg);
background-repeat:no-repeat;
display:block;
width:111px;
height:39px;
}

#menu li#aboutAreaList a#aboutAreaTop:visited,#menu li#aboutAreaList a#aboutAreaTop:link
{
background-image:url(/img/Nut/aboutthearea-blue.jpg);
background-repeat:no-repeat;
display:block;
width:136px;
height:39px;
}
#menu li#aboutAreaList a#aboutAreaTop:hover {
background-image:url(/img/Nut/aboutthearea-red.jpg);
background-repeat:no-repeat;
display:block;
width:136px;
height:39px;
}

#menu li#contList a#contTop:visited,#menu li#contList a#contTop:link
{
background-image:url(/img/Nut/contactus-blue.jpg);
background-repeat:no-repeat;
display:block;
width:109px;
height:39px;
}
#menu li#contList a#contTop:hover {
background-image:url(/img/Nut/contactus-red.jpg);
background-repeat:no-repeat;
display:block;
width:109px;
height:39px;
}

.menu a {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
background-color: #FB3F17;
}

.menu a:hover {
color: #22243D;
}

.menu li li a {
margin-left: 2px;
border: none;
text-transform: none;
}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}

form input,
form textarea {
width: 475px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

form select {
width: 250px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

form input.radio {
width: 30px;
}

form input#ftitle {
width: 50px;
}

form textarea {
font-family: Verdana, 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: 2px 10px 3px 10px;
cursor: pointer;
background-color: #E03915;
border: none;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

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;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/
body#home #content {
padding:0px 0px 15px;
position:relative;
width:850px;
background:#fff;
}

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

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;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
width: 140px;
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 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 8px 0 0;
}

body#home #content #main_login {
}
body#home #content #main_login #email {
width:270px;
float:left;
}

body#home #content #main_login #password{
width:270px;
float:left;
}

body#home #content #main_login #login_btn{
margin-top:18px;
float:left;
}

body#home #content #featureMulti {
clear:both;
padding:0px;
}

body#home #content #featureMulti .pow {
background:#000000 none repeat scroll 0% 50%;
color:#FFFFFF;
float:left;
height:270px;
padding:10px;
width:173px;
}

body#home #content #featureMulti .pow h2 {
padding-top: 10px;
margin-bottom: -3px;
}

body#home #content #featureMulti .pow #top_line{
clear:both;
display:block;
float:left;
margin:15px 0px;
}

body#home #content #featureMulti .pow #top_line #suburb {
float:left;
text-transform:uppercase;
}

body#home #content #featureMulti .pow #top_line #price {
float:right;
}

body#home #content #featureMulti .pow #description {
clear:both;
color:#FFFFFF;
display:block;
float:left;
font-size:11px;
width:100%;
}

body#home #content #featureMulti .pow #link {
clear:both;
display:block;
float:left;
font-size:11px;
margin:15px 0px;
text-align:right;
width:100%;
}

body#home #content #featureMulti .pow #picture {
width:170px;
height:113px;
overflow:hidden;
border:2px solid #fff;
}

body#home #content #featureMulti .pow #link a:link, body#home #content #featureMulti .pow #link a:visited, body#home #content #featureMulti .pow #link a:hover {
color:#FB3F17;
text-decoration:none;
}

body#home #content #featureMulti #pow_0 {
margin-left:15px;
position:absolute;
top:220px;
z-index:100;
}

body#home #content #featureMulti #pow_1 {
left:208px;
margin-left:5px;
position:absolute;
top:220px;
z-index:100;
}

body#home #content #loginbox {
float:right;
width: 426px;
margin-bottom: 15px;
}

body#home #content #loginbox #text_login {
margin-bottom:15px;
padding-right:15px;
font-size:11px;
}

body#home #content #loginbox  #title {
color:#FB3F17;
font-size:1.1em;
font-weight:bold;
margin:15px 0px;
}

body#home #content #loginbox #main_login input {
width:160px;
border:1px solid;
font-size: 0.9em;
}

body#home #content #loginbox #main_login  #email {
width:170px;
}

body#home #content #loginbox #main_login  #password {
width:40%;
}

body#home #content #loginbox #main_login  #login_btn {
xpadding: 1px 10px 3px 10px;
}

body#home #content #loginbox #main_login  #forgot_password {
clear:both;
float:left;
margin-top:5px;
font-size:11px;
width:100%;
}

body#home #content #loginbox #main_login label {
margin-bottom:5px;
width:auto;
font-size: 0.9em;
}

body#home #content #loginbox .button {
padding: 0px 10px;
margin-top: -1px;
}

body#home #content #blue_line {
background:transparent url(/img/blue_line.gif) repeat-x scroll center top;
clear:both;
float:left;
width:auto;
}

body#home #content #buying_link {
float:right;
}

body#home #content #renting_link {
float:right;
}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing .property {
border:1px solid #534139;
clear:both;
margin:10px 0px;
overflow:hidden;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 10px;
border-right:1px solid #534139;
}

body.listing .property .details {
float:right;
margin:0px 15px 20px 0px;
width:539px;
}

body.listing .property .features {
float: right;
font-weight: bold;
color: #f93d16;
margin-top:15px;
width:200px;
text-align:right;
font-size: 1.1em;
}

body.listing .property .features img {
vertical-align: bottom;
margin:0px 8px;
}

body.listing .property .details h2 {
font-size: 1.1em;
margin:43px 0px 0px;
text-transform:uppercase;
}

body.listing .property .details h3 {
font-size: 1em;
margin-top:15px;
float:left;
text-align:left;
width:300px;
text-transform:capitalize;
padding-top: 2px;
}
body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
xtext-align: right;
font-size: 1.0em;
margin-bottom: 3px;
display: block;
clear: both;
xtext-align: left;
padding: 12px 0px 0px 0px;
}

body.listing #filter {
padding: 10px;
border:1px solid #534139;
height:50px;
margin-bottom: 5px;
background-color: #fff;
}
body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1.0em;
}

body.listing #filter select {
width: 73px;
display: block;
font-size: 0.9em;
margin-top:10px;
}
body.listing #filter  #qs_property-type {
width:100px;
}
body.listing #filter  #qs_suburb {
width:159px;
}
body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing #filter input {
width: auto;
padding: 2px 10px;
margin-top: 23px;
cursor: pointer;
background-color: #E03915;
border: none;
color: #fff;
font-size: 0.9em;
font-weight: bold;
font-family: verdana,arial;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: left;
}
body.listing #refinetitle {
background-color:#000000;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
height:25px;
padding-left:10px;
padding-top:10px;
text-transform:lowercase;
width:auto;
}

body.listing #order {
font-size: 0.9em;
padding-bottom: 3px;
}

body.listing #ordersave {
margin:15px 0px;
}

body.listing #wrap #container #content #ordersave #order {
margin:15px 0px;
}
body.listing #wrap #container #content #property #details #link a {
float:right;
}
body.listing  .property .details .price h3 {
color:#CC0000;
font-weight:normal;
} 
body.listing  .property .details #description {
clear:both;
float:left;
margin:12px 0px;
width:535px;
padding-bottom: 15px;
}
body.listing  .property .details  #link {
float: right;
font-size: 0.9em;
}
body.listing #sub-section
{
padding:0px 0px; !important	
}
/* 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 {
padding: 2px 0px 7px ;
margin-bottom: 0px;
font-size: 11px;
color: black;
border-bottom:0px;
xtext-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;
font-size:11px;
}

body.detail #addressbar {
xheight: 25px;
xmargin-bottom: 5px;
overflow: hidden;
}

body.detail #addressbar h1 {
color:#FC3F16;
float: left;
text-indent:3px;
padding:0px;
margin-bottom:1px;
}

body.detail #addressbar p {
float: right;
color:#FF3817;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #content .maintitle {
text-transform: uppercase;
font-weight: bold;
font-size: 1.0em;
}

body.detail #propertydetails {
width: 552px;
float: left;
margin-bottom: 20px;
}

body.detail #propertydetails li {
font-size: 0.9em;
}

body.detail #propertydetails #features li {
font-size: 1.0em;
}

body.detail #propertydetails #toolslist {
background-color:#FFFFFF;
border-bottom:1px solid #999999;
border-top:1px solid #999999;
color:black;
font-size:0.9em;
margin-top:3px;
margin-bottom:14px;
padding:6px 0px 9px 0px;
}
body.detail #propertydetails .section {
background-color:white;
border-bottom:1px solid #999999;
border-top:1px solid #999999;
color:#EA3D3C;
font-size:1.1em;
margin-top:3px;
margin-bottom:15px;
padding:5px 0px 7px;
}

body.detail #propertydetails #infoform label {
width: 150px;
}

body.detail #propertydetails #infoform input,
body.detail #propertydetails #infoform textarea {
width: 300px;
}

body.detail #propertydetails #infoform h2 {
background-color:#FFFFFF;
border-bottom:1px solid #999999;
border-top:1px solid #999999;
color:#EA3D3C;
font-size:1.1em;
margin-top:15px;
margin-bottom:15px;
padding:5px 0px 7px;
}

body.detail #propertydetails #description {
text-indent:0px;
font-size:11px;
}

body.detail #extradetails {
width: 244px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails h2.section {
background-color: #000;
color: #fff;
padding: 7px 0px 9px 10px;
font-size: 1.1em;
}

body.detail #extradetails img {
xwidth: 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;
}

body.detail p.bedbathcar {
font-size: 1.0em;
}

body.detail #agentcontactbox {
border: 1px solid #000;
}

body.detail #extradetails #staffmember {
display: block;
clear: both;
padding: 10px;
overflow:hidden;
}

body.detail #extradetails #staffphoto {
float: left;
xwidth: 80px;
xheight: 100px;
}

body.detail #extradetails #staffagentdetails {
float: right;
padding-top: 15px;
width: 105px;
font-size: 0.9em;
}

/* 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;
}
body.brochure #header {
background: transparent url(/img/header_01.gif) repeat-x scroll center top;
height:120px;
}
body.brochure #propertydetails {
width: 280px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
}

	
/* Staff 
---------*/

body#staff #content {
padding: 17px;
margin-bottom: 17px;
}

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.1em;
margin-bottom: 12px;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
margin-bottom: 15px;
border: 1px solid #22243D;
}

body#staff dl dd {
font-size: 0.9em;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
xfont-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;
font-size: 0.9em;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {

background: transparent url(/img/header_01.gif) repeat-x scroll center top;
height:120px;

}

body.slideshow #header img {
float: none;
display: block;

margin: 15px 13px 10px;;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

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:url(/img/cutheader.gif) repeat-x;	
	height:120px;
}

html.popup #header img {
float: none;
margin:15px 13px 10px;
}

/* 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 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;
}
body.testimonials #content {
padding:17px;
}


/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #000;
color: #fff;
padding: 3px 0 4px 5px;
margin-bottom: 5px;
margin-top:20px;
font-size: 1.0em;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
font-size: 0.9em;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ddd;
}

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;
}


/* 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 {
font-size: 0.9em;
}

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.9em;
}

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;
}
body#about_us #content {
float:left;
padding:17px;
xwidth:550px;
}
body#about_us #sub-section {
float:right;
padding:50px 25px;
width:200px;
}

body.dynamic #content p {
margin:10px 2px;
}
body.dynamic #sub-section p
{
margin:10px 20px;
}
body.dynamic #content {
padding:17px;
}
body.calcs #content p {
margin:10px 2px;
}
body.calcs #sub-section p {
margin:10px 20px;
}
body.calcs #content {
padding:17px;
}

body.maintenance h2 {
font-weight: normal;
font-size: 0.9em;
padding-bottom: 15px;
}

body#contact_us #content {
float:left;
padding: 17px;
width:610px;
}
body#contact_us #sub-section {
float:right;
padding:50px 35px 0px 0px;
width:150px;
font-size: 0.9em;
}
body#contact_us #sub-section p {
margin:11px;
}
body#contact_us #content p {
padding-left: 2px;
}
body#contact_us form input,body#contact_us form textarea,body#contact_us form select {
width:365px;
}







