@charset "UTF-8";
/* CSS Document */

.centerContainer {
	width: 800px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #313328;
	font-size: 11px;
	font-style:	normal;
}
.topContainer {
	width: 800px;
	height: 112px;
	position: relative;
	float: left;
	border: #f8f0d8 5px solid;
}
.topNavContainer {
	width:70px;
	position: relative;
	float:right;
	padding-right: 25px;
	top: -25px;
}
.topNavBox {
	width: 25px;
	position: relative;
	float:right;
	padding-right: 10px;
}
.lowerContainer {
	width: 800px;
	position: relative;
	float: left;
	background-color: #313328;
	border-left: #f8f0d8 5px solid;
	border-right: #f8f0d8 5px solid;
	border-bottom: #f8f0d8 5px solid;
}
.sidebarBox {
	width: 158px;
	position: relative;
	float: left;
}
.topPictureBox {
	width: 637px;
	position: relative;
	float: left;
	border-left: #f8f0d8 5px solid;
}
.mainTextBox {
	width: 617px;
	position: relative;
	float: left;
	background-color: #e7d19f;
	padding: 10px;
	border-top: #f8f0d8 5px solid;
	border-bottom: #f8f0d8 5px solid;
	border-left: #f8f0d8 5px solid;
}
.featureContainer {
	width: 288px;
	position: relative;
	float: right;
	margin-left: 20px;
}
	
.featureBox {
	width: 280px;
	height: 120px;
	position: relative;
	float: right;
	padding: 7px;
	background-image: url(images/FeatureBox.jpg);
	background-repeat: no-repeat;
}
.featureTextBox {
	width: 280px;
	position: relative;
	float:left;
	
	padding-left: 2px;
}
.featureImageBox {
	position: relative;
	float: right;
	padding: 5px;
	top: -5px
}
.mainInsideBox {
	width: 617px;
	position: relative;
	float: left;
	background-color: #fcf0d8;
	background-image: url(images/InsideBkgd.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	border-bottom: #f8f0d8 5px solid;
	border-left: #f8f0d8 5px solid;
	border-top: #f8f0d8 5px solid;
	min-height: 500px;
}
.mainInsideTextBox {
	width: 355px;
	position: relative;
	float: left;
}
.galleryContainer{
	width:225px;
	position:relative;
	float: right;
	padding-left: 15px;
	top: 10px;
	border-left: thin solid #000000;
	height: 480px;
}
.galleryBox {
	width: 220px;
	position: relative;
	float: right;
	background-color: #f8e7c0;
	padding-bottom: 10px;
	padding-top: 10px;
}
.galleryBkgdImageBox {
	width: 220px;
	height: 43px;
	position: relative;
	float: left;
	padding-left:5px;
}
.galleryNextBox {
	width: 25px;
	position: relative;
	float: right;
	z-index: 1;
	padding-right: 5px;
	top: -30px;
}
.galleryPreviousBox {
	width: 25px;
	height: 25px;
	position: relative;
	float: left;
	z-index: 1;
	padding-left: 5px;
	top: -30px;
}
.bottomNavBox {
	width: 627px;
	position: relative;
	float: right;
	padding: 5px;
	background-color: #313328;
	border-left: #f8f0d8 5px solid;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #2c4c8c;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c18c4c;
	text-align: left;
}
.featureText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5px;
	font-weight: normal;
	color: #313328;
	text-align: left;
}
.bottomNavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #e7d19f;
	text-align: center;
}
.galleryText {
	color: #3d60aa;
	font-weight: bold;
	padding: 5px;
}
a.bottomnav:link {
	color: #E7D19F;
	text-decoration: underline;
}
a.bottomnav:visited {
	color: #E7D19F;
}
a.bottomnav:hover {
	color: #E7D19F;
}
a.bottomnav:active {
	color: #E7D19F;
}
a.accordion:link {
	color: #F8F0D8;
	text-decoration: none;
}
a.accordion:visited {
	color: #F8F0D8;
	text-decoration: none;
}
a.accordion:hover {
	color: #F8F0D8;
	text-decoration: underline;
}
a.accordion:active {
	color: #F8F0D8;
	text-decoration: none;
}