/**
 * 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 {
	margin: 0;
	padding: 0;
}
body {
	background-color: #F5EDD6;
	background-image: url(bg_nav.png);
	background-repeat: repeat-x;
	color: #80724D;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 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 {
	display: inline;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	margin: 0;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited {
	color: #D5C8A4;
	text-decoration: underline;
}
h1 a:hover, h1 a:visited:hover {
	color: #D5C8A4;
	text-decoration: none;
}

h2.title {
	color: #80724D;
}

 

/**
 * Menus
 */


ul.topMenu {
	font-size: 14pt;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.topMenu li {
	margin-right: 20px;
}


ul.topMenu li ul {
	list-style: none;
	padding: 0;
}
ul.topMenu a {
	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 {
	color: #ffffff;
	text-decoration: none;
}




ul.menuParent {
	padding: 0;
	margin-left: 1em;
}

ul.menu li.menuItem {
	position: relative;
	display: inline;
}
ul.menu li.horizontalMenuItem.menuHasChildren {
	list-style-type: disc;
}

ul.menu li.menuHasNoChildren {
	list-style-type: disc;
}



/**
 * submenus
 */
ul.menu li.horizontalMenuItem ul {
	padding: 0 0 0 0;
	margin-left: 1.2em;
}

ul.menu li.horizontalMenuItem ul li {
	list-style-type: disc;
}
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: 0 auto 0 auto;
	width: 900px;
}

#siteTitle {
	height: 140px;
}
#siteTitle div.holder {
	padding-top: 4em;
}

#topNav {
	height: 40px;
}
#topNav div.holder {
	margin-top: .6em;
}

#pageHead {
	border-bottom: 1px dashed #D5C8A4;
	padding-top: 5em;
}

#pageContent {
	float: left;
	margin-top: 0;
	width: 725px;
}

#standardNav {
	float: right;
	margin-top: 0;
	padding-left: 1em;
	width: 150px;
}

#bottomBar {
	clear: both;
	padding-top: 3em;
	text-align: center;
}
#bottomBar a, #bottomBar a:link, #bottomBar a:active, #bottomBar a:visited, #bottomBar a:hover, #bottomBar a:visited:hover {
	color: #D5C8A4;
	text-decoration: none;
}
