body {
	 
      -webkit-font-smoothing: antialiased;
      font: normal 15px/1.5 "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
      color: #000;
      
	  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:auto;
	background-color:#CCC;
	
	
	}
	a:link {
	color: #666;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #666;
	}
	a:hover {
	text-decoration: none;
	color: #000;
	}
	a:active {
	text-decoration: none;
	color: #000;
	} 
	
	h4{
		text-transform:uppercase;
		font-size:140%;
		color:#005c93;
		display:inline;
		font-weight:normal;}
	h3{
	text-transform:uppercase;
	font-size:330%;
	color:#999;
	display:inline;
	font-weight:normal;
	letter-spacing:-2px;}
	
	h5{
		font-size:140%;
		color:#005c93;
		display:inline;
		font-weight:normal;}
}	
		
	
	#top{
	width:1000px;
	height:198px;
	
	}
	
	.top-bar { background-image:url(../images/top.jpg);
	height:168px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
	#content{
		height:1000px;
		width:1000px;
		background-color:#FFFFFF;
	}
	
	
	#content_long{
		
		width:1000px;
		background-color:#FFFFFF;
	}
	
	#bottom{
		background-color:#FFFFFF;
		display:inline;
		width:1000px;
	}
	
	
	.footer{
		
		width:1000px;
		font-size:85%;
		background-image:url(../images/bottom.png);
		background-repeat:no-repeat;
		background-position:center;
		height:135px;
	}
	
	.footer_content{
		background-color:#FFFFFF;
		width:1000px;
		font-size:85%;
		background-image:url(../images/bottom_content.png);
		background-repeat:no-repeat;
		background-position:center;
		height:157px;
	}
	
	.copyright{
		width:1000px;
		font-size:70%;
		height:30px;
	
	
	}
	
   #slides {
	 
	   height:460px;
      display: none;
    }

    #slides .slidesjs-navigation {
      margin-top:15px;
	  
	  
	 
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(../images/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
		
      margin: 15px 0 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #015c93
    }

    .navbar {
      overflow: hidden
    }
 
   End SlidesJS Optional

   SlidesJS Required: These styles are required if you'd like a responsive slideshow 
  
    #slides {
	
      display: none
    }

    .container {
		
		
      margin: 0 auto;
	  	
    }

   

    /* For larger displays */
    
      .container {
	
	width: 1000px;
	height: 450px;
      }
    
  .container #slides a_link {
	  padding:0 0 0 0;
}