.foo{}
/* ----------------------------------------------- */
/* - Some validators like to see a class as      - */
/* - the first item in the style sheet           - */
/* -                                             - */
/* -	Copyright (c) 2007 HiFx                  - */
/* -	All rights reserved                      - */
/* -	                                         - */
/* -	Filename master.css                      - */
/* -	                                         - */
/* -	Page style CSS Selectors 	             - */
/* -                                             - */
/* -	CONTENTS                                 - */
/* -	1. General styles aplying to             - */
/* -     Page header and master page styles      - */
/* -	2. Page Content Styles                   - */
/* ----------------------------------------------- */

html,
body,
#document{
	 min-height: 100%;
	width: 100%; 
	
}

body{
	color: #191919;
	
	border: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

a:active
{
	outline:none;
}
a:focus
{
	-moz-outline-style:none;
}



.onlyprint {display:none;}

@media print
{
	.noprint{display:none;}	
	.onlyprint{display:block;}

	img{height:0;width:0}
	
	#region{display:none;}

	
	#individualIntroTitle{display:none; }
	#businessIntroTitle{ background-color:White;color:Black;}
	
	#affiliateContentRight{display:none;}

	#Header{width:0px;height:0px;display:none;}
	#primaryNav{display:none;}
  
	#contentPannel{margin-top:0px;margin-left:0px;text-align:left;}
  
	#secondryNavigation{display:none;}
  
	#morePannel{display:none;}
	#leftNavPannel{display:none;}

	.selected {  color:Red;}

	#chromeFooter {display:none;}
		
	#TopMenu LI A 
	{
		COLOR: #ffffff;	BACKGROUND-COLOR:Red;	
	}
}

#document{
	position: relative;
}

 a img {
	border:0;
}

.hidden {
	display: none;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.normal {
	font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear{
	clear: both;
}
.clearRight{
	clear:right;
}
 
.spacer1 {
	line-height: 1px;
	height: 1px;
}

.spacer3 {
	line-height: 3px;
	height: 3px;
}

.spacer5 {
	line-height: 5px;
	height: 5px;
}

.spacer7 {
	line-height: 7px;
	height: 7px;
}

.spacer11 {
	line-height: 11px;
	height:11px
}

.spacer15 {
	line-height: 15px;
	height:15px
}

.spacer25 {
	line-height: 25px;
	height:25px
}

.MainMenuSelectedNode {
    font-weight:bold;
}

#document{
	padding-top: 21px;
}
#container{
	position: relative;
	background-color: #ffffff;
	width: 954px;
	/*margin: 0 auto;*/
	margin:0px;
	
}
#dropShadow{
	width: 954px;
	margin: 0 auto;
	
}

#Header{
	position: relative;
	height:144px;
	width: 954px;
	clear: both;
	
}

#HiFXLogo{
	display: block;
	width: 108px;
	height:43px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	margin: 13px 0 0 19px;
}

/*Start of styles for header primary navigation*/
#primaryNav{
	float:right;
	
	margin-top:16px;
	
}

#TopMenu{
	list-style: none;
	padding:0 10px 0 0;
	margin:0;
	
}
 
#TopMenu li{
	float: left;
	height:28px;
	margin: 0 1px 0 1px;
	border-bottom: 3px solid #ffffff;

}



#TopMenu li a{
	float: left;
	display: block;
	text-decoration: none;
	font-size: 0.7em;
	line-height: 15px;
	padding: 5px 7px;
	outline:none;
	-moz-outline-style:none;
}

/*Start of styles for header secondary navigation*/

#secondryNavigation{
	position: relative;
	float: right;
	top: -15px;
	
}

#secondryNavigation ul{
	list-style: none;
	padding:0 13px 0 0;
}

#secondryNavigation ul li{
	float:left;
	font-size: 0.6em;
}

#secondryNavigation ul li a {
	text-decoration: none;
	line-height: 15px;
}

#secondryNavigation ul li.selected a {
	font-weight: bold;
}

#secondryNavigation ul li.navDivider {
	padding: 0 9px;
}

#headerImage{
	float: left;
	height: 108px;
	width: 520px;
	position: relative;
	padding: 0 0 0 0;
	margin: 11px 0 0 0;	
	
}

