@charset "UTF-8";
/* CSS Document */


html {height:100%;}

a img {border:0px;}

a.ftr:link {text-decoration:underline; color:#FFFFFF; }
a.ftr:visited {text-decoration:underline; color:#FFFFFF; }
a.ftr:active {text-decoration:none; color:#FFFFFF; }
a.ftr:hover {text-decoration:none; color:#FFFFFF; }

body {background-color:#000000;
	  background-image: url(images/homepage/wave_black.gif);
	  background-repeat: repeat;
	  text-align:center;
	  margin:0px;
	  padding:0px;
	  height:100%;
	  width:100%;
	  }
	   
.top {margin:auto; 
	  border:0px;
	  width:100%;
	  min-width:1100px;
	  background-image: url(images/subpage/top_slice_scroll.gif);
	  background-repeat:repeat-x;
	  }
	  
.btns {margin:0px;
	   border-bottom:4px solid #000000;
	   height:26px;
	   width:100%;
	   min-width:1100px;
	   background-color:#FFFFFF;
	   position:relative; 
	   top:-1px;
	   }
	   	  
.wrapper {width:900px;
	      background-color:#666666;
		  height:100%;
		  text-align:right;
		  margin:auto;
		  }
		  


.grey1 {background-color:#666666; width:900px; margin:auto;}

.grey1-shadow {width:940px; margin:auto; background-image:url(images/subpage/subpage-shadow1.png); background-repeat:repeat;}



.grey2 {background-color:#444444; width:1000px; margin:auto;}

.grey2-shadow {width:1040px; margin:auto; background-image:url(images/subpage/subpage-shadow2.png); background-repeat:repeat;}



.grey3 {background-color:#222222; width:1100px; margin:auto;}



.welcome {width:900px;
	   	  text-align:right;
	   	  margin:auto;
	   	  font-family:Arial, Helvetica, sans-serif;
	   	  font-size:16px;
		  font-weight:bold;
	   	  color:#FFFFFF;
		  position:relative;
		  top:20px;
	   	  }
		  
.bannar {width:900px;
	   	 text-align:left;
	   	 font-family:Arial, Helvetica, sans-serif;
	   	 font-size:14px;
		 font-weight:bold;
	   	 color:#FFFFFF;
	   	 }		  
	   
.copy {
	   text-align:left;
	   margin:auto;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:14px;
	   color:#FFFFFF;
	   position:relative;
	   top:15px;
	   }	   
	   
p#home-copy {line-height:140%;}

.footer {margin:auto;
		 position:relative;
	     height:40px;
		 text-align:center;
		 color:#FFFFFF;
		 background-color:#000000;
		 width:100%;
		 min-width:1100px;
		 }	
		 
.footer_table {width:900px;
			   margin:auto;
			   }		 
		    
table.contact td {font-family:Arial, Helvetica, sans-serif;
			   	  font-size:14px;
			   	  }		 
		 
.footer_home {position:fixed;
		 	  bottom:0px;
		 	  width:900px;
		 	  font:Arial, Helvetica, sans-serif;
		 	  font-weight:normal;
		 	  color:#FFFFFF;
		 	  }		 
		 
.grey_line {width:100%;
			min-width:1100px;
			height:3px;
			background-color:#FFFFFF;
			}
			
.grey_line_home {width:100%;
				 height:2px;
				 position:fixed;
				 bottom:45px;
				 background-color:#FFFFFF;
				 }
			
					 




