/* Shared */
#title {
	text-align: center;
	font-size: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* Shared */
#linkBar { 
	background-color: 99FF33;
	font-size: 27px;
	text-align: center;
	word-spacing: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: .1em solid black;
}
/* Shared */
a {
	color: black;
}
a:hover {
	text-decoration: none;
}
/* Shared */
.whatPage {
	font-size: 2.5em;
	text-align: Center;
	padding-top: 27px;
	padding-bottom: 18px;
	text-decoration: underline;
}
/* Contact Us */
.contactparagraph {
	height:240px; /* matches #pic's height */
	float:center;
	text-align:left;
	text-indent: 30px;
	font-size: 25px;
}

/* Contact Us */
.contactdivpic {
	text-align: right;
	float: left; 
}
/* Contact Us */
.contactpic {
	height: 240px;
	width: 320px;
}

/* Locations */
#Ivy {
	text-align: center;
	float:left;
	width: 50%;
}
/* Locations */
#ChestNutHill {
	text-align:center;
	float:right;
	width: 50%;
}

#map {
	display: block;
	margin: 0 auto;
}

/* Locations */
.locadr {
	font-size: 20px;
}

/* Services */
.ServiceInfoDiv {
	font-size: 20px;
	width: 50%
}

/* Services */
#servpic1 { /* W:H 1:.64 base=250*/
	height: 160px;
	width: 250px;
	padding-right: 10px;
}

/* Services */
.servpics1and3 {
	float: left;
	width: 50%;
	text-align: right;
}

/* Services */
.servpics2and4 {
	float: right;
	width: 50%;
	text-align: left;
}

/* Services */
.servpic2and4 { /* W:H 1:.64 base=250*/
	height: 160px;
	width: 250px;
	padding-left: 10px;
}

/* Services */
#puzzlepic { /* W:H .64:1 base=300*/
	height: 300px;
	width: 192px;
	padding-left: 10px;
	padding-top: 55px;
	float: right;
}

#puzzleDiv {
	width: 50%;
	display: block;
	margin: 0 auto;
}

/* Home */
.HomeBody {
	text-align: center;
	font-size: 20px;
}

/* Home */
.HomeParagraphs {
	font-size: 20px;
}

/* Home */
.outsideHouseDiv {
	float: left;
	width: 50%;
	text-align: right;
}
/* Home */
#outsideHouse { /* W:H 1:.64 base=250*/
	height: 201px;
	width: 350px;
	padding-right: 20px;
	padding-top: 74px;
}

/* Home */
.insideHouseDiv {
	float: right;
	width: 50%;
	text-align: left;
}

/* Home */
.insideHouse { /* W:H 1:.75 base=350*/
	height: 350px;
	width: 262px;
	padding-left: 10px;
}

/* Home */
#homeBottomPic {
	float: right;
	height: 190px;
	width: 300px;
	padding-right:25px;
}

/* Home */
#homeBottomPicDiv {
	float: left;
	width: 50%;
}

/* Home */
#homeBottomDiv {
	width: 50%;
	display: block;
	margin: 0 auto;
	width: 600px;
	
}
