@charset "utf-8";
/* The #wrapper holds all the content and makes things neat and tidy */
/* NOTE: I use 'Splash' and 'Hldr' in my # names to denote Splash page DIVs and 'HOLDERS' 'Content' refers to actual CONTENT in a DIV... */
ul, li {
    margin: 0;
    padding: 0;
}
#wrapper {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 683px;
}
/* The following are SPLASH PAGE 'holders' */
#SplashTopNavHldr {
    background-image: url(/design/SplashTopNavBarGray.gif);
    position: relative;
    height: 21px;
    padding-right: 10px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #666666;
}
#SplashNavHldr {
    float: left;
    height: 224px; /*314-90 padding = 224*/
    width: 275px;
    padding-top: 90px;
    /*position: relative;*/
    background-image: url(/design/SplashNavBG.gif);
    background-repeat: no-repeat;
    /*position: absolute;
    z-index: 50;
    left: 0;
    top:21px;*/
 }
#SplashRotateImageHldr {
    float: right;
    height: 314px; /*314*/
    width: 408px;
    /*position: relative;*/
    background-image: url(/design/SplashRotateImageHolder.jpg);
    background-repeat: no-repeat;
    overflow: hidden;

    
}
#SplashBlueBarHldr {
    float: right;
    height: 90px;
    width:683px;
    /*position: relative;*/
    background-image: url(/design/2749-spl-OBCBG.jpg);
    background-repeat: no-repeat;
}
#SplashFooterHldr {
    float: right;
    height: 103px;
    width: 683px;
    /*position: relative;*/
    background-image: url(/design/SplashFooterBG.gif);
    background-repeat: no-repeat;
}
/* The following are SPLASH PAGE content DIVs */
#TopNavText {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align:right;
    padding-top: 2px;
    
}
#TopNavText a {
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    font-family: "Arial Narrow", Arial, sans-serif;
}
#TopNavText a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-family: "Arial Narrow", Arial, sans-serif;
}
#spa_nav_wrapper {

}

#NavBarContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00457e;
    text-align:left;
    padding-top: 2px;
    padding-left: 0;
    /*overflow: hidden;*/

 
}
#NavBarContent UL {
    list-style-type: none;
    padding-top: 0px;
    margin-left: 5px;
    padding-left: 0;
    width: 125px;

}
#NavBarContent UL LI {
    position: relative;
    height: 25px; /*25*/
    margin-top: 5px;
    float: left;
    width: 125px;
}


/* code to hide hover overs*/
#NavBarContent ul li ul {
    visibility: hidden;
    position: absolute;
    z-index: 50;
    top: -6px;
    left: 120px;
    border: 1px solid #A9A9A9;
    width: 120px;
}
#NavBarContent ul li ul li {
    background: #cccccc;
    width: 120px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
    line-height: 20px;

}
#NavBarContent ul li ul li a{
    padding-left: 5px;
}
#NavBarContent ul li ul li a:hover {
    padding-left: 5px;
    color: #ffffff;
}
#NavBarContent li:hover ul,
#NavBarContent li:hover li:hover ul {
    visibility: visible;
}
#NavBarContent li:hover li ul,
#NavBarContent li:hover li:hover li ul {
    visibility: hidden;
}

#NavBarContent ul li a {
    color: #00457e;
    text-decoration: none;
    font-size: 12px;
    /*display: block;*/
}
#NavBarContent ul li a:hover {
    color: #cccccc;
    text-decoration: none;
    font-size: 12px;
}

#SplashBlueBarContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00457e;
    padding-top: 52px;
    text-align: left;
}
#SplashBlueBarContent UL {
    list-style-type: none;
    margin-left: 0px;
}
#SplashBlueBarContent UL LI {
    display: inline;
}
#FooterContent {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    text-align:center;
    margin-top: 25px;
}
#FooterContent a {
    color: #000000;
    text-decoration: underline;
}
#FooterContent a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* The following are INTERIOR PAGE 'holders' */
#IntTopLogoHldr {
    background-image: url(/design/2749-int-OBCBG.jpg);
    position: relative;
    height: 100px;
    background-position: bottom;
    background-repeat: no-repeat;
}
#IntLeftNavHldr {
    float: left;
    height: 216px;
    width: 162px;
    /*position: relative;*/
    background-image: url(/design/IntNavLeftBG.gif);
    background-repeat: no-repeat;
}
#IntMainContentHldr {
    float: right;
    width:521px;
    /*position: relative;*/
    background-image: url(/design/IntGrayLineBG.gif);
    background-repeat: no-repeat;
    background-position: 3px 10px;
}
#IntFeaturedProductHldr {
    float: left;
    height: auto;
    width: 159px;
    /*position: relative;*/
    background-image: url(/design/IntFeatProductBG.gif);
    background-repeat: no-repeat;
    clear: left;
    background-position: 5px top;
}
#IntFeaturedProductContent {
    height: 238px;
    width: 159px;
    /*position: relative;*/
    margin-top: 30px;
}
/* The following are INTERIOR PAGE content DIVs */
#IntTopLogoContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00457e;
    padding-top: 48px;
    padding-left: 375px;
    align:right;
}
#IntTopLogoContent UL {
    list-style-type: none;
    margin-left: 0px;
}
#IntTopLogoContent UL LI {
    display: inline;
}
#IntMainContentContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 1px;
    text-align: left;
    padding-left: 20px;

}

/*
#IntMainContentContent IMG {
    clear: right;
    float: right;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
}

*/

#IntMainContentContent H1 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    color: #00457e;
    text-align: left;
    text-indent: 20px;
    font-weight: normal;
}
#IntMainContentContent H2 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: left;
    text-indent: 20px;
    line-height: 5px;
    font-weight: bold;
}
#IntMainContentContent H3 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    text-indent: 22px;
    color: #666666;
}
#IntMainContentContent H4 {
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-indent: 20px;
    line-height: 5px;
}

#IntMainContentContent p {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
}
#IntMainContentContent .headline {
    color: #00457e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
#IntMainContentContent a {
    /*display: block;*/
    color: #000000;
    text-decoration: underline;
}
#IntMainContentContent a:hover {
    color: #0000FF;
    text-decoration: none;
    /*list-style-position: inside;*/
}
#IntMainContentContent UL {
    list-style-position: inside;
    padding-left: 25px;
}
#IntMainContentContent .bullet UL {
    list-style-image: url(/design/bullet.png);
    list-style-position: inside;
    line-height: 20px;
    margin-left:0;    
    padding-left:20;
}
#IntMainContentContent .bullet UL LI {
    line-height: 20px;
    list-style-position: inside;
}    
#IntMainContentContent LI {
    line-height: 16px;
    list-style-position: outside;
    margin-left:0;    
    padding-left:0;
}
#IntMainContentContent UL LI UL {
    line-height: 16px;
    padding-left: 35px;
    list-style-position: inside;
}
#IntNavBarContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00457e;
    text-align:left;
    padding-top: 2px;
    margin-left: 5px;
}    
#IntNavBarContent UL {
    list-style-type: none;
    margin-top: 0px;
    line-height: 28px;
    width: 125px;
    
}
#IntNavBarContent UL LI {
    position: relative;
    width: 120px;
    height: 30px; /*25*/ 
    float: left;
}
/* code to hide hover overs*/
#IntNavBarContent  ul li ul {
    visibility: hidden;
    position: absolute;
    z-index: 50;
    top: -1px;
    left: 120px;
    border: 1px solid #A9A9A9;
    width: 120px;
}
#IntNavBarContent ul li ul li{
    background: #cccccc;
    width: 120px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    border-width: 1px;
    border-color: #000000;
}
#IntNavBarContent ul li ul li a{
    padding-left: 5px;
}
#IntNavBarContent ul li ul li a:hover {
    padding-left: 5px;
    color:#ffffff;
}
#IntNavBarContent li:hover ul,
#IntNavBarContent li:hover li:hover ul {
    visibility: visible;
}
#IntNavBarContent li:hover li ul,
#IntNavBarContent li:hover li:hover li ul {
    visibility: hidden;
}
#IntNavBarContent ul li a {
    color: #00457e;
    text-decoration: none;
    font-size: 12px;
    /*display: block;*/
}
#IntNavBarContent ul li a:hover {
    color: #cccccc;
    text-decoration: none;
    font-size: 12px;
}
/* This CSS was lovingly written and organized by Ryan Williams in February, 2008... please keep it as neat and tidy as possible */