/* gf2common CSS Document [body, style1, header, notice, wrapper, footer, menuh] */

html,body {margin:0;padding:0}
body {font:76% Verdana, Arial, Helvetica, sans-serif; width: 800px}

/* General body text */

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}

/* Page header to hold logo */
  
#header {
	 width: 100%; 
	 padding: 20px 20px 10px 5px;
	}

/* Home page eye catching notice in header */

#notice {
	width: 260px;
	padding: 5px;
	float: right;
	display: block;
	background-color: #FFFFdd;
	border:1px solid navy;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	color: #1b077f;
	font-size: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	
#notice hr {color: navy;}	

div#extra{background:#FF8539}
div#extra{float:left;width:25%;margin-left:-25%}

/* Content wrapper for one, two, or three columns */

div#wrapper
	{float:left;
	 width:100%;
	}


/* Page Footer */

#footer {
	 clear:left; 
	 width:100%
	}
#footer p {
	 margin:0; 
	 padding:5px 10px; 
	 font-size: 11px;
	}

/* Begin CSS Popout Menu */


#menuh-container
	{
/*	position: absolute; */		
/*	top: 130px; 
	left: 1px; */
	width: 100%; margin-left: -3%; margin-bottom: 10px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #FFFFFF;
	white-space: normal;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: navy;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	}	
			
/* #menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
/*	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
*/	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(navright_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 132px;	/* 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:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

#menuh li:hover ul ul,
#menuh li li:hover ul ul,
#menuh li li li:hover ul ul,
#menuh li li li li:hover ul ul
{display:none;}

#menuh li:hover ul,
#menuh li li:hover ul,
#menuh li li li:hover ul,
#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */
