.alignleft {
    float: left;
    padding-left: 50px;
}

.alignright {
    float: right;
    padding-right: 50px;
}
html{
}
body {
    font-family: "Helvetica", Arial, serif;
    font-size: 16px;
    background-color: #000000;
    color: #EEEEEE;
    margin: 0;
    padding: 0px;
    height: 100%;
    min-width:1216px;
}

#container {
   min-height:100%;
   position:relative;
}

#main {
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px
;    background-color: #000000;
    border-radius: 0 0 5px 5px;
    /*width: 90%;*/
    height: 100%;
    min-height: 100%;
    padding-bottom:50px; /* Height of footer */
}

#whitebg{
  background-color: white;
  width: 550px;
}
#main a{
  color: #9999FF;
}
#main a:hover{
  text-decoration: underline;
}
#main p{
  margin-right:30px;
}
#main table{
  width: 90%;
  height: 100%;
}
#main tr{
  height: 50%;
}
#main table td{
  vertical-align: top;
  padding-bottom:30px;
  padding-left:30px;
  width: 55%;
}

#main table td h3{
  /*color: #FFAAAA;*/
}

#events{
    overflow-y: auto;
    min-height: 100px;
    max-height: 400px;
}

#events p{
  font-family: Helvetica;
}
#events h2{
  text-align: center;
}
#events h3{
  color: #CC0000;
  text-decoration: underline;
  background-color: #000000;
  width: 90%;
}
#events a{
  color: #FFFFFF;
}

#blog{
  background-color: #000000;
  overflow-y: auto;
  height: 300px;
  
}

#blog h2{
  
}
#blog h3{
  padding: 0px;
  margin-bottom: 0px;
}
#blog p{
  font-family: Helvetica;
}
#blogdesc p{
  margin-top: 0px;
  font-family: Helvetica;
  font-size: 85%;
  padding: 0px;
}

#blogodd{
  background-color: #222222;
}

#head01 {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #333333;
    border-radius: 0 0 5px 5px;
}

#head02 {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #333333;
    border-radius: 0 0 5px 5px;
}

#foot01 {
  position: relative;
  bottom:0;
  height: 50px;
  border-top:1px solid #ff4b02;
  color: #999999;
  background-color: #333333;
  padding: 0px 0%;

  
}
#foot01 table{
  width: 80%;
  float: center;
  margin: 0px auto;
  /*border: 10px solid #FFFFFF;*/
}
#foot01 img{
  /*float: right;*/
  vertical-align: bottom;
}
#foot01 p{
  /*text-align: center;*/
  margin-top: 0px;
  margin-bottom: 0px;
}
#foot01 a{
  color: #AAAAAA;
  text-decoration: underline;
  margin-top: 0px;
}

h1 {
    font-family: "Times New Roman", Monospace, serif;
    border-bottom: 3px solid #000000;
    color: #EEEEEE;
    font-size: 30px;
    font-weight: 200;
    padding-bottom: 20px;
    border-bottom: 5px solid #EF3D33
}
h2 {
    font-family: "Times New Roman", Monospace, serif;
    color: #EEEEEE;
    font-size: 24px;
    font-weight: 200;
}

h4 {
    font-family: "Times New Roman", Monospace, serif;
    border-bottom: 3px solid #000000;
    color: #EEEEEE;
    font-size: 30px;
    font-weight: 200;
}

#menubg{
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
}

#cssmenu{
  /*text-align: center;*/
  margin: 0 auto;
}

a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#cssmenu ul{
  margin: 0 auto;
  /*text-align: center;*/
  display: table;
  z-index: 1;
}
#cssmenu  li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  min-width: 80px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  /*width:500px;*/
  /*min-width:200px;*/
}
#cssmenu > ul > li.active a {
  background: #646464 url(images/grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
  box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  filter: none;
}
#cssmenu > ul > li.active a:hover {
   background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);
}
#cssmenu > ul > li a {
  box-shadow: inset 0 0 0 1px #8a8a8a;
  -moz-box-shadow: inset 0 0 0 1px #8a8a8a;
  -webkit-box-shadow: inset 0 0 0 1px #8a8a8a;
  background: #4a4a4a url(images/grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  line-height: 34px;
  padding: 0 25px;
  filter: none;
  /*min-width:100%;*/
}
#cssmenu > ul > li a:hover {
  background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
background-image: -o-linear-gradient(top, #f62b2b, #d20202);
background-image: linear-gradient(to bottom, #f62b2b, #d20202);
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-left: 1px solid #5d5d5d;

  /*
  min-width: 500%;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);*/
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;

  /*
  min-width: 500%;
  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);*/
}
#cssmenu .has-sub:hover ul {
  display: inline-block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  padding-left: 0px;
  top: 36px;
  left: -1px;
  min-width: 100%;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #5d5d5d;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
  width: 250px;
}
/*
#body_main {
    float: left;
    padding-left: 10px;
    width: 60%;
    height: 1002px;
}

#body_mainnews{
  float: left;
  width: 100%;
  height: 75%;
}

#body_mainsoftware{
  float: left;
  width: 100%;
  height: 25%;
}

#body_menupics {
  float: left;
  width: 38%;
  height: 1000px;
}
#body_menupics a {
  text-decoration: none;
  color: #CCCCCC;
}

#body_menu {
    float: left;
    width: 100%;
    height: 50%;
}

#body_pics {
    float: left;
    width: 100%;
    height: 50%;
}
*/
hr {
    border: 0;
    height: 3px;
    margin-left: 10px;
    margin-right: 10px;
    position:relative;
    background: -moz-linear-gradient(left, rgba(255,0,0,0) 0%, rgba(255,0,0,0) 15%, rgba(255,0,0,0.65) 50%, rgba(255,0,0,0) 85%, rgba(255,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,0)), color-stop(15%,rgba(255,0,0,0)), color-stop(50%,rgba(255,0,0,0.65)), color-stop(85%,rgba(255,0,0,0)), color-stop(100%,rgba(255,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,0) 15%,rgba(255,0,0,0.65) 50%,rgba(255,0,0,0) 85%,rgba(255,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,0) 15%,rgba(255,0,0,0.65) 50%,rgba(255,0,0,0) 85%,rgba(255,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,0) 15%,rgba(255,0,0,0.65) 50%,rgba(255,0,0,0) 85%,rgba(255,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(255,0,0,0) 0%,rgba(255,0,0,0) 15%,rgba(255,0,0,0.65) 50%,rgba(255,0,0,0) 85%,rgba(255,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 ); /* IE6-9 */
}

hr:before {
    content: "";
    display: block;
    border-top: solid 1px rgba(255,100,100,0.100);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

#vdivider {
    border-left:1px groove #333333;
    height: 950px;
    position:relative;
    top:10px;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
    width:10px;
}

input[required] {
    background-color: #D5D5DF;
}