@charset "utf-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

#header{
	     background:url(https://maps.lbcc.edu/images/headerTileback.gif);  	
	     height:60px;	 
}

#banner{	
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: url(https://mlabs.lbcc.edu/images/bannerbackground.png) repeat-x; 	
}
#bannerBottom{	
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
	display: block;
    height:60px;
    background: url(https://mlabs.lbcc.edu/images/bannerBottom.png) repeat-x; 	
}
#listNewsHeader{
    background: url(https://mlabs.lbcc.edu/images/catHeader.png) repeat-x; 
	height:30px;
	font-size:20px;
	color:#F00;
	
}
.listDividerHeader{
	
	background: url(https://mlabs.lbcc.edu/images/catHeader.png) repeat-x; 
	height:30px;
	font-size:20px;
	color:#F00;
}




#listEventsHeader{
    background: url(https://mlabs.lbcc.edu/images/catHeader.png) repeat-x; 
	height:30px;
	font-size:20px;
	color:#F00;
	
}
#news{
	margin-top: 0; 
	width:100%;

	float:left;
	vertical-align:middle;
}
#events{
 margin-right:20px;
	margin-top: 0;
	width:100%;
	float:left;	
}
.dateColor{
	
	color:#F90;
	font-size: 17px;
	
	
}
.downloadColor{
	
	color:#F90;
	font-size: 14px;
	
	
}
.downloadColorYellow{
	
	color: #FF0;
	font-size: 14px;
	
	
}

