/* CSS Document */

/* Text Styles */

body {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
}
h1 {
	font-size: 22px;
	color: #333333;
}
p, ul {
	padding-bottom: 26px;
}
a, a:link, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
p a, p a:link, p a:visited, p a:hover, p a:active {
	text-decoration: underline;
}
address a:hover {
	text-decoration: underline;
}
blockquote {
	font-size: 18px;
	line-height: 24px;
}
.homepage {
	text-align: center;
}
.footer {
	text-align: center;
	font-size: 11px;
}

/* Common Layout */
.layout_clear {
	clear: both;
}
html {
	border-top: 8px solid #555555;
	background-color: #FFFFFF;
}
.page_background {
	background-image: url(images/body_background.jpg);
	background-repeat: repeat;
}
.page {
	background-image: url(images/background_top.jpg);
	background-repeat: repeat-x;
}

.header {
	width: 100%;
	height: 207px;
}
.ephraims_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 533px;
	position: relative;
	top: 50px;
}
.content {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
}
.content_left, .content_right {
	width: 421px;
	padding-left: 15px;
	padding-right: 15px;
}
.content_left {
	float: left;
}
.content_right {
	float: right;
}
.content_right .family_photo {
	text-align: left;
	width: 419px;
	margin-left: auto;
	margin-right: auto;
}
.content_right .family_photo img {
	border: 1px solid #FFFFFF;
}
.home_text {
	width: 554px;
	margin-left: auto;
	margin-right: auto;
}
.home_text hr {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-color: #C3C3C3;
	color: #c3c3c3;
	margin-top: 16px;
	margin-bottom: 14px;
}
blockquote
{
	padding-top: 14px;
	padding-bottom: 14px;
}
blockquote p
{
	padding-bottom: 0px;
}
.quote_start, .quote_end {
	font-size: 150%;
}
.care_homes {
	width: 878px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 46px;
}
.care_home_sprite {
	float: left;
	background-color: #EBEBEB;
	padding: 4px;
	border: 1px solid #C8C8C8;
	margin-left: 8px;
	margin-right: 8px;
}
.care_home_sprite.first {
	margin-left: 0px;
}
.care_home_sprite.last {
	margin-right: 0px;
}
a.allenbrook_sprite {
	background-image: url(images/allenbrook_sprite.jpg);
}
a.oriel_sprite {
	background-image: url(images/oriel_sprite.jpg);
}
a.shrubbery_sprite {
	background-image: url(images/shrubbery_sprite.jpg);
}
a.vicarage_sprite {
	background-image: url(images/vicarage_sprite.jpg);
}
a.allenbrook_sprite, a.oriel_sprite, a.shrubbery_sprite, a.vicarage_sprite {
	height: 183px;
	width: 196px;
	display: block;
	background-repeat: no-repeat;
}
a.allenbrook_sprite:hover, a.oriel_sprite:hover, a.shrubbery_sprite:hover, a.vicarage_sprite:hover {
	background-position: 0 -183px;
}

.footer {
	background-image: url(images/footer_background.png);
	background-repeat: repeat;
	height: 100px;
	width: 100%;
	padding-top: 13px;
}
.footer p {
	color: #666666;
	padding-bottom: 0px;
}

.footer p a, .footer p a:link, .footer p a:visited, .footer p a:hover, .footer p a:active {
	color: #666666;
	text-decoration: none
}
.footer p a, .footer p a:hover {
	color: #000000;
}
