#footer{
	clear: both;
	position: relative;
}
#sitemap {
	padding-top: 10px;
	bottom: 0px;
	height: 200px;
	background-image:url('../images/Gradiant.gif');
	background-repeat:repeat-x;
	width: 100%;
	text-align: center;
}
#sitemap div{
	float: left;
	width: 15%;
	text-align: left;
	margin-left: 15px;

}
#sitemap div a{
	font-family: arial;
	font-size: 10pt;
	color: #444444;
	text-decoration: none;
}
#sitemap div a:hover{
	text-decoration: underline;
}

#sitemap div ul {
	list-style: none;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

#sitemap div ul a{
	font-size: 8pt;
	color: #888888;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#sitemap div ul a:hover{
	color:#444444;
	text-decoration: none;
}
#sitemap div ul li{
	padding: 0px;
	margin: 0px;
}

.contact_info {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding-top: 20px;
}
.rights {
	font-family: arial;
	font-size: 9pt;
	color: #BBBBBB;
}