@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html, body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #0F6332;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 980px;
	min-height: 100%;
	margin-bottom: -77px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
} 

#header {
	height: 274px;
}


/*Begin Navigation*/

#navigation {
	background-image: url(images/navbar.jpg);
	height: 46px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FC3;
}


/*End Navigation*/

#content_middle {
	background-image: url(images/content_middle.png);
	background-repeat: repeat-y;
        min-height: 550px;
	position: relative;
}
#homepage_photos {
	height: 317px;
	width: 472px;
	position: absolute;
	left: 20px;
	top: 10px;
}
#homepage_imagelinks {
	width: 472px;
	position: absolute;
	left: 20px;
	top: 327px;
}
#homepage_imagelinks img {
	padding-right: 5px;
	padding-left: 5px;
}
#homepage_text {
	height: 520px;
	width: 440px;
	position: absolute;
	right: 25px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 32px;
	top: 25px;
	color: #666;
}
#pages_text {
	width: 900px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	top: 25px;
	color: #666;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#homepage_text h1 {
	font-size: 22px;
	font-weight: normal;
	color: #0D5F2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D5F2F;
}

#pages_text h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0D5F2F;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pages_text h3 {
	font-size: 18px;
	font-weight: normal;
	color: #0D5F2F;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pages_text h1 {
	font-size: 22px;
	font-weight: normal;
	color: #0D5F2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D5F2F;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 8px;
}
#homepage_text h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #0D5F2F;
}

#content_bottom {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	height: 49px;
	position: relative;
}

#contact_info {
	color: #FFF;
	width: 300px;
	height: 20px;
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 16px;
}

#contact_info a {
	color: #FFF;
	text-decoration: none;
}

#contact_info a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 77px;
	position: relative;
}

.push {
    height: 77px;
}

#footer_content {
	padding: 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFF;
}

ol, ul {
	margin-left: 10px;
        padding-left: 20px;
	padding-bottom: 10px;
}
#content_left {
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content_right {
	float: right;
	width: 400px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
