/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size:12px;
	line-height:14px;
	
	margin: 0px;
	padding: 0px;
	background: #8E8963;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover{
	color:#333300
	text-decoration: underline;
}



/************** header tag styles **************/

h1{
 font: bold 110% Arial,sans-serif;
 color: #000000;
 font-size:16px;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 104% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/* Layout Divs         
/***********************************************/                        */
/***********************************************/

#container {
	width: 660px;
	background-color:#fcfcfc;
	margin:0 auto;
}

#wrapper{
width: 800px; 
background-color:#ffffff;
margin:10px auto;
}

#centerer{
width: 800px; 
margin:0 auto;
}

#wrapper2{
width: 800px; 
	background-image: url(images/backround.jpg);
	background-position:center
margin:10px auto;
}



#headertable{
padding-top:5px;
margin-left:20px;
}

#headertable2{
	background-image: url(images/mtonnhead.jpg);
	background-repeat: no-repeat;
	height:55px;
}


#content{
	margin-left:25px;
	width:680px;
	background-image: url(images/backround.jpg);

}


#footer{
	background-position:center;
	background-repeat:no-repeat;
	height: 30px;
}

#hid {
	display: none;
}



#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;
	}



.head {
	color:#fff;
	text-decoration: none;
}


.head:link, .head:visited {
	color:#fff;
	text-decoration: none;
}
.head:hover{
	color:#fff
	text-decoration: underline;
}