#region {
	height: 30px;
	position: absolute;
	top: 105px;
	left: 750px!important;
	z-index: 50;
	width:135px;
	background-image:url(/images/globe.jpg);
	background-repeat:no-repeat;
	padding-left:12px;
 
}

.navContainer
{
	margin-left:25px;
	
}

#currentRegion {
	width:135px;
}

#region a {
	font-size: 0.6em;
	text-decoration: none;
	padding: 3px 10px 4px 10px;
}

#selector {
}

.alright {
	float:right;
	height:15px;
}

#currentRegion {
	display: block;
	float: left;
	padding: 3px 0 4px 10px;
	
}

#contact {
	display: block;
	float: left;
	padding: 0;
}

#chooseRegion {
	width: 106px;
	background-color: #ffffff;
	position: absolute;
	top: 22px;
	/*left: 100px;*/
	z-index: 100;
	display: block;
	visibility: hidden;
}

#headerCallToAction {
	position: relative;
	/*display:block;*/
	display:none;
	top: 20px;
	float: right;
	margin-right: 13px;
}

#headerCallToAction h3 {
	display: inline;
	font-size: 0.6em; 
}

#headerCallToAction h3 span.normal {
	font-weight: normal;
}

#headerCallToActionImg {
	width:18px;
	height: 18px;
	float: left;
	vertical-align: middle;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-top: -2px;
	margin-right: 3px;
}

.bold {
	font-weight: bold;
}

.divider {
	font-size: 0.6em;
}

#MasterContentArea{
	float: left;
	position: relative;
	z-index: 30;
	width: 927px;
	_width:927px;
	margin:-20px 0 0 0;
	padding:0 13px 0 16px;
}

#sectionTitlePannel {
	clear: both;
}

/* ---------------------------------------------------- */
/* -      Left hand Navigation Styles                 - */
/* ---------------------------------------------------- */

#leftNavPannel{
	position: relative;
	float: left;
	width:158px;
	margin-right:2px;
}

#leftNav {
	position: relative;
	width:158px;
	padding:0 0 0 0;
	padding:0 0 0 0;
	margin: -16px 0 0 0;

}

.SubMenuItems {
	margin-left:-25px;
	margin-bottom:0;
}

ul.SubMenuItems {
	position: relative;
	top:-4px;
	list-style: none;
}

ul.SubMenuItems li {
	padding: 0;
	position: relative;
	line-height: 14px;
	margin-top:5px;
	margin-bottom:5px;
}

ul.SubMenuItems li ul {
	width: 90px;
	margin: 5px 0 2px 0!important;
	padding-bottom: 2px;
	padding-top:0px;
}

ul.SubMenuItems li ul li {
	margin: 0 0 0 -40px;
	background-position: 0 9px;
	background-repeat: no-repeat;
	padding: 0 0 4px 8px;
	line-height: 18px;
}

ul.SubMenuItems li a {
	font-size: 0.6em;
	text-decoration: none;
}

ul.SubMenuItems li h2 a{
	font-size: 0.6em;
	text-decoration: none;
}

#sectionTitlePannel,#leftTitlePannel {
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 59px!important;
	width:158px;
	_width: 162px;
	position: relative;
	float: left;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;justify;
	vertical-align: middle;
}

#sectionTitle {
	height: 42px!important;
	width: 160px;	
}

#sectionTitle span {
	line-height: 100%;
	vertical-align: 50%;
}

#sectionTitle h2 {
	font-weight: normal;
	font-size: 0.6em;
	padding: 13px 0 0 14px;
	_padding: 21px 0 0 14px;
}


#pageHeading h1,
#moreHeading h2 
{
	display: block;
	font-weight: normal;
	font-size: 1.1em;
	padding:15px 0 0 14px;
	margin:0;
}

#contentPannel {
	float: left;
}

#pageHeading,#formHeading {
	height: 59px!important;
	width: 507px;
	position: relative;
	z-index: 40;
	float: left;
	margin-bottom: 13px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

#contentBody div#contentImage {
	float: left;
	padding: 8px 0 0 0;
}

#contentBody div#contentTxt {
	padding:0 0 0 10px;
	width: 385px;
	float: right;
}

