* {
margin: 0;
}
html, body {
height: 100%;
overflow:hidden;
line-height: 1;
font-family: "HelveticaNeueW01-45Ligh","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

body { behavior: url("../csshover3.htc"); }

ol, ul {
	list-style: none;
	padding:0;
}

    a {
    }
    a:link {
    color: #FFFFFF;
    text-decoration: none;
    }
     
    a:active {
    color: #FFFFFF;
    text-decoration: none;
    }
     
    a:visited {
    color: #FFFFFF;
    text-decoration: none;
    }
    a:hover {
    color: #FFFFFF;
    text-decoration: none;
    }
	
	
	
/* Hover on left menu nav */	
#treeMenu .contentContainerMain:hover,#treeMenu  .contentViewingMain:hover {
color: #CC0000;


}

#treeMenu  .contentContainer:hover, #treeMenu  .contentViewing:hover {
color: #CC0000;

}

#treeMenu .linkItem:hover  span{
color: #CC0000;

}



	
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -2em;
}
.footer {
 position: absolute;
    left: 0;
    bottom: 0;
    height: 2em;
    width: 100%;
	color: white;

background:#000000;
}

.header {
height:7.3em;
color: white;

background:#000000;
text-align: center;

}

.headerNav {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
	    background-color: #c00;
   /* height: 1.12em; */
   height : 100%;
	 
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 2.62em;
}
.nav-primary-original {
    display: block;
}


.nav-primary li {
    display: inline;
}
.nav-primary li a {
    padding: 0 1em;
}
/*
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
*/
.nav-primary {
    background-color: #c00;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.nav-inline {
	/*list-style: none outside none;*/
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
/*
.header span{
   margin-left: auto;
   margin-right: auto;
}
*/
.header img {
height:75%;
}


iframe {
overflow:visible;
border: 0; 
width: 100%;
height: 100%;
/*top:8em;
bottom:2em;*/
 position:absolute;
/*left:300px; */
 /*top:0; left:0; right:0; bottom:0;*/
 
}
#id-iframe{
top:7.3em;
bottom:2em;
 position:absolute;
left:275px; 
right:0;
background-color:#CCCCCC;
}



/* slide menu on left */
.slide-menu{
    position:absolute;
    width:275px;
    top:7.3em;
	bottom:2em;
    left:0px;
    background-color: #515151;
    
}
.menu {
	float: left;
    height: 100%;
	width: 250px;
	padding-left:0;
	padding-top:50px;
	background-color: #515151;
	/*font-family:"Calibri (Body)";*/
}

li span {
cursor:pointer;
}
/*
ul{
	position:relative;

}
.content {
    display:none;
	position:relative;
    zoom     : 1;
}

.folder {
    cursor : pointer;
	position:relative;
}

.page {
    cursor : auto;
	
}
*/
.slide-trigger {
cursor: pointer;
    float: left;
    height: 100%;
background-color: #c00;
    position: absolute;
    right: 0;
    width: 30px;
}

#RedRaider{
 bottom: 5px;
    height: 105px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    width: 100px;
    z-index: 100;
}

/* START TREE MENU */



#treeMenu li {
	border-left: 1px solid #CCCCCC;
	padding:0 0 10px 10px;
	color:#C4A97C;
}

#treeMenu li {
	cursor: default;
}

#treeMenu li.contentContainer  {
	background:url('../right.png ') no-repeat -3px 6px;
	color: #FFFFFF;
	cursor: pointer;
	font-size : 0.7em;
}

#treeMenu li.contentViewing {
        background:url('../down.png ') no-repeat -4px 6px;
		color: #FFFFFF;
		cursor: pointer;
		font-size : 0.7em;
}
#treeMenu li.contentContainerMain  {
	background:url('../right.png ') no-repeat -3px 6px;
	color: #FFFFFF;
	cursor: pointer;
}

#treeMenu li.contentViewingMain {
        background:url('../down.png ') no-repeat -4px 6px;
		color: #FFFFFF;
		cursor: pointer;
}

.contentContainer ul, .contentViewing ul, .contentContainerMain ul, .contentViewingMain ul {
    color:#FF2400;
	margin:15px 0 0 10px;
	
}
/*
.contentContainer , .contentViewing{
font-size = 3em;
}
*/


/*  SPINNER */

#spinner {

    height: 36px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 30px;
    z-index: 3;
	display:block;
}
/*Locked image for menu*/
.locked {
    background-image : url("../lock.png");
    padding-left :16px;
    background-repeat: no-repeat;
	width:8px;
	height:8px;
}