/* CSS Document */

body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	height: 90%;
	margin: 0px;
}
a:link, a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a.nav:link, a.nav:visited {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	color: #800000;
}
h1, h2, h3, h4, h5, h6 {
	color: #4E4E4E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: -1;
	line-height: 80%;
}
#frame {
	text-align: center;
	margin: 0 auto 0;
	padding: 0;
	width: 768px;
	height: 100%;
	border: 1px solid #333333;
}
#header {
	width: 768px;
	height: 89px;
	background-color: #800000;
	background-image:  url("../images/idaho_header_bg.png");
	background-repeat: no-repeat;
	color: #ffffff;
}
#menu {
	width: 768px;
	height: 29px;
	background-color: #cccccc;
	background-image:  url("../images/idaho_menu_bg.png");
	background-repeat: no-repeat;
	color: #333333;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 8px 12px 0 6px;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #D6D6D6;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-bottom:8px;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#splashBig {
	width: 768px;
	height: 200px;
	background-color: #cccccc;
	background-image: url(../images/spirit_splash_bg.png);
	background-repeat: no-repeat;
	color: #000000;
}
#splashSmall {
	width: 768px;
	height: 100px;
	background-color: #cccccc;
	background-image: url(../images/csteininc_splash_bg.png);
	background-repeat: no-repeat;
	color: #000000;
}
#content {
	width: 730px;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 8px 19px 8px 19px;
}
#footer {
	width: 768px;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 25px 0 15px 0;
}