/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-image: url(../images/background.jpg);
background-attachment:fixed;
background-position:center;
overflow:auto; 
}

.octopus { width: 762px; } /* Can be any value, as long as it is the same as the image size */
.octopus .faux { background: url(../images/faux.png) repeat-y center; }
.octopus .north { background: url(../images/north.png) repeat-x top; padding-top: 1px;}
.octopus .south { background: url(../images/south.png) repeat-x bottom; padding-bottom: 1px;}

#wrapperTop {
position: relative;
width: 760px;
background-color: none;
margin: 10px 0 0 0; 
border: none;

}

#wrapperBottom {
position: relative;
width: 760px;
background-color: none;
/*top: -11px;*/
margin: 3px 0 0 0;
border: none;
}

#gotwarrants {
height: 113px;
}

div#warrantsMenu{
position: relative;
margin: 0;
height: 34px;
font-size: .8em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
background: #C8DBE6;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
background: #C8DBE6;
width: 738px;
}

div#warrantsMenu ul {
margin: 0;
padding: 0;
border: 1px solid #CCC;
border-width: 0 1px;
vertical-align: middle;
}

div#warrantsMenu li {
position: relative;
list-style: none;
/*margin: 0;*/
float: left;
/*width: 7em;*/
width: 105px;
/*line-height: 1em;*/
/*line-height: 18px;  this is the one kristi*/
}

div#warrantsMenu li a {
text-decoration: none;
color: #003366;	
}

div#warrantsMenu  li:hover {
background-color: #336699;
height: 34px;
}

div#warrantsMenu li a:hover {
background-color: #336699;
color: #FFF;
text-decoration: none;
}

/*#warrantsMenu table{
font-size: .8em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
background: #C8DBE6;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
background: #C8DBE6;
width: 738px;
}

#warrantsMenu table a {
text-decoration: underline;
color: #003366;
}

#warrantsMenu table a:hover, #warrantsMenu table a:focus {
color: #009900;
text-decoration: none;
}*/

#deptinfo {
position: relative;
background-color: #FFFFFF;
margin: 0 12px;
padding: 0 15px;
}

#deptinfo table{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background: #C8DBE6;
width: 98%;
margin: 0;
}

#deptinfo p {
font-size: .75em;
}

#deptinfo a {
text-decoration: underline;
color: #003366;
}

#deptinfo a:hover, #deptinfo a:focus {
color: #009900;
text-decoration: none;
}

#deptinfo ul {
font-size: .9em;
list-style: none;
margin-left: 45px;
text-align: left;
}

#deptinfo ul li a {
text-decoration: underline;
color: #003366;
}

#deptinfo ul li a:hover, #deptinfo ul li a:focus {
color: #009900;
text-decoration: none;
}

#infoTable {
background-color: #FFFFFF;
width: 738px;
}

#infoTable table {
font-size: .9em;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
background: #C8DBE6;
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
width: 738px;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.clearit{
clear: both;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
text-indent: 5px;
color:#000066;
text-align: left;
padding: 8px 0 5px 0; 
border-bottom: 1px solid; margin-bottom: 0;
}

h5 {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

.leftAlignOW {
	text-align: left;
}

#links {
position: relative;
/*top: 318px;
left: 0;
height: 5.5em;*/
width: 698px;
background-color: #FFFFFF;
padding: 20px;
font-size: .8em;
border-bottom: 1px solid #000000;
text-align: center;
}

#links a {
color: #003366;
text-decoration: none;
}

#links a:hover, #links a:focus {
color: #009900;
text-decoration: underline;
}

#bottom {
position: relative;
margin-left: 1px;
background-color: #003366;
background-image: url(../images/common/bottom_border.jpg);
background-position: bottom;
background-repeat: repeat-x;
border: 1px solid #000000;
padding: 19px;
width: 700px;
}
 
#bottom p {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

#bottom a {
color: #CCCCCC;
}

#bottom a:hover, #bottom a:focus {
color: #CAE2B1;
}
