﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Unofficial Channels
Description: A two-column, fixed-width design with a bright color scheme.
Version    : 1.0
Released   : 20120723
*/





#slider #imageSliderNav a.activeSlide
{
  background-image: url(/images/imageSliderNavBlackSelected.png);
        background-position: center center;
        background-repeat: no-repeat;

  


}
#slider {
  overflow: auto;
  width: 100%;
  clear: both;
  padding-left:26px;
}
  #slider #imageSlider{
    padding: 0px;
    width: 960px;
    position:relative;
    height:304px;
  }
    #slider .imageSlide{
      padding: 0px;
      width: 960px;
background-color:transparent;
    }
      #slider .imageSliderInfo{
          padding-left:10px;
          padding-right:10px;
          padding-top:10px;
          padding-bottom:10px;
        color: #444;
        position:absolute;
        bottom: 40px;
        left: 20px;
                width: 450px;
        margin-right: 9px;
        background-image:url(/images/transparent-black-bg.png);
        line-height: 20px;
      }
        #slider .imageSliderInfo h2{
          color: #fff;
          font-size: 15px;
          display:none;
        }
                #slider .imageSliderInfo h1{
                    text-transform:none;
          color: #fff;
          font-size: 15px;
          font-weight:bold;
        }
        #slider .imageSliderInfo p{
          color: #ffffff;
          font-size: 13px;
          margin-bottom:0px;
        }
        #slider .imageSliderInfo a{
          color: red;
          font-size: 13px;
          margin-bottom:0px;
          float:right;
        }
      #slider .imageSliderImage{
        float: left;
        padding: 0 0 0 0;
        padding-top:4px;
        padding-bottom: 20px;
        margin-left: 0px;
        /*background: url(/images/imageSliderImageBg.png) top center no-repeat;*/
        
        height: 280px;
        width:960px;
      }
        #slider .imageSliderImage img{
          border: 1px #cbcbcb solid;
          /*box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.7);*/
        }
    #slider #imageSliderNav{
      /*float: left;*/
      z-index:1000;
      position:absolute;
      right:35px;
      bottom:35px;
      overflow: auto;
      text-align: left;
      
      
      /*width: 200px;*/
    }
      #slider #imageSliderNav a{
        background-image: url(/images/imageSliderNavBlack.png);
        background-position: center center;
        background-repeat: no-repeat;
        /*background-color: #dee4e4;*/  
        text-indent: -9000px;
        display: inline-block;
        height: 20px;
        width: 20px;
      }
        #slider #imageSliderNav a.activeSlide{
        }







* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #383838;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 10pt;
	line-height: 1.8em;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background-image:url(/images/bg_overlay.png);
    background-repeat:no-repeat;
    background-position:top center;
    background-color:#f5f5f5;
    /*background: #f5f5f5;*/
	color: #000;
}

br.clear {
	clear: both;
}

h1,h2,h3,h4 {
	/*text-transform: uppercase;*/
	font-weight: normal;
	letter-spacing: -1px;
}

h2,h3,h4 {
	margin-bottom: 10px;
	font-family: Arvo, serif;
	color: #000000;
}

strong {
	color: #000000;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

img.top {
	margin: 8px 0 20px 0;
}

p {
	margin-bottom: 1.25em;
}

ul {
	margin-bottom: 1.25em;
}

.date {
	background: #222222;
	color: #ffffff;
	font-size: 0.75em;
	padding: 2px;
	display: inline-block;
	width: 45px;
	text-align: center;
	margin-right: 1em;
}

.imageList {
	list-style: none;
}

.imageList li {
	clear: both;
}

.box {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#bg1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 542px;
	/*background: #ccc;*/
	z-index: 1;
	/*box-shadow: inset 0px 280px 60px 0px rgba(0,0,0,0.3);*/
}

#bg2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 243px;
	/*background: #262626;*/
	z-index: 2;
	/*box-shadow: inset 0px 10px 60px 0px rgba(0,0,0,0.7);*/
}



#banner {
	position: relative;
	width: 1012px;
	height: 320px;
    /*border: 1px solid red;*/
        background-image:url(/images/bg_shadow.png);

	/*box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);*/
}

#banner .captions {
	position: absolute;
	right: 0;
	top: 105px;
	text-shadow: 2px 2px 0px rgba(0,0,0,1.0);
}

#banner .captions h2 {
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	padding: 28px;
	margin: 0;
}

#banner .captions h3 {
	background: rgba(10,127,153,0.8);
	color: #ffffff;
	padding: 28px;
	margin: 0;
}

#content {
	width: 680px;
	margin: 0 0 0 270px;
	padding: 0;
   
}

#MainBottom
{
    background-image:url(/images/MainBottom_bg.png);
    background-position:top center;
    background-repeat:no-repeat;
    height:40px;
}
#FooterContainer
{
    background-image:url(/images/footer_bg.png);
    background-position:top center;
    background-repeat:repeat-x;
    height:218px;
   
}
#copyright {
	padding: 40px 0 80px 0;
	text-align: center;
	color: red;
    /*background: black;*/
}

#copyright a {
	color: #777777;
}

#header {
	position: relative;
	padding: 28px;
	height: 100px;
	/*background: #0a7f99;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px -40px 60px 0px #005B6D;
	border-bottom: solid 1px #003B47;*/
}

#BannerTopRight {
    font-size:13px;
	position: absolute;
	top: 25px;
	right: 16px;
    text-align:right;
	height: 60px;
    width:400px;
    line-height:20px;
    /*background-image:url(/images/funfacts.png);
    background-repeat:no-repeat;
    background-position:center right;*/
}
     #FunFactContainer, .FunFact 
    {
        background-color:transparent;
    }

