@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(/Arbor-Business-Park-files/background.jpg);
	background-repeat:repeat;
	background-position:center top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper
{
	height:100%;
	width: 1120px;
}
#title-image
{
	float:left;
	width: 100%;
	position:relative; top:15px;
}

/* Box Content */
#infobox
{
	float:left;
	position:relative; top: 10px;
}
	
#content1
{
	width: 200px;
	text-align:left;
	float:left;
	position: relative; left: 145px;
	margin: 10px 95px 0 25px;
	font-size:12px;

}
#head1
{
	float:left;
	position:relative;
	width: 100%;
}
#copy1
{
	height: 175px;
	width: 240px;
	float:left;
	position:relative; top: 5px;
	padding-left: 10px;
}
#image1
{
	float:left;
	position:relative;
}
	
#content2
{
	width: 200px;
	text-align:left;
	float:left;
	position: relative; left: 145px;
	margin: 10px 55px 0 25px;
	font-size:12px;
}
#head2
{
	float:left;
	position:relative;
	width: 100%;
}
#copy2
{
	height: 175px;
	width: 100%;
	float:left;
	position:relative; top: 9px;
	padding-left: 10px;
}
#image2
{
	float:left;
	position:relative;
}
#content3
{
	width: 200px;
	text-align:left;
	float:left;
	position: relative; left: 145px;
	margin: 10px 25px 0 25px;
	font-size:12px;
}
#head3
{
	float:left;
	position:relative;
	width: 100%;
}
#copy3
{
	height: 175px;
	width: 100%;
	float:left;
	position:relative; top: 5px;
	padding-left: 10px;
}
#image3
{
	float:left;
	position:relative;
}
#earthday
{
	float:left;
	position: relative; left: 170px; top: 20px;
	width: 900px;
	background-color:#366;
	color:#FFF;
		-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}