@media print {
    
    /* Removes Links URLs after Text with Links */
    a[href]:after {
        content: none !important;
      }
    
    #interiorHeader { margin-top: 50px; }
    
    #topMenu {color:#eee;font-size:14px;}
    #theMenu { position: relative; display: block; }
    #topMenu #theMenu a {color:#fff;margin: 0 4px;border-bottom:1px transparent;  padding: 0 10px;}

    .top_menu2 {
        display: block;
    }

    #header { position:relative;z-index:3000;background:#192731 url(graphics/buildout/img/header_split.png) repeat-x;}
    #header-bg-l {position:relative;z-index:0;background:#192731;height:100px;margin-bottom:-100px;width:30%;float:left;}
    #header.fixed {display:none;position:fixed;top:-42px;width:100%;/*background: rgba(25,39,49,.8);*/}
    #header.fixed #logo img { position:relative;top:-97px;}
    /*#logo img, #header {transition: all 0.5s ease; }*/

    #logo {float:left;z-index:3000;position:relative;overflow:hidden;height:100px;}
    
    .menuButton { display: none; }

    #topMenu {position:relative;background: #394A58;height: 44px; line-height: 44px; text-align: right;}
    #topMenu a {transition: all 0.5s ease; }
    #theMenu {display:inline;}
    
    #socialIcons { display: none; }

    #site_search {float:right;height:40px;color:#0097CD;z-index:2;position:relative;}
    #site_search span {font-size:24px;margin-left: 10px;line-height: 42px;padding:0 5px;}
    #site_search:after { clear: both; }
    
    #site_search.active_search, #site_search:hover {border-radius:0; color: #fff !important; }
    #search_button { cursor: pointer;}
    #search_box_form { display: none; position: absolute; right: 40px; top:0px; height:40px; width:282px; }
    .searchbox { position: absolute; right: 0px; top;0px; width: 280px; height:32px; text-align:left; line-height: 32px; padding: 4px 10px; background: #ccc; border: 0px; font-size:14px; outline: none; color: #999;    }
    
    .relat {position:relative;}
    #bigLogo {position:absolute;left:10%;top:30%;max-width:80%;}
    
    .dropmenu {width:auto; font-family: 'Open Sans';font-size:15px;}
    .dropmenu > li.hasChildren > ul { display: none; }

    img {max-width:100%;}
    #interiorContent h1,#interiorContent h2,#interiorContent h3,#interiorContent h4 {line-height:1.5em;}
    h1,h3 {font-family: 'Voltaire', sans-serif; text-transform:uppercase;font-size: 30px;color:#0097CD;}
    h1 {color:#3B4F58;}
    h2 {font-size:28px;margin:10px 0;}
    h4 {font-size: 18px;font-weight: bold;}
    h5 {font-family: 'Voltaire', sans-serif; text-transform:uppercase;font-size: 32px;color:#3d515a;}
    p,ul,div {line-height:1.5em;}
    #interiorContent p {margin: 10px 0;}
    #interiorContent ul {margin-left:20px;margin-bottom:10px;}
    #interiorContent h3 {font-size:20px;font-family: 'Open Sans';color:#333;}
    
    .container { width: 100%; }
    
}