/* Links */

* {	font-family: Arial, Helvetica, sans-serif; }
.map_link{background-color: #ffffff; text-decoration: none; font-size: 12px; font-weight: normal; }
.map_link:hover {background-color: #ffffff; text-decoration: none; font-size: 12px; font-weight: bold; }
#footer {
	width:100%;
	height:50px;
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #45484d 0%,#000000 100%);
	border-top:2px solid #222;	
	font-weight:normal;
	font-size:15px;
	color:#fff;
	line-height:3.5em;
	text-align:center;
}

.right {
	float:right;
	margin-right:2%;
}

.left {
	float:left;
	margin-left:2%;
}
