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

/*resets defaults on browsers to 0 */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
/*IE6 centre the layout in browser */
body {
	text-align:center;
	background-color: #FFFFFF;
	}
	
/*clears floating elements */
.clear {
	clear: both;
	}
	
#container {
	width:963px;
	overflow:visible; /*this ensures outer div background is shown*/
	height: 760px;
	margin-left:auto;
	margin-right:auto;
	/*reset centering on body tag */
	text-align:left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(/gfx/leftbg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}
#leftbox {
	text-align: left;
	margin: 0px;
	float: left;
	width: 275px; /*297 - 22*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 22px;
	/*background-color: #FFFEF1;*/
	overflow:visible; 
}
#leftbox img {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftbox p {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 32px;
}
#leftbox a {
	color: #009933;
	text-decoration: underline;
}
#leftbox  a:hover {
	color: #000000;
	text-decoration: underline;
}

#rightbox {
	background-image: url(/gfx/parkindexbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow:visible;
	height: 738px;
	width: 666px;
}
#rightboxinner {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 738px;
	width: 666px;
	position: relative;
	left: 0px;
	top: 0px;
}
#rightboxinner img {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#num1 {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 439px;
	top: 80px;
}
#num2 {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 520px;
	top: 110px;
}
#num3 {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 352px;
	top: 97px;
}
#num4 {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 216px;
	top: 201px;
}
#num5 {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 31px;
	top: 468px;
}
#logopanel {
	position: absolute;
	height: 400px;
	width: 200px;
	left: 445px;
	top: 342px;
}
#logopanel h1{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #009900;
	margin-top: 12px;
	margin-bottom: 5px;
	text-align: left;
}
#logopanel p {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-bottom: 5px;
}
#logopanel .caption {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-bottom: 3px;
}
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:auto;background:#000;border:0px double #fff;text-align:left;padding:6px;min-height:1em;-moz-border-radius:0px; }
body div#toolTip p { margin:0;padding:0;color:#fff;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }