/*
	BLUE:	#336699
*/

html {
	background: #c0c0c0 url(/images/page_bkgd_gray.gif) top left repeat;
	color: #000000;
}
#banner {
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 2px outset #000000;
	z-index: 2;
}
#stratton {
	float: left;
	font-size: 26pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-left: 250px;
	z-index: 2;
}
#systems {
	float: left;
	font-size: 26pt;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	z-index: 2;
}
#stratton a, #systems a {
	color: #000000;
	text-decoration: none;
}
#tagline {
	position: absolute;
	top: 0px;
	left: 5px;
	font: normal normal normal 10pt "Century Gothic" Verdana Arial sans-serif;
	z-index: 4;
}
#tagline ul {
	margin: 0;
	padding: 0;
}
#tagline ul li {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	z-index: 4;
	cursor: pointer;
}
#tagline ul li div {
	display: none;
	position: absolute;
	top: 5px;
	left: 160px;
	width: 180px;
	background-color: #ffffff;
	color: #000000;
	border: 2px outset #336699;
	z-index: 3;
}
#tagline ul li div h1 {
	font-size: .9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	background-color: #336699;
	color: #ffffff;
	margin: 2px;
	padding: 2px;
}
#tagline ul li div p {
	font-size: .85em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
}
#tagline ul li:hover>div {
	display: block;
}
#showwisdom {
	margin-left: 6px;
}
#horizontalnav {
	position: absolute;
	top: 50px;
	right: 475px;
	text-align: center;
	font: normal normal normal 10pt "Century Gothic" Verdana Arial sans-serif;
	z-index: 2;
}
#verticalnav {
	position: absolute;
	left: 5px;
	top: 100px;
	z-index: 4;
}
#content {
	position: absolute;
	top: 100px;
	left: 150px;
	right: 10px;
	bottom: 10px;
	overflow: auto;
	max-width: 630px;
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	border: 2px outset #000;
	z-index: 3;
}
.PageTitle {
	display: block;
	text-align: right;
	padding: 4px 10px;
	border-bottom: 2px ridge #000;
}
#firefox {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 136px;
	text-align: center;
	border: 2px outset #000;
	z-index: 2;
}
#calendar {
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: 136px;
	border: 2px outset #000;
	z-index: 2;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}
#secorner {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#quote {
	position: absolute;
	top: 86px;
	left: 150px;
	overflow: hidden;
	max-width: 630px;
	padding: 0;
	z-index: 2;
	font-size: .75em;
}
#hiddenframe {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: none;
	visibility: hidden;
}
#faqanswer {
	height:80px;
	border:2px inset #000;
	background-color:#ffffff;
	color:#000000;
	overflow:auto;
}
.CenteredText {
	display: block;
	text-align: center;
}
.Indented {
	padding-left: 10px;
}
.DblIndented {
	padding-left: 30px;
}
.SmallText {
	font-size: .7em;
}
.NoteLine {
	font-size: .8em;
	margin-left: 25px;
	padding: 0;
}
.Hidden {
	display: none;
}
.PhotoCaption {
	display: block;
	font-size: .8em;
	margin-top: 2px;
	text-align: center;
}