*{
	margin:0;
	padding:0;
}


body {
	background-image: url(/images/background.png);
	background-color: #28439B;
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	
	margin:9px;
}

#page {
	position: relative;
}

#content {
	position:absolute;
	left:215px;
	top:30px;
	width:600px;
	height:616px;
	background: url(/images/arch.png) no-repeat;
}

#contenttext {
	position:absolute;
	left:100px;
	top:100px;
	width:490px;
	padding: 0 6px 0 0;
	height:500px;
	overflow: auto;
}

#content2 {
	position:absolute;
	left:215px;
	top:30px;
	width:800px;
	height:600px;
}
#nittymenu {
	position:absolute;
	left:215px;
	top:630px;
	width:800px;
	height:70px;
	background-color: #ffffff;
}

#content ul {
	margin: 2px 0 2px 80px;
}
#content ul ul {
	margin: 2px 0 2px 40px;
}


#leftnav {
	position:absolute;
	left:-10px;
	top:154px;
	width:200px;
	height:264px;
	z-index:10;
}

#info {
	position:absolute;
	left:10px;
	top:240px;
	width:120px;
	height:100px;
	z-index:10;
	border: 1px solid #fff;
	background: #13c2ff;
	padding: 10px;
	font-size: 14px;
}

#rightnav {
	position:absolute;
	left:847px;
	top:40px;
	width:33px;
	height:107px;
	z-index:6;
}

#facts {
	position:absolute;
	left:900px;
	top:280px;
	width:145px;
	height:208px;
	z-index:9;
}
#flash {
	position:absolute;
	left:16px;
	top:8px;
	width:100px;
	height:153px;
	z-index:10;
}

#footer {
	position:absolute;
	left:840px;
	top:570px;
	width:240px;
	height:19px;
	z-index:11;
	text-align: center;
	font-size: 8pt;
}
#links {
	position:absolute;
	left:0;
	top:620px;
	width:140px;
	height:19px;
	z-index:11;
	text-align: left;
	color: #000000;
	font-weight: bold;
	font-size: 8pt;

}

#heading h1 {
	text-align: center;
	font-family: "comic sans MS", Arial, sans-serif;
	font-size: 26px;
	margin: 35px 0 0 40px;
}

.bluebold {
	color: #000099;
	font-weight: bold;
}



h2{
	font-family: "comic sans MS", Arial, sans-serif;
	font-size: 14px;
}	

p{
	margin: 5px 0 5px 0;
}

/*******************************************/
#mapbound {
	position:absolute;
	left:190px;
	top:30px;
 	width: 760px;
	height: 512px;
	z-index:4;
}

#map {

 	width: 760px;
	height: 512px;
	z-index:12;

}

#mapnav {
	position:absolute;
	left:960px;
	top:80px;
	width:30px;
	height:107px;
	z-index:6;
}

#mapfooter {
	position:absolute;
	left:170px;
	top:740px;
	width:760px;
	height:19px;
	z-index:11;
	text-align: center;
	font-size: 9pt;
}

#mapheading h1 {
	text-align: center;
	font-family: "comic sans MS", Arial, sans-serif;
	font-size: 26px;
	margin: 0 0 0 40px;
	color: #eae18b;
}

/*******************************************/

#flashbound {
	position:absolute;
	left:200px;
	top:140px;
 	width: 800px;
	height: 600px;
	z-index:4;
}

#flashfile {

 	width: 800px;
	height: 600px;
}

#flashheading h1 {
	text-align: center;
	font-family: "comic sans MS", Arial, sans-serif;
	font-size: 26px;
	margin: 0 0 0 40px;
	color: #eae18b;
}

/*******************************************/

a {
	color: #000099;
	text-decoration: underline;
}

#nittymenu a {
	color: #000099;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
}

#footer a, #links a {
	color: #eae18b;
	text-decoration: underline;
}

#footer a:hover, #footer a:active, #footer a:focus, #links a:hover, #links a:active, #links a:focus {
	color: #ffffff;
	text-decoration: none;
}

#mapfooter a {
	color: #eae18b;
	text-decoration: underline;
}

#mapfooter a:hover, #mapfooter a:active, #mapfooter a:focus {
	color: #ffffff;
	text-decoration: none;
}

/*******************************************/
/*NAVIGATION MENU*/

#nav{float:left;width: 163px;padding: 0;}
#nav ul { list-style-type:none;margin:0;padding:0; }

/******* FIRST LEVEL LINKS **********/

#nav a {
	display: block;
    padding: 10px 0 10px 0;
}

#nav ul li {
    float:left;
	width:163px;
	height: 40px;
	margin: 0; 
	background-image: url(/images/menulinks.png);
}
#nav ul li a {
	width:148px;
	height: 28px;
    font-size: 12px;
	padding: 12px 0 0 15px;
	text-decoration: none;
	color: #333333;
}
#nav ul li a:hover {
	background-image: url(/images/menulinkshover.png);
}
/**************************************/

/******* SECOND LEVEL LINKS **********/
#nav ul li ul li {
	background-image: none;
	height: 20px;

}

#nav ul li ul li a {
	display: block;
	padding: 5px 0px 5px 0px;
	width: 121px;
	w/idth: 122px;	
	background-image: none;

}
#nav ul li ul li a:hover {
	background-image: none;

}

#nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	margin: 0 0 0 0;
	padding-left: 40px;
	position: absolute;
	width: 122px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.7em 0 0 10.6em;
	background-image: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	display:block;
	background-image: none;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 125px;
	top: 50px;
	display:block;
	background-image: none;
	
}

/*************************************/

.hover {
	border: 1px solid #000; 
	background-color:#a1d9ff; 
	padding:5px; 
	position:absolute;	
}

a img {
	border: none;
}

.hiddenPic {
	display:none;
}

#content2 li {
	list-style-position: inside;
}

