﻿HTML
{
	height: 100%;
}

BODY
{
	height: 100%;
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

IMG
{
	border: 0;
}

/********************************************************
*** FORM ELEMENTS ***/

.InputText
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	border: 1px solid #000000;
	background:	url('../Images/rightside_searchbg.gif');
}

.InputSelect
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	border: 1px solid #000000;
}

.InputButton
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

/********************************************************
*** MASTHEAD ***/

#Masthead
{
	display: none;
}

/********************************************************
*** EYEBROW ***/

#Eyebrow
{
	width: 100%;
	background: #668EC9;
}

#Eyebrow_InnerFloat
{
	position: absolute;
	z-index: 2;
	top: 60px;
	right: 5px;
	background: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/********************************************************
*** NAVIGATION MAIN ***/

#NavigationMain
{
	width: 100%;
	background: url(../Images/topmenu_bg.gif);
	color: inherit;
	font-size: 12px;
}

#NavigationMain TABLE
{
	z-index: 1;
	margin: 0 0 0 0;
}

.NavigationMain_Popout
{
	position: absolute;
	z-index: 3;
	visibility: hidden;
	top: 0;
	left: 0;
	margin: 96px 0 0 1px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
	color: inherit ;
	filter: Alpha(Opacity=90);
	font-size: 12px;
}

.NavigationMain_PopoutSub
{

}

A.NavigationMain_Item
{
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 8px 2px 4px;
	background: inherit;
	color: #3B3747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

A.NavigationMain_Item:hover, A.NavigationMain_ItemHighlight
{
	background: #CCCCCC;
	color: #FFFFFF;
}

.NavigationMain_ItemSeperator
{
	margin: 4px 2px 2px 2px;
	background: #CCCCCC;
}

/********************************************************
*** PRINT-SPECIFIC ***/

@media print 
{	
	#Masthead
	{
		display: none;
	}
	
	#Eyebrow
	{
		display: block;
	}
	
	#Eyebrow_InnerFloat
	{
		display: none;
	}
	
	#NavigationMain
	{
		display: none;
	}
}
	