@charset "utf-8";
/* CSS Document */

.footerWrapper {
	position: relative;
	margin: 0px;
	border: 0px;
	padding: 0px;
	bottom: -130px;
	/* top: 170px; */
	/* top: 100; */
	width: 1020px;
	/* top: -100px; */
	left: 50%;
	margin-left: -510px;
	/* height: 200px;
	/* z-index: 2; */
}

.peakDistrict01 {
	/* clear: left;
	float: left; */
	position: absolute;
	width: 130px;
	height: 130px;
	/* left: 25px;
	top: 20px; */
	/* font-size: 36px;
	font-weight: bold;
	color:#009; */
	background-image: url(../images/peakcollage01.gif);
	
}

.footNav {
	font-family: Tahoma, Geneva, sans-serif, Arial, Helvetica, sans-serif;
	width: 500px;
	color: #000;
	position: absolute;
	top: 80px;
	left: 290px;
}

.footNav a {
	text-decoration: none;
	color: #009;
}

.address {
	position: absolute;
	right: 0px;
	width: 120px;
	font-size: 10px;
	text-align: right;
	color: #006;
	/* right: 0px; */
}

.footerNet {
	color: #F00;
}


.peakDistrict02 {
	/* float: left; */
	/* position: relative; */
	position: absolute;
	left: 190px;
	top: 20px;
	width: 700px;
	text-align: justify;
	/* top: 104px;
	left: 10px; */
	font-size: 32px;
	font-weight: bold;
	color:#009;
}

.copyright {
	/*  clear: both; */
	position: absolute;
	/* float: right; */
	top: 130px;
	left: 20px;
	font-size: 10px;
	color: #009;
	/* top: 3px;
	right: 40px; */
}

.footerBar {
	height: 200px;
	width: 100%;
	background-color: #6D98DF;
	background-image: url(../images/texture_00005_footer.jpg);
	background-repeat: repeat-x;
	/* position: absolute;
	/* left: 0px; */
}


