* {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.clearFix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

a:link    {
  text-decoration:  none;
  font-weight:      bold;
  color:            #294417;
  } 
a:visited {
  text-decoration:  none;
  font-weight:      bold;
  color:            #495E25;
  } 
a:hover   {
  text-decoration:  none;
  font-weight:      bold;
  color:            #495E25;
  } 
a:active  {
  text-decoration:  none;
  } 
a img {
	border: none;
}

.wrapper {
	/*height: 673px;*/
	height: auto;
	width: 1024px;
	background-position: center;
	background-color: #495E25;
	position: relative;
}
.top_bg {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 1024px;
}
.header {
	height: 109px;
	text-align: center;
	width: 1024px;
}

.highlight {
	background-image: url(images/sub_head.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 31px;
	width: 1024px;
	font-weight: bold;
	color: #FFFFCC;
	text-indent: 80px;
	line-height: 30px;
	font-size: 12px;
}
.space_topbg {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	height: 3px;
	width: 1024px;
	background-position: center;
}
.navigation_bar {
	height: 36px;
	width: 1024px;
	background-position: center;
}
.navbar_left {
	float: left;
	height: 36px;
	width: 460px;
	background-image: url(images/navibar_left.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.navbar_right {
	float: right;
	height: 36px;
	width: 564px;
	background-repeat: no-repeat;
	background-position: right;
}
.navbar_right .buttons {
	float: left;
	height: 36px;
	width: 486px;
	background-color: #3b5e24;
}
.navbar_right .edge {
	float: right;
	height: 36px;
	width: 78px;
	background-image: url(images/navibar_xtra.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#nav {
	margin: 0;
	padding: 0;
	background: #3b5e24;
	list-style-type: none;
	height: 36px;
	width: 480px;
	float: left; /* Contain floated list items */
	font-size: 12px;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
	float: left;
	width: 96px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(images/buttons2.jpg);
	background-repeat: no-repeat;
	line-height: 36px;
}
#nav a:hover {
  background-color: #3b5e24;
  background-position: -96px 0;
}
#body_hom #nav_hom a, #body_abt #nav_abt a,#body_gal #nav_gal a,#body_pri #nav_pri a,#body_con #nav_con a {
  background-color: #3b5e24;
  background-position: -192px 0;
  color: #3b5e24;
  font-weight: bold;
}

.main_photo {
	height: 435px;
	width: 1024px;
	text-align: center;
	background-position: center;
}

.main_photo li {
	text-decoration: none;
	list-style-type: none;
}

#photofade li a {
	position: absolute;
	display: block;
	height: 435px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-image: url(images/main_photo2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 59px;
}
li#gallery a {
	left: 0px;
	width: 906px;
	background-position: 0 0;
}

li#gallery a:hover {
  background-position: 0 -435px;
}
.body_bg {
	/*height: 415px;*/
	height: auto;
	width: 1024px;
	background-image: url(images/white_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	padding-top: 20px;
}
.white_bg {
	/*height: 435px;*/
	height: auto;
	width: 1024px;
}
.white_bg .left {
	background-image: url(images/wtbg_lft.jpg);
	float: left;
	height: 428px;
	width: 507px;
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	padding-right: 5px;
	padding-top: 7px;
}

.white_bg .right {
	float: right;
	height: 435px;
	width: 512px;
	background-image: url(images/wtbg_rt.jpg);
	background-repeat: repeat-y;
}

.white_bg .right .content2 {
	float: left;
	height: 425px;
	width: 410px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.white_bg .right .content2 #title , #title {
	font-size: 12px;
	font-weight: bold;
	color: #294417;
}

.white_bg .right .content2 #subtitle {
	font-size: 12px;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 1024px;
	color: #294417;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
#italic {
	font-size: 12px;
	font-style: italic;
	color: #3B5E24;
	font-weight: bold;
	text-align: center;
}
