@charset "UTF-8";
/* Base Styles */
#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul {
  position: relative;
  z-index: 597;
}
#cssmenu > ul li {
  float: left;
  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
}
#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu > ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu > ul ul li {
  float: none;
}
#cssmenu > ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu > ul li:hover > ul {
  visibility: visible;
}
/* Align last drop down RTL */
#cssmenu > ul > li.last ul ul {
  left: auto !important;
  right: 99%;
}
#cssmenu > ul > li.last ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.last {
  text-align: right;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu > ul > li {
  font-size: 14px;
  display: block;
}
#cssmenu ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul ul ul {
  top: 1px;
  left: auto;
  right: 99%;
}
/* Theme Styles */
#cssmenu > ul {
  border-top: 4px solid #cc0000;
  font-family: Calibri, Tahoma, Arial, sans-serif;
  background: #424040;
  background: -moz-linear-gradient(top, #424040 0%, #282727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424040), color-stop(100%, #282727));
  background: -webkit-linear-gradient(top, #424040 0%, #282727 100%);
  background: linear-gradient(top, #424040 0%, #282727 100%);
  width: auto;
  zoom: 1;
}
#cssmenu > ul:before {
  content: '';
  display: block;
}
#cssmenu > ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu > ul li a {
  display: inline-block;
  padding: 7px 22px;
}
#cssmenu > ul > li.active,
#cssmenu > ul > li.active:hover {
  background-color: #cc0000;
}
#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:visited {
  color: white;
}
#cssmenu > ul > li > a:hover {
  color: white;
}
#cssmenu > ul ul ul {
  top: 0;
}
#cssmenu > ul li li {
  background-color: #b8b2b2;
  border-bottom: 1px solid #cc0000;
  font-size: 13px;
}
#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  background-color: #F5F5F5;
}
#cssmenu > ul > li.hover,
#cssmenu > ul > li:hover {
  background-color: #cc0000;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
#cssmenu > ul a:link,
#cssmenu > ul a:visited {
  color: #000000;
  text-decoration: none;
}
#cssmenu > ul a:hover {
  color: #000000;
}
#cssmenu > ul a:active {
  color: #000000;
}
#cssmenu > ul > li > a {
  font-size: 14px;
}
#cssmenu > ul ul {
  border: 1px solid #CCC \9;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  width: 176px;
}
body,td,th {
	font-size: 10px;
	color: #FFF;
}
body {
	background-image: url(../../webpageimages/burried.png);
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-repeat: repeat;
}
.year {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.yearheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.style2 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
}
.style3 {
	color: #FFF;
	font-size: 11px;
}
.style10 {
	font-size: 10px;
	color: #FFF;
}
.style4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	font-size: 10px;
}
#credit{
    border: solid 2px #000;  
    border-radius: 7px;
    width: 110px;
    height: 15px;
    background-color:#333;
}

.circle{
    position: relative;
	border: solid 0.25em #999;  
    border-radius: 2em;
    width: 35px;
    height: 35px;    
}

.circle:hover{
	position: relative;
    border: solid 0.25em #FFF;  
    border-radius: 2em;
    width: 35px;
    height: 35px;
}

.box1{
	position: relative;
    border: solid 0.25em #880000;  
    border-radius: 2em;
    width: 220px;
    height: 220px;
    background-color: #000000;
}
.box1:hover{
	position: relative;
    border: solid 0.25em #FFF;  
    border-radius: 2em;
    width: 220px;
    height: 220px;
    background-color: #000000;
}

.titleheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

}
.#formatbox{
    border: solid 2px #000;  
    border-radius: 2px;
    width: 55px;
    height: 55px;
    background-color:#333;
}
#box4{
    border: solid 0.1em #666;  
    border-radius: 0.7em;
    width: 180px;
    height: 230px;
	background-color: #000000
}
#box3{
	border: solid 0.1em #000;
	border-radius: 0.3em;
	width: 600px;
	height: 55px;
	background-color: #000000;
	font-size: 24px;
	font-weight: bold;
}
.style5 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.boxmenu1{
	position: relative;
    width: 176px;
    height: 30px;
    background-color: #b8b2b2;
}
.boxmenu1:hover{
	position: relative;
    width: 176px;
    height: 30px;
    background-color: #F5F5F5;
}
.default-link{
	/* all rules required to make the whole div clickable */ 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: -5px;
	z-index: 1;
   
}
