﻿  #Container {
        width:100%;
        min-width:1200px;
        text-align: center;
        }
        #Container .row{
        margin-left:0px;
        margin-right:0px;
        }
        #header {
          height:60px;
          width:100%;
        }
      
        #header ul {
        margin-left:100px;
        list-style:none;
        }
       #header ul li{
       float:left;
       }
     
       #header ul li img{
       width:210px;
       height:73px;
       }
       #header ul li h4{
       line-height:60px;
       width:130px;
       margin-left:5px;
       margin-right:5px;
       text-align:center;
       color:#333;
       }
        #header ul li a:hover h4{
        color:#ff6a00;
        cursor:pointer;
        }
        #header ul li a:hover{
        color:#ff6a00;
        cursor:pointer;
        }


        .licarousel {
        margin-top:21px;
        }
        
        
        #bottom {
        background-color:#333;
        width:100%;
        height:250px;
        }
        #content {
        width:50%;
        margin:0 auto;
        }
        #content ul{
        margin:0;padding:0;
        width:33%;
        margin-top:15px;
        list-style:none;
        float:left;
        
        }
        #content ul li h4,h6{
        color:white;
        text-align:left;
        font-weight:bold;
        padding-left:45%;
        }
        #footer{
        padding-top:25px;
        text-align:center;
        clear:both;
        height:30px;
        color:white;
        font-size:12px;
        font-weight:100;
        color:#808080;
        }

