/* BASIC HTML STYLES */

body
{
	font-family: georgia, times new roman, serif;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	line-height: 1.2em;
	background: url(images/bg_stripe.jpg) repeat-x #5b5b5b;
}

div
{
	font-weight: normal;
	font-size: 1em;
	color: #000000;
}

h1
{
	font-weight: bold;
	font-size: 1.4em;
	color: #998800;
}

h2
(
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
)

h3
{
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}

li
{
	margin-bottom: .5em;
}

ul, ol
{
	font-weight: normal;
	font-size: 1em;
	color: #222222;
}

li
{
	font-size: .9em;
}

p
{
	line-height: 1.5em;
}

/* DIV CLASSES */

.bold
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

.italic
{
	font-style: italic;
}

/* DIV IDS */

#spacer
{
	margin: auto;
	text-align: center;
	padding: 0px;
	width: 100%;
}
#container
{
	width: 950px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	background: #fff;
	border: 1px solid #000;
	
}
#header
{
	width: 950px;
	height: 151px;
	padding: 0px;
	margin: 0px;
	background: url(images/bg_header_nnwpc.jpg) no-repeat;
}
#menu
{
	margin: 2px 1px 2px 1px;
	text-align: left;
	width: 948;
	min-height: 40px;
	background: url(images/bg_menu_nnwpc.jpg) #977161 repeat-x;
}
/*\*/
* html #menu {
height: 40px;
}
/**/
#content
{
	width: 950px;
	min-height: 500px;
	background: url(images/bg_drop.jpg) no-repeat bottom right;
	text-align: left;
}
/*\*/
* html #content {
height: 500px;
}
/**/

/* agenda windows */
.buffer
{
	padding: 2em;
}
.year_head
{
	margin-bottom: .5em;
}

.year_head a
{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.month_head
{
	margin-bottom: .5em;
}

.month_head a
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #222266;

}

.meeting_head
{
	margin-bottom: .5em;
}

.meeting_head a
{
	font-size: 1.2em;
	font-weight: bold;
}

.year
{
	margin: 0 0 1em 3em;
	/* border: 1px solid #887744; */
	padding: 10px;
	/* background-color: #ddddcc; */
}

.month
{
	margin: 0 0 1em 3em;
	padding: 10px;
}

.meeting
{
	margin: 0 0 1em 3em;
	padding: 10px;
}

/* Begin CSS Popout Menu */


#menuh-container
	{
	position:  absolute;		
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	/* border: 1px solid #555; */
	/* white-space:nowrap; */
	margin:0;
	padding: 0.4em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #ffffff;
	/* background-color: royalblue; */
	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(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

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

#menuh li
	{
	position:relative;
	float: left;
	}

#menuh ul ul
	{
	position:absolute;
	z-index: 5000;
	top:auto;
	display:none;
	width: 185px;
	padding: .2em;
	left: 0;
	background-color: #333;
	border: 1px dotted #ddd;
	}

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

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	/* border: 1px solid #ffffff; */
	}

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

