@charset "ISO-8859-1";

/* seeks to address only the css used on all pages 
	#layer1 and #layer5 plus links, body, html and #container*/

a {
	text-decoration: none;
	color: #760900;
	font-weight: bold;
	text-shadow: #333 0 0 0;
}

body {
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
	font-family: verdana, Tahoma, geneva;
	background-image: url(../images/bg_body.jpg);
	font-size: 62.5%;
}

html {
font-size: 16px;
}

H1 {font-size:2em}  /* displayed at 20px */
H2 {font-size:1.5em}  /* displayed at 15px */
H3 {font-size:1.25em}  /* displayed at 12.5px */
H4 {font-size:1em}  /* displayed at 10px */

#container {
	font-size: 1.2em;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	overflow: hidden;
	background-color: #F2E6D0;
}

#container a:hover {
	text-decoration: none;
	color: #EEEEEE;
	background-color: #760900;
}

#CoInfo {
	display: none;
}

#footerLinks {
	width: 25%;
	float: left;
	text-align: center;
	word-spacing: 25px;
	margin-top: 15px;
}
#footerText {
	width: 75%;
	float: left;
	text-align: center;
}

#HdrBasic {
	z-index: 4;
	float: left;
	position: relative;
	text-align: right;
	top: 5px;
	width: auto;
	left: 450px;
}

#HdrRPCTitle {
	z-index: 4;
	color: #FFFFFF;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: #333 0 0 0;
	position: relative;
	padding-top: 3px;
	width: auto;
	left: 175px;
}
#layer1 {
	position: relative;
	z-index: 100;
	width: 800px;
	height: 135px;
	float: left;
	clear: both;
	font-size: 1em;
	margin-bottom: 0px;
}
#layer1 img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#layer1 a {
	color: white;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
#layer1  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#layer1 a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
	color: #790600;
}
#layer1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#layer5 {
	text-align: center;
	z-index: 6;
	visibility: visible;
	color: #FFFFFF;
	padding-bottom: 10px;
	width: 800px;
	clear: both;
	float: left;
	margin-top: 15px;
	background-color: #790600;
}
#layer5 a {
	font-weight: bold;
	text-shadow: #333 0 0 0;
	color: #FFFFFF;
}
#layer5 a:hover {
	font-weight: bold;
	text-shadow: #333 0 0 0;
	color: #790600;
	background-color: #FFFFCC;
}
#menu {
font-size:.9em;
	background-color: #760900;
	width: 800px;
	position: relative;
	z-index: 200;
	clear: both;
	float: left;
	height: 20px;
	top: 90px;
	padding-bottom: 0px;
	padding-top: 5px;	
}

#menu a {
}
#menu #nav li li a {
	color: #000000;
}
#menu #nav li li a:hover {
	color: #EEEEEE;
}
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	width: 100%;
	height: 15px;
}

#nav {
float:left;
width: 750px;
padding-left: 50px;
}

#nav li { /* all list items */
	float: left;
	width: 17%; /* width needed or else Opera goes nuts */
	background-color: #760900;
	padding-left: 13px;

}
#nav  li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


#nav li a:hover { /* Top menu items on hover */
	background-color: #D0CA8C;
	color: black;
	font-weight: bold;
}

#nav li li {
	float: left;
	width: 130%; /* width needed or else Opera goes nuts */
	color: #000000;
	background-color: #D0CA8C;
	border-left: 4px solid #760900;
	border-top: 1px solid #000000;

	padding-left: 0;
}
#nav li li a {
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-left: 3px;
}


#nav li li a:hover { /* Drop down menus items on hover */
	color: white;
	background-color:#760900;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 10;
	width: 10em;
	left: -999em; 
	padding: 0;/* 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;
	background-position: 0 0;
}
.clear {
	clear: both;
}
.delimiter {
	color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
}
.DD {
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 0% center;
}
