@import url();

/* Basics */

body {
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #E1A500;
	color: rgb(0, 0, 0);
	letter-spacing: .05em;
	font-size: 10pt;
}

p {
	font-size: .9em;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: 500;
	color: #3d6dd1;
}

a:visited { color: #800000  ;}
		
a:hover {
	text-decoration: none;
	background-color: #3d6dd1;
	color: #ECF1EF;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
}

h3 {
	font-weight: 300;
	color: #666666;
	font-size: 1em;
}

strong {
	font-wieight: bold;
	font-size: 1.1em;
}

li {
	list-style-type: none;
}

/* Background and logo elements */

#logo {
	position: absolute;
	top: 35px;
	left: -1px;
	z-index: 4;
}

#logoText {
	position: absolute;
	top: 15px;
	left: 170px;
	z-index: 4;
}

#block {
	background: white;
	width: 479px;
	min-height: 350px;
	height: auto;
	position: relative;
	left: 33px;
	top: 99px; 
	z-index: 0;
	margin-bottom: 5px;
	padding-bottom: 9em;
	padding-left: 240px;
	padding-top: 40px;
	padding-right: 20px;
}

#block li {
	list-style-type: disc;
}

#block a, #block a:link, #block a:visited  {
	font-weight: bold;
}

#mainContent {
	position: relative;
	left: 250px;
	top: 60px;
	width: 470px;
	min-height: 400px;
}

#sidebar {
	width: 185px;
	height: 300px;
	position: absolute;
	top: 140px;
	left: 35px;
	border-right: 2px solid #E1A500;
	padding-left: 15px;
	padding-top: 80px;
	padding-right: 10px;
	z-index: 5;
}

/* Dropdown Menus */

#menuh-container
	{
	position: absolute;		
	top: 42px;
	left: 170px;
	z-index: 200;
	font-size: 9pt;
	letter-spacing: .1px;
	}

#menuh	{
	font-family: helvetica, arial, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 1em;
	}
		
#menuh a	{
	text-align: left;
	display: block;
	border: 1px solid #FFFF95;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em;
	font-weight: bold;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #B32209;
	background-color: #FFFF95;
	text-decoration: none;
	border-bottom: 1px solid #B32209;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #B32209;
	background-color: white;
	text-decoration:none;
	}	
	
#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(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh a.top_parent {
	background-color: transparent;
	padding: 0px;
	border: 0px;
}


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 120px;	/* width of all menu boxes */
	height: 53px;
	margin-right: -1px;
	}

#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:-19px 0 0 -.85em;
	width: 170px;
	}

#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;}


/* Secondary menus */
	
#secondaryMenu {
	z-index: 2;
	position: absolute;
	top: 120px;
	left: 40px;
	font-size: 10pt;
}
	
.smMenus {
	color: #BE5600;
	text-transform: uppercase; 
	list-style: none;
	display: block;
	float: left;
	padding: 10px 15px 10px 0px;
	letter-spacing: .45px;
	line-height: 1.2;
}

/* Fiddly text bits */

#cookieCrumbs, h1#pageTitle, p#tagline {
}

#cookieCrumbs {
	height: 25px;
	top: 20px;
	font-size: 8pt;
	color: brown;
}

#hidden {
	display: none;
}

/* Form */
form div {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Steering Committe */
.org {
font-weight: bold;
}


/* Footer */


#footer {
	font-size: .8em;
	background: white;
	width: 719px;
	height: 40px;
	z-index: 0;
	position: relative;
	left: 33px;
	top: 70px;
	margin-top: 35px; 
	padding-top: 10px;
	padding-left: 20px;
	font-size: 8pt;
	margin-bottom: 5px;
}
