/* This stylesheet is for IE6 and below. World's worst browser */


html, body {
    height: 100%;
}

body  {
    background: url(../images/pinstripes.png) repeat;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    height:auto;
}

.twoColFixRtHdr div#container div#mainContent div.case div p img {
 border:none;
}

.twoColFixRtHdr div#container div#mainContent div.case p img {
 border:none;
}

.twoColFixRtHdr #container {
    width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: url(../images/background.gif) repeat-y;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        text-align: left; /* this overrides the text-align: center on the body element. */
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.twoColFixRtHdr #header {
    padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


hr{color:#050040;}

h1 {
    font-family: "Courier",Courier New,  monospace;
    padding-top:10px;
    font-size:25px;
    color: #593f02;
}

h2 {
    font-family: "Courier New", Courier, monospace;
    font-size:18px;
    color:#84713e;
    font-weight:600;
}


h3 {
    font-family: "Courier New", Courier, monospace;
    font-size:16px;
    color:#050040;
    font-weight:600;
    padding-left:15px;
    margin-bottom:-10px;
}

h3 a {color:#050040; text-decoration:none;}

h3 a:hover {color:#b8b895; text-decoration:none;}

a.logo h3{display:none;}

.twoColFixRtHdr #mainContent {
width:750px;
    margin:0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    clear:both;   
    float:left;
}

#mainContent .case{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:1.5em;
    width:450px;
    padding-right:40px;
    margin-top:-26px;
    float:left;
}   


.content ul{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#050040;
    padding-left:30px;
    line-height:16px;
    margin-left:15px;
}

#lists div.description{
    height:110px;
    overflow:hidden;
    margin-bottom:40px;
}

img.thumb{
    border:1px solid #050040;
    float:right;
    padding:2px;
    margin-left:15px;
}

p.fullsize img, img.fullsize{
    border:1px solid #050040;
    float:right;
    padding:2px;
    margin-left:15px;   
}

img.thumb:hover{background:#050040;}

#header{width:750px;}

.logo{
    height:240px;
    float:right;
    clear:none;
    background-image: url(../images/TopLogo.jpg);
    background-repeat:no-repeat;
    width:300px;
    margin-top:-245px;
}
a.logo:hover {background-position:0 -240px;}

.logo h3{
    font-family: "Courier New", Courier, monospace;
    font-size:25px;
    color: #fff;
    padding-top:190px;
    text-align:right;
    padding-right:30px;
    font-weight:600;
}

img.TopBar{margin-top:-5px;}

.twoColFixRtHdr #sidebar1 {
    position: absolute;
    top:30px;
    margin-left:760px;
}

iframe{padding:0;
margin:0;
margin-bottom:30px;
border:none;
clear:left;
}


.twoColFixRtHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:url(../images/footer.jpg) no-repeat;
    margin-left:10px;
    margin-top:60px;
    width:750px;
    height:50px;
}




ul#nav {
font-family:Geneva, Arial, Helvetica, sans-serif;
margin-left:15px;
margin-top:1px;
position:relative;
width:178px;
list-style:none;
left:-27px;
color: #534005;
float:left;
}

ul#nav a {
padding-top:3px;
padding-bottom:3px;
font-family:Geneva, Arial, Helvetica, sans-serif;
margin-left:15px;
position:relative;
left:-27px;
text-decoration: none;
color: #534005;
font-weight: bold;
}

#nav li a, #nav li a:link, #nav li a:visited {
	display:block;
	padding-left:5px;
	margin-left:11px;
	width:191px;
	height:20px;
	line-height:20px;
	float:none;
}

/*active main nav*/
#nav li a:hover, #nav li a:active, #nav li a.on {
	color:#FFFFFF;
	background: #534005;
}


/*active sub nav*/
ul#nav li ul li a, ul#nav li ul li a:link, ul#nav li ul li a:visited {
	display:block;
	padding-left:11px;
	margin-left:9px;
	width:179px;
}

ul#nav li ul li a:hover, ul#nav li ul li a:active, ul#nav li ul li a.on {
	color:#FFFFFF;
	background: #534005;
}
/*active sub sub nav*/
ul#nav li ul li ul li a, ul#nav li ul li ul li a:link, ul#nav li ul li ul li a:visited {
	display:block;
	padding-left:45px;
	margin-left:-7px;
	width:146px;
	padding-top:0;
	padding-bottom:0;
}

ul#nav li ul li ul li a:hover,ul#nav li ul li ul li a:active, ul#nav li ul li ul li a.on {
	color:#FFFFFF;
	background: #534005;
}

ul#nav li ul {
/*toggle display. will need ids to make this work */
display:none;
position:relative;
background-color:#ffffff;
border:1px solid black;
margin-left:-14px;
padding-left:3em;
}

ul#nav li ul.current {
/*toggle display. will need ids to make this work */
display:block;
position:relative;
background-color:#ffffff;
border:1px solid black;
margin-left:-14px;
padding-left:3em;
}

ul#nav li ul li {
font-family:Geneva, Arial, Helvetica, sans-serif;
position:relative;
list-style:none;
left:-30px;
font-size:smaller;
width:185px;
padding-right:0;
}

ul#nav li ul li ul, ul#nav li ul li ul.current {
display:block;
position:relative;
width:120px;
border:0;
}


ul#nav li ul li ul li {
display:block;
position:relative;
width:120px;
padding-left:2em;
}


a.AdminNav{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-weight:500;
    font-size:16px;
    padding-right:25px;
    margin-bottom:25px;
    color:#534005;
    text-decoration:underline;
}

a.AdminNav:hover{
    color:#000000;
    text-decoration:none;
}

#footer p{
    width:350px;
}
#footer a{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color:#fff;
    font-size:12px;
    padding-right:30px;
    line-height:35px;
}
#footer a:visited{
    color: #b8b895;
}   
#footer a:hover{
    color:#f1f1dd;
    text-decoration:none;
}
#footer p.copyright{
    float:right;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color:#050040;
    font-size:10px;
    text-align:right;
    margin-top:-38px;
    margin-right:40px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.search{
    position:absolute;
    top: 240px;
    margin-left:8px;
    }
   
.inputtext{
    font-size:12px;
    background:#f1f1dd;
    border:1px solid #593f02;
    padding: 2px;
    color:#593f02;
}   

.inputselect{
    font-size:12px;
    background:#f1f1dd;
    border:1px solid #593f02;
    padding: 2px;
    color:#593f02;
}   

.inputtextarea{
    width:450px;
    font-size:12px;
    background:#f1f1dd;
    border:1px solid #593f02;
    padding: 2px;
    color:#593f02;
}   

.inputsubmit{
    font-size:12px;
    background:#050040;
    border:1px solid #050040;
    padding: 2px;
    color:#fff;
   
}

.inputsubmit:hover{
    background:#593f02;
    border:1px solid #fff;
    padding: 2px;
    color:#fff;
}

.inputsubmitsearch{
    font-size:12px;
    background:#b8b895;
    border:none;
    padding: 1px;
    color:#fff;
   
}

.inputsubmitsearch:hover{
    background:#f1f1dd;
    border:none;
    padding: 2px;
    color:#050040;
}       

.formEquip{
   
    display:none;
    position:absolute;
    width:600px;
    margin: 30px 50px;
  background-color:#000000;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
}

.updateEquipForm {
   
    color:#FFFFFF;
    font-size:14px;
}
.updateEquipForm p label{
    color:#FFFFFF;
    font-size:14px;
}

.updateEquipForm p label{

    color:#FFFFFF;
    font-size:14px;
}
.updateEquipForm p input {
margin-left:20px;
float:left;
}
.updateEquipForm p textarea{
margin-left:20px;
float:left;
}

#searchResults {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    padding-left: 15px;
    line-height: 20px;
}

#searchResults a {
text-decoration:none;
color:gray;
}

#searchResults h1 {
display:none;
}

#searchResults h1 img {
display:none;
}

#searchResults img {
display:none;
} 