#mainmenu ul {
    margin: 0;
    padding: 0;
}

body {
   margin: 0;
   text-align: center;
   font-family: verdana, helvetica, sans-serif;
   line-height: 1.3em;
   color: #58524f;
   font-size: 10.5pt;
   background-color: #4E85A4;
   height: 101%;
}

iframe {
    border: 0;
}

sup {
    font-size: 65%;
}

h1 {
    margin-bottom: 25px;
    font-size: 1.4em;
}
h2 {
    margin-bottom: 20px;
    font-size: 1.3em;
}
h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

a, a:visited {
    text-decoration: none;
   color: #305A84;  
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

a {
    outline: none;
}

#mainmenu  ul {
    list-style-type: none;
}

.sub {
    font-size: 75%;
    position: relative;
    top: 0.2em;
}
.sup {
    font-size: 75%;
    position: relative;
    top: -0.2em;
}

div#pagewrapper {
    position: relative;
    text-align: left;
    width: 946px;
    margin-left: auto;
    margin-right: auto;
    background: url(/site_media/main/page_background.jpg) repeat-y;
}

div#headercontainer {
    position: relative;
    width: 946px;
    background: url(/site_media/main/header_background.jpg) no-repeat;
    height: 168px;
}

div#logo {
    position: relative;
    height: 60px;
    width: 187px;
    top: 43px;
    left: 35px;
}

#menustrip {
    position: absolute;
    top: 119px;
    height: 47px;
    padding: 0;
    margin: 0;
    width: 100%;
}

#mainmenu {
    float: left;
    margin-left:29px;
}

#mainmenu ul {
    margin:0;
    padding: 0;
}

#mainmenu ul li {
    float: left;
    margin: 0;
}

#mainmenu a {
    color: #d1e7f0;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 95%;
    margin-top: 0;
    margin-bottom: 0;
}

#mainmenu a.selected {
    font-weight: bold;
    color: #f7fbfd;
}

#mainmenu a.selected {
    font-weight: bold;
    color: #f7fbfd;
}

#mainmenu a:hover, #loginmenu a:hover {
    text-decoration: none;
    color: white;
}


#loginmenu {
    float: right;
    font-size: 90%;
    color: #d1e7f0;
    margin-right: 40px;
}

#loginmenu a {
    color: #d1e7f0;

}

#breadcrumbs {
    position: absolute;
    top: 148px;
    left: 40px;
    color: #a7a7a7;
    font-size: 75%;
}

#breadcrumbs a {
    color: default;
    color: #a7a7a7;
}

#contentcontainer {
    margin-top: 20px;
    margin-left: 23px;
    margin-right: 23px;
    line-height: 1.6em;
    font-size: 90%;
}




#main_content_area {
    margin-left: 40px;
    margin-right: 40px;
    float: left;
    margin-bottom: 40px;
}

.twocolumn #main_content_area {
    width: 550px;
}

#right_side_bar {
    float: right;
    width: 200px;
    margin-right: 30px;
}

#footerwrapper {
    clear: both;
    width: 946px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background: url(/site_media/main/footer_middle.jpg) repeat-y;
}

#footertop {
    width: 946px;
    height: 6px;
    background: url(/site_media/main/footer_top.jpg) no-repeat;
    clear: both;
}

#footer {
    width: 946px;
    text-align: center;
    font-size: 80%;
}
#footer p {
    margin: 0;
    padding: 0;
}

#footerbottom {
    width: 946px;
    height: 29px;
    background: url(/site_media/main/footer_bottom.jpg) no-repeat;
}

/*general table styles*/

table {
    font-weight: normal;
    font-size: 0.9em;
    color: #404040;
    border-style: none;
    border-spacing: 0px;
    margin-top: 0px;

    border-collapse: collapse;
}

td {
    border-top: 1px solid #ebebeb;
    padding: 0.4em 0 0.4em 0;
}

th {
    text-align: left;
    color: #a7a7a7;
    border-bottom: 1px solid #74adc7;
    padding: 0 0 0.4em 0;
    vertical-align: bottom;
    font-weight: normal;
}

/* general form styles */
form table {
    margin-bottom: 1em;
}
form table td{
    border: 0;
}
form label {
    margin-right: 10px;
}

/* nicebox styles */
.nicebox_grey1_inner {
    padding: 10px;
        text-align: left;
}

/*virtual metering styles*/
td.status_red, span.status_red{
    color: #d44e51;
    font-weight: bold;
}
td.status_amber, span.status_amber {
    color: #e7a04b;
}

.floorview iframe {
    width: 740px;
}

.floorview .databox .nicebox_grey1_outer {
    width: 460px;
}

.floorview table {
    width: 100%;
}
.floorview .infobox {
    width: 230px;
    float: right;
    font-size: 90%;
}

/* DEMO STYLES */

.NB {
    width: 400px;
    font-size: 85%;
}

div.data_supplied_by {
    float: right;
    width: 230px;
    font-size: 80%;
    text-align: right;
}

.data_supplied_by img{
    margin-top: 1em;
}

#singlecolumn {
    margin-left: 40px;
    margin-right: 40px;
}