/* CSS Document */

body {
	font-family:tahoma, verdana, arial, sans-serif;
	font-size: 80%;
	background-color:#009999;
	padding: 2em;
	float:none;
	margin:0;
	}

/* -------------- Short rectangular box for banner and NAV BAR ------------------- */
#content {
	width: 88em;
	background-color:#CC6600;
	padding: 1em 0;
	border-top: 6px groove #7d6340;
	border-left: 6px groove #7d6340;
	border-right: 6px groove #7d6340;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 789px;
	}
html>body #content {
	width: 789px;
	} 

/* ------------------- Container Box around all other DIVS ------------------- */
div#wrapper{
	width: 789px;
	height:auto;
	margin: auto;
	border-right: 6px groove #7d6340;
	border-left: 6px groove #7d6340;
	border-bottom: 6px groove #7d6340;
	background-color:#EEEEEE;
	}

/* --------------------- Main column for web page content ------------------- */
div#primary{
	width:75%;
	float:left;
	text-align: left;
	background-color: #FFFFFF;
	padding: 1px 5px 5px 5px;
	overflow: auto;
	/*border: 6px groove #7d6340;*/
	}

/* ------ Narrow 2nd column for key links and misc. info ------------------- */	
div#secondary{
	width: 23%;
	float:right;
	background-color:#EEEEEE;
	padding:1px 1px 5px 1px;
	}

#narrowbox {
	width: 168px;
	margin: 2px;
	padding: 2px;
	background-color:#CAC6B7;
	border: 1px #FF9933 thin;
	/*overflow: auto;*/
	}
	
/* --------------------- Special inset boxes for main column ------------------- */
div#insetbox{
	width:96%;
	float: none;
	text-align: left;
	background-color:#FFFFFF;
	padding: 1px 5px 5px 5px;
	border: outset #FFCC99;
	}	

div#slimbox {
	width: 150px;
	margin-top: 25px;
	margine-left: 5px;
	float: right;
	font:"Comic Sans MS", Georgia, "Times New Roman", serif;
	font-size:12px;
	}
		
/* -----------------FOOTERBOX Settings - box for Dept Contact Info ------------------- */
#footerbox{
	clear:both;	/*This ensures the footer box is always below the two columns*/
	margin: 0 0 2px 0;
	padding: 2px;
	background-color: #EEEEEE; 
	text-align: center;
	border-top: 1px dashed #9B9F7B; 
}

/* ---------------------------- LINK Attributes -------------------------------- */
a {
	text-decoration: none;
}

a:link {
	color:#0000FF;
}

a:visited {
	color:#006699;
}

a:active {
	color:#00CCFF;
	text-decoration:blink;
}

a:hover {
	text-decoration: underline;
}

/* ---------------------------- Other Elements -------------------------------- */
h1 {
	text-align: right;
	color: #006666;
	padding: 0 0 0.1em 0;
	margin: 0;
	font-size:18px;
	font-weight: bold;
	}

h3, h4, h5 {
	color: #006666;
	}
	
p {
	color:#333333;
	}

emphasis {
	text-align:center;
	font-weight: bold;
	color: #990033;
	}

gentxt {
	text-align:left;
	padding: 0 0 0.25em 0;
	margin: 0;
	}

p.question {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}
	
p.answer {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	}	
/* ------------------------- LIST Settings -------------------------------- */
orderlist {
	list-style: decimal;
	text-align: left;
	font-weight: bold;
	color:#666666; 
	padding: 0;
	margin: 0;
}


#primary li { /*A vertically aligned list*/
	margin: 8px;
	padding-left: 2em;
	text-indent: -1em;
	list-style-type: square;
	list-style-position: inside;
	text-align:left;
	font:tahoma, verdana, arial, sans-serif;
	font-style:normal;
	color: #6C3600;
	float: none;
	width: auto;
	background: none;
	border: none;
} 

#secondary li { /*A vertically aligned list*/
	margin: 8px;
	padding-left: 2em;
	text-indent: -1em;
	list-style-type: square;
	list-style-position: inside;
	text-align:left;
	font:tahoma, verdana, arial, sans-serif;
	font-style:normal;
	color: #6C3600;
	float: none;
	width: auto;
	background: none;
	border: none;
} 

ul {
	list-style: none;
	color: #396C66;
	padding-bottom: 10px;
	margin: 0;
	float: none;
}

/* ------------------------- NAV BAR settings --------------- */
#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #396C66;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

li {
	float: left;
	position:relative;
	width: 201.5px;
	text-align: center;
	color: #396C66;
	cursor: default;
	background-color: white;
	border: 1px solid #009999;
	border-width: 1px 0;
}

li#first {
	border-left-width: 1em;
	width: 70px;
}

li#last {
	border-right-width: 1em;
	width: 90px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background-color:#FFFFFF;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #009999;
	border-left: solid 1px #009999;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color:#F4ECD9;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


hr {
	display: none;
}

/* ------------------------- End of NAV BAR settings --------------- */
p {
	clear: left;
	padding: 1em 1em 0 1em;
	margin: 0;
	}

p.image {
	float: none;
	padding: 1.25em 1.25em 0.25em 0.25em;
	}

p.image img {
	display: block;
	border: 1px solid #7d6340;
	}
img.rightimg {
	float: right;
	margin-left: 40px;
	}
	
#primary p.textlabel {
	width: 100px;
	font-weight: bold;
	text-align: left;
	float: left;
	height: 18px;
	position: relative;
	vertical-align: middle;
	margin: 0px;
	display: block;
	}
	
* {
	margin:0;
	padding:0;
}

