/* hack reset (for production, use Yahoo! reset CSS)
*************************/

*
{
	margin: 0;
	padding: 0;
}

p {
    position: relative;
}


/* body
*************************/

body
{
	font: 14px/21px Georgia, serif;
	color: #ffff00;
	background: #000000 url(images/mainbg.jpg) left 40px repeat-x;
}

/* links
*************************/

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

.glow {font-size: 72px; font-weight: bold; color: #FFFF00; text-shadow: 3px 13px 5px #FF0000;}
.smallglow {font-size: 18px; font-weight: bold; color: #FFFF00; text-shadow: 3px 3px 1px #FF0000;}

h2 {
    color: #ff8000;
    text-align: center;
}

h2.space {
    padding: 20px;
}

h2.first {
    padding-top: 65px;
	padding-bottom: 20px;
}


/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}

p.padding {
    padding-top: 65px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
}

p.bigpadding {
    padding-top: 165px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
}

#schema {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 600px;
    border-collapse: collapse;
}

#schema th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

#schema td{
    color: #000000;
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
    background-color: #DAE2C3;
    color: #000000;
}

#schema tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}

/* menu-specifc
*************************/

#menu
{
	position: fixed; /* static */
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ffb35a url(images/topbg.gif) repeat-x;
	border-bottom: 1px solid #000;
}

#menu ul
{
	margin: 0 auto;
}

#menu ul li.hasmore
{
	background: url(images/drophighlight.png) no-repeat center 27px;
}

#menu ul li h4
{
	margin: 0;
}

#menu ul li h4 a
{
	font-size: 14px;
	color: #ffff00;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a
{
	color: #9b2021;
	padding-left: 4px;
}

#menu ul li a img
{
	vertical-align: middle;
}

#menu ul li a:hover
{
	background: url(images/topselectionleft.png) top left no-repeat;
}

#menu ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

#menu ul li a:hover span
{
	background: url(images/topselectionright.png) top right;
}

#menu ul.dropdown
{
	padding: 10px;
	background-image: url(images/dropdown.png);
	overflow:hidden;
	border-bottom: 1px solid #dc902f;
	width: 290px;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #e5cd8e;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}







