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


#header-logo {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#logo {
	border: none;	
	position: absolute;
	z-index: 1;
}

#header-icons {
	float: right;
	top: 25px;
	position: relative;
	z-index: 2;
}

#header-icons LI {
	float: left;
}

#header-icons A {
	background: url(../images/icons_matrix.png) no-repeat transparent 0 0;
	display: block;
	width: 120px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}


.green-header LI {
	font-size: 12px;
	margin-right: 6px;
}

.green-header A:Hover {
	text-decoration: underline;
	color: #c6e8c8;
}

#park-topRight-links {
	position: relative;
	float: right;
	top: -70px;
}

	/* Header Icons Nav Matrix */
	#siteMap-link:Link, 		#siteMap-link:Visited 		{background-position: 0 0;}
	#pressRoom-link:Link, 	#pressRoom-link:Visited 	{background-position: -120px 0;}
	
	#siteMap-link:Hover 		{background-position: 0 -39px;}
	#pressRoom-link:Hover 	{background-position: -120px -39px;}	

#page-image {
	margin: 1px;
}

UL.subNav {
	width: 240px;
}

UL.subNav LI {
	margin-bottom: 5px;
}

UL.subNav A {
	display: block;
	width: 100%;
	height: 43px;
	overflow: hidden;
	line-height: 43px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/subNav_bg.png) no-repeat transparent left 0;
}

UL.subNav A:Hover {
	background-position: right 0; 
}

#white-bg-overlay {
	top: 259px;
}



#copy-area DIV.inset-box {
	background-color: #0E5EA9;
	float: right;
	margin: 0 30px 15px 15px;
	width: 250px;
}

#copy-area DIV.inset-box .top {background: url(../images/formTop.png) no-repeat right 0; height: 10px; overflow: hidden;}
#copy-area DIV.inset-box .top SPAN {background: url(../images/formTop.png) no-repeat left 0; width: 100px; height: 10px; display: block;}
#copy-area DIV.inset-box .bottom {background: url(../images/formBottom.png) no-repeat right 0; height: 10px; overflow: hidden;}
#copy-area DIV.inset-box .bottom SPAN {background: url(../images/formBottom.png) no-repeat left 0; width: 100px; height: 10px; display: block;}

#copy-area DIV.inset-box .heading {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 15px 5px;
	padding-bottom: 5px;
	color: #FFF;
	border-bottom: 1px solid #1F72BD
}

#copy-area DIV.inset-box UL {
	margin: 0px 15px 15px;
	padding: 0;
	float: none;
}
#copy-area DIV.inset-box LI {
	list-style: none;
	border: none;
	font-size: 10px;	
}

#copy-area DIV.inset-box LI A {}
#copy-area DIV.inset-box LI A:Hover {}




	

