/* CSS Document * variation on wootton-style.css/

 /*normalizes margin, padding */ 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, the pre, form, fieldset, input,  blockquote, th, td
 {margin: 0; padding : 0; }
 
h1 {font-size: 24px;
    padding-top:40px;
	padding-left:34px;
	letter-spacing: 0.1em;
}


  /*normalizes font -size for headers */ 
h3, h4, h5, h6 
  {font-size  : 100%; } 
  
h2 {font-size:x-large;}	 
   
  /*removes list  -style from lists */ 
  ol, ul 
  {list-style:none;
  text-decoration:none;} 
  
   /*normalizes font -style and font-weight to normal */  
  address, caption, cite, code, dfn, em, strong, th, var 
  {font-style:normal; font-weight:normal;} 
  
   /* table line style */ 
   table  
   {border-collapse:collapse; border-spacing:0} 
   
  /* removes border from fieldset and img */ 
  fieldset, img 
  {border: 0;} 
  
  /* left - aligns text in caption and th */ 
  caption, th 
  {text-align: left;} 
  
   /*removes quotation marks from q */ 
   q:before, q:after 
   {content: ''; }
   
body {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	padding: 0;
	margin:0;
	min-width: 765px;
}
	
#container{
	width: 760px;
	height: 100%;
	margin-top: 20px;

	}
	
	
#wrapper {width: 760px;
          margin: 0 auto;
		  text-align:left;
}

#banner {height: 168px;
         position:relative;
		  }


#logo {position: absolute;
       top: 60px;
	   left: 280px;
	   z-index:100;}

#content {position: relative;
	  background-color:#FFFFFF;
	  width: 760px;
	  color:#000000;
}
/*.sideheading {font-size:large;}*/

#main-text {padding-top:20px;
            padding-left: 20px;}

/*#imagetable{margin-top:10px;
            position:absolute;
			left: 185px;
			clear:both;
     
            }*/
#orange-bar {background-color:#F6862F;
             position:relative;
			 width:760px;
			 height:1px;}			
			
#nav {
	width: 760px;
	position:relative;
	text-align:center;
	text-decoration:none;
	height: 16px;
	background-color:#000000;
	overflow:hidden;
	font-size:12px;
	color:#FFFFFF;
	max-width:100%;
	padding: 3px 9px 3px 0;
	  }
#nav li {display:inline;
		 overflow:hidden;
}
#nav ul li a {padding: 3px 9px 3px 9px; }	

#nav a:hover {color:#7bbef0;
}
.sub-nav li {display:inline;}
.sub-nav ul a { font-size:12px;
	text-decoration:none;
	max-width:100%;
	overflow:hidden;
	color:#F6862F;
	padding: 3px 9px 8px 0;
	display:inline;
	text-align:center;
	}	  
	  
#sub-nav-menu0, #sub-nav-menu1, #sub-nav-menu2, #sub-nav-menu3, #sub-nav-menu4, #sub-nav-menu5, #sub-nav-menu6, #sub-nav-menu7 { position:absolute;
               top: 290px;
			   width: 760px;
			   text-align:center;
	           text-decoration:none;
	           height: 16px;
			   display:inline;
			    }
	  #sub-nav {
	width: 760px;
	position:relative;
    height: 16px;
	background-color:#FFFFFF;
	border-bottom:#e0e0e0 thin solid;
	 border-top:#e0e0e0 outset;
	overflow:hidden;
	background-color:#f7f5f5;
    max-width:100%;
	
	  }
	  
	
          

#nav a {color:#FFFFFF;
        background-color:#000000;

		text-decoration:none;
	padding: 0 10px 0 10px;
			  overflow:hidden;}




#footer{

	  clear:both;
      position:relative;
	  font-size:10px;
	  border-top-color: #ECEAEA;
	  border-top-width:medium; 
	  border-top-style: solid;
	  text-align:left;
	  color:#000000;
	  text-decoration:none;
	  width:760px;
	  margin-top:2px;
}
#footer-menu{

	  clear:both;
	  margin-top:30px;
      position:relative;
	  font-size:10px;
      text-align:center;
	  width:760px;
}
#footer-menu a {color:#0033CC;
                text-decoration:none;}
		
#footer-text-right {text-align:right;
                    margin-top:-25px;
}
		
.tableimg {position:absolute;
        padding:1px;
		height:20px;
		width:20px;
}
.nochange a:hover img{width:194px;
           height:284px;}		

