﻿td, p, .normal, .Normal {font-size: 13px;line-height: 140%;}



h1, h2, h3, h4, h5, h6 {
    display:block;
    color: #333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 20px; letter-spacing:1px; margin: 5px 0 5px 0;}
h2 { font-size: 18px; letter-spacing:1px; margin: 5px 0 5px 0;}
h3 { font-size: 16px; letter-spacing:1px; margin: 5px 0 5px 0;}
h4 { font-size: 14px; letter-spacing:1px; margin: 5px 0 5px 0;}
h5 { font-size: 13px; letter-spacing:1px; margin: 5px 0 5px 0;}


/* Module titles */
.Head {
    display:inline-block;
    margin-bottom:6px; 
    border-bottom:1px solid #ddd; 
}





/*========================================================================*/
/* TOP BAR                                                                */
/*========================================================================*/
.topBar, .footerBar {
    background-color: #555555;
  
}



ul.topNav {
    width: auto;
    padding: 5px 0;
    margin: 0;   
    list-style: none;
}


.topNav li  {
     float: left;  
    border-left: 1px solid #ccc; 
}

.topNav li:first-child  {
    border-left: 0px solid #ccc;  
}

.topNav li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #d8d8d8;
    font-size: 0.8em;
}

.topNav li a:first-child {
    border-left: 0px solid #ccc; 
}

.topNav li a:hover {
    text-decoration: underline;
    color: #d8d8d8;
}




/*========================================================================*/
/* HEADER BAR                                                             */
/*========================================================================*/   
.socialBox{
    width: 80px;
}



#searchBox {
    display:block;
    margin-top: 19px; 
}

/*========================================================================*/
/* SOCIAL LINKS                                                           */
/*========================================================================*/   
ul.socialLinks {
    width: auto;
    float: right;
    padding: 5px 0;
    margin: 0;   
    list-style: none;
}

.socialLinks li  {
    float: left; 
    width: 26px;
	height: 26px;
    margin: 0 0 0 16px;
    line-height: 25px!Important;
}

.socialLinks li.facebook  {
    background: url(img/social-icons.png) no-repeat -14px -7px;  
}

.socialLinks li.facebook:hover  {
    background: url(img/social-icons.png) no-repeat -54px -7px;  
}

.socialLinks li.twitter  {
    background: url(img/social-icons.png) no-repeat -14px -48px;  
}

.socialLinks li.twitter:hover  {
    background: url(img/social-icons.png) no-repeat -54px -48px;  
}

.socialLinks li.rssfeed  {
    background: url(img/social-icons.png) no-repeat -14px -88px;  
}

.socialLinks li.rssfeed:hover  {
    background: url(img/social-icons.png) no-repeat -54px -88px;  
}