#insetbox h1 {
	font:"Comic Sans MS", Georgia, "Times New Roman", serif;
	color: #336666;
	text-align: center;
	font-size: 15px;
	}
/* --------------------FORM Settings--------------------------- */
form.mainform {
	margin: 0;
	padding: 0;
	border: thick #009999;
	background-color:#DDEDD6;
	}

fieldset {
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #333;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	}

legend {
	background-color:#857C63;
	margin-bottom: 5px;
	padding: 2px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #AAA #666 #FFF;
	color: #FFFFFF;
	font-weight: bold;
	}

.mainform label {
	font-weight: bold;
	text-align: left;
	width: 100px;
	float: left;
	height: 12px;
	position: relative;
	margin: 0px;
	display: block;
	padding-bottom: 10px;
	line-height: 12px;
	padding-top: 5px;
	}

label.ckboxtext {
	font-weight: normal;
	color: #005500;
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 300px;
	height: 12px;
	padding-bottom: 2px;
	}

label.group {
	font-weight: bold;
	color: #000000;
	padding: 2px;
	width: 500px;
	}
	
.mainform input {
	float: left;
	background-color:#FFFFFF;
	width: 300px;
	margin-top: 9px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
	display: block;
	padding-bottom: 2px;
	}
	
input.smallbox {
	float: left;
	background-color:#FFFFFF;
	width: 30px;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 2px;
	text-align: left;
	display: block;
	}

input.mediumbox {
	float: left;
	background-color:#FFFFFF;
	width: 400px;
	margin-top: 9px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
	display: block;
	}
		
.mainform textarea {
	float: left;
	width: 300px;
	overflow: scroll;
	}

textarea.longbox {
	float: left;
	background-color:#FFFFFF;
	width: 550px;
	padding-left: 2px;
	text-align: left;
	display: block;
	}
	
input.ckbox {
	vertical-align: text-bottom;
	height: 20px;
	width: 20px;
	border: 2px thin #D5CCBB;
	margin: 0px 20px 5px 5px;
	float: left;
	}

input.submitbutton {
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 175px;
	text-align: center;
	width: 150px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#857C63;
	position:relative;
	float: none;
	}

.mainform select {
	padding-left: 2px;
	width: 170px;
	margin-top: 9px;
	position: relative;
	vertical-align: middle;
	}
			

/* SECONDARY FORM SETTINGS*/
#secondary form {  /*use this form for the secondary column*/
  margin: 0;
  padding: 2px;
  min-width: 75px;
  width: 153px;
  float: none;
	}

#secondary fieldset {
	margin: 0 0 10px 0;
	padding: 5px;
	width: 148px;
	border: 1px solid #333;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
#secondary input.ckbox {
	vertical-align: text-bottom;
	height: 20px;
	width: 20px;
	border: 2px thin #D5CCBB;
	margin: 0px 5px 5px 5px;
	float: left;
	}
	
#secondary label {
	font-weight: normal;
	text-align: left;
	width: 130px;
	float: left;
	height: 12px;
	position: relative;
	margin: 0px;
	display: block;
	padding-bottom: 2px;
	line-height: 12px;
	padding-top: 2px;
}

#secondary submit {
  width: 150px;
  padding: 2px;
  float: none;
	}

#secondary fieldset {
	width: 148px;
	background-color: #FFFFCC;
	float: left;
	}

#secondary fieldset dl {
	padding-bottom: 2px;
	background: #FFFFFF;
	width: 140px;
	}

#secondary fieldset dt {
	float: left;
	width: 155px;
	}

#secondary fieldset dd {
	width: 150px;
	margin: 0;
	padding: 2px;
	padding-bottom: 5px;
	float: none;
	/*background-color:#FFFFFF;*/
}

#secondary legend {
	background-color: #857C63;
	margin: 0;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF #AAA #666 #FFF;
	font-weight: bold;
}

/*----------------DATA LAYERS Table Settings ----------------*/
table.maintable {		/*----------------TABLE Style ----------------*/
	display: table;
	margin: auto;
	margin-top: 5px;
	width: 585px;
	border-spacing: 3px;
	border: none;
	margin-bottom: 2px;
}
	
header {		/*----------------Header Style ----------------*/
	display: table-header-group;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}

catcol {		/*----------------Cateogory Column ----------------*/
	display: table-column-group;
	background-color: #33CCCC;
}

/*-----------------Image Settings---------------------------------*/
img.imgrt {
	display: block;
	float: right;
	margin: 10px 10px 2px 5px;
	border: thin #FFFF99;
}

img.imgleft {
	display: block;
	float: left;
	margin: 5px 5px 2px 10px;
	border: thin #FFFF99;
}
	
div.imagebox {
	width: 200px;
	background-color: #f4ecd9;
	float: left;
	border: 1.5px;
	border-color: #666666;
	padding: 3px;
	margin-left: 5px;
	margin-top: 20px;
	font-family:"Tahmoa", Georgia, "Verdana", serif;
	font-size: 10px;
	color: #666666;
	}

#secondary img { /*secondary column images*/
	margin: 1px;
	float: none;
	background: none;
	border: none;

div.sidebox {
	width: 250px;
	background-color: #f4ecd9;
	float: left;
	border: 1.5px;
	border-color: #666666;
	padding: 3px;
	margin-left: 5px;
	margin-top: 15px;
	font-family:"Tahmoa", Georgia, "Verdana", serif;
	font-size: 12px;
	color: #333333;
	}
	
td {
	padding-left: 4px;
	overflow: scroll;
	}
	
th {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	}

secondary td {
	font-size: 8px;
	}

secondary th {
	font-size: 8px;
	}

