/**
 * Here's how this style sheet will work: General styles toward the top and
 * then specific styles, in the order in which they appear on the page.
 */



/**
 * General Styles.
 */




html, body {
	background-color: #9a8c80;
	margin: 0;
	height: 100%;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

/**
 * Specific Styles
 */
 
 
 
/**
 * Top and title bars.
 */
#topNavBar {
	clear: both;
	padding: 0 10px 0 0;
}

#titleBar {
	background-color: #8b0000;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-align: center;
}

#titleBar div {
	width: 800px;
}
#topBorderBar {
	background-color: #eabe10;
}

h1 {
	display: inline;
	margin: 10px 0 10px 0;
}
h1 a:link, h1 a:visited {
	text-decoration: none;
}
h1 a:hover, h1 a:visited:hover {
	text-decoration: underline;
}



/**
 * Menus
 */


ul.topMenu {
	float: right;
}

ul.menu {
	margin: 0;
	/*
	padding: 0;
	*/
	/*list-style: none;*/
	/*width: 150px;*/
}

ul.menuParent {
	padding: 0;
	margin-left: 1em;
}

ul.menu li.menuItem {
	position: relative;
	display: inline;
}
ul.menu li.horizontalMenuItem.menuHasChildren {
	list-style: url(menu-expanded.png);
}

ul.menu li.menuHasNoChildren {
	list-style-image: url(menu-leaf.png);
}

/*
ul.menu li.horizontalMenuItem {
	position: relative;
}
*/

/**
 * submenus
 */
ul.menu li.horizontalMenuItem ul {
	padding: 0;
	margin-left: 1.2em;
}

ul.menu li.horizontalMenuItem ul li {
	/*padding-left: 1em;*/
	/*list-style-type: square;*/
	list-style-image: url(menu-leaf.png);
}
/*
ul.menu li.menuItem:hover ul.menu {
	display: block;
}
*/
ul.topMenu li.menuItem ul.menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.menu li.menuItem ul {
	position: absolute;
	left: 0;
	top: 1.1em;
	display: none;
}

/*
ul.menu li ul li {
	border: 1px dotted #000000;
}
*/

ul.topMenu a {
	background-color: #ffffff;
	font-weight: bold;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

/*
ul.menu a, ul.menu a:link, ul.menu a:visited, ul.menu a:active {
	text-decoration: none;
}

ul.menu a:hover, ul.menu a:visited:hover {
	text-decoration: underline;
}
*/

#leftNavigation {
	float: left;
	overflow: hidden;
	padding: 2em 0 1em 0;
	width: 145px;
}

#pageContent {
	float: right;
	overflow: hidden;
	padding: 1em 1em 1em 1em;
	width: 665px;
}



#container {
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	min-height: 75%;
	padding: 0 1em;
	width: 850px;
}

#pageContainerBottom {
	background-color: #eabe10;
	border-top: 3px solid #000000;
	clear: both;
	min-height: 2em;
	margin: 0 1em;
	padding: 0 1em 0 1em;
}
