/* 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(css/csshover.htc);
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
/*background-color: #646464;*/
background-image: url(../images/background.jpg);
background-attachment: fixed;
/*background-repeat: repeat-x;*/
/*text-align: left;*/
}

h1 {
color: #006666;
font-size: 1.5em;
border-bottom: 2px solid #000000; 
padding: 15px 10px 5px 10px;
margin-left: 15px;
}

.floatright {
float: right;
}

#wrapper {
position: relative;
width: 700px;
/*width: 49.43em;*/
background-color: #333333;
/*height: 985px; take out*/
/*overflow: hidden; take out*/
margin: 10px auto;
border: 1px solid #000000;
/*text-align: left;*/
}

div#nav {
position: relative;
/*width: 620px;*/
/*top: 150px;*/
/*left: 415px;*/
/*float: right;*/
margin: 0;
background-color: #CCCCCC;
/*border-top: 1px solid #000;
border-bottom: 1px solid #000;*/
z-index: 3;
height: 28px;
/*width: 43.55em;*/
/*width: 617px;*/
border-top: 1px solid #FFFFFF;
}

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: 6em;*/
/*width: 99px;*/
/*line-height: 1em;*/
/*line-height: 18px;*/ /* this is the one kristi*/
text-align: center;

}

div#nav li:hover {
background-color: #006666;
height: 28px;
}

div#nav li a {  /* this is for the start of the dropdowns fonts*/
/*font-size: .8em;*/ 
font-size: 11px;
font-weight: bold;
color: #333333;
display: block;
/*padding: 3px 0 3px 5px;*/
/*padding:  0.55em 0 0 0;*/
padding: 0.6em 1.5em 0.25em 1.5em;
text-decoration: none;
/*width: 100%;*/
/*voice-family: "\"}\"";
voice-family: inherit;*/
/*width: 6.5em;*/
/*width: 20px;*/
}

div#nav li a:hover, div#nav li a:focus {
color: #FFFFFF;
text-decoration: underline;
background-color: #006666;
}

#greyline {
background-color: #666666;
height: 15px;
}

#maintext {
position: relative;
/*height: 50px;*/
background-color: #FFFFFF;
}

#maintext p {
color: #333333;
margin-top: 7px;
font-size: .9em;
padding: 0 15px;
}

#maintext a {
text-decoration: none;
color: #003366;
}

#maintext a:hover, #maintext a:focus {
text-decoration: underline;
color: #009900;
}

#bottom {
position: relative;
/*height: 10px;*/
background-color: #003366;
background-image: url(../../images/bottom_border.jpg);
background-position: bottom;
background-repeat: no-repeat;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
padding: 2px;
}
 
#bottom p {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

#bottom a {
color: #99FFCC;
text-decoration: none
}

#bottom a:hover, #bottom a:focus {
color: #FF9933;
text-decoration: underline;
}
