/* Color Index
Gray Hex Value: #505153
Crimson Hex Value: #8f0000
Green Hex Value: #038232 exact:00a33d */

body {
margin: 0;
background-color: #808080;
background: url(http://www.smta.org/images/smta_background_fade_380px.jpg) gray;
background-repeat: repeat-x;
background-position: top;
}

h2 {font-size: 10pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: black;}

h3 {font-size: 12pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: #038232; margin: 0;}

h4 {font-size: 10pt; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans-serif; color: #038232; margin: 0;}

h5 {font-size: 16pt; font-style: italic; font-family: arial;}

h6 {font-size: 16pt; font-style: italic; font-family: arial;}


a {
text-decoration: none; 
color: #038232;
font-weight: bold;
}

ul {
margin-top: 0;
padding-top: 0;
}

#leftmenu a {
color: #038232;
}

:hover {
color: #707070; 
text-decoration: underline;}               

#headleft {
float: left;
height: 136px;
width: 250px;
background-color: #f3f3f3}

#headmid {
float: left;
height: 136px;
width: 250px;
background-image: url('../images/bgimage4.jpg');
background-repeat: repeat-y;}

#headright {
float: left;
height: 136px;
width: 523px;
background-image: url('images/counterfeit_bg_pcb2.gif');
background-color: #f3f3f3;}

#locdate {
float:right;
margin: 25px 5px 0 0;
color: #038232;
}

.tech_date {
color: #ffffff;
font-weight: bold;
background-color: #038232;
padding: 3px;
}

#navcontainer {
margin: 0;
padding: 0 0 0 12px;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 11pt;
float: right;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #505153;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #000;
border-top: 1px solid #fff;
border-right: 1px solid #707070;
border-bottom: 2px solid #363636;
}

#navcontainer A:hover, #navcontainer A:active { background: #7c7c7c; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}


#bottombar {
  font-size: 10pt; 
  font-style: normal; 
  font-family: arial, helvetica, sans-serif; 
  color: white; 
  width: 773 px;
  background-color: #038232; 
  text-align: center;
  }
  


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
