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

#contentHolder
{
	background: none;
	height: 470px;
}


#top .menu
{
	padding: 0px 0px 0px 440px;
}

#top .menu .menuCell
{
	width: 50%; 
	text-align: center; 
	vertical-align: bottom;
	height: 120px;
}

#top .menu .menuCell a:hover
{
	padding-bottom: 0px;
}


#top .menu .menuElement
{
	width: 50%; 
	text-align: center; 
	vertical-align: middle;
}

#top .menu .menuElement a
{
	display: block;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3d3d3d;
	text-decoration: none;
}

#homeBottomMenu
{
	margin: 10px 50px 0px 50px;
}

#homeBottomMenu .menuCell
{
	width: 20%; 
	text-align: center; 
	vertical-align: bottom;
	height: 150px;
}

#homeBottomMenu .menuCell a, #top .menu .menuCell a
{
	display: block;
	margin: 0px;
}

#homeBottomMenu .menuElement a
{
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3d3d3d;
	text-decoration: none;
}

#homeBottomMenu .menuElement
{
	width: 20%; 
	text-align: center; 
	vertical-align: middle;
}