/* setup the page and main text styles */

body { 	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px; 
	background-color: #FFFFFF;
}

body, p {
	color: #000000;
	font-family: Georgia, Times, serif;
	font-size: 12px;
}

p, blockquote, li { 
	line-height: 15px; 
}

ol li {
	margin-bottom: 15px;
}


/* page backgounds */

.rightside-home { background: #EAD9C7 }
.rightside { background: #EAD9C7  }
.leftside {	background: #EAD9C7  }



/* Header Images */

img {
	behavior: url("pngbehavior.htc");
}

#hdrimg-home { background: url('../images/hdrimg-home.jpg') no-repeat top; }
#hdrimg-computer { background: url('../images/hdrimg-computer.jpg') no-repeat top; }
#hdrimg-armchain { background: url('../images/hdrimg-armchain.jpg') no-repeat top; }
#hdrimg-handclasp { background: url('../images/hdrimg-handclasp.jpg') no-repeat top; }
#hdrimg-fingers { background: url('../images/hdrimg-highfive.jpg') no-repeat top; }
#hdrimg-teamhands { background: url('../images/hdrimg-teamhands.jpg') no-repeat top; }
#hdrimg-grasp { background: url('../images/hdrimg-grasp.jpg') no-repeat top; }
#hdrimg-folded { background: url('../images/hdrimg-folded.jpg') no-repeat top; }
#hdrimg-highfive { background: url('../images/hdrimg-highfive.jpg') no-repeat top; }


#hdrimg-error { background: url('../images/hdrimg-error.jpg') no-repeat top; }




#container {
	background-color: #F7E6D5 ; /* nav background color */
	background-color: #FFFFFF ; /* white */
	background-color: #EAD9C7 ; /* same as sides */
	border-right: #631613 1px solid; 
	border-bottom: #631613 1px solid; 
	border-left: #631613 1px solid; 
}


/* Main Text Styles */

.pageheader {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	color: #631613;
	padding: 20px 10px 0px 20px;
}

.bodycopy {
	font-family: Georgia, Times, serif;
	padding: 4px 20px 10px 45px;
}


#outlines {
	padding-left: 30px;
	padding-top: 23px;
	margin-left: 0px;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #1F77B0;
	letter-spacing: .2em;
}


#outlines li ol {
	padding-left: 0px;
	padding-top: 15px;
	margin-left: 0px;
	color: #333333;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 0em;
	font-weight: normal;
}

.linkstext {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: .9em;
	
}


.positiontitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #345C94;
}

.staffname {
	font-size: 1.1em;
	font-weight: bold;
	color: #345C94;
}
.stafftitle {
	color: #345C94;
}


form {
	margin: 0px;
	padding: 0px;
}





/* Main Site Links */

a {
  color: #971B1E;
  text-decoration: underline;
}

a:visited {
  color: #787878;
  text-decoration: underline;
}

a:hover {
  color: #345C94;
  text-decoration: none;
}




/* Footer */

.footer {
	padding: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	background-color: #0065A4;
}

.footer a:link {
	text-decoration: none;
	color: #F9DF9B;
}

.footer a:visited {
	text-decoration: none;
	color: #F9DF9B;
}

.footer a:hover 
{
	text-decoration: underline; 
	color: #F9DF9B;
}



/**************/
/* Menus */
/**************/
		
		/* Main Menu */
		
		ul#navlist {
			font-family: Georgia, Times, serif;
			font-size: 13px;
			text-align: left;
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		ul#navlist li {
			display: block;
			margin: 0;
			padding: 0;
		}
				
		ul#navlist li a {
			display: block;
			width: 175px;
			padding: 7px 0px 7px 30px;
			color: #FFFFFF;
			text-decoration: none;
			background: transparent;
		}
		
		/*#navcontainer>ul#navlist li a { width: auto; }*/
		
		ul#navlist li#entered a {
			background: #F7E6D5;
			color: #631613;
		}
		
		ul#navlist li a:hover, ul#navlist li#entered a:hover {
			color: #FFFFFF;
			background: #B5908E;
		}
		
		
		
		
		
		/* Sub Menu */
		
		ul#navlistLvl2 {
			font-family:  Verdana, Helvetica, Arial, sans-serif;
			font-size: 10px;
			text-align: left;
			list-style: none;
			padding: 0;
			margin: 0;
			background: #F7E6D5;
		}
		
		ul#navlistLvl2 li {
			display: block;
			margin: 0;
			padding: 0;
		}
				
		ul#navlistLvl2 li a {
			display: block;
			width: 165px;
			padding: 4px 0px 4px 40px;
			color: #631613;
			text-decoration: none;
			background: transparent;
		}
		
		/*#navcontainer>ul#navlistLvl2 li a { width: auto; }*/
		
		ul#navlistLvl2 li#entered a {
			color: #631613;
			background: #FFFFFF;
			font-weight: bold;
		}
		
		ul#navlistLvl2 li a:hover, ul#navlistLvl2 li#entered a:hover {
			color: #631613;
			background: #FFFFFF;
		}
		
		
		
