﻿@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body { 	
	text-align:center;
	font-size:12px;
	font-family:arial, Helvetica, sans-serif; 
	
}
#container{
	position:relative;
	margin:0px auto;
	width:1000px;
	text-align:left;
	overflow:hidden;
	
}
#top{ float:left;
      width:1000px;
	  height:158px;
	  background:url(../images/navtop.jpg) no-repeat;
	  }
#menu{ float:left;
       width:1000px;
	   height:40px;
	   background:url(../images/navmenu.jpg) no-repeat;
	   overflow:hidden;

	   }
#nav { width:785px;
       height:39px;
	   margin-left:109px;
	 
	   }
#nav ul{ list-style-type:none;}
#nav ul li{ width:98px; height:39px;
            float:left; 
			}
#nav ul li a{ display:block;
              width:98px;
			   height:39px; 
			   font-size:16px; 
			   font-weight:bolder; 
			   text-align:center;
			    padding-top:10px;
				}				   		
#nav ul li a:link{ background: url(../images/navlink.jpg) no-repeat;
                   color:#056b2c; 
				   text-decoration:none; 
				   }		
#nav ul li a:visited{ background: url(../images/navlink.jpg) no-repeat; 
                      color:#056b2c;
					  text-decoration:none;
					  }	
					  
					  
#nav ul li a:hover{ background: url(../images/navhover.jpg) no-repeat;
                    color:#FFFFFF;
                    text-decoration:none;
					}
					
#nav ul li.cur a{	 background: url(../images/navhover.jpg) no-repeat;
                     color:#FFFFFF;
					  text-decoration:none;
					  }	
				   			   
	   
#bg1{ width:1000px;
       height:25px;
	   float:left;
	   background:url(../images/navbg1.jpg)	 no-repeat;
	   }		 	
		   
#middle { float:left;
          width:1000px;
          text-align:center;
		 
		  }
#footer{ width:1000px;
         height:200px;
		 float:left;
		 clear:both;
		 background:url(../images/navfooter.jpg) no-repeat;
		 }	
		  			  