/**
 * 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: #ffffff;
	color: #494949;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0;
}

a, a:link, a:active, a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #5a7e99;
	text-decoration: none;
}

/**
 * Specific Styles
 */
 
/*
h1, h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, h1 a:visited:hover {
	color: #465c67;
	margin: 0;
	padding-left: .5em;
	text-decoration: none;
}
h1 a:hover, h1 a:visited:hover {
	color: #576D78;
}
*/

h2.title {
}
h2.menuTitle {
	font-size: 12pt;
	font-weight: normal;
}

 

/**
 * Menus
 */


ul.topMenu {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0;
	position: absolute;
	bottom: 6px;
	left: 0;
	/*float: right;*/
}

ul.topMenu li ul {
	list-style: none;
	padding: 0;
}
ul.topMenu a {
	font-weight: normal;
	margin: 0;
	padding: 3px 10px 0 10px;
	white-space: nowrap;
}

ul.topMenu a, ul.topMenu a:link, ul.topMenu a:visited, ul.topMenu a:active, ul.topMenu a:hover, ul.topMenu a:visited:hover {
	border-bottom: 6px solid transparent;
	color: #ffffff;
	text-decoration: none;
}

/*
ul.topMenu a:hover, ul.topMenu a:visited:hover {
	background-color: #7D9EAC;
	color: #E6ECEF;
	font-weight: normal;
	text-decoration: none;
}
*/
ul.topMenu a.selected {
	border-bottom: 6px solid #A6DD47;
}

ul.menuParent {
	padding: 0;
	margin-left: 2em;
}

ul.menu li.menuItem {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
}
ul.menu li.horizontalMenuItem.menuHasChildren {
	list-style: none;
}

ul.menu li.menuHasNoChildren {
	list-style: none;
}



/**
 * submenus
 */
ul.menu li.horizontalMenuItem ul {
	padding: 0 0 0 0;
	margin-left: 1.2em;
}

ul.menu li.horizontalMenuItem ul li {
	list-style: none;
}
/*
ul.menu li.menuItem:hover ul.menu {
	display: block;
}
*/

ul.menu li.menuItem ul {
	background-color: #336699;
	margin: 0;
	position: absolute;
	left: 0;
	top: 1.1em;
	display: none;
}



/**
 * Container
 */
#container {
	margin: 0 auto 0 auto;
	padding: 0 1em 1em 1em;
	width: 950px;
}


#topNav {
	background-color: #336699;
	height: 30px;
	border-bottom: 3px solid #A6DD47;
	/*clear: both;*/
	position: relative;
}

#pageContentWrapper {
	margin-top: 1em;
}

#pageContent {
	float: right;
	margin: 1em 1em 1em 0;
	width: 700px;
}
#pageContent .holder {
	padding: 1em;
}

#standardNav {
	float: left;
	margin: 1em 0 1em 0;
	width: 175px;
}

#bottomBar {
	clear: both;
}