body {
    margin: 0; padding: 0;
    background-color: #666666;
    background-image: url('/assets/images/page_bg.gif');
    background-position: top center;
    background-repeat: repeat-y;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #666;
}

a { color: #36c; text-decoration: none }
a:hover { text-decoration: underline }

#wrap {
    width: 955px;
    margin: 0 auto;
    padding-bottom: 48px;
}

#header {
}

#sidenav {
    width: 204px;
    float: left;
}

#main {
    width: 516px;
    float: left;
    padding: 12px 10px 0 10px;
}

#sidebar {
    width: 195px;
    float: left;
    padding: 12px 10px;
    color: #c93;
}

#wrap:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

#global-navigation {
    margin: 0; padding: 0;
    list-style-type: none;
    text-align: right;
    padding: 12px 10px;
    font-family: verdana, arial, helvetica, sans-serif;
}

#global-navigation li { margin-top: 8px; }

#global-navigation li ul li {
    list-style-type: none;
    margin-top: 0;
    font-size: 9px;
    line-height: 11px;
    margin-top: 3px;
}

.subnav-menu {
    display: none;
}

a.nav:link, a.nav:visited {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
a.nav:hover { color: #666 }

a.subnav:link, a.subnav:visited
    { color: black; text-transform: none; text-decoration: none }
a.subnav:hover { color: white }

body#sectionTeamwork li#navTeamwork a.nav { color: black }
body#sectionTeamwork li#navTeamwork a.nav:hover { color: #666 }
body#sectionTeamwork li#navTeamwork ul.subnav-menu {
    display: block;
}

body#sectionUaLocal393 li#navUaLocal393 a.nav { color: black }
body#sectionUaLocal393 li#navUaLocal393 a.nav:hover { color: #666 }
body#sectionUaLocal393 li#navUaLocal393 ul.subnav-menu {
    display: block;
}

body#sectionContractors li#navContractors a.nav { color: black }
body#sectionContractors li#navContractors a.nav:hover { color: #666 }
body#sectionContractors li#navContractors ul.subnav-menu {
    display: block;
}

body#sectionTrainingCenter li#navTrainingCenter a.nav { color: black }
body#sectionTrainingCenter li#navTrainingCenter a.nav:hover { color: #666 }
body#sectionTrainingCenter li#navTrainingCenter ul.subnav-menu {
    display: block;
}

body#sectionActivities li#navActivities a.nav { color: black }
body#sectionActivities li#navActivities a.nav:hover { color: #666 }
body#sectionActivities li#navActivities ul.subnav-menu {
    display: block;
}

#legal {
    margin: 0; padding: 0;
    text-align: right;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 9px;
    line-height: 12px;
    margin-top: 24px;
}

#legal p { margin: 0 }

#legal a { color: white; text-decoration: none }
#legal a:hover { color: black }

h1 {
    font-size: 15px;
    line-height: 23px;
}

body.homeShell h1 {
    padding-top: 8px;
    font-size: 26px;
}

h2 {
    font-size: 13px;
    line-height: 18px;
}

.error { color: red }

.smallcopy { font-size: 10px; line-height: 13px; }
.tinycopy { font-size: 9px; line-height: 11px }

.imgRt { float: right; margin-left: 12px; margin-bottom: 4px; }
.imgLt { float: left; margin-right: 12px; margin-bottom: 4px; }

.image-caption { display: inline }
.image-caption img { display: block }
.image-caption p { margin: 0; padding: 0; margin-top: 4px; }