a#button1 {
    display: block;
    width: 78px;
    height: 78px;
    background-image: url(/includes/images/trackButton2.gif);
    margin: 0 auto;
}

a#button1:active {
    background-image: url(/includes/images/trackButtonRoll2.gif);
}


a#button2{
	
    display: block;
    width: 130px;
    height: 44px;
    background-image: url(/includes/images/requestMoreInfo2.gif);
    margin: 0 auto;
	/*margin-top:30px;*/
	background-repeat:no-repeat;
	
	/*margin-top:2em;*/
}

a#button2R {
 display: block;
    width: 130px;
    height: 44px;
    background-image: url(/includes/images/requestMoreInfo2R.gif);
	 margin: 0 auto;
	margin-top:30px;
	background-repeat:no-repeat;
}


a#button2:hover {
    background-image: url(/includes/images/requestMoreInfoHover2.gif);
}
a#button2R:hover {
    background-image: url(/includes/images/requestMoreInfoHover2R.gif);
}
a#button2:active {
    background-image: url(/includes/images/requestMoreInfoDown2.gif);
}
a#button2R:active {
    background-image: url(/includes/images/requestMoreInfoDown2R.gif);
}

.button {
	width:300px;  
	display:block; 
	padding:10px;
	font-size:115%; 
	border:2px solid red;
	border-top-color:#EEF7FF;
	border-left-color:#EEF7FF;
	border-right-color:#aabac0;
	border-bottom-color: #aabac0;
	text-align:center; 
	background-color:#DDE7FD;
	} 

a .alt { display: none; }
body { margin: 0 ;
/*min-width:1600px;*/
padding : 0;
 /* background-image:url("/includes/images/headerLogo3.jpg");*/
  background-repeat:no-repeat;
  }
 
 br {
 	clear:left;
	}
.buttonBox{
	text-align:center;
	height:67px;
	}
	
#content {
	
	}
#content a {
    text-decoration: none; 
    font-weight: bold;
    color: #008;
    bottom: 1px;
  }

  #content a:visited {
    text-decoration: none;
    color: #508;
  }

  #content a:hover {
    text-decoration: none;
    color: AE0000;
  }

  #content a:active {
    text-decoration: none;
    color: 99A6BB;
  }

#contentDocserver {
background-image:url("/includes/images/contentBG4.jpg");
  background-repeat: no-repeat; 	
  }

#contentDocufile {
 /*background-image:url("/includes/images/contentBG9.jpg");*/
  background-repeat: no-repeat; 	
  }
#contentDocufile strong,  #contentDocufile h1, #contentDocufile h2, #contentDocufile h3{
 	color:#CC0000;
  }


#contentDocusend {
background-image:url("/includes/images/contentBG5.jpg");
  background-repeat: no-repeat; 	
  }
#contentFacilities {
	background-image:url("/includes/images/contentBG2.jpg");
  background-repeat: no-repeat; 
}
#contentMoreInfo {
/*	background-image:url("/includes/images/contentBG2.jpg");
  background-repeat: no-repeat; */
  clear:left;
}
#contentProjects {
	background-image:url("/includes/images/contentBG7.jpg");
  background-repeat: no-repeat; 
}
#contentRelease {
background-image:url("/includes/images/contentBG3.jpg");
  background-repeat: no-repeat; 
  }
 #contentRetrieval {
background-image:url("/includes/images/contentBG8.jpg");
  background-repeat: no-repeat; 	
  }
  #contentScanners {
/*background-image:url("/includes/images/contentBG10.jpg");*/
  background-repeat: no-repeat; 	
  }
  #contentScanners img{
/*background-image:url("/includes/images/contentBG10.jpg");*/
 float:left; 
 clear:left;
  }
   #contentScanners p{
/*background-image:url("/includes/images/contentBG10.jpg");*/
 
margin-left:250px;
 margin-bottom:5em;
  }
#contentStatus {
	background-image:url("/includes/images/contentBG6.jpg");
  background-repeat: no-repeat; 	
  }
 #contentTracker {
	background-image:url("/includes/images/contentBG6.jpg");
  background-repeat: no-repeat; 	
  }
  
.clearLeft {
	clear:left;
	
	}
	
#dropMenu, #dropMenu ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: 1px solid #ddf;
	margin 1px;
	margin: 0 0 0 0;
	text-align:center;
	color: #15a;
}

