/* ---- BODY and GENERAL STYLES ---- */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* ---- HEADER ---- */

#header {
	background-color: #663366;
	height: 3em;
	overflow: hidden;
}
#header p {
	color: #FFF;
	letter-spacing: .1em;
	font-size: 1.3em;
	font-weight: bold;
	margin: .5em;
}
#header p span {
	font-size: .6em;
	vertical-align: middle;
}
#header img {
	float: left;
	padding: 5px;
	margin: 5px 10px;
	
}
/* ---- TOOLBAR is within HEADER div ---- */
 
#toolbar {
	font-size: 1em;
	color: #666;
	position: absolute;
	right: 0;
	top: 20px;
	width: 50%;
	text-align: right;
	margin: 0 2% 0 0;
}

#toolbar p {
	font-size: .8em;
	margin: .2em 0 .5em 0;
}

/* ---- SIDE NAV, INCLUDING NAV ---- */

#side {
 	position: absolute;
 	top: 4em;
 	left: 20px;
 	width: 150px;
}
 
#nav {
 	width: 150px;
}

#nav h4 { /* non-link header for nav categories */
 	color: #000;
	font-size: .9em;
}	
#nav ul {
	width: 150px;
	list-style-type: none;
}

#nav ul li {
	position: relative;
	font-size: .8em;
}

#nav li ul li {
	font-size: 1em;
}

#nav li ul li ul li {
	font-size: 1em;
}

#nav li ul {
	margin: 0 0 0 10px;
	width: 140px;
}

#nav li ul li ul {
	margin: 0 0 0 10px;
	width: 130px;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #663366;
	padding: 5px;
	border: 1px solid #CCC;
	border-bottom: 0;
}

#nav ul li li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #336699;
	padding: 5px;
}

#nav ul li li li a {
	display: block;
	text-decoration: none;
	color: #336699;
	background-color: #FFF;
	padding: 5px;
}

#nav ul li a:hover {
	background-color: #FFF;
	color: #663366;
}

#nav ul li h4 {
	display: block;
}

/* Fix IE. Hide from IE Mac */
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li h4 { height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav a.on {
	background-color: #FFF;
	color: #663366;
}


#navjas {
 	width: 150px;
}

#navjas h4 { /* non-link header for nav categories */
 	color: #000;
	font-size: .9em;
}

#navjas ul {
	width: 150px;
	list-style-type: none;
}

#navjas ul li {
	position: relative;
	font-size: .8em;
}

#navjas li ul li {
	font-size: 1em;
}

#navjas li ul li ul li {
	font-size: 1em;
}

#navjas li ul {
	margin: 0 0 0 10px;
	width: 140px;
}

#navjas li ul li ul {
	margin: 0 0 0 10px;
	width: 130px;
}

#navjas ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #CCC;
	/*border-bottom: 0;*/
}

#navjas ul li li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #eeeeee;
	padding: 5px;
	
}

#navjas ul li li li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #eeeeee;
	padding: 5px;
}

#navjas ul li a:hover {
	background-color: #eeeeee;
	color: #663366;
}

#navjas ul li h4 {
	display: block;
}

/* Fix IE. Hide from IE Mac */
* html #navjas ul li { float: left; height: 1%; }
* html #navjas ul li h4 { height: 1%; }
* html #navjas ul li a { height: 1%; }
/* End */

#navjas a.on {
	background-color: #FFF;
	color: #663366;
	
/* ---- BREADCRUMBS ---- */
}
.crumbs {
	font-weight: normal;
	font-size: .8em;
	color: #666;
	margin: .2em 0 .2em 0;
}

/* ---- PAGE DIV, INCLUDING CONTENT ---- */

#page {
	margin: 10px 20px 20px 190px;
 	background: #FFF;
 	color: #333;
 	padding: 0 20px 20px 20px;
 	position :relative;
	/* do not use "clear" here */ 
 }
  /* ---- USE FOR INNER PAGES - HYPHENATED FILES ---- */
#innerpage {
	margin: 10px 0px 20px 0px;
 	background: #FFF;
 	color: #333;
 	padding: 0 20px 20px 20px;
 	position: relative;
}
#content {
	position: relative;
	clear: both;
	height: 1%;
}
/*USE AS SUBMENU TO INNERPAGES */
#content ul.innerpagelinks {
	color: #336699;
	font-size: 1.6em;
	
}
.innerpagelinks li {
	list-style-type: none;
}
.innerpagelinks li a {
	text-decoration: none;
	color: #336699;
}
.innerpagelinks li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.figreturn a {
	clear: both;
	font-size: 10px;
	color: #663366;
	text-decoration: none;
	float: right;
	font-weight: bold;
	margin: 8px;

}
.figreturn a:hover {
	text-decoration: underline;		
	
/*END SPECIAL HELP CODES */

/* ---- CONTENT STYLES ---- */
}
h1 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	margin: .3em 0;
}
		
