#footer{
   background:url(../images/footerBG.gif) no-repeat;
   padding-top:10px;
   margin-bottom:50px;
     }

#footer .footerMenu{
   float:left;
   width:170px;
     }	 

#footer .footerMenu ul{
     list-style-type:none;
	 margin:10px 3px;
	 padding:0;
	 }
	 
#footer .footerMenu li{
     margin-bottom:2px;
	 }	
	 
#footer .footerMenu li a{
     color:#333;
	 text-decoration:none;
	 text-transform:capitalize;
     }	 
	 
	 
#footer #emailForm{
     
	 /*
	 position:absolute;
	 right:12px;
	 top:5px;
	 width:200px;
	 */
	 float:right;
	 margin:20px 0px 0px 0px;
	 width:170px;
	 z-index:10;
	 }
	 
	 	 
#footer #emailForm form{
     margin:0;
	 padding:0;
	 }
	 
#footer #emailForm .textBox{
     width:100px;
	 height:17px;
	 }	

