/* Standard Styles */
body {
	font-family: Verdana, sans-serif;
	font-size: 100%; /* Font-size reset for IE */
	font-size: .8em;
	margin: 0;
}
h1, #instructions h3 {
	color: #7c1300;
	font-size: 2em;
	margin: .75em 0 .25em;
}
h2 {
	color: white;
	padding: 6px;
	font-size: 1em;
	background-color: #996600;
}
h3 {
	font-size: 1em;
	margin: 0 0 .2em;
}
p {
	margin: 0 0 1em;
	font-size: 1em;
}
table {
	border: 1px solid silver;
	border-bottom: none;
}
td {
	border-bottom: 1px solid silver;
}
td:first-child { text-align: right; } /* Not supported in IE6 */
th {
	background: #996600;
	color: #fff;
	text-align: left;
	padding: 5px 6px;
}

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-top: 1px solid silver;
}

ul ul {
	padding-left: 20px;
	border-bottom: 1px solid silver;
}
ul ul ul {
	border: none;
	padding-bottom: 0px;
}
li {
	font-weight: normal;
}
li.branch {
	font-weight: bold;
}
li.branch a {
	text-decoration: none;
	color: black;
}
.collapse li {
	display: none;
}
li.branch img {
	padding: 3px;
}
.req {
	font-weight: bold;
	;
	color: #FF0000;
	;
}
.reqPass {
}
.reqFail {
	background-color: #66FF00;
}
.footnote {
	color: #999999;
	font-size: 0.9em;
	padding-top: 10px;
}

/* Forms */
select {
	width: 200px;
	border: 1px solid tan;
}
input[type=text] { /* Not supported in IE6 */
	width: 200px;
	border: 1px solid tan;
}
input.small {
	width: 15px;
}

/* Standard Evergreen Pieces */
#evergreen_header {
	background-color: #000;
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	margin: 0;
}
#evergreen_header img {
	float: left;
	padding: 4px 0 0 0;
}
#evergreen_header h3 {
	text-transform: uppercase;
	font: normal 8.5pt Verdana, Arial, sans-serif;
	color: #fff;
	padding: 15px 0 0 0;
	text-align: right;
	margin: 0;
}
#evergreen_header h3 a {
	color: #fff;
	text-decoration: none;
}

/*
#subsite_header {
	display: none;
}
*/

/* Specific CSS for EEO form */
#instructions {
	margin: 0 20px 1em;
}
#content {
	font-size: 8.5pt;
	margin: 0 20px 1em;
	width: 740px;
	height: 770px;
	padding-bottom: 10px;
}

#demoG {
	position: relative;
	float: left;
	width: 300px;
	height: 100%;
	z-index: 1;
}
#jobSel {
	position: relative;
	float: right;
	height: 100%;
	width: 400px;
	z-index: 2;
	overflow: auto;
	border: 1px solid silver;
}

#definitions {
	margin: 0 20px 1em;
}
#subsite_header {
	border-bottom:1px solid #FFFFFF;
	overflow:hidden;
	padding:0pt 0pt 10px;
	width:100%;
}
#subsite_header h3 {
	background-color:#996600;
	color:#FFFFFF;
	float:left;
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:15px 0pt 0pt;
	padding:6px 5px 7px 15px;
	width:75%;
}

#subsite_header h3 small {
	color:#FFFFFF;
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0pt 0pt 0pt 0.5em;
}
#subsite_header .trees {
	float:left;
	margin:13px 0pt 0pt -52px;
}