body {
height:100%;
}


#contents   { 
	height:585px;
}

#container {
}




#slidingmenu {
}


/* Make list items do what they\'re supposed to in IE */
ul.slidingmenu a {
  width: 100%;
}

ul.slidingmenu ul { 
  position: absolute;  
  top: 0px; /* the height of the top border */
  left: 100%; 
	margin-left: -10px;
	height:1%;
  display: none;
}

.search_results {
 padding-top: 8px; 
 padding-bottom: 8px; 
 border-bottom: 1px dashed #AAAAAA; 
 height:65px;
}


#footer-txt {
 font-family:Georgia;
	font-size: 16px;
	position:absolute;
	font-style:italic;
	margin-top:-30px;
	margin-left:-100px;
	height:1%;
	clear:both;
}

#breadcrumb {
	top:178px;
}

/* LIGHT BOX VIEWER CSS ie hacks */
body .clearfix {
	display: inline-block; 
	width: 100%;
	}

.clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	.iewidth {width:580px ;}