﻿/*****************************************************************************************************************/
/*                                                                                                               */
/* footer.css                                                                                                    */
/*                                                                                                               */
/* Contains css for the footer section:                                                                          */
/*                                                                                                               */
/*****************************************************************************************************************/
#footer
{
	clear: both;
	
	font: 12px/90% Arial, Sans-Serif;
	
	border-top: solid 1px #ff6700;
	padding-top: 10px;
	position: relative;
	list-style-type: none;
	width: 96%;
	
	z-index: -10;
}

#footer li
{
	float: left;
	margin-right: 20px;
}

#footer #director
{
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}

#footer a
{
	display: block;
	background: url(../image/email.gif) no-repeat left 90%;
	padding-left: 19px;
	color: #0d56a6;
	text-decoration: none;
	height: 14px;
}