/****************************************
 CSS: Adamson House Docent Pages | SCREEN
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/
 
body {
 	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background: #434343 url("images/bck23.gif") repeat top center;
	}
#wrap {
	position: absolute;
	background: #434343 url("images/bck23.jpg") repeat-y top center;
	margin-top: -290px;
	top: 47.3%;
	left: 50%;
	margin-left: -495px;
	float: left;
	width: 990px;
	z-index: 0;
	}
.orange	{
	 color:#EA6400;
	 font-weight: bold;
	}
	
/****************************************
 * Links
 ****************************************/
 
a {
	border-bottom: 1px solid #EA6400;
	text-decoration: none;
	color: #EA6400;
	}	
a:hover {
	border-bottom: none;
	}
	 
/****************************************
 * Identity
 ****************************************/
	
#identity a {
	position: absolute;
	border: none;	
	}
#identity img {
	display: none;	
	}

/****************************************
 * Page
 ****************************************/
 
#page {
	width: 990px;
	margin: 0 auto;
	padding:  145px 0 0 0;
	background: url("images/masthead-black45.jpg") no-repeat top;		
	}

/****************************************
 * Main Navigation
 ***************************************561*/
 
#nav	{
	clear: both;
	float: left;
	font-size: .88em;
 	padding-left: 443px;
	}
#nav ul	{
	float: left;
	margin: 0;
	padding: 0;
	}
#nav ul li	{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav ul li a	{
	height: 35px;
	margin: 0;
	width: 88px;	
	display: block;
	color: #ccc;
	border-left: 1px solid #444;
	border-bottom: none;
	padding: 5px 0 0 10px;	
	}
#nav ul li a:hover	{
	color: white;
	border-bottom: none;
	text-decoration: none;
	background-color: #333;
	}
#nav ul li div.current	{
	color: white;
	font-weight: bold;
	height: 35px;
	margin-top: 0;
	width: 88px;	
	display: block;
	border-left: 1px solid #444;
	border-bottom: none;
	padding: 5px 0 0 10px;	
	background-color: #333;
	}
	
/****************************************
 * Main Content
 ****************************************/

/* home page content boxes */
#content {
	clear: both;
	margin: 0 auto;
	height: 338px;
	width: 945px;
	padding: 25px 5px 0 0;
	}
#content img	{
	margin: 0 15px;
	}
#content table th	{
	vertical-align: middle;
	font-size: 2em;
	padding: 0 50px;
	width: 250px;
	}
	
/* content boxes */
#contentHome {
	clear: both;
	margin: 0 auto;
	height: 358px;
	width: 935px;
	padding: 4px 0 0 53px;
	background: url("images/bck-orange.jpg") no-repeat 50% 50%;
	}
#contentHomeText {
	float: left;
	width: 20em;
	padding: 55px 0 0 400px;
	line-height: 2em;
	font-size: 1.1em;
	}

#contentContact {
	clear: both;
	margin: 0 auto;
	height: 358px;
	width: 935px;
	padding: 4px 0 0 53px;
	background: url("images/bck-blue.jpg") no-repeat 50% 50%;
	}
#contentContactText {
	float: left;
	width: 275px;
	padding: 5px 0 0 400px;
	line-height: 1.65em;
	}

#contentAbout	{
	background: url("images/bck-green.jpg") no-repeat 50% 50%;
	clear: both;
	height: 356px;
	width: 935px;
	padding: 4px 0 0 53px;	
	}
#contentAboutText	{
	width: 300px;
	margin: 20px 0 0 400px;
	}
	
/* Headlines */
h1	{
	margin: 0;
	padding: 50px 0 20px 0;
	font-size: 1.65em;
	font-weight: bold;
	}
h2 {
	margin: 0;
	padding: 15px 0;
	font-size: 1.3em;
	}	
h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 1em;
	}

/* Text */

p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	}
ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}	
li {
	margin: 5px 0;
	padding: 0 0 0 18px;
	}
	
/****************************************
 * Footer
 ****************************************/

#footer {
	clear: both;
	position: relative;
	width: 990px;
	height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	background: url("images/footer33.jpg") no-repeat top;
	}
#footerLinks	{	
	float: left;
	padding: 0 0 0 443px;
	width: 500px;
	}
#footerLinks ul li	{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}	
#footerLinks ul li a	{	
	display: block;
	padding: 8px 0 0 10px;
	height: 27px;	
	width: 88px;	
	color: #ccc;
	border-bottom: none;
	font-size: .88em;
	border-left: 1px solid #444;	
	}
#footerLinks a:hover	{
	color: white;
	border-bottom: none;
	text-decoration: none;
	background-color: #333;
	}
#footerLinks ul li a.current	{
	color: white;
	font-weight: bold;
	}
#copyright	{
	margin: 55px 10px 25px 54px;
	color: #7A7A7A;
	font-size: .85em;
	}
	
/****************************************
 * Miscellaneous
 ****************************************/

hr {
	display: none;
	}
acronym {
	border-bottom: 1px dotted #fff;
	cursor: help;
	}
	