@charset "utf-8";

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.outerBox {
	width: 935px;
	border: medium solid #66963F;
	margin-left: -468px;
	left: 50%;
	position: relative;
}

.innerBox {
	border: medium solid #9BC877;
	background-color: #C8E0B4;
	padding: 50px;
}

.innerBoxHome {
	border: medium solid #9BC877;
	background-color: #C8E0B4;
	padding-left: 20px;
	padding-right: 300px;
}

.darkLink {
	text-decoration: none;
	color: #66963F;
}
.darkLink:hover {
	text-decoration: underline;
}

.bottomBar {
	background-color: #9BC877;
	text-align: center;
	font-size: small;
	color: #66963F;
}
.bottomBar a{
	color: #66963F;
}


.navButton1, .navButton2, .navButton3, .navButton4, .navButton5 {
	position: absolute;
	height: 75px;
	width: 100px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

.topBar, .topBar1, .topBar2, .topBar3, .topBar4, .topBar5 {
	position: relative;
	width: 935px;
	height: 20px;
}

.navButton1 {
	left: 415px;
	top: 54px;
	background-color: #6096B0;
}
.navButton1:hover {
	background-color: #66963F;
}
.topBar1 {
	background-color: #6096B0;
}
.tourMenu {
	position: absolute;
	width: 204px;
	left: 425px;
	top: 120px;
	background-color: #9BC877;
	z-index: 2;
	border: medium solid #66963F;
	text-indent: 10px;
	visibility: hidden;
}
.tourMenu a{
	color: #66963F;
	text-decoration: none;
	font-weight: bold;
}
.tourMenu a:hover{
	color: #FFFBF0;
}

.navButton2 {
	left: 520px;
	top: 54px;
	background-color: #9FC8E3;
}
.navButton2:hover {
	background-color: #66963F;
}
.topBar2 {
	background-color: #9FC8E3;
}

.navButton3 {
	left: 625px;
	top: 54px;
	background-color: #8AB46E;
}
.navButton3:hover {
	background-color: #66963F;
}
.topBar3 {
	background-color: #8AB46E;
}

.navButton4 {
	left: 730px;
	top: 54px;
	background-color: #DBDC86;
}
.navButton4:hover {
	background-color: #66963F;
}
.topBar4 {
	background-color: #DBDC86;
}

.navButton5 {
	left: 835px;
	top: 54px;
	background-color: #B9D7A0;
}
.navButton5:hover {
	background-color: #66963F;
}
.topBar5 {
	background-color: #B9D7A0;
}

.topBar {
	background-color: #66963f;
}

.navHome {
	position: relative;
	bottom: 100px;
	left: 452px;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
	color: #66963F;
}
.navHome:hover {
	color: #9BC877;
}

.homeTitle {
	color: #6096B0;
	font-size: 29px;
	font-weight: bold;
}

.H1 {
	color: #66963F;
	font-size: xx-large;
	font-weight: bold;
	padding-left: 415px;
}

.textSubtitle {
	color: #66963F;
	font-weight: bold;
}

.H3 {
	font-size: large;
	font-weight: bold;
}

.H2 {
	font-size: x-large;
	font-weight: bold;
	color: #66963F;
}

.homePics {
	position: absolute;
	width: 256px;
	left: 637px;
	top: 409px;
}
