@charset "UTF-8";
/* CSS Document */
*{	margin:0;
	padding:0;
	border:none;
}
html body {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-weight: normal;
	color:#dad6c6;
	font-size: 10px;
	}

/*-------------- Accordian -----------------*/

/*-- Horizontal Bar --*/

.accordion_toggle {
			display: block;
			width: 100%;
			padding: 0 0 0 20px;
			line-height: 25px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 10px;
			cursor: pointer;
			margin: 0 0 0 0;
}
.accordion_toggle_active {
			color: #990000;
			background-color: #000000;
}
.accordion_content {
			background-color: #000000;
			color: #ffffff;
			overflow: hidden;

/*-- End Horizontal Bar --*/

}
.vertical_accordion_toggle {
			height: 433px;
			padding: 0 0 0 30px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 10px;
			cursor: pointer;
			margin: 0 0 0 0;
}
.vertical_accordion_toggle_active {
			color: #990000;
}
.vertical_accordion_content {
			color: #888888;
}
.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			padding: 0 0 0 0;
			height: 433px;
			width: 25px;
			border-right: 1px solid #272727;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
			text-align:center
		}
		
		.horizontal_accordion_toggle_active {
			color: #990000;
			background: no-repeat top left #000000;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 433px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #000000;
			color: #444444;
		}


    #horizontal_container {
	color: #dad6c6;
      margin: auto auto auto auto;
      height: 433px;    
    }
    #vertical_nested_container {
      margin: auto auto auto auto;
      height: 433px;    
    }

/*-------------- END Accordian -----------------*/


/*-------------- Nav -----------------*/
	
.header_nav {
	color:#ffffff;
	font-size: 10px;
	text-decoration: none;
}	
 a.header_nav:link  {
	color:#ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.header_nav:visited {
	color:#ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.header_nav:hover {
	color:#ffffff;
	font-size: 10px;
	text-decoration: underline;
}
a.header_nav:active {
	color:#ffffff;
	font-size: 10px;
	text-decoration: none;
}

/*-------------- END Nav -----------------*/	