#logo {
	position: absolute;
	top: 0;
	left: 28px;
	height: 138px;
	line-height: 138px;
    border:0px solid white;
}

#logo a {
	text-decoration: none;
}
    #logo img
    {
        border: 0px;
    }

#logo h1 {
	font-size: 2.25em;
	font-family: Arvo, serif;
}
#FooterFix
{
    position:absolute;
    bottom:32px;
    left:270px;
    border: 0px solid red;
    width:10px;
    height:20px;
    background-color:white;
}
.Banner
{
   text-align:center;
}
#main {
	position: relative;
	/*padding: 60px 28px 0px 28px;*/
	padding-left:26px;
    padding-right:26px;
    margin-bottom:0px;
    width: 960px;
    background-image:url(/images/bg_shadow_main.png);
    
    	/*background: #ffffff;*/
	/*box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);*/
    
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 0px 0 0px 0;
	
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}
#breadcrumb
{
    position:absolute;
    z-index:1000;
    top:440px;
    left:18px;
}
#breadcrumb ul {
    
	list-style: none;
}

    #breadcrumb ul li span
    {
    }


#breadcrumb  ul li {

	display: block;
    float:left;
    
    padding-left:8px;
    font-size:11px;
    

}

    #breadcrumb ul li a
    {
        padding-right:10px;
        background-image: url(/images/breadcrumbsplitter.png);
        background-repeat: no-repeat;
        background-position:center right;
        color:#5a5a5a;
    }
#footerNavigation
{
    
}
#FooterSitemap

{
    
    margin:  0px auto 20px auto;
    padding-top:20px;
	/*padding: 0 28px 0 28px;*/
	width:960px;
	height: 54px;
	line-height: 20px;
	/*margin: 0 0 28px 0;*/
	/*background: red;*/
	font-size: 0.9em;
   position:relative;
   
   
	/*border-bottom: solid 1px #009FBF;
	border-top: solid 1px #1098B3;
	box-shadow: inset 0px -10px 40px 0px #005B6D;*/
}
#FooterSitemap ul {
    
    height:20px;
	list-style: none;
}

    #FooterSitemap ul li span
    {
        width: 110px;
    }


#FooterSitemap  ul li {

    width:110px;
	display: block;
    float:left;
    
	/*padding: 0 12px 0 12px;*/

 min-width: 115px;
 margin-right:5px;

}
#FooterSitemap  ul li ul li {
    font-size:11px;
    padding-left:15px;
    width:110px;
	display: block;
    float:left;
    
    
	/*padding: 0 12px 0 12px;*/
    background-image:url(/images/reddot.png);
    background-repeat:no-repeat;
    background-position:  5px 10px;

 min-width: 110px;

}
#FooterSitemap a.navigation span
    {
        line-height:20px;

    }
#FooterSitemap a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;

    line-height:25px;
    
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	/*padding: 0 28px 0 28px;*/
	width: 980px;
	height: 54px;
	line-height: 40px;
    margin-left:16px;
	/*margin: 0 0 28px 0;*/
	/*background: red;*/
    background-image: url(/images/topmenu_bg.png);
    background-repeat:no-repeat;
	font-size: 0.9em;
	/*border-bottom: solid 1px #009FBF;
	border-top: solid 1px #1098B3;
	box-shadow: inset 0px -10px 40px 0px #005B6D;*/
}

    #nav a.navigation span
    {
        line-height:40px;

    }
#nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;

    line-height:40px;
    
}

#nav ul {
    width: 980px;
    height:40px;
	list-style: none;
}

#nav ul li {
	display: block;
    float:left;
	/*padding: 0 12px 0 12px;*/

 min-width: 122px;
 text-align:center;
 background-image:url(/images/topmenu_splitter.png);
 background-repeat:no-repeat;
}

#nav ul li.first, #nav ul li.home  {
	padding-left: 0;
    background:none;
}


#nav ul li.current {
    line-height:40px;
     background-image:url(/images/topmenu_selected.png);
}#nav ul li.currentFirst {
    line-height:40px;
     background-image:url(/images/topmenu_selected_first.png);
}
#nav ul li.currentLast {
    line-height:40px;
    min-width:124px;
     background-image:url(/images/topmenu_selected_last.png);
     background-position-x: 2px;
    
}
#outer {
	position: relative;
	z-index: 3;
	width: 1012px;
	margin: 20px auto 0 auto;
	/*background: #ffffff;*/
	/*box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);*/
}

#search {
	position: absolute;
	top: 0;
	right: 28px;
	height: 138px;
	line-height: 138px;
}

#search input.text {
	padding: 10px 40px 10px 10px;
	background: #ffffff url(images/search.png) top right no-repeat;
	border: 0;
	width: 250px;
	color: #777;
}

#sidebar {
	width: 250px;
	float: left;
	padding: 0;
    /*border-right: 1px solid #cbcbcb;*/
    
}

#sidebar ul {
	margin-bottom:0px;
    
}

    #sidebar .lv1 li
    {
        /*border-top: solid 1px #d1d1d1;*/
    }

#sidebar .lv1 li {
    padding-left:12px;    
}
#sidebar .lv2 li {
    padding-left:12px;    
}
#sidebar .lv3 li {
    padding-left:12px;    
}
#sidebar .lv4 li {
    padding-left:12px;    
}

 #sidebar  a.selected
    {
        font-weight:bold;
    }

    #sidebar .lv2 li,     #sidebar .lv3 li,  #sidebar .lv4 li 
    {
    background-image:url(/images/reddot.png);
    background-repeat:no-repeat;
    background-position:  5px 10px;
    }


#main #content
{
   /* border:1px solid green;*/
}

