﻿.PageMaster *
{
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

.PageMaster
{
	width: 800px;
}

.Header
{
	background-image: url('images/ISG_logo.gif');
	background-repeat: no-repeat;
	background-position: middle left;
	height: 90px;
}

.Navigation
{	
	background-color: #017bbc;
}

.MenuItem, .Navigation .MenuItem td, .Navigation .MenuItemHover td
{
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #eeeeee;
	border-right: 1px solid #ffffff;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;

	/* Needed for Explorer Drop Shadow */
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=1);
}

.Navigation .MenuItemHover td
{
	color: #ffffff;
}

.SubMenuContainer
{
	border: 1px solid #ffffff;
	background-color: #017bbc;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.SubMenuContainer .MenuItem, .SubMenuContainer .MenuItemHoverSub
{
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border: 0px;
}



.Navigation, .SubMenus, .Content
{
	border-bottom: 1px solid #ffffff;
}

.SubMenus
{
	background-image: url('images/lightgray_wide_icon_tile.gif');
	background-repeat: repeat-x;
	height: 71px;
}

.SubMenus a
{
	width: 100px;
	height: 71px;
	border-right: 1px solid #ffffff;
	display: block;
	float: left;
}

#Presentation
{
	background-image: url('images/presentation_off.jpg');
	background-repeat: no-repeat;
}

#Presentation:hover
{
	background-image: url('images/presentation_on.jpg');
}

#WebCast
{
	background-image: url('images/webcast_off.jpg');
	background-repeat: no-repeat;
}

#WebCast:hover
{
	background-image: url('images/webcast_on.jpg');
}

#StockPrice
{
	background-image: url('images/stockprice_off.jpg');
	background-repeat: no-repeat;
}

#StockPrice:hover
{
	background-image: url('images/stockprice_on.jpg');
}

#FinacialReports
{
	background-image: url('images/financialreports_off.jpg');
	background-repeat: no-repeat;
}

#FinacialReports:hover
{
	background-image: url('images/financialreports_on.jpg');
}

#DarkGrey
{
	background-image: url('images/darkgray_icon.jpg');
	background-repeat: no-repeat;
}


.Footer
{
	background-image: url('images/footer.gif');
	background-repeat: repeat-x;
	background-position: right;
	height: 41px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: right;
	padding-top: 18px;
	padding-right: 45px;
}

.Footer, .Footer a
{
	color: #333333;
}

.Footer a
{
	text-decoration: none;
	margin-left: 20px;
}

.Footer a:hover
{
	color: #017bbc;
}