@CHARSET "ISO-8859-1";

body {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #6F120D url(/images/background-pattern.jpg) repeat 0 0;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
}

#elr_site {
	width: 960px;
	position: relative;
	min-height: 97%;
	margin: 10px auto;
	background: #FFFFFF url(/images/content-texture.jpg) repeat 0 0;
	box-shadow: 0px 0px 50px 0 rgba(0, 0, 0, .7);
	border: 1px solid #000;
}

#elr_site > header {
	padding: 20px 0px;
	text-align: center;
}

#logo_container {
	background: transparent url(/images/header-logo-background.png) no-repeat 50% 50%;
}

#logo_container img {
	width: 200px;
	border: none;
}

#logo_container a {
	display: inline-block;
	margin: 0px 10px;
}

#top_nav {
	width: 540px;
	margin: 15px auto 0px;
}

#top_nav ul {
	list-style: none;
	width: 540px;
	height: 55px;
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 134px;
	height: 55px;
	text-indent: -999px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
}

#top_nav li.contact-link {
	width: 138px;
}

#top_nav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#top_nav li.home-link a {
	background-image: url(/images/nav-home-button.png);
}

#top_nav li.about-link a {
	background-image: url(/images/nav-about-button.png);
}

#top_nav li.services-link a {
	background-image: url(/images/nav-services-button.png);
}

#top_nav li.contact-link a {
	background-image: url(/images/nav-contact-button.png);
}

#top_nav li a:hover {
	background-position: 0px -60px;
}

#top_nav li.active-link a {
	background-position: 0px -120px;
}

article {
	position: relative;
	width: 860px;
	padding: 0px 50px 60px;
}

article h2 {
	text-align: center;
	color: #951723;
}

article img {
	display: block;
	margin: 20px auto;
}

strong {
	color: #951723;
}

dl.contact-list {
	float: left;
	margin-top: 0px;
	width: 100%;
}

dl.contact-list dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	color: #951723;
}

dl.contact-list dd {
	float: left;
	clear: none;
	margin-left: 10px;
}

#elr_site > footer {
	position: absolute;
	bottom: 0px;
	background-color: #FFFFFF;
	border-top: solid 1px rgba(111, 18, 13, .3);
	width: 100%;
	height: 50px;
	padding: 5px 0px;
	text-align: center;
}

#elr_site > footer p {
	font-size: .8em;
}


/*** Browser Hacks ***/
.ie8 #elr_site > footer, 
.ie7 #elr_site > footer {
	border-top: solid 1px rgb(111, 18, 13);
}

.ie7 #elr_site > footer {
	padding-top: 20px;
	height: 35px;
}

.ie7 article {
	padding-bottom: 70px;
}

.ie7 dl.contact-list {
	padding-bottom: 20px;
}

.ie7 dl.contact-list dd {
	width: 750px;
}