﻿body 
{
	background-color: #d7dbba;
	font-family: Arial;
	font-size: 14px;
	color: #4a4a4a;
}
#wrap
{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;	
}
#left
{
	float: left;
	width: 221px;
	/*
	border-top: solid 2px #01460f;
	border-left: solid 2px #01460f;
	border-bottom: solid 2px #01460f;*/
}
#leftTop
{
	background-image: url(../images/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 221px;
	height: 130px;
	background-color: #d7dbba;
}
#leftMiddle
{
	background-color: #36200b;	
	background-color: #014e14;	
	height: 454px;
	border-top: solid 2px #00280a;
	border-left: solid 2px #00280a;
	border-bottom: solid 2px #00280a;
}
#leftBottom
{
	background-image: url(../images/leftBottom.jpg);
	width: 223px;
	height: 41px;
}
#leftMiddleMenu
{
	color: White;
	text-align: right;	
	font-weight: bold;
	padding-top: 10px;
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 12px;
}
#description
{
	float: left;
	padding-top: 56px;
	color: #99cccc;
	line-height: 16px;
	text-align: right;
	letter-spacing: 0px;
	margin-right: 35px;
	margin-left: 29px;
	width: 146px;
	display: inline;
}
#right
{
	float: left;
	/*
	border-top: solid 2px #01460f;
	border-right: solid 2px #01460f;
	border-bottom: solid 2px #01460f;*/
}
#rightTop
{
	height: 130px;
	width: 687px;
	background-color: #d7dbba;
}
#rightTopContact
{
	text-align: left;
	padding-top: 60px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 14px;
}
#rightTopContact a
{
	color: #4a4a4a;
	text-decoration: none;
}
#rightTopContact a:hover
{
	text-decoration: underline;
}
#rightTopMenu
{
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	font-weight: bold;
	color: #6d6e71;
	letter-spacing: 2px;
	font-size: 12px;
}
#rightMiddle
{
	height: 454px;
	width: 685px;
	background-color: #ffffff;
	border-top: solid 2px #00280a;
	border-right: solid 2px #00280a;
	border-bottom: solid 2px #00280a;
}
#rightMiddleLeft
{
	float: left;
	background-image: url(../images/rightMiddleLeft.jpg);
	width: 40px;
	height: 454px;
}
#rightBG
{
	float: left;
	background-image: url(../images/rightBackground.jpg);
	background-repeat: repeat;
	width: 627px;
	height: 425px;
	margin-top: 12px;
	padding-top: 6px;
	padding-right: 18px;
}
#mainContents
{
	margin-right: 10px; 
	margin-top: 5px;
	height: 386px;
	overflow: auto;
	padding-right: 10px;
	padding-top: 10px;
}
#mainContents a
{
	color: #00280a;
	text-decoration: underline;
}
#mainContents a:hover
{
	text-decoration: none;
}
#rightBottom
{
	background-image: url(../images/rightBottom.jpg);
	width: 687px;
	height: 41px;
}
#rightRight
{
	float: left;
	background-image: url(../images/rightRight.jpg);
	width: 33px;
	height: 495px;
	margin-top: 124px;
}


/*************************************************************************************/
/*                                     Classes                                       */
/*************************************************************************************/
.activeMenu
{
	color: #a7b083;
	text-decoration: none;
}
.inactiveMenu
{
	color: #ffffff;
	text-decoration: none;
}
.inactiveMenu:hover
{
	color: #a7b083;
}

.activeTopMenu
{
	color: #014e14;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.inactiveTopMenu
{
	color: #00420c;
	color: #767c5d;
	text-decoration: none;
	font-size: 12px;
}
.inactiveTopMenu:hover
{
	color: #a7b083;
	color: #36200b;
}
.pageTitle
{
	color: #014e14;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: solid 1px silver;
}
.links a
{
	display: block;
	padding-bottom: 7px;
}
.faqBlock
{
	border-bottom: solid 1px #cecece; 
	padding-bottom: 6px; 
	margin-bottom: 6px;
}
.faqQuestion
{
	font-weight: bold; 
	padding-bottom: 5px;
}
/*****************************************************************************************/
/*                                 Photo Album                                            */
/*****************************************************************************************/
.photos td
{
	width: 150px;
	padding: 15px;
	vertical-align: top;
	text-align: center;
}
.imgCaption
{
	padding-top: 5px;
}