/*
CSS Styles for the general page

*/


html{
	overflow-y:scroll;
}

body{
/*body*/
	color:black;
	background-color:#8C704A;
	font-family:Arial;
	font-size:.9em;
}

#headerPicture{
/*table that contains page header*/
	position:static;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:2;
	text-align:center;
}

#pictureRot{
	border: none;
	outline: none;}




/*This styles the header/footer picture links
removes boxes from around logos*/
img.homeLink{
	border-style:none;	
}

/*This styles the links in the navigation bar*/
a.navigationLink{
	color:white;
	text-decoration:none;
}
a{
	color:#DD6633;
}

#navBar{
/*div containing header table*/
	position:static;
	margin-left:auto;
	margin-right:auto;
	width:960px;/*960+4 to compensate for lack of table borders*/
	z-index:5;
	color:white;
	font-size:21px;
	border-collapse:collapse;
}

#topRow{
/*table row containing dropdown menu*/
	color:white;
	text-align:center;
}

#pictureBox{
/*div that contains the rotating picture*/
	position:static;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	z-index:2;
	text-decoration:none;
	border:0;
}

h1{
	font-size:49px;
}

h2{
	font-size:30px;	
}

h3{
	font-size:20px;	
}

#content{
/*div box containing the content for each individual page*/
	position:static;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:1px 40px 40px 40px;
	color:black;
	background-color:white;
}

#footer{
/*div box containing copyright info at the bottom of the page*/
	margin-left:auto;
	margin-right:auto;
	position:static;
	background-color:white;
	text-align:center;
	background-color:white;
	width:960px;
}

#footerTable{
/*table that contains page footer*/
	color:black;
	margin-left:auto;
	margin-right:auto;
}
/*Only appears if the browser has scripts disabled*/
#noScriptWarning{
	position:absolute;
	top:8px;
	width:200;
	padding:6px;	
	background-color:white;
	border:groove;
	border-color:#7A0000;
	z-index:1;
}

#noScriptNavBar{
	position:absolute;
	background-color:white;
	border:groove;
	border-color:#7A0000;
	margin-right:0;
	top:166px;
	padding:6px;
	width:200;
	z-index:3;
}


/*...Header are table data tags that when clicked reveal the links below
  ...Data are table data tags that include the actual lnks
  placeholders only appear when 1 other link table is shown to ensure the
  link table shows under the appropriate header.
*/
#aboutHeader{
	background-color:#000000;
	width:15%;
}

#aboutData{
	background-color:#000000;
	width:15%;
	display:none;
	padding:10px;
}

#newsHeader{
	background-color:#000000;
	width:15%;
}

#newsData{
	background-color:#000000;
	width:15%;
	display:none;
	padding:10px;
}

#researchHeader{
	background-color:#000000;
	width:15%;
}
	
#researchData{
	background-color:#000000;
	width:15%;
	display:none;
	padding:10px;
}

#resourceHeader{
	background-color:#000000;
	width:15%;
}
	
#resourceData{
	background-color:#000000;
	width:15%;
	display:none;
	padding:10px;
}

#supportHeader{
	background-color:#000000;
	width:15%;
}

#supportData{
	background-color:#000000;
	width:15%;
	display:none;
	padding:10px;
}

#placeholder1{
	display:none;
	width:15%;
}
#placeholder2{
	display:none;
	width:15%;
}
#placeholder3{
	display:none;
	width:15%;
}
#placeholder4{
	display:none;
	width:15%;
}