/**
 * 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: #f3f3f3;
	color: #666666;
	font-family: Arial,"Trebuchet MS",Verdana;
	font-size: 10pt;
	height: 100%;
	margin: 0;
}

a, a:link, a:active, a:visited, a:hover, a:visited:hover {
	text-decoration: none;
	color: #006699;
}
a.home, a.home:link, a.home:active, a.home:visited, a.home:hover, a:visited.home:hover {
	text-decoration: none;
	color: #999999;
}
a.home:hover, a:visited.home:hover {
	text-decoration: underline;
}

/**
 * Specific Styles
 */
 

h1, h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, h1 a:visited:hover {
	color: #ff9900;
	float: right;
	text-decoration: none;
}

h2.title {
	color: #ff9900;
}

 

/**
 * Menus
 */


ul.topMenu {
	bottom: 0;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
}

ul.topMenu li ul {
	list-style: none;
	padding: 0;
}
ul.topMenu a {
	background-image: url(corner.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px 20px 0 20px;
	white-space: nowrap;
}

ul.topMenu a, ul.topMenu a:link, ul.topMenu a:visited, ul.topMenu a:active {
	background-color: #999999;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

ul.topMenu a:hover, ul.topMenu a:visited:hover, ul.topMenu a.selected {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

ul.menuParent {
	padding: 0;
	margin-left: 2em;
	margin-right: 1em;
}

ul.menu li.menuItem {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
ul.menu li.horizontalMenuItem.menuHasChildren {
	border-top: 1px dashed #cccccc;
	list-style: url(menu-expanded.gif);
}

ul.menu li.menuHasNoChildren {
	border-top: 1px dashed #cccccc;
	list-style-image: url(menu-leaf.gif);
}



/**
 * submenus
 */
ul.menu li.horizontalMenuItem ul {
	padding: 0 0 0 0;
	margin-left: 1.2em;
}

ul.menu li.horizontalMenuItem ul li {
	border-top: 1px dashed #cccccc;
	list-style-image: url(menu-leaf.gif);
}
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 {
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	padding: 15px;
	width: 960px;
}

#topNav {
	border-bottom: 1px solid #ffffff;
	clear: both;
	height: 23px;
	position: relative;
}

#navSeparater {
	background-color: #333333;
	border-bottom: 1px solid #ffffff;
	clear: both;
}

#headerImage {
	background-color: #ff9900;
	background-image: url(headerimg.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

#contentSeparater {
	background-color: #ffffff;
	background-image: url(bg_breadcrumb.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #ffffff;
	margin-bottom: 10px;
	padding: .5em 0 .5em 1em;
}

#pageContent {
	float: right;
	margin-top: 1em;
	width: 725px;
}

#standardNav {
	background-color: #f3f3f3;
	float: left;
	margin-top: 1em;
	width: 200px;
}

#standardNav .edge {
	border-color: #ffffff;
}

#bottomBar {
	clear: both;
	border-bottom: 1px solid #eeeeee;
}