.socialLinks li a {
    display: block;
    text-indent: -999px;
    font-size: 0px;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 187px;
    height: 26px;
    margin-top: 20px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 26px;
        width: 26px;
        margin: 0;
        padding: 0;
        background: #333 url('img/search.png') no-repeat center center;
        text-indent: -9999px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }



    #search a.SearchButton:hover {
        background: url('img/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('img/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('img/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('img/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('img/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('img/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('img/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 26px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 26px;
    font-size: 12px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border-left : 1px solid #b6b6b6; 
    border-top : 1px solid #b6b6b6;
    border-right : 0px solid #b6b6b6; 
    border-bottom : 1px solid #b6b6b6;  
   
}

 



.headerWrapper{
    margin-top: 10px;
    margin-bottom:10px;
}

.bannerWrapper {
    height:auto;
    max-height: 320px;
    margin-bottom: 20px;
}



.copyrightBar{
    background-color: #6f6f6f;
    padding: 10px 0 10px 0;
    line-height: 20px;
}

.copyrightBar .wsLink a, .copyrightBar .loginLink a {
color: #d8d8d8;
font-size: 0.8em;
}


/*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged. If you don't want this, delete this segment of the CSS
and delete the corresponding segment of bst.js
*/

 .navbar {
        position: relative;
        min-height: 42px;
        margin-bottom: 18px;
        border: 1px solid transparent;
    }

    .navbar-inverse {
        border: 1px solid #b6b6b6;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
         -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 0;
         border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        background-color: #f6f6f6;
        background: -moz-linear-gradient(top, #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/ );
        background: -webkit-gradient(linear, left top, left bottom, color-stop( /*{c-bhover-background-start}*/,#f6f6f6), color-stop( /*{c-bhover-background-end}*/,#e0e0e0));
        background: -webkit-linear-gradient(top, #f6f6f6 /*{c-bhover-background-start}*/,#e0e0e0 /*{c-bhover-background-end}*/ );
        background: -o-linear-gradient(top, #f6f6f6 /*{c-bhover-background-start}*/,#e0e0e0 /*{c-bhover-background-end}*/ );
        background: -ms-linear-gradient(top, #f6f6f6 /*{c-bhover-background-start}*/,#e0e0e0 /*{c-bhover-background-end}*/ );
        background: linear-gradient(to bottom, #f6f6f6 /*{c-bhover-background-start}*/,#e0e0e0 /*{c-bhover-background-end}*/ );
    }

     .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: 1px;
    }


       .navbar-inverse .navbar-nav > .hovernav > a {
        color: #333333;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background: #555555;
         border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

 .dropdown-menu > .active > a,
 .dropdown-menu > .active > a:hover,
 .dropdown-menu > .active > a:focus,
 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover
  {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #7A7A7A;
}

 .navbar-inverse .navbar-nav > li > a,
 .navbar-inverse .navbar-nav > li > a:hover,
 .navbar-inverse .navbar-nav > li > a:focus,
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover  {
    color: #333333;
}

@media (min-width: 768px) {
     /* BEGIN HOME ICON */
        .navbar-inverse .navbar-nav > li.first {
            margin: 10px 5px 5px 10px;
            padding: 0;
            background: url("img/btn_home.png") no-repeat -11px -11px;
            width: 29px;
            height: 20px;
            text-indent: -9999px;
            overflow: hidden;
        }

            .navbar-inverse .navbar-nav > li.first:hover {
                background: transparent url("img/btn_home.png") no-repeat -11px -51px;
            }

            .navbar-inverse .navbar-nav > li.first a:hover {
                background-color: transparent;
                border: 0;
            }

            .navbar-inverse .navbar-nav > li.first a {
                background: transparent !important;
            }
    /* END HOME ICON */

   .navbar-nav .caret {
        display: none;
    }

    .navbar-nav .open ul {
        display: none;
    }

    
   

  

    .navbar-inverse .navbar-nav > .hovernav:hover > a,
    .navbar-inverse .navbar-nav > .hovernav:hover > a:hover,
    .navbar-inverse .navbar-nav > .hovernav:hover > a:focus {
        color: #fff;
        background: transparent;
    }

    .navbar-inverse .navbar-nav > li:hover {
        background: #555555;
    }

    .navbar-nav .hovernav:hover > .dropdown-menu {
        display: block;
    }
}

/* -- END NAVBAR -- */






/*Websystem Fix Style for DNN Controlbar*/
#ControlBar, #ControlBar *, .actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*stop fading on hover in edit mode*/ 
.dnnEditState .DnnModule { 
opacity: 1.0!important; 
} 

.language-object {
	padding-top:15px;
}

/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }


/*--------- Scroll Top Style ----------*/
#top-link { background:url(images/scroll_top.png) no-repeat scroll center top ; border: 0 none;  bottom:30px; right: 10px; display:block; height:50px; padding:0; width:50px; position: fixed; text-decoration: none; z-index: 903; outline:none;}
#top-link:hover { background:url(images/scroll_top.png) no-repeat scroll center -51px;  -webkit-transition: all 0.2s ease-in 0s; -moz-transition: all 0.2s ease-in 0s; -o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s;}


/*--------- Bootstrap Overrides ----------*/
.alert-info {
background-color: transparent!important;
border-color: transparent!important;
color: #333!important;
}


.btn-primary {
	background-color: #555!important;
}

.btn-primary:hover {
	background-color: #666!important;
}