@charset "utf-8";
/* CSS Document */

body{font-family: 'Marcellus', serif; font-size: 16px; line-height: 24px; color: #4f504d;}

h1, h2, h3, h4, h5, h6 {
	}
	
h1 {
	font-size: 40px;
	padding: 30px 0 15px 0;
	}
	
h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 4px 0 5px 0;
	}
	
h4 {
	font-size: 18px;
	text-transform: none;
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: bold;
	}
	
	
.wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.logo {
	float: left;
	width: 300px;
	height: 108px;
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 0;
}

.logo h1 {
	padding: 0;
	margin: 0;
	}

.logo h1 a {
	display: block;
	width: 300px;
	height: 108px;
	background: url(/images/arbor_hills_logo.png) no-repeat;
	background-size: contain;
	padding: 0;
	margin: 0;
	}
	
.logo h1 span {
	display: none;
	}


.header{position: relative; background-color: #ffdfd0; padding-bottom: 15px; margin-bottom: 15px;}
.headerBorder{position: absolute; width: 100%; height: 10px; background-color: #85b065; top: 0; left: 0;}
.topButtons a {
	
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	background-color: #be5826;
	display: inline-block;
	color: white;
	text-align: center;
	width: 150px;
	padding: 3px 15px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 2px;
}
.topButtons a:hover {
	background-color: #85b065
}
.topButtons {
	float: right;
}
.headerAddress {
	float: right;
	color: #668f48;
	text-align: right;
	font-size: 16px;
	line-height: 25px;
	margin-top: 25px;
}
.navigation ul li {
	display: inline-block;
	text-transform: lowercase;
	
}
.navigation ul li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	padding: 5px 10px;
}
.navigation ul li a:hover {
	color: #ffba9a;
}
.navigation {
	text-align: right; background-color: #be5826; height: 35px;
}
.frontPageBox {
	padding: 25px;
	width: 285px;
	float: right;
	margin-top: 0;
}
.frontPageBox p {
	color: #34561a;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 21px;
}
.footerLeft {
	float: left;
	width: 300px;
}
.footerCenter {
	float: left;
	width: 330px;
	text-align: center;
}
.footerRight {
	float: right;
	width: 310px;
	text-align: right;
}
.footerTop {
	font-size: 14px;
	line-height: 27px;
	color: white;
	padding-bottom: 10px;
	padding-top: 25px;
}
.footerBottom {
	font-size: 11px;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: none;
}
.footer {
	text-transform: uppercase;
	color: white;
	background-color: #bd5421; border-bottom: 5px solid #85b065;
	
}
.footer a{color: #ffba9a;}
.footer a:hover{color: white;}
.greenButton{display: inline-block; background-color: #85b065; padding: 5px 10px; color: white; text-decoration: none; text-transform: uppercase;}
.greenButton:hover{background-color: #bd5421;}
.mapLocation{float: right; margin-top: 20px;}
.featuredImage{width: 280px; height: 195px; float: left; overflow: hidden; margin-right: 48px; position: relative;}
.featuredImage:nth-child(3){margin-right: 0;}
.featuredImage img {
	width: 100%;
	height: 100%;
	}
.frontPagePhotos{background-color: #bd5421; width: 100%; padding-top: 15px; padding-bottom: 15px; border-top: 4px solid #85b065; border-bottom: 4px solid #85b065;}
.features{padding-top: 10px; padding-bottom: 10px;}
.features ul{display: block; float: left; width: 50%;}
.features ul li {
	text-align: center;
	}
.features h2{text-align: center;}
h2{color: #bd5421; font-size: 25px; line-height: 45px;}



/*Style for mobile devices*/
@media (max-width: 500px) {
	
	h1 {
		font-size: 30px;
		}
	
	.wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
	.logo {
	float: none;
	position: static;
	width: 200px;
	height: 72px;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 25px 0;
}

.logo h1 a {
	display: block;
	width: 200px;
	height: 72px;
	background: url(/images/arbor_hills_logo.png) no-repeat;
	background-size: contain;
	padding: 0;
	margin: 0;
	}


.header{position: relative; background-color: #ffdfd0; padding: 0; margin: 0;}
.headerBorder{display: none;}
.topButtons a {
	
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	background-color: #be5826;
	display: inline-block;
	color: white;
	text-align: center;
	width: 150px;
	padding: 3px 15px;
	margin-left: 0;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 2px;
}
.topButtons a:hover {
	background-color: #85b065
}
.topButtons {
	float: none;
	position: static;
	margin: 0 auto;
}
.headerAddress {
	float: none;
	position: static;
	color: #668f48;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin: 25px auto 0 auto;
}
	
.navigation ul li {
	display: inline-block;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
	
}
.navigation ul li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	padding: 5px 10px;
}
.navigation ul li a:hover {
	color: #ffba9a;
}
.navigation {
	display: block;
	text-align: center;
	background-color: #be5826;
	height: auto;
	padding: 10px 0;
}
.frontPageBox {
	padding: 0;
	width: 85%;
	float: none;
	position: static;
	margin: 0 auto;
}
.frontPageBox p {
	color: #34561a;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 20px;
}
.footerLeft, .footerCenter, .footerRight {
		float: none;
		position: static;
		width: 100%;
		text-align: center;
		padding-bottom: 30px;
	}
.footerTop {
	font-size: 14px;
	line-height: 27px;
	color: white;
	padding-bottom: 10px;
	padding-top: 25px;
}
.footerBottom {
	font-size: 11px;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: none;
}
.footer {
	text-transform: uppercase;
	color: white;
	background-color: #bd5421;
	border-bottom: 5px solid #85b065;
	
}
.footer a{color: #ffba9a; margin-top: 25px;}
.footer a:hover{color: white;}
.greenButton{display: block; background-color: #85b065; padding: 5px 10px; color: white; text-decoration: none; text-transform: uppercase;}
.greenButton:hover{background-color: #bd5421;}
.mapLocation{float: none; margin: 0 auto; position: static;}
.featuredImage{width: 280px; height: 195px; float: left; overflow: hidden; margin-right: 48px; position: relative;}
.featuredImage:nth-child(3){margin-right: 0;}
.featuredImage img {
	width: 100%;
	height: 100%;
	}
.frontPagePhotos{display: none;}
.features{padding-top: 10px; padding-bottom: 10px;}
.features ul{display: block; float: none; position: static; width: 100%;}
.features ul li {
	text-align: center;
	}
.features h2{text-align: center;}
h2{color: #bd5421; font-size: 25px; line-height: 45px;}

}
