/**
 * 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: #444444;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0;
}

body {
	background-image: url(header.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:active, a:visited {
	color: #660403;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #e90017;
	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: #ffffff;
	text-decoration: none;
}
h1 a:hover, h1 a:visited:hover {
	color: #dddddd;
}

h2.title {
	color: #2D0102;
}
h2.menuTitle {
	border-bottom: 1px solid #eeeeee;
}

 

/**
 * Menus
 */


ul.topMenu {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	/*float: right;*/
}

ul.topMenu li ul {
	list-style: none;
	padding: 0;
}
ul.topMenu a {
	margin: 0;
	padding: 6px 10px 6px 10px;
	white-space: nowrap;
}

ul.topMenu a, ul.topMenu a:link, ul.topMenu a:visited, ul.topMenu a:active {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	color: #cccccc;
	background-color: transparent;
	text-decoration: none;
}

ul.topMenu a:hover, ul.topMenu a:visited:hover, ul.topMenu a.selected {
	background-color: #7b0505;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
}

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: url(menu-expanded.gif);
}

ul.menu li.menuHasNoChildren {
	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 {
	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: transparent;
	margin: 0 auto 0 auto;
	padding: 0 15px;
	width: 960px;
}

#topNav {
	height: 28px;
	/*border-bottom: 1px solid #ffffff;
	clear: both;*/
	position: relative;
}

#pageContent {
	float: left;
	margin-top: 1em;
	width: 700px;
}

#standardNav {
	background-image: url(sidebar_top.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: 1em;
	padding: 1em 2em;
	width: 200px;
}

#bottomBar {
	clear: both;
}
