﻿@import url(http://fonts.googleapis.com/css?family=Jura:500);

@font-face {
	font-family: 'Bebas';
	src: url('fonts/BebasNeue-webfont.eot');
	src: local('¢'), url('fonts/BebasNeue-webfont.woff') format('woff'), 
		url('fonts/BebasNeue-webfont.ttf') format('truetype'), 
		url('fonts/BebasNeue-webfont.svg#webfontAGQ6uv7S') format('svg');
	font-weight: normal;
	font-style: normal;
}

* { margin: 0; padding: 0px; }

html, body, container {
    height: 100%;
    margin: 0;
    margin-top: 0;
    background: black;
	border-top-width:0px;
    padding:0;
    padding-top:0;
    font-size: 14px;

}

#left {
    text-align:right;
    top: 0;
    left: 0;
    width: 180px;
    padding:90px 10px 10px 0;
    height: 100%;
    position: fixed;
    outline: 1px solid;
    background: black;
	font-family: Bebas, Tahoma, Arial, sans-serif;
    color:white;
}
#right {
    top: 0;
    left: 190px;
	padding-left: 20px;
    padding-top: 0px;
    margin-top:0px;
	background: white;
	height: auto;
	font-family: "Jura", "Franklin Gothic Medium", Arial, sans-serif;
	font-weight:500;
    color:grey;
	position: absolute;
	width: auto;
	max-width:748px
}

ul {
    font-size:34pt;
    font-weight:normal;
    margin: 0;
    padding: 0;
    list-style:inside none;
}

li ul {
    font-size:12pt;
    font-weight:100;
    color: #fff;
    list-style:inside none;
}

h1, h2, h3, h4 {
	font-family: Bebas, Tahoma, Arial, sans-serif;
	font-weight: normal;
	padding-top:10px;
}

/* Links */
a {
	color: #BD9D25;
	text-decoration: none;
}
a:hover {
	color: #BD9D25;
	text-decoration: none;
}

/* Menu Links */
#left ul.nav a:link {
	color:lightgray;
	text-decoration: none;
}
#left ul.nav a:visited {
	color: lightgray;
	text-decoration: none;
}
#left ul.nav a:hover {
	color: #BD9D25;
	text-decoration: none;
}
#left ul.nav a.selected {
	color: #BD9D25;
	text-decoration: none;
}
#left ul.nav a.unselected {
	color: lightgray;
	text-decoration: none;
}
#left ul.nav a:active {
	color: lightgray;
	text-decoration: none;
}

body {
	font-family: "Jura", "Franklin Gothic Medium", Arial, sans-serif;
	font-weight:500;
	background-color: black;  /*#fff*/
	background: black;  /*#fff*/
	background-repeat:repeat;
	background-position: center top;
/*	background-image: url('../images/tile-black.jpg');
	background-image: url('../images/background-tilesv1.5.jpg');*/
}

span {
	color: #BD9D25;
	font-weight:500;
	text-decoration: none;
}

/*Line formatting white 255,255,255 instead of 189,157,37 */
hr {
border: 0;
height: 2px;
background: -moz-linear-gradient(left,  rgba(189,157,37,0) 0%, rgba(189,157,37,1) 35%, rgba(189,157,37,1) 65%, rgba(189,157,37,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(189,157,37,0)), color-stop(35%,rgba(189,157,37,1)), color-stop(65%,rgba(189,157,37,1)), color-stop(100%,rgba(189,157,37,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(189,157,37,0) 0%,rgba(189,157,37,1) 35%,rgba(189,157,37,1) 65%,rgba(189,157,37,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(189,157,37,0) 0%,rgba(189,157,37,1) 35%,rgba(189,157,37,1) 65%,rgba(189,157,37,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(189,157,37,0) 0%,rgba(189,157,37,1) 35%,rgba(189,157,37,1) 65%,rgba(189,157,37,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(189,157,37,0) 0%,rgba(189,157,37,1) 35%,rgba(189,157,37,1) 65%,rgba(189,157,37,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
 }


/* Footer */
#footer p {
	font-size: 7pt;
	color: lightgray;
/*	background-color: #BD9D25;
*/	padding-bottom:3px;
}
#footer f1o {
	font-size: 6pt;
	color: lightgray;
}

#footer {
	text-align:center;
	padding-bottom: 0px;
	font-family: "Jura", "Franklin Gothic Medium", Arial, sans-serif; /*"Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;*/
	font-style: normal;
	font-weight: 100;
}

#left ul li > ul, #cssmenu ul li > div{ 
display:none; 
width:auto; 
position:relative; 
z-index:999; 
} 

#left ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{display:inline;} 

span.reference{
position:fixed;
left:20px;
bottom:10px;
font-size: 7pt;
color: #fff;
font-family:"Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
font-style: normal;
font-weight: 100;
text-align:right;
z-index:999;
}

div.reference a{
color:#fff;
}

div.reference a:hover{
color:#ddd;
text-decoration:none;
}

.center
{
text-align: center;
}
