.clear {
    clear: both;
}

body { 
    background: #f4f4f2;
}

#content {
    clear: both;
    border-top: 4px solid #ec151c;
}

#container, #footer {
    min-width: 959px;
    width: 96%;
    max-width: 1209px;
    background: url(../images/body-shade.png) right top repeat-y;
    padding-right: 29px;
    position: relative;
}

html, body, #container {
    height: 100%;
}

body > #container {
    height: auto;
    min-height: 100%;
}

#content {
    padding-bottom: 194px;
}  /* must be same height as the footer */

#footer {
    position: relative;
    margin-top: -135px; /* negative value of footer height */
    height: 135px;
    clear: both;
    width: 96%;
    padding-right: 29px;
} 

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
} /* End hide from IE-mac */

#branding {
    overflow: hidden;
    background: url(../images/branding-bg.png) 0 0 repeat-x;
}

#branding-logo {
    width: 330px;
    height: 126px;
    background: url(../images/logo-bg.png) 0 0 no-repeat;
    float: left;
}

#branding-logo h1 {
    background: transparent url(../images/logo.gif) no-repeat scroll 0 0;
    width:330px;
    height: 126px;
    text-indent:-9999px; /* Hack for hiding the text */
}

#branding-tagline {
    width: 369px;
    height: 126px;  
    background: url(../images/tagline-bg.png) 0 0 no-repeat;
    float: left;
}

#trento-arms {
    width: 175px;
    height: 86px;
    float: right;
    background: url(../images/arms-header.png) 0 0 no-repeat;
}

#tools {
    clear: right;
    float: right;
}

#tools span {
    float: left;  
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    vertical-align: middle;
}

#tools-access {
    float: left;
    margin-right: 6px;
}

#tools-access ul li a {
    margin: 0 2px 0 5px;
    width: 13px;
    float: left;
    border: 1px solid #8c8c8c;
    background: #525252;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-family: Verdana, sans-serif;
}

a.largeFont {
    font-size: 16px;
    height: 15px; 
}

a.medFont {
    height: 12px;
    padding-top: 3px;
    font-size: 12px;
}

a.smallFont {
    font-size: 9px;
    height: 10px;
    padding-top: 5px;
}

.input-date {
    width: 80px;
}

#tools-access ul li a.curFont {
    border-bottom: 2px solid red;
}

#nav {
}

#nav-main {
    float: left;
}

#nav-main ul li {
    margin-right: 3px;
    padding: 10px 0 8px 0;
    float: left;
    width: 136px;
    text-align: center;
    background: url(../images/menu-bg.png) 0 0 repeat-x;
    text-transform: uppercase;
}

#nav-main ul li.active-menu {
    background: url(../images/amenu-bg.png) 0 0 repeat-x;
}

#nav-main ul li a {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

#nav-supp {
    float: right;
    margin-right: 6px;
}

#nav-supp ul li {
    float: left;
    margin: 12px 0 0 17px;
}

#nav-supp ul li a {
    font-family: Arial, sans-serif;
    font-size: 100%;
    text-decoration: none;
    color: #000000;
}

/* footer */
#nav-footer {
    background: url(../images/footer-l.png) left bottom repeat-x;
    padding-left: 13px;
    position: relative;
}

#nav-footer img {
    position: absolute;
    top: 37px;
    right: 18px;
}

#nav-footer ul {
    height: 62px;
    background: url(../images/footer-r.png) right bottom no-repeat;
    overflow: hidden;
    width: 100%;
}

#nav-footer ul li {
    float: left;
    margin-right: 10px;
    margin-top: 24px;
}

#nav-footer ul li a {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 75%;
    color: #000000;
}

#siteinfo {
    background: #ffffff;
    height: 59px;
    font-family: Arial, sans-serif;
    font-size: 80%;
    padding-left: 13px;
    padding-top: 14px;
}

#siteinfo p {
    line-height: 135%;
}

/* sub menu */
#nav-sub-menu {
    float: left;
}

#nav-sub-menu ul li {
    margin: 3px 0 3px 0;
    padding: 10px 0 8px 3px;
    width: 220px;
    text-align: left;
    background-color: #99585a;
}

#nav-sub-menu ul li.active-menu {
    background-color: #ca2429;
}

#nav-sub-menu ul li a {
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
}
