/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

/*body {
behavior: url(CssFiles/csshover.htc);
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
/*background-color: #646464;*/
/*background-image: url(../images/common/faded_background.jpg);
/*background-repeat: repeat-x;*/
/*text-align: left;
}*/

#wrapper {
position: relative;
width: 790px;
/*width: 49.43em;*/
background-color: #333333;
/*height: 985px; take out*/
/*overflow: hidden; take out*/
margin: 10px auto;
border: 1px solid #000000;
/*text-align: left;*/
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.clearit{
clear: both;
/*background-color:#00FF66;
width: 200px;*/
}
 
#banner {
height: 150px;
border-bottom: 1px solid #000000;
}

div#search {
position: relative;
/*top: -150px; left: 0;*/
/*width: 10.5em;*/
width: 165px;
height: 23px;
background-color: #333333;
border-right: 1px solid #000000;
}


div#search form table {
/*border: 1px solid #000000;*/
background-color: #333333;
}

div#search form input {
border: 1px solid #000000;
/*font-size: .7em;*/
font-size: 10px;
background-color: #CAE2B1;
color: #333333;
}

/* start of nav menu */
h1 {
color: #AAA;
border-bottom: 1px solid; margin-bottom: 0;
}

div#nav {
position: relative;
/*width: 620px;*/
/*top: 150px;*/
/*left: 415px;*/
/*float: right;*/
margin: 0;
margin-left: 170px;
background-color: #333333;
/*border-top: 1px solid #000;
border-bottom: 1px solid #000;*/
z-index: 3;
height: 24px;
/*width: 38.55em;*/
width: 617px;
}

div#nav ul {
margin: 0;
padding: 0;
background-color: #333333;
border: 1px solid #CCC;
border-width: 0 1px;
}

div#nav li {
position: relative;
list-style: none;
margin: 0;
float: left;
/*width: 7em;*/
width: 111px;
/*line-height: 1em;*/
line-height: 18px; /* this is the one kristi*/
}

div#nav li:hover {
background-color: #336699;
}

div#nav li.submenu {
background: url(../images/common/dropmenu.gif) 95% 50% no-repeat;
}

div#nav li.submenu li.submenu:hover {
background-color: #336699;
}

div#nav li.submenu:hover {
background-color: #336699;
}

div#nav li a {  /* this is for the start of the dropdowns fonts*/
/*font-size: .8em;*/ 
font-size: 13px;
color: #FFFFFF;
display: block;
/*padding: 3px 0 3px 5px;*/
padding: 0.25em 0 0.25em 0.5em;
text-decoration: none;
/*width: 100%;*/
voice-family: "\"}\"";
voice-family: inherit;
/*width: 6.5em;*/
width: 20px;
}

div#nav>ul a {
width: auto;
}

div#nav ul ul a {
width: 9.7em;
font-size: 9px;
}

div#nav ul ul {
position: absolute;
width: 8.7em;
display: none;
/*font-size: .7em;*/
font-size: 9px;
font-weight: bold;
}

div#nav ul ul li {
border-bottom: 1px solid #CCC;
width: 12.2em;
line-height: 11px;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
display: block;
}

div#nav ul.level2 {
top: 2.45em;
left: -1px;
width: 12.2em;
}

#depttitle {
border-top: 1px solid #000000;
}

#adminpic {
border-top: 1px solid #000000;
}

#minutestitle {
border-top: 1px solid #000000;
}

#deptheadpic {
border-top: 1px solid #000000;
}

#leftpic {
border-top: 1px solid #000000;
}
/* end of nav menu */