/* Crescent & Sprague */
/* CSS Styles */
/* created by Lee Offenberger */
/* (c)2007 OffWhite */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 800px;
	position: relative;
/*
	position: absolute;
	left: 50%;
	margin-left: -400px;
*/
	z-index: 1;
	border: 1px solid #000000;
}

#photorotate {
	position: absolute;
	top: 43px;
	left: 0px;
	z-index: -1;
	width: 633px;
	height: 454px;
}

/* Navigation */
#navigation {
	position: absolute;
	top: 2px;
	left: 8px;
	z-index: 5;
	height: 23px;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
}

#nav a{
	text-decoration: none;
	color: #000000;
}

#nav2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100%;
}

#nav2 a{
	text-decoration: none;
	color: #000000;
}

#spacer {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

/* Home Page */
#hometext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	position: absolute;
	top: 385px;
	left: 0px;
	z-index: 20;
	width: 450px;
	padding-left: 50px;
}

#hometext a{
	text-decoration: none;
	color: #916900;
}

#hometext a:hover{
	text-decoration: underline;
	color: #916900;
}

/* Static Pages & News Page */
#pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-left: 35px;
	padding-top: 20px;
	color: #916900;
	font-weight: bold;
	text-align: left;
}

#articletitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-top: 10px;
	color: #916900;
	font-weight: bold;
	text-align: left;
}

#statictext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 35px;
	padding-top: 10px;
	color: #000000;
	width: 490px;
	text-align: left;
}

#statictext a{
	text-decoration: none;
	color: #916900;
}

#statictext a:hover{
	text-decoration: underline;
	color: #916900;
}

#pageparent {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #916900;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
}

#children{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
}

#children a{
	text-decoration: none;
	color: #000000;
}

#children a:hover{
	text-decoration: none;
	color: #916900;
}

/* Footer */
#footerlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#footerlinks a{
	text-decoration: none;
	color: #000000;
}

#footerlinks a:hover{
	text-decoration: underline;
	color: #000000;
}

#contactinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 10px;
}

#footer {
	position: relative;
	height: 73px;
}

#footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 10px;
	z-index: 10;
}

#footertext a{
	text-decoration: none;
	color: #000000;
}

#footertext a:hover{
	text-decoration: underline;
	color: #000000;
}

#cpa {
	position: absolute;
	top: 25px;
	left: 462px;
	z-index: 10;
}

#homecontactinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 590px;
	z-index: 10;	
}

/* Set Editor */
.textheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #916900;
}