﻿body
{
    font-size: 10pt;
    margin: 0px;
    color: white;
    font-family: Arial, Helveticas, sans-serif;
    background-color: black;
    behavior:url("css/csshover.htc")    
}

body #bodyGrad {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}
#pageHeader
{
    POSITION: relative;
    HEIGHT: 100px
}
#pageHeader #grad
{
    LEFT: 0px;
    OVERFLOW: hidden;
    POSITION: absolute;
    TOP: -10px;
    HEIGHT: 72px
}
#pageHeader IMG
{
    RIGHT: 10px;
    POSITION: absolute;
    TOP: 10px
}
#pageHeader H1
{
    left: 15px;
    color: white;
    position: absolute;
    top: 50px;
    width: 455px;
    font-weight: bold;
    font-size: 24px;
    font-style: normal;
    font-family: "Trebuchet MS" , Helvetica, sans-serif;
    font-variant: normal;
}
#pageHeader H2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 1.2em;
    LEFT: 15px;
    MARGIN: 0px;
    COLOR: #fff;
    LINE-HEIGHT: normal;
    FONT-FAMILY: "Trebuchet MS", Helvetica, sans-serif;
    LETTER-SPACING: normal;
    POSITION: absolute;
    TOP: 70px
}

#contentContainer {
	border-width: 1px;
	position: relative;
	z-index: 2;
}

#contentContainer #content {
	padding: 15px;
}

#container
{
    border-right: red 5px solid;
    z-index: 1;
    margin: 0px auto;
    border-left: red 5px solid;
    border-bottom: red 10px solid;
    position: relative;
    background-color: black;
    text-align: justify;
    width: 870px;
    border-top-style: none;
}


.toggler
{
    margin: 0;
    background: #000000;
    text-align: left;
    cursor: pointer;
}
 
.element
{
    width: 680px;
    text-align: justify;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: white;
    margin: 0px;
}

A:link
{
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-FAMILY: Arial, Tahoma, Verdana
}
A:active
{
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-FAMILY: Arial, Tahoma, Verdana
}
A:visited
{
    FONT-WEIGHT: bold;
    COLOR: red;
    FONT-FAMILY: Arial, Tahoma, Verdana
}
.hpFontWhite
{
    FONT-SIZE: 12pt;
    COLOR: white;
    FONT-FAMILY: Arial, Tahoma, Verdana
}
.hpFontRed
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    COLOR: red;
    FONT-FAMILY: Arial, Tahoma, Verdana
}
.hpLgRed
{
    font-weight: bold;
    font-size: 14pt;
    color: crimson;
    font-family: Arial, Verdana;
    font-style: normal;
}
.hpLgBlue
{
    font-weight: bold;
    font-size: 14pt;
    color: royalblue;
    font-family:  Arial, Verdana ;
    font-style: italic;
}
.hpCopyright
{
    font-size: 10pt;
    color: white;
    font-family: Arial, Tahoma, Verdana;
    text-align: center;
}

/* /////////////// Toolbar Styles /////////////////// */
#navcontainer
{
    height: 25px;
    position: relative;
    z-index: 3;
    text-align: center;
}
#navcontainer #current {}
#navcontainer #current:hover {}
#navcontainer .currentAncestor {}

/* Parent - Level 0 */
#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}
#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}
#navcontainer a {
	display: block;
	float: left;
	padding: 6px 20px 10px;
	text-decoration: none;
	color: white;
}
#navcontainer a:hover
{
    text-decoration: underline;
    color: #ff0000;
    font-weight:bolder;
    background-color: #ffffff;
}
#navcontainer a:active {}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul
{
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0;
    display: none;
    z-index: 6;
    font-size: 0.9em;
    width: 137px;
    background-color: #ff0031;
    border-left: 3px solid #ff484a;
    border-bottom: 3px solid maroon;
    border-right: 3px solid maroon;
    text-align: left;
}
#navcontainer ul ul li {
	display: block;
}
#navcontainer ul ul a
{
    padding: 6px 10px 10px;
    display: block;
    width: 117px;
    color: white;
}
#navcontainer ul ul a:hover {}
#navcontainer ul ul #current{}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}
#navcontainer ul ul ul ul li {}
#navcontainer ul ul ul ul a{}
#navcontainer ul ul ul ul a:hover{}
div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}
div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */

#navcontainer #bottomBar {
	border-top-color: white;
	background-color: #ff0031;
}
/* hovers with specificity */
li.folder:hover { z-index:10; }			
ul ul, li:hover ul ul {
	display:none;
}
li:hover ul, li:hover li:hover ul {
	display:block;
}	
