@charset "utf-8";

body {
	margin: 0px;
	height: 100%;
	background-color: #373028;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4841;
	line-height: 18px;
	background-position: 50% top;
	background-image: url(../images/bg_wood.jpg);
}
a {
	color: #8e9838;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container_main {
	background-color: #FFFFFF;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_header.gif);
	padding-top: 185px;
	position: relative;
	background-repeat: no-repeat;
}
#container_shadow {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow_main.png);
	padding-right: 14px;
	padding-left: 14px;
}
#button_home {
	display: block;
	background-image: url(../images/button_home.gif);
	height: 48px;
	width: 20px;
	background-position: 0px 0px;
	position: absolute;
	left: -20px;
	top: 54px;
}
#button_home:hover {
	background-position: -20px 0px;
}
#button_home2 {
	display: block;
	height: 130px;
	width: 430px;
	position: absolute;
	left: 0px;
	top: 30px;
}





#container_content {
	margin-left: 33px;
	margin-right: 32px;
	background-image: url(../images/bg_stripes3.gif);
	margin-bottom: 0px;
	padding: 0px;
	background-position: 0px 0px;
}
body.approach #container_content {
	background-image: url(../images/bg_stripes4.gif);
}
body.home #container_content {
	margin-left: 0px;
	background-image: none;
	margin-right: 25px;
}

#container_content_left {
	background-color: #FFFFFF;
	width: 469px;
	float: left;
	padding-bottom: 15px;
}
body.home #container_content_left {
	width: 502px;
	background-image: url(../images/splash.gif);
	background-repeat: no-repeat;
}

#flashdiv {
	height: 499px;
	width: 403px;
	margin-bottom: 12px;
	background-image: url(../images/bg_flash_images.jpg);
}
#flashhome {
	height: 542px;
	width: 502px;
}
body.contact #flashdiv, body.mission #flashdiv {
	margin-bottom: 0px;
}


#container_content_right {
	background-color: #FFFFFF;
	width: 403px;
	float: right;
}
#container_content_left p {
	padding-right: 5px;
	padding-left: 5px;
}
#container_footer {
	margin-right: auto;
	margin-left: auto;
	width: 952px;
	padding-right: 14px;
	padding-left: 14px;
	background-image: url(../images/shadow_bottom.png);
	margin-bottom: 50px;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	background-repeat: no-repeat;
}
#container_footer a {
	color: #AEBB20;
}
.hr {
	height: 1px;
	width: 468px;
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hr3 {
	height: 67px;
	width: 468px;
	background-image: url(../images/hr3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.thmb {
	text-align: center;
	margin-top: 12px;
}
.hrWhite {
	background-color: #FFFFFF;
	height: 15px;
}

.clearboth {
	clear: both;
}
.thmbMargin {
	margin-right: 10px;
}


.hidden {
	display: none;
}

.blockHead {
	height: 19px;
	background-color: #d9d6c9;
	line-height: 19px;
	padding-left: 5px;
	font-size: 12px;
	margin-top: 15px;
	clear: both;
	margin-bottom: 7px;
}
.blockLink {
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #97a108;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

body.approach .green {
}
.blockHead     a.buttonLink   {
	text-decoration: none;
	background-color: #909908;
	height: 19px;
	line-height: 19px;
	color: #FFFFFF;
	float: right;
	padding-right: 7px;
	padding-left: 7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	cursor: pointer;
}
.blockHead   a.buttonLink:hover,.blockLink:hover {
	background-color: #a7a498;
	text-decoration: none;
}
.blockHead  a.buttonLink.depressed {
	background-color: #a7a498;
}
.blockHead  a.buttonLink.depressed:hover {
	background-color: #909908;
	text-decoration: none;
}

.floatLeft {
	float: left;
}
p.indent {
	margin-top: 0px;
	margin-left: 35px;
}
.green {
	color: #6B7106;
	margin-top: 0px;
	margin-bottom: 0px;
}
.date  {
	margin-bottom: 0px;
	color: #8e9838;
	font-weight: bold;
}
a#update {
	display: block;
	position: absolute;
	height: 75px;
	width: 175px;
	left: 300px;
	top: 590px;
}
