@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Avenir Next", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: white;
	background-color: #494949;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 400%;
	margin: 0;

}
h2 {
	font-size: 200%;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 50px;
	line-height: 140%;
}
h2, h3  {
	font-weight: lighter;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f0e73a;
	margin-left: -30px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #f0e73a;
}
h3 {
	font-size: 150%;	
	padding-top: 00px;
	margin-top: 30px;
	margin-bottom: 0px;
}
h4 {
	font-size: 150%;	
	padding-top: 00px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 130%;
	font-weight: 300;
}
h2:hover, h3:hover, h4:hover {
	color:#f0e73a;
	border-left-color:#f0e73a;
	-webkit-transition: all 0.16s linear;
}
p, h4 {
	color: #fff;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#494949;
	margin-left: -30px;
	padding-left: 20px;
}
p:hover {
	border-left-color:#525252;
	-webkit-transition: all 0.16s linear;
}
strong {
	color: #FFF;
	font-weight: normal;
}

body,td,th {
	color: #ffffff;
}
#logo {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#logo2 {
	position: fixed;
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index: 100;
	right: 0px;
}


#content {
	position: absolute;
	margin-right: 150px;
	left: 300px;
	top: 75px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	z-index: 10;
	font-size: 1.0em;
	max-width: 1000px;
}

#navigation {
	position: fixed;
	left: 48px;
	top: 175px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0;
	z-index: 10;
	font-size: 1em;
}

#navigation ul {
	padding: 0;
	margin: 0;
	text-align: right;
}

#navigation li
{
list-style: none;
margin: 0;
text-align: right;
}

#navigation li a
{
	display: block;
	padding: 0.25em 1em 0.25em 1em;
	border-right: 10px solid #adadad;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a.selected {
	border-right-color: #fff;
	background-color:#292929;
}


#navigation li a:hover
{
	color: #ff7;
	border-right-color: #ff7;
	background-color:#494949;
	-webkit-transition: all 0.16s linear;
}

a {
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #f0e73a;
}
a:active {
	color: #f0e73a;
}

#content ul {
	list-style:square;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#494949;
	margin-left: 0px;
	padding-left: 30px;
}
#content ul:hover {
	border-left-color:#525252;
}
#content li {
		padding-top: 10px;
}
.smaller {
	font-size: 0.8em;
}
.hiddenblock  { display: block; }
.imagepadding {
	margin-right: 20px;
}
.highlighted {
	color: #eeee00;
}
th {
	font-family:"Avenir Next", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: white;
	line-height: 150%;
}
thead {
		background-color: #595959;
}
table {
	margin-top: 20px;
}