/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{margin:0;padding:0;border:none;}

body{
margin:0.5em;font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;}

/* Begin CSS Popout Menu */

#menu{
	width:700px;
	float:none;
	text-align:left;
}

#menu a{
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0 5px;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 175%;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#menu h3{
	display:block;
	white-space:nowrap;
	margin:0;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 175%;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}

#menu h3{
color:#003366;
background:#e5e5e5 url(images/expand3.gif) no-repeat 100% 100%;
text-transform:none
}

#menu h3b{
	display:block;
	white-space:nowrap;
	margin:0;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 175%;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}

#menu h3b{
color:#003366;
background:#e5e5e5;
text-transform:none
}

#menu a{
text-decoration:none;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
color:#6699cc;
}

#menu a:active{
color:#3F607F;
background:#ccc;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;
	height: 15px;
}

#menu li{
	position:relative;
	visibility: visible;
	overflow: visible;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h3:hover{
	color: #006699;
	background-color: #cccccc;
	background-image: url(images/expand3.gif);
	background-repeat: no-repeat;
	background-position: -999px -9999px;
}

div#menu h3b:hover{
	color: #006699;
	background-color: #cccccc;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	font-weight:normal;
	color:#cccccc;
}

#menu a.x:hover{
color:#6699cc;
background:#cccccc;
}

#menu a.x:active{
color:#3F607F;
background:#ccc;
}

#menu a.y, #menu a.y:visited{
font-weight:bold;
color:#003366;
background:#eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
}

#menu a.y:hover{
color:#6699cc;
background:#cccccc;
}

#menu a.y:active{
color:#3F607F;
background:#ccc;
}

/* End CSS Popout Menu */

/* Begin Content Area - Not Part of CSS Popout Menu */

.navsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
	.navsmall a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	padding: 2px;
	line-height: 15px;
}
.navsmall a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	line-height: 15px;
}
.navsmall a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
	text-decoration: none;
	line-height: 15px;
}

.navsmall a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
}

.navsmall a:visited:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
	text-decoration: none;
	line-height: 15px;
}

.navbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
	.navbottom a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}
.navbottom a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.navbottom a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	text-decoration: none;
	font-weight: bolder;
}

.navbottom a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.navbottom a:visited:hover
{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6699CC;
font-weight: bolder;
text-decoration: none;
}


.navtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	padding: 2px;
	width: 180px;
}
.navtop a:active
{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	line-height: 100%;
	font-weight: bold;
	color: #999999;
	background-color: #e5e5e5;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 7px;
	width: 180px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
}
.navtop a:link
{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	line-height: 100%;
	font-weight: bold;
	color: #999999;
	background-color: #e5e5e5;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 7px;
	width: 180px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
}
.navtop a:hover
{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	line-height: 100%;
	font-weight: bold;
	color: #006699;
	background-color: #cccccc;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 7px;
	width: 180px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
}

.navtop a:visited
{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	line-height: 100%;
	font-weight: bold;
	color: #cccccc;
	background-color: #e5e5e5;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 7px;
	width: 180px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
}

.navtop a:visited:hover
{
font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 9px;
	line-height: 100%;
	font-weight: bold;
	color: #006699;
	background-color: #cccccc;
	text-align: center;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding-top: 7px;
	width: 180px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
}

.marqueetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	padding: 3px;
	}
	
.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	padding: 3px;
	}
	
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	}
	
	.frpagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	}
	
	.frpagetext a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	padding: 1px;
	}
	
	.frpagetext a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	padding: 1px;
	}
	
	.frpagetext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: underline;
	padding: 1px;
	}
	
	.frpagetext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	padding: 1px;
	}
	
.pagetext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	}
	
	
	.pagetext2 a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	padding: 1px;
	}
	
	.pagetext2 a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	padding: 1px;
	}
	
	.pagetext2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: underline;
	padding: 1px;
	}
	
	.pagetext2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	padding: 1px;
	}
	
#container {
	position:absolute;
	left:858px;
	top:170px;
	width:158px;
	z-index:1;
	font-size: 9px;
	height: 242px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 9px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	overflow: scroll;
	visibility: visible;
	color: #666666;
	text-align: justify;
}

#popupServices {
	position:absolute; 
	left:400px; 
	top:0px; 
	width:402px; 
	height:472px; 
	z-index:2; 
	visibility:hidden;
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF; 
	border: 1px none #000000; 
	background-image: url(images/popupServiceBG.gif); 
	layer-background-image: url(images/popupServiceBG.gif);
	font-size:11px;
}

    .popupText {
		font-size:11px;
	}

	.popup A:link {color: #D6D6D6; text-decoration: none;}
	
	.popup A:visited {color: #D6D6D6; text-decoration: none;}
	
	.popup A:active {color: #D6D6D6; text-decoration: none;}
	
	.popup A:hover {color: #FFFFFF; text-decoration: underline;}
	
	.popup {
		letter-spacing:1px;
	}
	
.gateway li { 
	list-style-image: url(images/bullet1.gif); 
	padding-bottom:6px;
}
	
/* End Content Area - Not Part of CSS Popout Menu */

.WhPageHeadingsB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	padding: 1px;
	padding-left: 3px;
}
.pageHeadingsGrey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-wight: bold;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
}
.LgeWhHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
	padding-left: 3px;
}
.WhSubHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
	padding-left: 3px;
}
.pagetextwhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
}
#bluebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	display:block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #e5e5e5;
	border-bottom-color: #003366;
	border-left-color: #e5e5e5;
	background-color: #003366;
}
.gateway2 li {

	list-style-image: url(images/bullet1.gif); 
	padding-bottom:3px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
}
.sidetextheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.pageHeadingsfr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 15px;
	font-wight: bold;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.textbox {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	height: 20px;
	border: thin solid #CCCCCC;
	background-color: #e5e5e5;
}
.textboxlarge {

	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	height: 100px;
	border: thin solid #CCCCCC;
	background-color: #e5e5e5;
}
.gateway ul {

}.pagetext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 3px;
}

