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

/* Reset CSS */
@import "reset.css";

/* GENERAL ATTRIBUTES */
body { 
	background: url(../img/flora.jpg);
	border-top: 2px #2B0E0E solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
a, a:visited { 
	color: #F48222; 
	text-decoration: none;
}
a:hover, a:active { 
	color: #F60;
}
p {
	margin-bottom: 1em;
}

/* GENERAL CLASSES */


div#sidephoto { 
	margin-left: 599px;
	padding-bottom: 30px;
	position: absolute;
	top: 420px;

}

div#sidephoto2 { 
	margin-left: 599px;
	padding-bottom: 30px;
	position: absolute;
	top: 723px;

}

.hidden {
	display: none;
}
.horzPad {
	margin: 0 5px;
}
a.btnLink {
	background-color: #5B646D;
	color: #FFF;
	font-weight: bold;
	padding: 4px 8px;
}
.btnLink:hover {
	background-color: #F60;
}
h1 {
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
}
h2 {
	color: #F90;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

/* PAGE SHELL - Centers the content in the page */
.pageShell {
	margin: 0 auto;
	position: relative;
	width: 914px;
}

/* TOP NAVIGATION */
.topLogo {
	float: left;
	position: absolute;
	top: 50px;
}
.topNav {
	float: left;
	left: 420px;
	position: absolute;
	top: 20px;
}
.topNav a, .topNav a:visited {
	color: #FFF;
}
.topNav a:hover, .topNav a:active {
	color: #F48222;
}
.topNav .activeLink {
	background-color: #F48222;
	font-weight: bold;
	padding: 6px 10px;
}
.topNav li {
	color: #FFF;
	float: left;
	font-size: 1.1em;
	padding: 6px;
}



/* MAIN IMAGES */
.mainImg {
	position: absolute;
	top: 163px;
}
.sideImg {
	position: absolute;
	top: 112px;
}

/* BOTTOM CONTENT */
.btmContent {
font-size: 12px;
	background:#ffffff;
	padding-bottom: 30px;
	position: absolute;
	top: 420px;
	bottom: auto; 
	width: 585px;
	height: 565px;
}

.btmContent2 {
	background:#ffffff;
	padding-bottom: 30px;
	position: absolute;
	top: 50px;
	bottom: auto; 
	width: 585px;
}




.menus {
	float: left;
	margin-right: 30px;
	width: 540px;
}
.menus p {
	color: #000;
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
	
}
.titleImg {
	float: left;
	margin: 0 30px 10px 0;
}
.thmbSet {
	float: left;
	overflow: auto;
	width: 450px;
}
.thmb {
	cursor: pointer;
	float: left;
	margin: 0 20px 10px 0;
}
.thmb p {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
}
.thmb img {
	border: 3px #F60 solid;
}
.textColumn {
	color: #FFF;
	float: left;
	width: 450px;
}
.textColumn li {
	clear: both;
	font-size: 1.2em;
	list-style: disc;
	margin: 1em;
}
.textColumn p {
	font-size: 1.1em;
	line-height: 1.5em;
}

/* FOOTER */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000;
	height: 22px;
	width: 100%;
}
.footer a {
	color: #4F5965;
}
.footer a:hover {
	color: #FFF;
}
.footer p {
	color: #FFF;
	font: 10px/14px Arial, Helvetica, sans-serif;
	margin-top: 3px;
	text-align: left;
}

