html, body {margin:0;padding:0}

a
{
	text-decoration: none;
	outline: none;
	color:#ad7e00;
}
a:active {
 outline: none;
}
a:focus {
 outline: none;
}
a:link
{
	text-decoration: none;
	font-weight:bold;
	outline: none;
}
a:visited
{
	text-decoration: none;
	outline: none;
}
a:hover
{
	text-decoration: underline;
	outline: none;
}
img {border:0px;}
body
{
    background-position: center 32px;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    color: #542d04;
    background-color: #1c232b;
    background-repeat: no-repeat;
}

header,
footer,
nav,
section {
    display: block;
}

@font-face {
    font-family: 'artifikamedium';
    src: url('artifika-regular-webfont.eot');
    src: url('artifika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('artifika-regular-webfont.woff') format('woff'),
         url('artifika-regular-webfont.ttf') format('truetype'),
         url('artifika-regular-webfont.svg#artifikamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 
{font-family:'artifikamedium', arial, sans-serif;letter-spacing: 0; text-shadow: #542d04 0px 0px 1px; font-weight: normal;}
h1 {color:#b60e0e;text-align:left;text-shadow: #b60e0e 0px 0px 1px; font-size: 30px;}
h2 {font-size:19px;}
h3 {font-size: 15px;
font-family: arial, sans-serif;
font-weight: bold;text-shadow:none;}
b {color:#b60e0e;font-weight:bold;}
.title {font-family:'artifikamedium', arial, sans-serif;letter-spacing: 0;}
p {text-align:left}

footer td {padding-left:5px;padding-right:8px;}
footer a {color:#ffeffc;}

.over {cursor:pointer}
.col2
{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-size: 12px;
}

.col2 section
{
    -moz-column-break-inside:avoid;
    -webkit-column-break-inside:avoid;
    column-break-inside:avoid;
}


img {border:0px;}
.left {clear:left;float:left}
.right {clear:right;float:right}
.col2 {-webkit-column-gap: 50px;
       -moz-column-gap: 50px;
       column-gap: 50px;}
.margin {margin: 10px;
margin-left: 0px;
margin-top: 5px;}

#topMenu 
{
position: absolute;
width: 100%;
z-index: 100;
text-align:left;
color:#ddbb8c;
}
#topMenu > ul
{
list-style: none;
margin: auto;
padding: 0;
}
#topMenu > ul > li > a
{
    text-decoration: none;
    font-weight:normal;
    color:#ddbb8c;
    padding-left: 4px;
}
#topMenu > ul > li > a:hover
{
    text-decoration: none;
    font-weight:normal;
    color:white;
}
#topMenu > ul > li
{
padding: 0;
display: inline-block;
vertical-align:top;
overflow:hidden;
font-size:17px;
cursor: pointer;
height:auto;
border: 1px transparent solid;
color:#ddbb8c;
padding-top:6px;
width: 160px;
}
/*
#topMenu > ul  li:hover:before 
{

content:url('shield.png');
padding-left:2px;
padding-right:2px;
}
#topMenu > ul  li:before 
{

content:url('no-shield.png');
padding-left:2px;
padding-right:2px;
}
*/
#topMenu > ul > li:hover
{
background:#3b1b02;
opacity: .95;
border-radius: 0px;
box-shadow: -2px 2px 10px 0px #331902;
}


#topMenu > ul > li > ul
{
height:0;
opacity: 0;
padding-top: 10px;
/*-webkit-transition: opacity .25s linear 0s, height .25s ease-out .1s;
transition: opacity .25s linear 0s, height .25s ease-out .1s;  */
}
#topMenu > ul > li:hover > ul
{
height:auto;
opacity: 1;
/*-webkit-transition: opacity .25s linear 0s,  height .5s linear 0s;
transition: opacity .25s linear 0s,  height .5s linear 0s; */
}
		
#topMenu > ul ul {

margin: 0;
padding: 0;
font-size:15px;
font-weight:normal;
}


#topMenu ul ul li {
padding: 6px 20px 6px 6px;
text-align:left;
}

#topMenu ul ul li:hover {
background-color: #a88d70;
/*-webkit-transition: background-color .5s ease; 
transition: background-color .2s ease; */
}

#topMenu ul ul li a {color:#ddbb8c;text-decoration: none;font-weight:normal}
#topMenu ul ul li:hover a 
{
    /*-webkit-transition: color .125s ease-in .1s;
transition: color .125s ease-out .1s; */
text-decoration: none;
color: #3B1B02;}

table.generic { table-layout:fixed;width:100%}
.clear {clear:both}
.shadow {border:1px solid #5d3218;box-shadow: #5d3218 0px 0px 8px;}
.largeFirst:first-letter
{ 
font-size:200%;
font-family:'ArtifikaMedium', Arial, sans-serif;letter-spacing: 0; text-shadow: #542D04 0px 0px 1px;
line-height:0
}


nav.bc
{
position: absolute;
top: 38px;
left: 5px;
font-size: 11px;
}

nav.bc a:after{
	color:#999;
	padding:0 0 0 10px;
	content:"\3E";
}
nav.bc a:hover{
	text-decoration: none;
}
nav.bc a:hover:after{
	color:#999;
	padding:0 0 0 10px;
	content:"\3C";
}

.faint {color:#F8B56D;}
.chart tr:nth-child(even) {background: rgba(200, 150, 50, .10);}
.chart tr:nth-child(odd) {background: rgba(200, 150, 50, .25);}
.chart tr:first-child  {background: transparent;}
.bg {background-color:rgba(200, 150, 50, .25);}
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
