@charset "UTF-8";

/* SITE NAME AND MASTHEAD IMAGES */
#masthead {
	background: #ffe2aa url(/did/www/saipe/img/slice.gif) repeat-x left center; /*changes background color and image of header*/
	color: #000; /*changes font color of header*/
	} 
div#masthead h1 {
	background: url(/did/www/saipe/img/icon.gif) no-repeat right top; /*changes 3-image masthead*/
	} 

/* TOP NAV */
#dropdown li.selected {
	background-color: #807155; /*changes background color of navbar when the selection is unclickable */
	color: #fff;  /*color of text in the top nav when the selection is unclickable */ 	
	border-color: #000 #000 #807155 #000; /* third color should match background-color */
	} 

ul.rMenu li a {
	background-color: #ffe2aa;/* changes background color of menu items */
	border-bottom: 1px solid #ffe2aa; /*color should be same as navbar background*/
	} 
ul.rMenu li a:link, ul.rMenu li a:hover, ul.rMenu li a:visited, ul.rMenu li a:active {
	color: #000; /* changes text color for nav bar */
	}
	
ul.rMenu li:hover, ul.rMenu li.sfhover, ul.rMenu li.sfhover a:active, ul.rMenu li:hover a:active, ul.rMenu li a:hover {
	background-color: #807155; /* changes background color for nav bar during hover and active modes */
	color: #fff; /* changes text color for nav bar during hover and active modes */
	}
	
ul.rMenu li a:hover {
	border-bottom: 1px solid #807155; /*this needs to be the same as the hover background color */
	}

#dropmenudiv a{
	background-color: #e6e6fa; /*this needs to be the same as the background color */
	color: #fff; /*this needs to be the same as the text color */
	}

#dropmenudiv a:hover{ 
	background-color: #807155; /*this needs to be the same as the hover background color */
	color:#fff; /*this needs to be the same as the hover text color */
	}

/* LEFT COLUMN & RIGHT COLUMN */
.navcontainer li {
	background: url(/did/www/saipe/img/on.gif) no-repeat 0.5em center; /* changes the outline image */
	}

/* MIDDLE COLUMN */
.hi-lite {
	border:2px solid #807155;  /*changes color of index box border */
	}

h3.hi-litehead {
	color: #807155; /*changes text color of index box title */
	}
/*Table Styles*/
th {font-weight:bold; border:#000066 solid 1px; background-color:#e6e6fa; text-align:center;}

table.form {background-color:#e6e6fa; border:solid 1px #ffe2aa; padding: 2px;}
td.st_cnty {background: #dfefff; border-left: 15px solid #008BB9; margin-left: 20px; }
tr.state {background: #e6e6fa;}
tr.school {background: #ffffdf;}
td.schl_dst {background: #ffffdf; border-left: 15px solid #FFCC33; margin-left: 20px;}

#data table {
	border-collapse: collapse;
	}
#data td {
	padding: 2px;
	border: solid 1px #666666;
	font-size: 12px;
	}
#data th {
	font-size: small;
	padding: 2px;
	/* background-color: #d6dee7; */
	border: solid 1px #666666;
	border-bottom: solid 2px #666666;
	}
#middle-column {min-height:0px;}

/* TABLE STYLES */
table {
 font-family: Arial, Helvetica, verdana sans-serif;
 background-color:#000;
 border-collapse: collapse;
 width: 100%;
}
caption {
 font-size: 110%;
 color: #000;
 font-weight: bold;
 text-align: left;
 padding: 5px;
 margin-bottom: 2px;
}

thead th {
 color:#000;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:15px;
 background-color: #ffe2aa;
 font-weight: bold;
}

tbody tr {
 background-color:#fff;
 border-bottom: 1px solid #f0f0f0;
}

tbody td {
 color: #000;
 padding: 2px;
 text-align: right;
 font-weight: normal;
 border-right: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}

tbody td.rowName1 {
 color: #000;
 padding: 2px;
 text-align: center;
 font-weight: normal;
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}

tbody td.rowName2 {
 color: #000;
 padding: 2px;
 text-align: left;
 font-weight: normal;
 border-right: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}

tbody th {
 text-align: left;
 padding: 2px;
 padding-left: 5px;
 font-weight: normal;
 border-right: 1px solid #CCC;
 border-left: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
 background:#FFFFFF;
}

tbody th.rowName2 {
 text-align: left;
 padding: 2px;
 padding-left: 15px;
 font-weight: normal;
 border-right: 1px solid #CCC;
 border-left: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}

tbody th.rowName3 {
 text-align: left;
 padding: 2px;
 padding-left: 25px;
 font-weight: normal;
 border-right: 1px solid #CCC;
 border-left: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}

tbody th.rowName4 {
 text-align: left;
 padding: 2px;
 padding-left: 35px;
 font-weight: normal;
 border-right: 1px solid #CCC;
 border-left: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}

tbody th.rowName5 {
 border-right: 1px solid #fff;
 color:#000;
 text-align:center;
 padding:2px;
 text-transform:uppercase;
 height:25px;
 background-color: #ffe2aa;
 font-weight: bold;
 }
 
.maps table, tr, td {
 border-right: none;
 border-bottom: none;
 }
 
 form.saipeform {
	width: 600px;
	font-size: 1.1em;
	color: #333;
	text-align:left}
	
form.saipeform fieldset { 
	margin-bottom: 10px; }
	
form.saipeform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	padding-left: 0; }
	
form.saipeform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	padding-left: 10px;
	width: 150px;} /* Width of labels */
	
form.saipeform legend,
form.saipeform label { 
	color: #333; }

form.saipeform fieldset {
	border: none;
	border-top: 1px solid #807155;
	border-bottom: 1px solid #807155;
	

form.saipeform fieldset ol {
	margin: 10px 0 0 0;
	padding: 0;}
	
form.saipeform fieldset li {
	list-style: none;
	padding: 5px 10px 5px 10px;
	margin: 0;
	}
	
form.saipeform fieldset fieldset { 
	background: none; 
	border: none;
	margin: 3px 0 0; }
	
form.saipeform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.saipeform fieldset fieldset label {
	display: block;
	width: auto;
	margin-left: 153px; /* Width of labels plus 3 (html space) */
	}

form.saipeform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;}