@charset "iso-8859-1";
/* CSS Document */

body {
	width: 100%; height: 100%; text-align: center; margin: 0px; padding: 0px; background-color:#000B21;
} 
#Logo {
	position: absolute; left: 0px; top: 0px; width: 100%; height: 127px; margin: 0; padding: 0; z-index: 2; visibility: visible;
	background-image:url(../images/home-bkg-header.jpg); background-repeat:no-repeat; text-align: left;
}



.Footer {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 auto;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.Footer a { 
	color: #999999; 
}

.FooterBold {
	font-weight: bold;
}
.footerTxt14 {
	font-size: 12px;
	text-align:left;
	color:#CCCCCC;
}
.ContentLeft {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt; 
	color:#9494FC;
	text-align:left;
}
.ContentLeft a:link{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt; 
	color:#336699;
	text-align:left;
	text-decoration:underline;
}
.ContentCenter {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt; 
	color: #999; 
	text-align:center;
	text-decoration:none;
}
.ContentCenter a:link{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt; 
	color: #999; 
	text-align:center;
	text-decoration:none;
}
.ContentCenter a:hover{	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt; 
	color:#FFFF99;
	text-align:center;
	text-decoration:underline;
}
.ContentCenter a:visited {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt; 
	color:#999;
	text-align:center;
	text-decoration:none;
}
.Content {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14pt; 
	color:#B6AFFE;
	font-weight: bold;
	text-align:center;
}
/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;
	top: 128px;
	height: 35px;
	left: 45px;
	width: 968px;
		}

#menuh
	{
	font-size: 12pt;
	font-weight:bold;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:center;
	margin:1em;
	margin-top: 25px;
		}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest this is the background at rest*/
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-image:url(images/navgradienthover.jpg);
	}	
			
#menuh a.top_parent,   /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
		}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-color: #ffffff;
					}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-color: #001073;
	width:14em;
		}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:10em;	/* width of all menu boxes */
    	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:400;
	top:auto;
	display:none;
	padding: 1em; /* how far away the menu is from the top nav button */
	margin: -1em 0 0 1em; /* top right left bottom */
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
