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

.wrapper {
	background: url(img/map_wallpaper.jpg) repeat-x top;
	min-height: 743px;
}

.header {
	height: 129px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.contactInfo h2 {
	padding-top: 40px;
}

.center_back {
	background: url(img/fp_back.jpg) no-repeat left top;
	min-height: 503px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.center {
	background: none;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

.center .content {
	background: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: none;
	width: 750px;
	height: 503px;
}

.center .content ul.locations {
	list-style:none;
	float: left;
	width: 300px;
	height: 300px;
	padding: 0;
	
}

.center .content ul.locations li {
	position: relative;
	padding: 0;
	margin: 0;
}

.center .content ul.locations li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #c60000;
	font-weight: bold;
	text-decoration: none;
}

.center .content ul.locations li.burlington {
	left: 187px;
	top: 45px;
}
.center .content ul.locations li.burlington a:hover {
	color: #FF0000;
}


.center .content ul.locations li.smokey-point {
	left: 200px;
	top: 72px;
	width: 200px;
}
.center .content ul.locations li.smokey-point a:hover {
	color: #FF0000;
}

.center .content ul.locations li.monroe {
	left: 215px;
	top: 85px;
}
.center .content ul.locations li.monroe a:hover {
	color: #FF0000;
}


.center .content ul.locations li.cottage-lake {
	left: 205px;
	top: 93px;
	width: 200px;
}
.center .content ul.locations li.cottage-lake a:hover {
	color: #FF0000;
}


.center .content ul.locations li.covington {
	left: 205px;
	top: 135px;
}
.center .content ul.locations li.covington a:hover {
	color: #FF0000;
}


.center .content ul.locations li.bonney-lake {
	left: 204px;
	top: 145px;
	width: 200px;
}
.center .content ul.locations li.bonney-lake a:hover {
	color: #FF0000;
}


.center .content ul.locations li.graham {
	left: 175px;
	top: 150px;
}
.center .content ul.locations li.graham a:hover {
	color: #FF0000;
}


.center .content h1 {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #2d2c23;
	text-align: center;
	line-height: 30px;
	padding-right: 70px;
	padding-top: 30px;
	font-weight: lighter;
}

.center .content h2 {
	float: right;
	clear: right;
	text-transform: uppercase;
	padding-top: 23px;
	padding-right: 67px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	width: 320px;
}

.center .content h3 {
	float: left;
	clear: left;
	font-weight: bold;
	color: #25608a;
	width: 750px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.center .content ul.features1 {
	float: right;
	clear: right;
	font-size: 13px;
	padding-right: 63px;
	padding-top: 25px;
	color: #235f89;
	width: 320px;
	list-style: disc;
}

.center .content ul.features1 li {
	padding-bottom: 0;
}

.center .content .features1 .first {
	font-weight: bold;
}

.center .content .select_location {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;	
	clear: both;
	width: 300px;
	float: left;
	padding-top: 33px;
	padding-left: 75px;
	padding-bottom: 25px;
}

.center .content .features2 {
	float: left;
	clear: both;
	padding-left: 13px;
	color: #25608a;
	font-size: 13px;
	width: 232px;
	font-size: 12px;
}

.center .content .features3 {
	float: left;
	width: 300px;
	color: #25608a;
	font-size: 13px;
	padding-left: 15px;
	font-size: 12px;
}

