/**
 * 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: #070707;
	color: #aaaaaa;
	font-family: "Helvetica Neue",Helvetica,FreeSans,"Nimbus Sans L","Microsoft Sans Serif","Arial Unicode MS",Arial,"Liberation Sans",Thonburi,Kinnari,Garuda,Loma,Waree,"Lucida Grande",Tahoma,sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0;
}

a, a:link, a:active, a:visited {
	color: #88bb33;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}

/**
 * Specific Styles
 */
 
h1 {
	font-size: 72pt;
	font-weight: normal;
	letter-spacing: -1.5px;
	line-height: 90px;
	position: absolute;
	top: 90px;
}
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: #ffffff;
	text-decoration: none;
}

h2.title {
	background-image: url(color-line.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 50% 100%;
	color: #cc9955;
	font-size: 24pt;
	font-weight: normal;
}
h2.title.page {
}
h2.title.menu {
	color: #cccccc;
	font-size: 14pt;
}

 

/**
 * Menus
 */


ul.topMenu {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0;
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	/*float: right;*/
}

ul.topMenu li ul {
	list-style: none;
	padding: 0;
}
ul.topMenu a {
	color: #88bb33;
	font-weight: bold;
	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 {
	color: #88bb33;
	text-decoration: none;
}

ul.topMenu a:hover, ul.topMenu a:visited:hover, ul.topMenu a.selected {
	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);
}
ul.menu li.horizontalMenuItem a, ul.menu li.horizontalMenuItem a:link, ul.menu li.horizontalMenuItem a:visited {
	color: #bbbbbb;
}
ul.menu li.horizontalMenuItem a:active, ul.menu li.horizontalMenuItem a:hover, ul.menu li.horizontalMenuItem a:visited:hover {
	color: #ffffff;
}



/**
 * 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 {
	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 {
	border-bottom: 1px solid #222222;
	/*clear: both;*/
	position: relative;
}

#siteTitle {
	background: url(bg.jpg) no-repeat;
	height: 521px;
}

#pageContentWrapper {
	margin-top: 0;
}

#pageContent {
	float: right;
	margin: 0;
	width: 750px;
}
#pageContent .holder {
	padding: 1em;
}

#standardNav {
	float: left;
	margin: 0;
	width: 175px;
}

#bottomBar {
	clear: both;
	background-image: url(color-line.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 50% 100%;
}

#themeCredit {
	font-size: 8pt;
}