
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
   

/* Overall Layout and Formatting */

body {
	font-family: Apple Chancery, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: justify;
	}

#container {
	position: absolute;
	left: 0;
	top: 0px;
	padding: 0 10px 0 10px;
	width: 939px;
	width: 919px;
	background-color: #e6e89f;
	}

#pageHeader {

	width: 919px;
	height: 453px;
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: center;
	color: #990000;
	background-color: #FFFFFF;
	background-image: url(images/eaglescragsfields-starling-full.jpg);
	background-repeat: no-repeat;
	}

h1, h2 {
	margin: 0;
	}

/* Content Layout */

#summary {
	background: white;
	padding: 10px 0;
	margin: 10px 0 0 0;
	width: 800px;
	height: 900px;
	width: 919px;
	}
*>#quickSummary {
	float: right;
	width: 200px;
	padding: 0 20px 10px 17px;
	margin: 5px 0 10px 0;
	border: 3px double rgb(118,56,50);
	border-width: 0 0 3px 3px;
	}

#quickSummary .p2 {
	padding-bottom: 10px;
	border-bottom: 3px double rgb(118,56,50);
	}
*>#quickSummary .p2 {
	padding-bottom: 0;
	border-bottom: 0;
	}

#preamble h3, #supportingText h3 {
	
	height: 34px;
	font-size: 24px;
	}

#preamble {
	padding: 0 10px 6px 40px;
	width: 800px;
	width: 870px;
	height: 30px;
	border: 3px double rgb(118,56,50);
	border-width: 0 0 3px 0;
	font-size: 20px;
	text-align: center;
	color: #990000;
	}
*>#preamble {
	margin-top: 8px;
	padding-top: 1px;
	}


#supportingText {
    position: absolute;
	background: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px 40px 0 60px;
	width: 700px;
	width: 520px;
	height: 600px;
	}

#supportingText h3 { margin: 22px 0 10px 0; }


div#upcomingSeriesEpisodes img.seriesImage {
	display: none;
}

div#upcomingSeriesEpisodes h2 {
    display: none;
}

#lselect, #larchives, #lresources {
	width: 325px;
	padding-bottom: 11px;
	background: url(windowFoot.gif) no-repeat bottom;
	}

#lselect {
	font-size: 16px;
	}

#footer {
    background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	
	}
	
div#footer a {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: none;
}

div#footer .feedbackHighlight {
	text-decoration: none;
}


div#underwriters {
    color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	text-align: center;
	margin: 1em 1em;
}

div#wflLogo {
	margin: 1em 0;
}
div#znpLogo {
	margin: 1em 0;
}

div#kuedLogo {
	margin: 1em 0;
}

/* Link Formatting */

a:link {
	color: black;
	text-decoration: none;
	border-bottom: 2px rgb(247,202,0) solid;
	}

a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px rgb(247,202,0) solid;
	}

a:link:hover { border-bottom-width: 3px; }
a:visited:hover { border-bottom-width: 2px; }
a:active { border-bottom-width: 1px; }

#linkList a:link, #linkList a:visited, #linkList a:hover, #linkList a:active {
	border: none;
	font-weight: bold;
	display: block;
	font-size: 12px;
	}

#linkList a.c:link, #linkList a.c:visited, #linkList a.c:hover, #linkList a.c:active {
	font-weight: normal;
	text-decoration: underline;
	display: inline;
	font-size: 11px;
	}

#larchives a:link, #larchives a:visited, #larchives a:hover, #larchives a:active, #lresources a:link, #lresources a:visited, #lresources a:hover, #lresources a:active {
	display: inline;
	font-size: 12px;
	}