#morePannel{
	float: right;
	position: relative;
	z-index: 39;
}

#moreHeading {
	height: 59px;
	width: 258px;
	_width: 259px;
	position: relative;
	margin-bottom: 4px;
	z-index: 40;
	float: left;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

/* Toolbar styles */

.toolBar{
	position: relative;
	background-color: #ffffff;
	margin: 0 0 0 9px;	
	padding:0;
	border-bottom: 1px dotted #a3a3a3;
	width:240px;
}

div.ourCustomersSay,div.ourCustomersSayAffil {
	color: #191919;
}

div.ourCustomersSay ul li,div.ourCustomersSayAffil ul li{
	font-size: 0.6em!important;
	color: #191919;
	background-position: 0 7px;
	background-repeat: no-repeat;
}

div.ourCustomersSay p,div.ourCustomersSayAffil p {
	font-size: 0.6em;
	padding-left: 5px;
	
}


.toolBar ul {
	list-style: none;
	padding: 0 0 10px 7px;
	margin: 0;	
}

.toolBar li{
	background-position: 0px 8px;
	background-repeat: no-repeat; 
	padding:0px 0px 0px 9px;
	margin:0;
	line-height:14px;
	width:210px;
}

.toolBar li a {
	font-size: 0.55em;
	text-decoration: none;
}

.toolBar h3 {
	font-weight: normal;
	font-size: .6em;
	padding:10px 0 1px 6px;
	margin: 0;
}

#currencyConverterContainer {
	display: none;
}

.myStory {
	background-color: #ffffff;
	width:248px;
	/*height:113px;*/
	margin:3px 0 5px 0;
}

div .myStoryTxt {
	float: left;
	/*width: 175px;*/
	padding:0 0 0 0;
}
.myStoryHeading {
	padding:0 0 0 2px;
	margin:7px 0 0 6px;
}


div .myStoryTxt h3 {
	padding:0 0 0 0;
	font-size: 0.6em;
	font-weight: normal;
	margin: 0 0 6px 0;
}


div .myStoryTxt p {
	font-size: 0.5em;
	padding: 0 0 6px 8px;
	margin: 0 0 0 0;
}

div #myStoryImg {
	float: right;
}

/*--------------------------------*/

.nextArticleButton {
	margin:13px 0 30px 0;
}

.nextArticleButton a {
	/*display: block;*/
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-size: 0.6em;
	font-weight: bold;
	/*width: 100px;
	height: 20px;*/
	margin:0;
	text-decoration: none;
	padding: 5px 10px 5px 22px;
	padding:auto auto;
}
.withinParaButton {
	margin:0px 0 25px 0;
}

.withinParaButton a {
	/*display: block;*/
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-size: 0.6em;
	font-weight: bold;
	/*width: 100px;
	height: 20px;*/
	margin:0;
	text-decoration: none;
	padding: 5px 10px 5px 22px;
	padding:auto auto;
}

.applyNowButton {
	margin:13px 0 0 20px;
}

.applyNowButton a {
	/*display: block;*/
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-size: 0.6em;
	/*width: 100px;
	height: 20px;*/
	margin:0;
	text-decoration: none;
	padding: 5px 10px 5px 22px;
	padding:auto auto;
}

#contentFooter{
	position: relative;
	padding-top:0px;
	margin:0px;
	text-align: left;
}

#contentFooter br {
	line-height: 5px;
	height: 5px;
}

#contentFooterRight {
	position:relative;
}

#footerTxtSml #contentFooterLeft {
	/*width:110px;*/
}

#contentFooterLeft {
	float: left;
}

#contentFooterLeftNarrow {
	/*width:110px;*/
	float: left;
}

#contentFooterImg{
	float: left;
	background-image: url(../images/telephone.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 24px;
	height: 70px;
	margin:0 5px;
}

#contentFooterRight {
	float: left;
}

#contentFooterRight h3 {
	
}

#footerTxtMed {
	/*width:668px;*/
}

#footerTxtSml {
	/*width:506px;*/
}

#footerTxtLg,
#footerTxtMed,
#footerTxtSml {
	position: relative;
	padding:6px 0 6px 0;
	margin:0px 0 0 10px; 
}

