@charset "utf-8";
/* CSS Document */

body
{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-color:#333333;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-repeat:repeat-x;
}
.container
{
	float:left;
	width:900px;
	height:auto;
}
.banner
{
	float:left;
	width:900px;
	height:81px;
	background-image:url(images/banner.png);
}
.navbar
{
	float:left;
	width:900px;
	height:48px;
	border-bottom:5px solid #c0c0c0;
	background-image:url(images/navbar.jpg);
	font-size:11px;
}
.navbar ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.navbar li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
	list-style:none;
}
.navbar a
{
	float:left;
	text-decoration:none;
	color:#8f8f8f;
	padding:18px 0 18px 0;
	border-right:#cbcbcb 1px solid;
	font-weight:bold;
	width:149px;
	text-align:center;
	
}
.navbar a:hover
{
	background-image:url(images/navbar2.jpg);
	color:#45538d;
}
.navbar ul ul 
{
	width:auto;
}

.navbar ul ul a
{
	border-bottom:1px solid #8a898a;
	border-left:1px solid #8a898a;
	border-right:1px solid #8a898a;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.navbar li 
{
	float:left;
	position:relative;
	text-align:center;
}

/* style the links for the top level */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.navbar ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0px;
	top:51px;
	left:0; 
	width:auto;
}



.middle
{
	float:left;
	width:900px;
	height:380px;
	overflow:hidden;
	background-color:#000000;
	
}
.middle2
{
	float:left;
	width:900px;
	min-height:380px;
	
	background-color:#ffffff;
}
.footer
{
	position:relative;
	float:left;
	clear:both;
	width:900px;
	height:17px;
	background-color:#ececec;
	border-top:5px solid #c2c2c2;
	color:#666666;
	font-size:9px;
}
.footer a
{
	text-decoration:none;
	color:#666666;
}
.footer input
{
	color:#666666;
}
.footer select
{
	color:#666666;
}
.footer_table
{
	margin-top:7px;
}
.footer_table td
{
	padding:0 8px 0 8px;
}
.content
{
	height:383px;
	width:260px;
	background-image:url(images/bg.png);
	color:#FFFFFF;
	position:relative;
	float:left;
	top:-384px;
	left:30px;
	
}
.text
{
	margin:30px 30px 0px 30px;
	min-height:350px;
}
h1{
	display:none;
	}
h2
{
	font-weight:100;
	color:000000;
	font-size:20px;
}
h3
{
	color:#1f54a6;
}
h4
{
	color:#1f54a6;
}
.flash
{
	position:relative;
	float:left;
	width:900px;
	z-index:0;
	
}


.navbar table 
{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:10;
	border-collapse:collapse;
}

/* style the second level links */
.navbar ul ul a, .navbar ul ul a:visited 
{
	background-color:#f5f5f5; 
	color:#999999;
	height:auto;
	line-height:normal;
	padding:7px 0 7px 0;
	font-size:11px;
	z-index:11;
}


.navbar ul ul a:hover
{
	background:#213d99;
	color:#cccccc;
}

/* make the second level visible when hover on first level list OR link */
.navbar ul li:hover ul,
.navbar ul a:hover ul
{
	visibility:visible; 
}

.marginTop{
	margin-top:0px;
	}
.marginTop span{
	display:none;
	}
.marginTop a{
	color:white;
	}
.textHome{
	margin:30px 30px 0px 30px;
	min-height:350px;
	margin-top:10px;
	}
.textHome ul a{
	text-decoration:none;
	color:white;
	}
#hoverTip1{
	font-size:9px;
	display:none; 
      position:absolute; 
      border-style: solid; 
      background-color:#333333;
	  color:#CCCCCC; 
      padding: 5px;
	  width:500px;
	}
#hoverTip2{
	font-size:9px;
	display:none; 
      position:absolute; 
      border-style: solid; 
      background-color:#333333;
	  color:#CCCCCC; 
      padding: 5px;
	  width:500px;
	}
	#hoverTip3{
	font-size:9px;
	display:none; 
      position:absolute; 
      border-style: solid; 
      background-color:#333333;
	  color:#CCCCCC; 
      padding: 5px;
	  width:500px;
	  top:-200px;
	}
.newContent{
	font-size:9px;
	display:none; 
      border-style: solid; 
      background-color:#333333;
	  color:#CCCCCC; 
      padding: 5px;
	}
.hoverT h2{
	margin:0;
	}
#furtherText a{
	color:#CCC;
	font-size:10px;
}
#furtherText{
	text-align:center;
}
.clear{
	clear:both;
}
.newContent{
	width:900px;
	margin:0 auto;
	padding:10px;
	display:none;
}	
