
/***********************************************************
	Navigation Style Selector classes
	
	These classes also define some Mac compatiblity classes
	that are targeted only for Firefox/Mac OS X platforms and
	are marked by their -MAC suffix
************************************************************/

.topNavigationStyleSelector{
	position: absolute;
	background-color: #F6F5F2;
	display: none;
	visibility: visible;
	cursor: hand;
	top: 75px;
	left: 733px;}

.topNavigationStyleSelector_icon{display: none;}

.topNavigationStyleSelector_selection{
	border: black 1px solid;
	padding: 2px;
	display: none;
	left: 503px;
	width: 255px;
	top: 8px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	background-color: #f6f5f2;}


.topNavigationStyleSelector-MAC{
	position: absolute;
	background-color: #F6F5F2;
	display: none;
	cursor: pointer;
	top: 78px;
	left: 695px;}

.topNavigationStyleSelector_icon-MAC{display: none;}

.topNavigationStyleSelector_selection-MAC{
	font-family: Arial,Helvetica,Verdana;
	font-size: 9pt;
	color: #000000;
	display: none;
	left: 590px;
	width: 140px;
	cursor: pointer;
	position: absolute;
	top: 28px;
	background-color: #F6F5F2;}




/***********************************************************
	Selector Pop up layer classes
	
	These classes define the layour for the components in
	the pop up layer and how they are positioned and emphasized
	when the user interacts with them.
************************************************************/

#singleWindowModeContainer{clear:both;}
#multipleWindowModeContainer{clear:both;}
#windowModeHelpContainer{clear:both;}

.container{background-color:#F6F5F2;height: 20px;}
.containerHighlight{background-color:#cedfeb;height: 20px;}
.siteNavigationSelectionIcon{float:left;height:20px;}
.siteNavigationSelectionText{
	float:right;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align:middle;
	background-color: #F6F5F2;
	width: 210px;
	height: 20px;}
.siteNavigationSelectionTextHightlight{
	float:right;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align:middle;
	background-color: #cedfeb;
	width: 210px;
	height: 20px;}




/***********************************************************
	Comprehensive Sitemap related classes
************************************************************/

#siteMapHeader{
	float:left;
	clear:both;
	margin-top:20px;
	padding-left:30px;
	margin-bottom:10px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	color: #666666;
	font-size: 20pt;}

#homeLink{
	float:left;
	clear:both;
	margin-left:30px;
	margin-bottom:10px;}

.siteMapLink{
	float:left;
	clear:both;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	margin-left:10px;
	margin-top:5px;
	width:100%;}

.siteMapLink A{
	width:100%;}

