#footerTxtLg h3,
#footerTxtMed h3,
#footerTxtSml h3 {
	font-weight: normal;
	font-size: 0.9em;
	margin:0 0 5px 0;
}

#footerTxtLg .secondPhoneNumber,
#footerTxtMed .secondPhoneNumber,
#footerTxtSml .secondPhoneNumber {
	position: relative;
	left:63px;
}

#footerTxtLg img,
#footerTxtMed img,
#footerTxtSml img {
	position: relative;
	top:-3px;
	float: left;
	margin:0 5px;
}

#footerTxtLg .greyTxt,
#footerTxtMed .greyTxt,
#footerTxtSml .greyTxt 
{
	vertical-align:top;
	font-size: 0.5em;
	text-align: left;
	float: left;
	padding: 0;
	margin:0;
}

#footerTxtLg .callToAction,
#footerTxtMed .callToAction,
#footerTxtSml .callToAction {
	position: relative;
	text-align: left!important;
}

div#footerTxtLg div#contentFooterRight div.callToAction a,
div#footerTxtMed div#contentFooterRight div.callToAction a,
div#footerTxtSml div#contentFooterRight div.callToAction a {
	display: block;
	text-align: left!important;
	text-decoration: none;
	background-position: 3px 4px;
	background-repeat: no-repeat;
	font-size: 0.5em;
	padding: 0 0 0 12px;
}

.shiftRight {
	position: relative;
	left: 21px;
}

#chromeFooter{
	padding:12px 0 0 12px;
	text-align: center;
	width: 954px;
	margin: 0 auto;
	font-size: 0.5em;
}
#copyright{
	float: left;
	width:250px;
	text-align: left;
	padding:0 0 0 11px;
}
#USContent{
	padding:12px 0 0 0;
	text-align: center;
	width: 954px;
	margin: 0 auto;
	font-size: 0.5em;
}
#contentChild{
	float: left;
	width:954px;
	text-align: left;
	padding:0 0 0 11px;
}

#asFeaturedOn{
	padding:0 0 0 0;
	float:left;
	text-align: center;
	width: 362px;
	margin: -5px 0 0 30px;
}

span#asFeaturedTxt
{
	padding-top:5px;
	display: block;
	float: left;
	text-align: right;
}

#asFeaturedOn img{
	float: left;
	margin-left:10px;
}

#staticLinks{
	float: left;
	width:300px;
	height: 20px;
	margin-left:-10px;
}

#staticLinks a{
	color:#191919;
	text-decoration: none;
}

#staticLinks a:hover{
	color:#000000;
	text-decoration: underline;
}

#staticLinks ul
{
	float: right;
	list-style: none;
	margin-right:3px;
	margin-top:0;
}

#staticLinks ul li{
	float: left;
	padding:0 3px 0 3px;
}

/* ---------------------------------------------------- */
/* -      Default styles for page content             - */
/* ---------------------------------------------------- */

h3#backToListLink a {
	background-repeat: no-repeat;
	background-position: 0 4px;	
}

h3#backToListLink {
	float: right;
	clear: left;
}

div#pageContent {
	width: 475px;
	/*float: left;*/
	padding: 13px 20px 0 0!important;
	margin-left:13px;
	color: #191919;
	text-align: left;
}

#pageContent p {
	font-size:0.6em;
	line-height: 15px;
	margin:0;
	padding: 0 0 10px 0;
}

#pageContent p.news {
	font-size:0.6em;
	line-height: 15px;
	margin:0;
	padding: 0 0 10px 14px;
}

#pageContent p a {
	color:#1d1358;
	text-decoration: underline;
}

#pageContent h3 {
	font-size: 0.7em;
	margin:0;
	font-weight: bold;
	line-height: 15px;
	color: #000000;
	padding: 4px 0 3px 0;
	display:block;
}

#pageContent h3.largeColouredHeader {
	font-size: 0.9em;
	margin:0;
	font-weight: normal;
	line-height: 17px;
	padding: 4px 0 3px 0;
}

#pageContent h3 a {
	margin:0;
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none; 
	color: #000000;
	display:block;
}

