/*foot*/
.footer { 
	width:970px;
	line-height:20px;
	float:left; 
	padding:2px 0px;
	border-top:1px solid #fff; 
	color:#999;
	background: Window;
}

.footer a, .footer a:link, .footer a:visited { color: #3D3D3D; }

.footer a:hover { color: #3D3D3D; }

/* navigation foot menu */
#foot_menu
{
	width: 100%;
	height: 28px; 
  	border-bottom: 12px solid;
  	color: #fff;
  	background: #DCDCDC; 
}

#foot_menu ul{margin: 0px auto;   } 

#foot_menu li
{ float: left; 
  margin: 0px 0px 2px 0px; 
  padding: 0px;
  list-style: none inside inherit;
  list-style-type: circle;
  white-space: nowrap;
  color: White;
} 

#foot_menu li a 
{ 
  display: block; 
  float: left; 
  height: 28px;
  text-decoration: none; 
  padding: 5px 8px 0 8px;
  text-transform: uppercase;
  font-size: 9pt;
  border-right: 0px inset;
  white-space: nowrap;
} 

#foot_menu li a:hover
{ background: transparent;
  color: #808080;
  border-color: #808080;
}

/* foot logo */
#foot_logo
{
 	padding: 2px 0px 0px 180px;
  	float: left;
  	background: White;
}

#foot_address
{ padding: 2px 130px 0px 0px;
  float: right;
  text-align: left;
  background: White;
}

#foot_address p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
}




