@media all
{
	/* Hero Graphics */

	.hero_heading_graphic
	{
		margin: 0px;
		padding: 0px;
	}

	.hero_home_cell
	{
		background: #FFFFFF;
		padding-top: 10px;
		padding-left: 10px;
	}
	.hero_home_div
	{
		background-color: #F8F5EB;
		padding: 13px;
	}
	.hero_home
	{
		background: url(/_image/home/home_hero.jpg/) no-repeat top left;
		width: 100%;
		height: 250px;
		position: relative;
		margin: 0px;
		background-color: #F8F5EB;
	}
	#hero_home_aboutdiscoverers
	{
		position: absolute;
		bottom: 10px;
		right: 10px;
	}



	.hero_3_cell
	{
		height: 150px;
		background: #3f86c6 url(/_image/hero/hero_3_tile.gif/);
	}
	.hero_3
	{
		background: url(/_image/header/hero_3.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}
        .hero_4_cell
	{
		height: 150px;
		background: #3f86c6 url(/_image/hero/hero_4_tile.gif/);
	}
	.hero_4
	{
		background: url(/_image/hero/hero_4.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}
        .hero_5_cell
	{
		height: 150px;
		background: #3f86c6 url(/_image/hero/hero_5_tile.gif/);
	}
	.hero_5
	{
		background: url(/_image/hero/hero_5.jpg/) no-repeat right;
		height: 150px;
		position: relative;
	}
       .hero_6_cell
	{
		height: 150px;
		background: #3f86c6 url(/_image/hero/hero_6_tile.jpg/);
	}
	.hero_6
	{
		background: url(/_image/hero/hero_6.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}

	#hero_about_heading
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	#hero_about_discoverers
	{
		position: absolute;
		top: 10px;
		right: 10px;
	}



	.hero_1_cell
	{
		height: 150px;
		background: #ECDCBB;
	}
	.hero_1
	{
		background: url(/_image/hero/hero1.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}



	.hero_2_cell
	{
		height: 150px;
		background-image: url(/_image/hero/hero_2_tile.jpg/);
	}
	.hero_2
	{
		background: url(/_image/hero/hero_2.jpg/) no-repeat;
		height: 150px;
		position: relative;
	}
	#hero_heading
	{
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
}


@media print
{
	.hero_home_cell,
	.hero_about_cell,
	.hero_future_cell,
	.hero_international_cell
	{
		display: none;
	}

}