#pageContent h4 {
	font-size: 0.6em;
	font-weight: bold;
	color: #191919;
	line-height: 15px;
	margin: 0;
	padding:0 0 1px 0;
}

#pageContent ol {
	list-style: decimal;
	list-style-position: inside;
	padding: 0 0 10px 0;
	margin: 0;
}

#pageContent ol li {
	color: #191919;
	line-height: 15px;
	padding: 0 0 2px 0;
}


#pageContent ul {
	list-style: none;
	padding: 0 0 10px 15px;
	_padding: 0 0 10px 15px;
	_margin: 0 0 10px 15px;
	float:left;
	width: 100%;
	margin: 0 0 0 -4px;
	
}

#pageContent ul li {
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #191919;
	line-height: 15px;
	padding: 0 0 2px 10px;
	margin: 0 0 0 -12px;
}

#pageContent b {
	color:#000000;
	padding: 0;
	margin: 0;
}

#pageContent li
{
	font-size:0.6em;
	margin:0;
}

#pageContent ul li ul {
	padding: 3px 0 0 12px;
	margin:0;
}

#pageContent ul li ul li {
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-size: 1em;
	color: #333331;
}

#pageContent .note {
	font-size: 0.5em;
	color: #333331;
	padding: 0 0 0 2px;
}

#pageContent .reference {
	font-size: 0.5em;
	line-height: 14px;
	margin: 0;
	padding: 0 0 10px 0;
}

#pageContent table {
	border-collapse: collapse;
	margin-top: 10px;	
}

#pageContent th,
#pageContent td {
	font-size:0.6em;
	line-height: 15px;
	height: 12px;
	border-bottom: 1px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#pageContent td {
	color: #191919;
	padding: 5px 10px 4px 6px;
}

#pageContent th {
	color: #ffffff;
	padding: 5px 10px 4px 6px;
}

.formContent ul{
	margin: 0 0 0 15px;	
}

.formContent li
{
	margin-left:10px;
}

#formTermsAndConditions
{
	font-size:10px;
	border:solid 1px #000000;
	width:370px;
	height:200px;
	overflow:auto;
	background-color:#FFFFFF
}

div#formTermsAndConditions p
{
	font-size:10px;
}

.newsListThumbnailItemImage
{
	float:left;
	width:160px;
	text-align:center
}

.newsListThumbnailItemText
{
	float:left;
	width:300px;
}


/* ----------------------------------------------- */
/* - Site map styles                             - */
/* ----------------------------------------------- */

#siteMapHeading {
	height: 59px!important;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

div#siteMap h3,
div#siteMap h4 {
	margin: 10px 0 0 0;
}

div#siteMap h3 a {
	margin:0;
	font-size: 1.1em;
	font-weight: normal;
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	text-decoration: none; 
}

div#siteMap h4 a {
	margin:0;
	font-size: 0.7em;
	font-weight: bold;
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	text-decoration: none; 
}

div#siteMap ul {
	margin: 0 0 0 0;
	list-style: none;
}

div#siteMap ul li {
	margin-top: 0;
	line-height: normal;
}

div#siteMap ul li a {
	font-size: 0.6em;
	padding:0 12px;
	margin-top: 0;
}

div.mapLevel1 {
	margin: 0 0 30px 0;
	clear: both;

}

div.mapLevel2 {
	margin: 0;
	float: left;
	width: 159px;
	padding: 0 25px 10px 0;
	
	height:auto;
}

/* Login Control Classes */

div.loginBorderCssClass
{
	width:300px;
	position:relative;
	
}

.loginBorderCssClass table tr td
{
	/*background-color:Red;*/
	
}

div.loginlabelcssclass
{
	font-size:10px;
}

.logininfomessagecssclass
{
	font-size:13px;
}

div.loginBorderCssClass input
{
	width:100px;
	padding-left:5px;
	margin-left:5px
}

div.loginbuttoncssclass input
{
	font-weight: bold;
	background-color: #ff9900;
	color: #ffffff;
	border-left: 1px solid #d47f00;
	border-top: 1px solid #d47f00;
	border-right: 1px solid #ffbb22;
	border-bottom: 1px solid #ffbb22;
	height: 25px;
	width:90px;
}

