html, body, ul, li {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0;
}

h1, h2, h3, h4 {
  font-weight: bolder;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

th, td {
  vertical-align: top;
}

#wrapper {
  text-align: left;
  margin: auto;
}

#mainheader {
  margin: 0;
  padding: 0;
  height: 160px;
}

#headertop {
  height:96px;
  background: url('/images/bg_header_top.png') repeat-x;
  background-color:#333333;
}

#headerbottom {
  height:23px;
  background: url('/images/bg_header_bottom_23.png') repeat-x;
  padding-top:3px;
}

#headertopcenter, #footercenter {
  margin:0 auto;
  width:1024px;
  min-width:1024px;
}

#footercenter {
  padding-top:40px;
}

#headertopcenter a{
  color: #FFFF00;
  font-size:12px;
}

#extra-link {
  margin-top: 15px;
  font-size:15px;
  color: #ffff00;
}

#extra-link a{
  color: #ffff00;
}

#headermiddle {
  height:41px;
  background: url('/images/bg_header_middle_41.png') repeat-x;
}

#nav {
  margin:0 auto;
  width:1024px;
}

#nav img {
  float: left;
}

#mainfooter {
  color: #FFFFFF;
  background: url('/images/footer_bg.png') repeat-x;
  font-weight: normal;
  height:100px;
}

#content {
  background: url('/images/bg20.jpg');
  background-repeat: repeat-x;
  min-width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.content-center {
  margin: 0 auto;
  text-align: left;
  color: #333333;
  width: 1024px;
  padding: 30px 10px;
  font-size: 14px;
}

.required {
  color:#ff0066;
}

.gray{
  color:#999999;
}

.smaller {
  font-size:10px;
}

.title {
  text-align:left;
  color:#CC0000;
  font:normal 25px "Helvetica Neue Light","Helvetica Neue",helvetica,verdana,tahoma,arial,"sans serif","Century Gothic";
  letter-spacing:-1px;
  border-bottom:1px solid #ccc;
  padding:5px 0;
  margin-bottom: 30px;
  text-shadow:-1px -1px 3px #ddd;
}

.inline-header {
  text-align:left;
  color:#CC0000;
  font:normal 20px "Helvetica Neue Light","Helvetica Neue",helvetica,verdana,tahoma,arial,"sans serif","Century Gothic";
  letter-spacing:-1px;
  border-bottom:1px solid #ccc;
  padding:5px 0;
  margin-bottom: 30px;
  text-shadow:-1px -1px 3px #ddd;
}

.large {
  font-weight: 500;
  font-size: 19px;
  font-family: "Helvetica Neue Light","Helvetica Neue",helvetica,verdana,tahoma,arial,"sans serif","Century Gothic";
  letter-spacing:-1px;
}

div.shadeBox {
  background: url('/images/bg-featured.png') repeat ;
  width: 100%;
  padding: 20px;
  text-align: left;
  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;

}

/** galleries **/
div.galleries {
  background: url('/images/bg-featured.png') no-repeat center top;
  width: 100%;
  padding: 15px 0;
  text-align: center;

  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.galleries ul {
  display: inline-block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.galleries ul li {
  float: left;
  width: 300px;
  margin: 0 10px;
}

.galleries p {
  padding: 0;
  text-align: center;
}

.btn-menu-gwc {
    font-family: Helvetica;
    font-size:16px;
    color: #fff;
    height:41px;
    padding-left:5px;
    padding-right:3px;
    margin-top:-1px;
    background: url('/images/bg_header_middle_41.png') repeat-x;
    border: none;
}

.btn-menu-gwc:hover { 
    color: #00cc00;
}

.table-nospace td, .table-nospace th {
    padding: 3px 3px !important;
}

.table-borderless td, .table-borderless th {
    border: none !important;
}

.scrollup {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url('/images/icon_top.png') no-repeat;
}

input[type=checkbox], input[type=radio] {
    height: auto !important;
}

.dropdown-menu {
    background-color: #555;
    color: #eee;
}

.dropdown-menu > li > a {
    color: #eee;
}

#updates {
    font-size: smaller;
}

#updates .updates_date {
    font-style: italic;
}

#updates .updates_title {
    font-weight: 600;
}

#updates .updates_more {
    display: none;
}
