/* CSS Document */
body {
	background-image: url(i/bg.gif);
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:0;
    }
	a{
	color:#277C29;
	text-decoration: underline;}
.mainheader{
	font-size:24px;
	color:#FFFFFF;
	background-color:#0094FF;
	display:block;
	padding:4px 0px 4px 24px;
	width:719px;
	margin-top:2px;
	margin-left:2px;
	}
#content{
	float:left;
	width:900px;
	margin-left:10px;
	border:1px solid #0094FF;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
     .globalinfocenter {
	position: relative;
	left: -50px;
	z-index: 10;
     }
}
#topbanner{
	width:900px;
	height:107px;
	float:left;
	margin-bottom:4px;
	}
#globalinfoleft{
    	float:left;
	width:150px;
	margin-top:1px;
	margin-left:0px;
     }
.subinfoleft{float:left;
	width:150px;
	}
.globalinfocenter{
	width:510px;
	margin-left:2px;
     }
.subinfocenter{
	width:686px;
	padding:12px 24px 12px 24px;}
.subinfocenter img{

	padding:6px 4px 4px 6px;
	}
#globalinforight{
	width:200px;
	}
.subinforight{
	width:200px;
	}
.menu {
	z-index:1000;
	font-size:90%;
	height:235px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:151px;
	/*height:182px;*/
	position:relative;
	z-index: 100;
}
.menu li {
	position: relative;
	background:#0094ff;
	min-height: 22px;
	max-height: 52px;
	height: auto;
	border-right: 1px solid #fff;

}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top: 0;
	left: 0; 
	z-index: 100; 
	font-size: 1em; 
	width: 0; 
	height: 0;
}
/* style the links */
.menu a, .menu a:visited {
	display: block; 
	text-decoration: none;
	line-height: 140%;
	min-height: 22px;
	height: auto;
	width: 150px;
	color: white;
	border-top: 1px solid #fff;
	background: #0094FF;
	font-size: 13px;
	padding: 4px 0px 4px 4px;
}
/* style the link hover */
* html .menu a:hover {color:#277C29; ; background:#80CBF9;}

.menu :hover > a {
	color:#277C29; 
	background-color:#80CBF9;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top: 0px;
	left: 155px;
	height: auto;
	width: 150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	height:235px;
}
/*keep the third level hidden when you hover on first level list OR link 
.menu ul :hover ul ul{
visibility:hidden;
}
 keep the fourth level hidden when you hover on second level list OR link 
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
make the third level visible when you hover over second level list OR link 
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:235px;
}
make the fourth level visible when you hover over third level list OR link 
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}*/
#bottompage{
	width:540px;
	margin-top:36px;
	background-color:#0094FF;
	color:white;
	font-size:9px;
	height:24px;
	padding:6px 180px 6px 180px;
	 }
#bottompage	a{
	color: #FFCC66;
	text-decoration:none;}