.introImage
{
	margin-left:24px;
	margin-top:3px;
}

/* **** Style for Navigation Menu **** */

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
.menuwrapper {
	/*border-top: 1px solid #000;*/
	/*border-bottom: 1px solid #333;*/
	/*background-color: #ffffff;*/
	width:7.9em;
	height:21px;	
	/*border-right:1px solid black;*/
	/*border-left:1px solid black;*/
	
}

/*
.menuwrapper, .rootMenuBar ul a {height: 1%;}
a:active {width: auto;}
*/

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
.rootMenuBar, 
.rootMenuBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, sans-serif; 
	
}



/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
.rootMenuBar a {
	display: block;
	text-decoration: none;
	padding:   0px 10px 2px 10px;	
	font-size: .65em;
	color: #000000;		
	height: 15px;
}
/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
.rootMenuBar a.trigger {
	padding: 3px 0px 3px 1px;	
	/*background-image:url(/images/arrow.gif);*/
	/*background-image:url(/images/temp/drop_down_bar.jpg);*/
	/*background-image:url(/images/temp/drop_down.jpg);*/	
	/*background-position: center right;*/
	/*background-repeat:no-repeat;*/
	width:140px;	 /* ----- */
	margin-bottom:1px;
	background-image:url(/images/select-drop.gif);
	background-repeat:no-repeat;
}



/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
.rootMenuBar li {
	float: left;
	width: 9em; 
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
.rootMenuBar li ul, 
.rootMenuBar ul li  {
	width: 193px;
	
	/*background-image: url(/images/gradient_new.jpg);
	background-color: #FFFFFF;	
	background-repeat: repeat-x;
	background-position: bottom;*/
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
.rootMenuBar ul li a  {
	color: #565656;
	border-right: 0;	
	/*padding: 5px 15px 5px 15px;	*/
	padding: 2px 1px 2px 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	
}

.shadowLayer
{
	position: absolute;
	margin-left:-10px; 
	margin-top: -5px;
	display: none;
	width: 230px;	
	background-image: url(/images/temp/drop_shadow_FF.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}

/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
.rootMenuBar li div ul {		
	border-right: 1px solid #989898;
	border-left: 1px solid #989898;
	border-bottom: 1px solid #989898;
	background-image: url(/images/gradient_new.gif);
	background-color: #FFFFFF;	
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 10px 3px 10px;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
.rootMenuBar li:hover a, 
.rootMenuBar a:focus,
.rootMenuBar a:active, 
.rootMenuBar li.p7hvr a {
	color: #000000;
	/*background-color: #ffffff;*/
	
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/



.rootMenuBar li:hover ul,
.rootMenuBar li.p7hvr ul,
.rootMenuBar li:hover div,
.rootMenuBar li.p7hvr div{
	display: block;
	


}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
.rootMenuBar li:hover ul a, 
.rootMenuBar li.p7hvr ul a {
	color: #000000;
	/*background-color: transparent;*/
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/

.rootMenuBar ul.priv a:hover {
	background-color: #CC197E!important; /*#e8e8ea - OLD - changed for dropdown coloor change on home*/
	color: #ffffff!important; /*#000000 - OLD*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	background-image:none;
	
}

.rootMenuBar ul.corp a:hover {
	background-color: #ff9900!important; /*#e8e8ea - OLD - changed for dropdown coloor change on home*/
	color: #ffffff!important; /*#000000 - OLD*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	background-image:none;
	
}

.rootMenuBar ul.simple a:hover {
	background-color: #38383a!important; /*#e8e8ea - OLD - changed for dropdown coloor change on home*/
	color: #ffffff!important; /*#000000 - OLD*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	background-image:none;
	
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
.rootMenuBar li {width: auto;}

.loginLink
{
	float:left;margin-left:10px; margin-top: -5px;
}

.HomePageNav
{
	padding-top:3px;
}

.select-free
{
	position:absolute;
	z-index:10;
	overflow:hidden;/*must have*/
	
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:300px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.setTop
{
	margin: 1px 0px 0px 6px;
}


.TopBorderDiv
{
	width:67px !important;
	margin-right:-10px;
}

.flashMargin
{
	margin-bottom:120px;
}