@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color:#b7e620;
}
p {
	padding:0;
	margin:0 0 16px 0;
}
p.small {
	font-size:11px;
}
p.announcement {
	color:#DC663F;
	font-weight:bold;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFCC00;
	margin:10px 0 -10px 10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6699CC;
	margin:0 0 5px 0;
}
h3 {
	font-size:14px;
}
/* Links */
a:link, a:visited {
	color:#6699CC;
	text-decoration: none;
}
a:hover, a:active {
	color:#6699FF;
	text-decoration:underline;
}
a.dark:link, a.dark:visited, a.dark:hover, a.dark:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:14px;
}
a.light:link, a.light:visited, a.light:hover, a.light:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#336699;
	font-weight:bold;
}
a.bordered:link img, a.bordered:visited img, a.bordered:hover img, a.bordered:active img {
	border:1px solid #E2E2E2;
}
/* Lists */
ul#topNavList{
	list-style-type:none;
	padding:0;
	margin:0 110px 0 0;
}
ul#topNavList li{
	padding:0 10px 0 0;
	display:inline;
	margin:0;
}
/* Field Set */
fieldset {
	width:100%;
	height:auto;
	border:0;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFCC00;
	margin:0 0 0 10px;
	padding:0;
}
/* Image stuff */
img {
	border:0;
}
img.icon {
	border:1px solid #E2E2E2;
}
img.icon:hover {
	border:1px solid #6666FF;
}
.imgBorder {
	width:100px;
	height:100px;
	border:1px solid #E2E2E2;
}
.imgLeftWrapper {
	padding:0 10px 10px 0;
	float:left;
}
.imgRightWrapper {
	padding:0 0 10px 10px;
	float:right;
}
/* Forms */
input {
	color:#666666;
	background-color:#f1f1ed;
	font-size:10px;
	border:1px solid #7f9db9;
	margin:10px 0 10px 0;
	padding:0 5px 0 5px;
}
/* Layout */
#headWrapper {
	margin:0;
	padding:0;
	width:100%;
	height:471px;
	position:relative;	
	background-color:#99c8e4;
	background-image:url(../_images/central_park_bg.gif);
	background-repeat:repeat-x;
}
.container {
	margin:0 auto;
	padding:0px;
	width:917px;
	height:auto;
	position:relative;	
}
#parkContainer {
	width:917px;
	height:406px;
	background-image:url(../_images/central_park.gif);
	background-repeat:no-repeat;
}
#birdContainer {
	height:65px;
	width:760px;
	position:relative;
	margin:0 0 0 50px;
}
#birdBox {
	position:absolute; 
	height:65px; 
	width:760px; 
	overflow:hidden;
}
#birdInner {
	width: 1600px; 
	height: 65px; 
	background-image: url(../_images/bird_animation_long.gif); 
	position: relative;
}
.birdPosition {
	position:absolute;
}
#headContainer {
	height:70px;
	width:760px;
	padding:0;	
	position:absolute;
	top:20px;
	left:60px;
}
#logo {	
	width:230px;
	height:44px;
	float:left;
}
#topNav {
	float:right;
	margin:0 0 0 0;
	padding:0;
}
#bannerContainer {
	height:200px;
	width:680px;
	position:absolute;
	padding:0;	
	top:95px;
	left:120px;
}
.bannerPictureBox {
	height:198px;
	width:198px;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	margin:0 40px 0 0;
	float:left;
}
.bannerPicture {
	width:160px;
	height:160px;
	margin:20px 0 0 20px;
}
#bodyContainer {
	width:680px;
	height:auto;
	padding:0;
	position:absolute;
	top:305px;
	left:120px;
}
.icons1 {
	width:118px;
	height:auto;
	margin:0 0 32px 0;
}
.icons2 {
	width:252px;
	height:auto;
	margin:0 0 32px 0;
}
.icons3 {
	width:362px;
	height:auto;
	margin:0 0 32px 0;
}
.icons4 {
	width:482px;
	height:auto;
	margin:0 0 32px 0;
}
.icons5 {
	width:642px;
	height:auto;
	margin:0 0 32px 0;
}
.iconBox {
	width:100px;
	height:100px;
	border:1px solid #E2E2E2;
	float:left;
	margin:16px 16px 0 0;
}
.pWrapper {
	width:450px;
	float:left;
	padding:0 0 12px 12px;
}
#footerContainer {
	width:auto;
	height:auto;
	margin: 0 auto 0 auto;
	padding:0;
	text-align:center;
}
#popupDisplay {
	display:none;
	background-color:#6699CC;
	margin:0 auto;
	position:relative;
	width:632px;
}
.popupDisplayCaption {
	width:100%;
	height:auto;
	text-align:center;
	color:#FFFFFF;
}
#popupDisplayImg {
	margin:0 auto 16px auto;
	display:block;
	text-align:center;
}
/* Misc */
.clearFloat {
	clear:both;
}
.padded {
	padding:16px;
}

