/**
 * 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: #454545;
	font-size: 10pt;
	margin: 0;
	height: 100%;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
}
a:hover, a:visited:hover {
	text-decoration: underline;
	color: #9EC068;
}

/**
 * Specific Styles
 */
 

h1 {
	font-size: 16pt;
	margin: .5em 0 0 .5em;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, h1 a:visited:hover {
	text-decoration: none;
}

h2.title {
	color: #185DA0;
	font-size: 13pt;
}

 

/**
 * Menus
 */


ul.topMenu {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
}


ul.topMenu li ul {
	list-style: none;
	padding: 0;
}
ul.topMenu a {
	background-image: url(bg-header-link.png);
	font-weight: bold;
	padding: 5px 10px 7px 10px;
	white-space: nowrap;
}

ul.topMenu a, ul.topMenu a:link, ul.topMenu a:visited, ul.topMenu a:active {
	/*color: #ffffff;*/
	text-decoration: underline;
}

ul.topMenu a:hover, ul.topMenu a:visited:hover {
	color: #4A8EBC;
	text-decoration: underline;
}

ul.topMenu a.selected {
	background: #ffffff url(bar.gif) no-repeat scroll center bottom;
	color: #9EC068;
}

ul.topMenu a.selected:hover {
	color: #9EC068;
}


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);
}



/**
 * submenus
 */
ul.menu li.horizontalMenuItem ul {
	padding: 0 0 0 0;
	margin-left: 1.2em;
}

ul.menu li.horizontalMenuItem ul li {
	list-style-image: url(menu-leaf.png);
}
ul.menu li.menuItem:hover ul.menu {
	display: block;
}

ul.menu li.menuItem ul {
	position: absolute;
	left: 0;
	top: 1.1em;
	display: none;
}



/**
 * Container
 */
#container {
	margin: 1em auto 0 auto;
	width: 800px;
}

.infoBox {
	float: left;
	height: 68px;
	overflow: hidden;
	width: 266px;
}
.infoBoxContainer {
	height: 30px;
	padding: 1em;
}
#siteTitle {
	vertical-align: middle;
}
#blurbBox {
	border-bottom: 1px solid #eeeeee;
	padding-left: 0;
}
#miscBox {
	border-bottom: 1px solid #eeeeee;
	clear: right;
}

#miscBox div.infoBoxContainer {
	border-left: 1px solid #eeeeee;
}

#topNav {
	
}

#topSeparater {
	background-color: #DCF2B8;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
}

#pageContent {
	float: left;
	margin-top: 1em;
	width: 575px;
}

#standardNav {
	border: 1px solid #eeeeee;
	float: right;
	margin-top: 1em;
	padding-left: 1em;
	width: 200px;
}
#standardNav:hover {
	border: 1px solid #cccccc;
}

#bottomBar {
	clear: both;
	border-bottom: 1px solid #eeeeee;
}