slider, aside, footer, header, main, nav, section {
  display: block;
}

html, body, h1, h2, h3, ul, li, a, p, 
slider, aside, footer, header, main, nav, section {
  padding: 0;
  margin: 0;
}


.banner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
    background: rgb(206,220,231); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 */
    color: white;
}

body {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #374449;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  
}

nav {
  margin-top: 5px;
}


section {
  background-color: #bbbbbb;
  margin-top: 10px;
  padding: 5px;
}

#slider {
    width: 960px;
    height: 200px;
    overflow: hidden;
    
}

#slider .slides {
    display: block;
    width: 12000px;
    height: 200px;
    margin: 0;
    margin-top: 6px;
    padding: 0;
}

#slider .slide {
    float: left;
    list-style-type: none;
    width: 490px;
    height: 200px;
    margin-right: 5px;
}

#mainBanner {
    display: none;
    width: 960px;
    height: 200px;
    overflow: hidden;
}

main {
  width: 960px;
  margin-top: 6px;
  margin-bottom: 10px;
  background-color: #C0C0C0;
  
}


footer {
  clear: both;
  background-color: #20416c;
  color: white;
  padding: 5px 20px;
  float: right;
}

img {
    width: 480px;
    height: 200px;
}

.list { }
.list ul {
        list-style-type: none;
        margin-left: 5px;
        }
.list ul li { line-height:40px; 
            background: url("../images/check.png") no-repeat left ;
            padding: 0px 0px 0px 35px;
            cursor: context-menu;
                    
		             -webkit-transition: all 0.12s ease-out;
		             -moz-transition: all 0.12s ease-out;
		             -o-transition: all 0.12s ease-out;
        }
.list ul li:hover {
        background: #004080;
         -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); text-shadow: 2px 2px 2px #333; 
        color: #eee;
    }        

    .tab ul {
    margin: 0;
    padding: 0;
    }
    .tab ul li {
        list-style-type: none;
        display: inline-block;
        text-transform: lowercase;
        background: #0b1828;
        margin: 0px;
        padding: 5px;
        border-radius: 8px 8px 0px 0px;
         
        color: #eee;
                    
		             -webkit-transition: all 0.12s ease-out;
		             -moz-transition: all 0.12s ease-out;
		             -o-transition: all 0.12s ease-out;
        
        font-size: 14px;
        cursor: pointer;

    }
    .tab ul li:hover {
        color: #eee;
        background: #004080;
         -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); text-shadow: 2px 2px 2px #333; 
    }

    .tab ul li.active {
        color: #fff;
        background: #004080;
    }

    .tab-panels .panel {
        display:none;
        background: #e2e7e9;
        padding: 30px;
        border-radius: 0px 0px 10px 10px;
    }

    .tab-panels .panel.active {
        display:block;
    }
#YouTube  {
    background-color: #df1c31;
    color: #eee;
    padding: 5px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
            -moz-transition: all 0.2s ease; /* Firefox */
            -o-transition: all 0.2s ease; /* IE 9 */
            -ms-transition: all 0.2s ease; /* Opera */
            transition: all 0.2s ease;
}

#YouTube:hover{
      background-color: #84111d;
      color: #eee;
      -webkit-transform:scale(1.1); /* Safari and Chrome */
            -moz-transform:scale(1.1); /* Firefox */
            -ms-transform:scale(1.1); /* IE 9 */
            -o-transform:scale(1.1); /* Opera */
             transform:scale(1.1);
    }   
#Facebook  {
    background-color: #306199;
    color: #eee;
    padding: 5px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
            -moz-transition: all 0.2s ease; /* Firefox */
            -o-transition: all 0.2s ease; /* IE 9 */
            -ms-transition: all 0.2s ease; /* Opera */
            transition: all 0.2s ease;
}

#Facebook:hover{
      background-color: #18304b;
      color: #eee;
      -webkit-transform:scale(1.1); /* Safari and Chrome */
            -moz-transform:scale(1.1); /* Firefox */
            -ms-transform:scale(1.1); /* IE 9 */
            -o-transform:scale(1.1); /* Opera */
             transform:scale(1.1);
    }
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 100px;
  left: 230px;
  position: absolute;
  top: 110px;
  width: 180px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}    