@charset "utf-8";
/* CSS Document */
	/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;			
	width:100%;
	text-align:center;
	background-color: #202020;
	background-image: url(../img/page_bg1.gif);
	background-repeat: repeat-x;
	font-size: 100%;
	}
	
  
 
 /* TOP FEATURE PANEL*/

#featurepanel {
	width: 980px;
	height:242px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position:relative;
	float:left;
	text-align:center;

	}	



#content_text {
	position:relative;
	width: 380px;
	height:238px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:right;
	/*background-color: #009999;*/
	}


#content_text h1{
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
	}
	
#content_text h2{
	margin: 0px 0px 12px 0px;
	padding: 0px 20px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
	}

#content_text  p{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #ffffff;
	text-align:justify;
	}
      
    #wrapper {
	width: 980px !important
	height:238px;
	position:relative;
	float:left;
	top:0px;
	left:0px;
	overflow:hidden;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	   /*background-color: #000099;	 */
   }  
     
       #mask {  
           width:500%;  
          height:238px;  

     
       }  
     
       .item {  
          width: 20%; 
           height:238px;  
          float:left;  
 
      }  

       
        
	         .content {
	width:964px;
	height:218px;
	margin:8px auto 10px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	background-image: url(../img/top_photo5.jpg);
	background-repeat: no-repeat;
	border: 3px solid #FFFFFF;
	text-align:center;
      } 
	  
	  
	         .content2 {
	width:964px;
	height:218px;
	margin:8px auto 10px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	background-image: url(../img/top_photo1.jpg);
	background-repeat: no-repeat;
	border: 3px solid #FFFFFF;

      } 
       
		         .content3 {
	width:964px;
	height:218px;
	margin:8px auto 10px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	background-image: url(../img/top_photo2.jpg);
	background-repeat: no-repeat;
	border: 3px solid #FFFFFF;
      } 
	  
	  	         .content4 {
	width:964px;
	height:218px;
	margin:8px auto 10px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	background-image: url(../img/top_photo3.jpg);
	background-repeat: no-repeat;
	border: 3px solid #FFFFFF;
      }  
	  
	  
	  	  	         .content5 {
	width:964px;
	height:218px;
	margin:8px auto 10px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	background-image: url(../img/top_photo4.jpg);
	background-repeat: no-repeat;
	border: 3px solid #FFFFFF;
      } 
       .selected {  
 
          font-weight:700;  
       }  
  
      #panel_links {
	width:980px;
	height:22px;
margin:0px;
padding:0px;
	float:left;
	position:relative;
	background-color: #363636;

	   
   }  
 
         #panel_links ul{
	list-style:none;
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	height: 22px;
	line-height: 22px;	   
   }   
   
        #panel_links li{
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left:16px;
	height: 22px;
	line-height: 22px;	   
   }  
    
        #panel_links a{
	font-size: 0.75em;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
   } 
   
  
          #panel_links a:hover{
	text-decoration:underline;
   } 
       .clear {  
           clear:both;  
       }  