/* CSS Document */

/* General Styles 
=========================================================== */


body {
	color: #000;
	background-color:#7D6295;
	background: #663399 url(/graphics/stripe-purple.jpg)
	}

a:visited {
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: underline;
	}



/* Layout 
=========================================================== */

#container {
	color: #000;
	background: #ffd272;
	border: 1px solid #ab8c4c;
	}


/* ---- Tool Bar - colors CAN be overwritten with dept CSS ---- */

#header {
	background: #ffd272;
	color: #000000;
	}
div#toolNav ul {
	background: #ffd272;
	color: #000000;
	}
div#toolNav li:hover {
	background: #e8bf68;
	color: #000000;
	}
div#toolNav li.toolSubmenu {
	background: #ffd272 url(/graphics/menuarrow-bl.gif) no-repeat 65% 70%;
	color: #000000;
	}
div#toolNav li.toolSubmenu:hover {
	color: #000;
	background: #ffd272 url(/graphics/menuarrowhover-bl.gif) no-repeat 65% 70%;
	}
div#toolNav li a {
	color: #000000;
	background: #e8bf68;
	}
div#toolNav ul.toolLevel1 li.toolSubmenu:hover ul.toolLevel2 li {
	border-bottom: 1px solid #FFFFFF;
	}

/* ---- Search Tools - colors CAN be overwritten with dept CSS ---- */
div#searchTools a {
	color: #000000;
	background: #ffd272;
	}
div#searchTools a:hover {
	color: #000000;
	background: #ffd272;
	}
div#searchTools input {
	background: #FFFFFF;
	color: #000;
	} 
div#searchTools .button {
	border: 1px solid #ffd272;
	color: #000000;
	background: #e8bf68;
	}
div#searchTools .button:hover {
	border: #000000 1px solid;
	color: #000000;
	background: #ffd272;
	}
	
/* 2nd Level Navigation - Primary Navigation for Departments
=========================================================== */
div#mainNav ul {
	background: #ffd272;
	color: #000;
	}
div#mainNav li {
	border-bottom: 1px solid #e8bf68;
	background: #ffd272;
	color: #000;
	}
div#mainNav li a {
	color: #000000;
	background: #ffd272; 
	}
div#mainNav li a:hover {
	background: #FEE78E;
	color: #000;
	}
div#mainNav li.mainSubmenu a {
	background: #ffd272 url(/graphics/menuarrow-bl.gif) no-repeat 95% 55%;
	color: #000;
	}
div#mainNav li.mainSubmenu a:hover {
	color:#000000;
	background: #FEE78E url(/graphics/menuarrowhover-bl.gif) no-repeat 95% 55%;
	}

div#mainNav ul.Level2 li a {
/*	border-bottom: 1px solid #FFFFFF;
*/	color: #000;
	background: #ffd272; 
	}
 div#mainNav ul.Level2 li a:hover {
/*	border-bottom: 1px solid #FFFFFF;
*/	color: #000;
	background: #FEE78E; 
	}
div#mainNav ul.Level1 li.mainSubmenu:hover ul.Level2 li {
/*	border-bottom: 1px solid #FFFFFF;
*/	border-left: 1px solid #FFFFFF;
	color: #000;
	background: #ffd272; 
	}
/* 2nd Level Main Content Styling
=========================================================== */
#mainContent {
	color: #000000;
	background: #fff;
	position: relative;
	}
#mainContent a {
	color: #663399;
	background: none;
	}
#mainContent a:hover, #mainContent a:active {
	color: #660099;
	background: none;
	}
/* ---- Subset Navigation or Related Links ---- */
#mainContent .subNav {
	background: #ffd272 url(/graphics/gradient-rt.gif) repeat-y right;
	border-top: 1px solid #ab8c4c;
	border-bottom: 1px solid #ab8c4c;
	border-left: 1px solid #ab8c4c;
	color: #000;
}
/* Forms
=========================================================== */

input, textarea, select {
	border: 1px solid #e8bf68;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	}
.button {
	background-color: #ab8c4c;
	border: 1px solid #e8bf68;
	color: #000000;
	}
.formlabel {   /*for form elements */
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right; 
	font-weight:bold;
	clear:both;
}	

.formlabel2 {   /*for form elements */
	
	/*for Skippy*/

	float: left;
	width: 20em;  
	margin-right: 1em;  
	text-align: right; 
	
	font-weight:bold;
	clear:both;
	
	display: block;
	font-weight:bold;
}

.formlabel3 { /*for form elements */
	/*for Jeremy*/
  	float:left;
 	width:25%;
  	margin-right:0.5em;
  	padding-top:0.2em;
  	text-align:right;
  	font-weight:bold;
}

.formlabel3_long { /*for form elements */
	/*for Jeremy*/
  	width:80%;
  	padding-top:0.2em;
  	text-align:left;
  	font-weight:bold;
}

.formlabel3_top { /*for form elements */
	/*for Jeremy*/
  	float:left;
 	width:99%;
  	margin-right:0.5em;
  	padding-top:0.2em;
	padding-bottom:0.3em;
  	text-align:left;
  	font-weight:bold;
}

.formlabel3_hidden{
	 display:none;
}

.fieldset3 {
  padding: 1em;
  font:80%/1 sans-serif;
  border:1px solid black;
  }
  
 .legend3 {
  padding: 0.2em 0.5em;
  border:1px solid black;
  background: #663399;
  color:white;
  font-size:90%;
  text-align:right;
  }
  
  .fieldexplanation{
  font-size:0.8em;
  }

.submit input
{
	margin-left: 4.5em;	
}

/* Highlights
=========================================================== */
.highlight {
	background: #663399 url(/graphics/highlights/highltTop-lavendar.gif) no-repeat left top;
	color: #fff;
	border: none;	
}

.highlightBottom {
	background: url(/graphics/highlights/highltBot-lavendar.gif) no-repeat left bottom;
	position: relative;
	border: none;
}

