/* Begin CSS Popout Menu */


#menuh-container
	{ 
	clear: both; 
	float: left; 
	size: 100%; 
	}

#menuh
	{ 
	font-size: small; 
	font-family: arial, helvetica, sans-serif; 
	width:100%; 
	float:left; 
	border-bottom-width: 1px;
	}
		
#menuh a
	{ 
	text-align: center; 
	display:block; 
	border: solid 1px #3333cc; 
	white-space:nowrap; 
	margin:0; 
	padding: 2px 3px; 
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{ 
	color: white; 
	background-color: #3333cc;
	text-decoration: none; 
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{ 
	color: white; 
	background-color: #3333cc; }	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{ 
	background-position: right center; 
	background-repeat: no-repeat; 
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{ 
	background-position: right center; 
	background-repeat: no-repeat; 
	}

#menuh ul
	{ 
	list-style:none; 
	margin:0; 
	padding:0; 
	float:left; 
	width:150px;	/* 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%;
	}

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 Popout Menu */

/* external shell */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #ffffff;
	margin: 0 2px;
	padding: 0;
	}

a:link { 
	color: #c02427; 
	}
	
a:visited { 
	color: #551a8b; 
	}
	
a:hover { 
	text-decoration: none; 
	}
	
a:active { 
	color: #c02424; 
	}
a img { 
	border: none; 
	}

p {
	margin: 0 0 1.2em 0;
	margin-left: 0;
	}

/* Headers */

h1 { 
	margin-top: -5px; 
	text-align: left; 
	font-weight: bold; 
	font-size: 240%; 
	margin-bottom: 10px; 
	}

h3 { 
	text-align: left; 
	font-size: 120%; 
	font-weight: bold; 
	margin-bottom: -1px; 
	}

h5 {
	text-align: right;
	font-size: 140%;
	}

/* Container */

#container {
	width: 900px;
	background-color: #ffffff;
	margin: 0 auto;
	}

/* Acknowledgements */

#acknowledgements  {
	width: 900px;
	background-color: #ffffff;
	margin: 0 auto;
	}

/* Banner */

#banner {
	clear: both;
	background-color: #3333CC;	
	color: #ffffff;
	padding-top: 5px;
	border-bottom: 1px solid #ffffff;
	height: 20px;
	overflow: hidden;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	text-indent: 15px;
	}

/* Splash */

#splash { 
	background-color: #3333CC; 
	clear: both; 
	background-image: url(/images/eaglegraphicslogo.jpg); 
	padding: 0; 
	border-bottom: 1px solid #ffffff; 
	height: 250px; 
	overflow: hidden; 
	}


/* Breadcrumbs */

#breadcrumbs {
	background-color: #7c7c7c;
	padding: 6px 15px;
	color: #ffffff;	
	border-bottom: 1px solid #ffffff;
	}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #ffffff;
	}

/* Body */

#main {
	padding: 1px 0;
	margin-left: 1px;
	}



/* Breakpage into 2 parts */

#topleft {
float: left;
width: 50%;
margin-top: 15px;
}

#topright {
float: left;
width: 50%;
margin-top: 0;
}
#toprightb {
float: right;
width: 50%;
margin-top: 0;
}
/*  Content  */

#content {
	clear:top;
	padding-right: 5px;
	margin-left: 0;
	margin-right: 5px;
	background-color: #ffffff;
	}

#content2 {
	clear:top;
	padding-right: 7px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-position: center;
	}

/* Page Footer  */

#pagefooter {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}


/* Footer */

#footera {
	clear: both;
	padding: 2px 5px;
	margin: 0px;
	vertical-align:bottom;
	background-color: #7c7c7c;
	font-size: 90%;
	color: #ffffff;	
	border-bottom: 1px solid #ffffff;
	border-top: 5px solid #3333CC;
	}

#footerb {
	clear: both;
	padding: 2px 2px;
	margin: 0px;
	vertical-align: bottom;
	background-color: #ffffff;
	font-size: 90%;
	color: #black;	
	border-bottom: none;
	border-top: none;
	}
	
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ffffff;
	font-color: #ffffff;
	}

/* Miscellaneous */

#space {
	clear: top;
	height: 220px;
	}
	
/* Portrait space */

#portraits {
	float: left;
	width: 450px;
	}


/* Pages for Small Portraits */
#portrait2 {
float: left;
margin-bottom: 10px;
margin-top:5px;
font-size: 80%;
text-align: center;
width: 180px;
height: 167px;
}

#portrait2 img {
height: 127px;
width: 150px;
background-color: #ffffff;
 }