#dropMenu a {
	display: block;
	width: 8em;*/
	/*w\idth: 12em;*/
	color: #15a;
	text-decoration: none;
	padding: .3em .5em;
}


#dropMenu li {
	display: block;
	/*width:10em;*/
	float: left;
	padding: 0;
	/*width: 12em;*/
	
}

#dropMenu li ul li{
	float: left;
	padding: 0;
	width: 12em;
	display: block;
	width:100%;
	text-align:left;
}
#dropMenu li ul li a{
	width:100%;
	color: #15a;
}
#dropMenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	/*w\idth: 27.8em;*/
	font-weight: normal;
	border-width: 3px;
	border-color: #c8e0f0;
	margin: 0;
}
#dropMenu a:visited{
	color: #15a;
}

#dropMenu li:hover ul {
	left: auto;
}

#dropMenu li:hover, #dropMenu li.sfhover {
	background: #c8e0f0;
	}
#dropMenu li:hover ul, #dropMenu li.sfhover ul {
	left: auto;
}

	
fieldset.checkboxes input{
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	margin-left:150px;
	}
	
fieldset.textInput label{ 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
/*fieldset legend{
	font-size:1.2em;
	}*/
fieldset fieldset legend {
	font-size:.8em;
	}
 fieldset div.submit {
 	margin-top:1em;
	margin-left:160px;
	}
	
	
.floatRight{
	margin-left:2em;
	float:right;
	}
	
.floatLeft{
	margin-right:2em;
	float:left;
	}


.floatingImgBoxRight{
	margin-left:2em;
	float:right;
	padding:15px; 
	border: 1px solid #aaf; 
	background-color:#FFFFFF;
	}
.floatingImgBoxLeft{
	margin-right:2em;
	float:left;
	padding:15px; 
	border: 1px solid #aaf; 
	background-color:#FFFFFF;
	}


.floatingImgBox{
	padding:15px; 
	border: 1px solid #aaf; 
	background-color:#FFFFFF;
	}

h1, h2, h3, h4{
	
	}
h1, h2 {
	border-bottom:1px solid #aaf;
	/*margin-right:4em;*/
	
	}
h1{
	border-bottom:2px solid #eef;
	
	/*border-left:10px dotted #eef;*/
	}

h1 {
	font-size:135%;
	}
h2 {
	font-size:125%;
	}
h3 {
	font-size:105%;
	}
h4 {
	font-weight:bold;
	/*color:#007;*/
	margin-bottom:-.5em;
	}


	
#indexContent {
  /*background-image:url("/includes/images/contentBG3.jpg");
  background-repeat: no-repeat; */
  
 /* border-left:1px solid white;*/
  height:100%;
  margin-left:150px;
  padding-top:40px;
  height:900px;  
  }


.included{
 	padding-left:2em;
	padding-top:35px;
	padding-right:2em;
	padding-bottom:2em;
	height:900px;
	}

#logoBar {
	height:126px;
	background-image:url("/includes/images/headerSlice.jpg");
	background-repeat:no-repeat;
	}

.moreInfoBox {
	margin-top:30px;
	width: 100%;
    height: 44px;
	
	text-align:center;
	}
#navColumn{
	float:left;
	background-image:url("/includes/images/NavColSlice.jpg");
	width:140px;
	height:648px;
	}

#newsColumn{
	float:right;
	/*background-image:url("/includes/images/NavColSlice.jpg");*/
	width:300px;
	/*height:600px;*/
	margin-left:3em;
	border: 1px solid #aaf; 
	background-color:white;
	padding:1em;
	}
#newsColumn h2 {
	font-style:italic;
	border:0;
	color:#0066CC;
	}

#newsColumn h3 {
	margin-bottom:-.5em;
	border-bottom:1px solid #aaf;
	}
#newsColumn h4 {
	margin-bottom:-.5em;
	font-style:italic;
	}

#topbar {
    height: 22px;
    background-color: 0E3564;
    font-family: verdana;
    font-size: 10px;
    color: CCCCCC;
    padding-left: 10px;
   /* padding-top:4px;*/
  }

#trackButton {
	text-align:center;
	margin:5px;
	font-size:.75em;
	}

.trackRequest{
	text-align:center; 
	width:250px;
	display:inline;
	}