body {
    font-family: arial, sans;
    margin:0;
    padding:0;
    background-color: rgb(242, 242, 242);
    background-image: url("images/highrise_web_tall.png");
    background-repeat: no-repeat;
    background-position: 0px 45px;
}

/* borders */
#menu, .dialogue {
/*    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -moz-border-radius-topleft:15px;
    -moz-border-radius-topright:15px;*/
    /*border:5px solid #F5F5F5;    */
    -moz-border-radius:15px;
    border: 5px solid rgb(217, 205, 145);
}

.menu_header {
/*    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;*/
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;    
}

#menu_link {
    position:absolute;
    right:5px;    
}

#account {
    position:absolute;
    right:5px;
}

.clearfix {
    clear:both;
}

#header {
/*    background: rgb(200, 200, 200);*/
    background: rgb(96, 119, 166);
    height:25px;
    padding-left:5px;
    border-bottom: 5px solid rgb(217, 205, 145);
}

#logo {
    background: url("images/highrise_web_banner 90x25.png") rgb(255, 255, 255);
    width: 90px;
    height: 25px;
    margin-bottom: 10px;
}

#menu {
    background:#FFFFFF none repeat scroll 0 0;
    margin: 15px auto;
    padding: 6px 3px;
/*    padding: 3px;
    padding-bottom: 10px;
    padding-top: 10px;*/
    width: 600px;
}

#footer {
    clear:both;
    font-size:8pt;
    margin:5px auto;
    text-align:center;
    width:500px;
}

#menu .menu_header {
    /*background:#C8C8C8 none repeat scroll 0 0;*/
    background: rgb(96, 119, 166);
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
}

ul {
    list-style-type: none;
    margin: 0 2px;
    padding: 0;
}

#menu ul {
    float: left;    
}

#menu li {
/*    padding-left: 3px;
    padding-right: 3px;
    padding-top:5px;*/
    padding: 3px;
    width:140px;
}

#menu li:not(.menu_header) {
    padding-left: 10px;
    width: 135px;
}

#header a:hover {
    opacity:0.7;
}

#columns a, #account a {
    margin-left:5px;
    padding:2px;
}

#header a {
    background:#F5F5F5 none repeat scroll 0 0;
    color:#323232;
    opacity:0.5;
    text-decoration: none;
}

a {
    /*color:#7273D7;*/
    color: rgb(96, 119, 166);
}

a:hover {
    color: rgb(39, 73, 140);
    text-decoration: none;
}

#columns, #account {
    margin-top:6px;
}

#logo, #columns, #account {
    float:left;
    height:25px;
}

.dialogue {
    margin: 15px auto 5px;
    padding:5px;
    padding-bottom: 10px;
    width: 700px;
    min-height: 250px;
    background-color: rgb(255, 255, 255);
    background-image: url("images/globe.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.dialogue h2 {
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;

    /*background: rgb(100, 100, 100);*/
    background: rgb(39, 73, 140);
    color: rgb(255, 255, 255);
    margin:0;
    margin-bottom: 10px;
    padding:5px;
    padding-left: 10px;
}

.section {
    -moz-border-radius-topleft:10px;
    -moz-border-radius-bottomleft:10px;    
    background: rgb(96, 119, 166);
    padding:5px;
    padding-top: 9px;
    padding-left: 10px;
    font-size: 12pt;
    color: rgb(255, 255, 255);
    margin: 5px 0px;
/*    opacity: 0.8;*/
}

.section_title {
    vertical-align: top;
}

/*.icon {
    margin-top: 2px;
}*/

.dialogue li {
    list-style-type: none;
    margin-left: 10px;
}

#authenticate {
    width: 200px;
}

.dialogue input[type=submit] {
    width: 60px;
    height: 30px;
    font-weight: bold;
    margin: 3px
    }

#balance_due {
    margin: 10px 0px;
    font-weight: bold;
}

#login_form {
    margin-left: 20px;
}