@charset "utf-8";
/* CSS Document */

.footer {
width: 1000px;
margin-left: 50px;
margin-right: 50px;
background-color:#FFFFFF;
background-image:url(../images/background/shadow-bot.gif);
background-position:bottom;
background-repeat:no-repeat;
float:left;
}
.footer-links {
position: relative; 
background-image:url(../images/background/stratford-logo.gif);
height: 50px;
background-position:right;
background-repeat: no-repeat;
width: 840px;
	margin-left: 130px;
	margin-right: 30px;
	margin-top: 40px;

}
.footer-links-text {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-links-text a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.footer-links-text a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.footer-links-text a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.footer-links-text a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.footer-address {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 10px;
	margin-left: 130px;
	margin-right: 30px;
	margin-bottom: 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	vertical-align: bottom;
	color: #999999;
}
.footer-address a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.footer-address a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.footer-address a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.footer-address a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}

