/* CSS Document -  True North Forestry */

/* #bannerLevel2Int	{	
	background-position: right top;
	background-repeat:no-repeat 
} */

#frontTextRow		{	/* text for row above image */
	background-repeat:no-repeat;
	background-color:#DBE3D6;
	padding-left:5px;
	padding-right:5px;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	border-top-style: none;
	border-top-color: #000000;
}
/* Semi trans image */

#frontImgTABLE {
	width:353px;
	height:380px;
	background-image:url("../images/longleaf.jpg"); 
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:text-bottom;
	
}
#frontCellTextDIV {
	horizontal-align:left;
	filter:alpha(opacity=70);
	margin-right:1px;
	margin-left:1px;
	margin-bottom:1px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	-moz-opacity:0.7;
	opacity: 0.7;
	height:20px;
	padding:10px;
	background-color:#ADD99C; 
	vertical-align:bottom;
}


/* This controls the opacty of the text box cell on the front page */
#frontImgTextDIV {
	filter:alpha(opacity=70);
	border-top:1px solid black;







	-moz-opacity:0.6;
	opacity: 0.7;
	height:145px;
	background-color:#ADD99C;
	vertical-align:top;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-left: 3px;
}
#frontImgTextDIV * {
	/* IE work around to make child elements opaque */
	position:relative;
	border-bottom-color: #000000;
}

#frontImgbotTABLE {
	width:715px;
	height:40px;
	background-image:url("../images/cross_sect_bg.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:text-bottom;
	padding: 5px;
}

