/* --------------------------------------------------------------------- */
/* Header
/* --------------------------------------------------------------------- */
#header {
    margin-top: 10px;
    height: 63px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: url(/site2/images/header/nav_bg.png);
}

#header .logo { display: inline; width: 136px; float: left; }

.nav-menu { float: right; width: 740px; position: relative; top: 35px; display: inline; }
.nav-menu li { 
    float: left;
    list-style: none;
    padding: 3px 60px 4px 10px;
    background-image: url(/site2/images/header/divider.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
    font-weight: bold;
    font-family: "Myriad Pro", Verdana, sans-serif;
    color: #373737;
}
.nav-menu li:hover { cursor: pointer; }

#sub_nav { float: left; width: 206px; padding: 20px 0 10px 4px; margin-right: 30px; }
#sub_nav .sub_section { padding-bottom: 20px; }
#sub_nav .sub_heading { 
    height: 20px;
    background-image: url(/site2/images/site/divider.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    margin-bottom: 6px;
}
#sub_nav .sub_link, #sub_nav a, #sub_nav a strong, #sub_nav a:link, #sub_nav a:visited, #sub_nav a:active {
    text-decoration: none;
    color: #818181;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    padding-bottom: 6px;
}
#sub_nav a:hover {
    text-decoration: underline;
    color: #818181;
}

#gallery-2 {
    height: 105px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    bottom: 1px;
}

#pager-2 {
    z-index: 998;
    position: relative;
    left: 447px;
    margin-top: -35px;
    padding-bottom: 10px;
    top: 1px;
}

#pager-2 a {
    background-position: center 12px;
    background-repeat: no-repeat;
    background-image: url(/site2/images/site/inactive.png);
    height: 16px;
    width: 33px; 
    outline: 0 none;
    text-decoration:none;
    float: left;
    padding: 15px 4px 4px 5px;
    color: #ff6a06; 
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}
#pager-2 a:link, #pager-2 a:strong { color:#ff6a06; }
#pager-2 a:hover, #pager-2 a.activeSlide {
    text-decoration: none;
    background-position: center 12px;
    background-repeat: no-repeat;
    background-image: url(/site2/images/site/active.png);  
}
