@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#AddressBox {
	display: block;
	width: 300px;
	float: left;
	height: 150px;
}
#LocationMap {
	float: left;
	height: 250px;
	width: 650px;
}

a {
	text-decoration: none;
	color: #2BA9D2;
}
a:hover {
	color: #333;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background-image: url(../designs/bodyBG.jpg);
	background-repeat: repeat-x;
	letter-spacing: 1px;
}
p {
	display: block;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}

.clear {
	clear: both;
}
#Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#PageWrapper {
	background-image: url(../designs/pageFooter.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#Content {
	display: block;
	background-color: #FFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	clear: both;
}
#ContentFooter {
	height: 127px;
	background-image: url(../designs/ContentFooterBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#ContentFooter #FollowUs {
	display: block;
	float: right;
	height: 110px;
	width: 220px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
}

#ContentFooter #Links {
	display: block;
	height: 125px;
	width: 750px;
	float: left;
}
#ContentFooter #Links ul {
	display: block;
	height: 125px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ContentFooter #Links ul li {
	display: block;
	float: left;
	width: 150px;
	height: 125px;
}
#ContentFooter #Links ul li ul {
	display: block;
	height: 100px;
}
#ContentFooter #Links ul li ul li {
	height: 20px;
	padding-left: 10px;
	width: 140px;
}
#ContentFooter #Links ul li ul li a {
	font-size: 11px;
	color: #1F470A;
}
#ContentFooter #Links ul li ul li a:hover {
	color: #FF9;
}
#ContentFooter #Links ul li h4 {
	color: #14840E;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#FollowUs #FollowUsTitle {
	height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background-color: #FFF;
	color: #900;
}
#FollowUs #Icons {
	display: block;
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
#FollowUs #Icons a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../designs/facebook.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#FollowUs #Icons a:hover {
	background-position: center 10px;
}
.childPage {
	width: 700px;
}
