/*
 * Base styles
 */
body {
	background-color: #fff;
	background-image: url(/images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	font-size: 62.5%;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	position: relative;
}
h1 {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 130px;
	text-indent: -9999em;
	margin:  0;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
h2 {
	font-size: 3em;
	font-family: Times, serif;
	font-weight: normal;
	text-align: left;
}
dt {
	font-family: Times, serif;
	font-weight: bold;
	margin: .25em 0;
	font-size: 1.5em;
	padding-left: .25em;
}
dd {
	padding-left: 2em;
}
p {
	margin: .5em 0;
}
a:link,
a:visited {
	color: #333399;
	font-weight: bold;
	}
a:hover,
a:active {
	color: #cc6600;
}
fieldset {
	border: 1px solid #000;
	padding: 1em;
	padding-bottom: 2em;
	margin: 1em 5em;
}
legend {
	background-color: #fff;
	font-weight: bold;
	margin-left: 1.5em;
	font-size: 1.5em;
}
label {
	display: block;
	margin: .5em auto 0 auto;
	width: 300px;
}
input,
select {
	margin: auto;
	display: block;
	width: 300px;
	border: 1px solid #000;
	font-size: 1.5em;
	padding: .25em;
}
input#submit {
	width: 200px;
	margin: 1em auto;
}
input#submit:hover {
	background-color: #fff;
}
/*
 * Structure
 */
.header-image {
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	margin-top: -1px;
}
#header-image-1 {
	background-image: url(/images/headers/header1.jpg);
}
#header-image-2 {
	background-image: url(/images/headers/header2.jpg);
}
#header-image-3 {
	background-image: url(/images/headers/header3.jpg);
}
#header-image-4 {
	background-image: url(/images/headers/header4.jpg);
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-image: url(/images/hr_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#content {
	clear: both;
	font-size: 1.4em;
	line-height: 1.5;
	text-align: left;
	padding: 1em;
}
/*
 * Navigation
 */
#navigation {
	font-size: 1.75em;
	text-align: center;
	display: table;
  padding:0; 
  margin:0 auto;
  white-space:nowrap;
}
	#navigation li {
	  display:table-cell;
	}
	#navigation li a:link,
	#navigation li a:visited {
  	width:auto;
  	display:block;
		color: #000;
		text-decoration: none;
		padding: .5em;
		display: block;
		font-weight: bold;
	}
  #navigation #currentpage,
	#navigation li a:hover,
	#navigation li a:active {
		color: #cc6600;
		background-image: url(/images/arrow.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}
	.container {clear:both; text-decoration:none;}

/*
 * Page-specific styling
 */
 

/*
 * Home page
 */
	#home img.coverimage {
	 float: right;
	 margin-left: 20px;
	 margin-bottom: 50px;
	}
	/*
	#home #content {
		background-image: url(/images/cover.jpg);
		background-position: right 6em;
		background-repeat: no-repeat;
	}
	#home dl {
		padding-right: 325px;
		padding-bottom: 5em;
	}
	*/
/*
 * Contact / About
 */
	#aboutus #content {
	 /*
		padding-right: 325px;
		*/
		min-height: 400px;
		/*
		background-image: url(/images/andover.jpg);
		background-position: 550px 6em;
		background-repeat: no-repeat;
		*/
	}
	#contactus #content {
		padding-right: 325px;
		min-height: 400px;
		/*
		background-image: url(/images/study.jpg);
		background-position: 550px 6em;
		background-repeat: no-repeat;
		*/
	}
/*
 * Contributors
 */
 #contributors dt span {
 	font-weight: normal;
 	font-style: italic;
 }
 #contributors dt {
  clear: both;
 }
 #contributors dt span {
 	font-weight: normal;
 	font-style: italic;
 }
 #contributors dd {
  margin-bottom: 1em;
 }
 #contributors dd img {
  float: right;
  margin-left: 10px;
  margin-bottom: 2em;
 }
/*
 #contributors dd {

 	padding-right: 325px;
 	background-position: 550px 0;
 	background-repeat: no-repeat;
 	height: 250px;
 }
 #contributors dd#bill {
 	background-image: url(/images/bill.jpg);
 }
 #contributors dd#michelle {
 	background-image: url(/images/michelle.jpg);
 }
 #contributors dd#tracey {
 	background-image: url(/images/tracey.jpg);
 }
 #contributors dd#emily {
 	background-image: url(/images/emily.jpg);
 }
 #contributors dd#roger {
 	background-image: url(/images/roger.jpg);
 }
 #contributors dd#amy {
 	background-image: url(/images/amy.jpg);
 }
 #contributors dd#rosemary {
 	background-image: url(/images/rosemary.jpg);
 }
*/
/*
 * Letters
 */
 #aletterfromthepublisher #content,
 #aletterfromtheeditor #content {
  /*
 	padding-right: 325px;
 	*/
 	background-position: 550px 6em;
 	background-repeat: no-repeat;
 }
 #aletterfromthepublisher #content {
 /*
 	background-image: url(/images/al.jpg);
 	*/
 }
 #aletterfromtheeditor #content {
  /*
 	background-image: url(/images/tracey.jpg);
 	*/
 }
 #al_sig {
 	display: block;
 	background-image: url(/images/al_sig.gif);
 	background-position: left top;
 	background-repeat: no-repeat;
 	padding-top: 70px;
 	margin-top: 1em;
 	}
	#tracey_sig strong,
 	#al_sig strong {
 		display: block;
 	}
 #tracey_sig {
 	display: block;
 	background-image: url(/images/tracey_sig.gif);
 	background-position: left top;
 	background-repeat: no-repeat;
 	padding-top: 90px;
 	margin-top: 1em;
 	}

/*
 * Footer
 */
#footer {
	padding: 1em 0;
	font-size: 1.2em;
	line-height: 1.75em;
	margin-top: 2em;
	text-align: right;
	color: #ccc;
	background-image: url(/images/hr_dot.gif);
	background-position: top;
	background-repeat: repeat-x;
}
	.adr {
		display: block;
	}
	#metadata li {
		float: right;
		margin-left: 1em;
	}
	#metadata a:link,
	#metadata a:visited {
		color: #ccc;
		text-decoration: none;
	}
	#metadata a:hover,
	#metadata a:active {
		color: #cc6600;
	}
/*
 * Video
 */
#video {
	float: right;
	margin-top: -240px;
	margin-right: -15px;
}