h2 {
	border-bottom: 1px solid #336699;
	color: #336699;
	font-size: 1.6em;
	font-weight: bold;
	margin: .5em 0;
	padding: 0 0 .1em 0;
	position: relative;
}
		
h3 {
	color: #036;
	font-size: 1.4em;
	font-weight: bold;
	margin: .5em 0 .5em 0;
	padding: 0 0% 0 0;
}

h4 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	margin: .5em 0;
}

h5 {
	color: #336699;
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0;
}
		
p {
	color: #000;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3;
	margin: .5em 0;
}
p span.bold {
	font-weight: bold;
}
p span.italic {
	font-style: italic;
}
p span.bolditalic {
	font-style: italic;
	font-weight: bold;
}
p span.underline {
	text-decoration: underline;
}
.note {
	border-top: 1px solid #CCCCCC;
	font-size: .8em;
	color: #666;
}
.topnote {
	font-size: .8em;
	color: #666;
	
}
.blockquote {
	font-size: 1em;
	line-height: 1.3;
	text-align: left;
	margin-top: .5em; 
    margin-right: 10%; 
    margin-left: 10%;
	
}
#content .hrbar { 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663366;
	clear: both;
	text-align: right;
}
.hrbar a { 
	font-size: 10px;
	color: #663366;
	text-decoration: none;

}
dl {
}
dt {
	color: #036;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	margin: .5em 0 .5em 0;
	padding: 0 0 .5em 0;
	position: relative; /* fixes a bug in IE */
}

dd {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3;
	margin: .5em 0 .5em 3%;
	padding: 0 0 .5em 0;

}
#content li {
	color: #000;
	margin-bottom: .5em;
	padding-left: .1em;
	margin-left: 1em;
	display: list-item;
	
}

#content ul, ol {
	padding-left: .1em;
	margin-left: 1em;
}
.circlebullet {
	list-style-type: circle;
}
acronym, abbr, .help {
	border-bottom: 1px dotted #336699;
	padding-bottom: .05em;
	cursor: help;
}
.hilite {
	background-color: #FFCCFF;
	border: 1px solid #663366;
	margin-left: 10px;
	width: 250px;
	padding: 8px;
	font-style: italic;
	float: right;
	font-size: 14px;
}
.boldcenter {
	font-weight: bold;
	text-align: center;
}
.center {
	text-align: center;
}

.instructions {
	font-size: .8em;
	color: #666;
}

.top {
	font-size: .8em;
	text-align: right;
}

/* ---- You can add more text classes here ---- */
.jobactionsheet {
	font-size: 90%;
	margin: 8px;
	padding: 8px;
	width: 30em; /* ems so it will grow */
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #000;
	border-bottom: 4px solid #000;
	border-right: 4px solid #000;
}
.positiontitle {
	border: 1px solid #000;
	text-align: center;
	padding: 8px;
}
/* ---- JOB ACTION SHEET FORMATTING TABLES 

table {
	border: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
}

td {
	border-bottom: 1px solid #CCC; ---- */
.jas {
	font-size: 90%;
	margin: 8px;
	padding: 8px;
	width: 40em; /* ems so it will grow */
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#content table {
	/* border: 4px solid #CCC;
	border-bottom: 3px solid #CCC; */
	margin: 0 0 1em 0;
}

#content table.center td {
	text-align: center;

}

td {
	padding: 8px;
	vertical-align: top;
}

th {
	padding: 2px;
	text-align: left;
	font-weight: bold;
}
.jashead {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;

	
/* ---- END JOB ACTION SHEET FORMATTING TABLES ---- */	
}
.nextpage a {
	clear: both;
	font-size: .6em;
	color: #ffffff;
	text-decoration: none;
	float: right;
	font-weight: bold;
	margin: 4px;
	background-color: #666;
	padding: 4px;
	text-transform: uppercase;
	letter-spacing: .2em;
	
}
.nextpage a:hover {
	text-decoration: underline;
	background-color: #663366;
	color: #ffffff;
}	

/* ---- FLOATS ---- */

.floatright {
	float: right;
	position: relative;
	margin: 8px 0 0 8px;
}
.floatleft {
	float: left;
	position: relative;
	margin: 8px 8px 0 0;
}
/* ---- FOOTER ---- */

#footer {
	clear: both;
	border-top: 1px dotted #336699;
	position: relative;
}
		
#footer p {
	font-size: .8em;
	color: #666;
	text-align: right;
	margin: .5em 0;
}
#footer a {
	font-size: 10px;
	color: #663366;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
		

