/*  Copyright (c) 2009 Adventure Ecology
	All Rights Reserved
*/
html {
	width: 100%;
	height: 100%;
}
body {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #01365e;
	background: #01365e url(../images/bg_gradient.jpg) repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	color: #fff;
}
p {
	color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0px;
}
/* main content */
#pagecontainer {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 536px;
	/* background-color: #fff; */
	background: #fff url(../images/gradient_3_1wide.gif) repeat-x;
	padding: 20px;
}
#pagecontainerwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 536px;
	background: #fff url(../images/gradient_3_1wide.gif) repeat-x;
	padding: 20px;
}
#pagecontainershort {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 130px;
	/*padding: 20px;*/
}
#pagecontainer p {
	/* color: #333; */
	color: #01365e;
	margin-bottom: 10px;
}
#pagecontainer h1 {
	color: #333;
	margin-bottom: 0;
}
#pagecontainer ul li {
	margin-bottom: 0.4em;
}
.pagecontentsmall {
	line-height: 1.2em;
	color: #01365e;
	font-size: small;
}
.pagecontentsmall a:link, .pagecontentsmall a:visited {
	color: #42b4e6;
	text-decoration: none;
}
.pagecontentsmall a:hover {
	color: #ff6600;
	text-decoration: none;
}
.pagecontentsmall div.pagesubtitle {
	font-size: 1.1em;
	padding-bottom: 15px;
}
.pagetitle {
	float: left;
	margin-top: 50px;
	font-size: large;
	color: #00285d;
}
.pagesubtitle {
	font-size: small;
	font-weight: bold;
	color: #00285d;
}
.pagecontent {
	line-height: 1.75em;
	color: #333;
	font-size: medium;
}
/* flash content */
#flashcontent {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 576px;
}
#flashcontent2 {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 75px;
}
#flashcontentgeneric {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
#altflashcontent {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	height: 536px;
	background-color: #fff;
	padding: 20px;
}
#altflashcontent p {
	color: #333;
	margin-bottom: 10px;
}
#altflashcontent h1 {
	color: #333;
	margin-bottom: 0;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	width: 1024px;
	height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #d6d6d6;
}
#footer a:link, a:visited {
	text-decoration: none;
	color: #d6d6d6;
}
#footer a:hover {
	text-decoration: none;
	color: #429fe4;
}
.zoomboxcontent p, .zoomboxcontent li {
	color: #333333;
	font-size: small;
	padding-bottom: 1em;
}
.zoomboxcontent a:link, .zoomboxcontent a:visited {
	text-decoration: none;
	color: #429fe4;
}
.zoomboxcontent a:hover {
	text-decoration: none;
	color: #ff6600;
}
.zoomboxtitle {
	font-size: small;
	font-weight: bold;
	color: #00285d;
}