
body {
   width: 980px;
   padding: 0;
   margin: 0 auto;
   background-color: #ddd;
}
p, h1, h2, h3, li {
   font-family: Tahoma, Arial, sans-serif;
   background: transparent;
}
a, a:visited {
   text-decoration: none;
}
.left {
   float: left;
}
.right {
   float: right;
}
hr {
   height: 1px; color: #ddd; background-color: #ddd; border: 0;
}

#topbar_outer {
   width: 100%;
   height: 40px;
   background-color: #444;
   z-index: 900;
}
#topbar {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#topbar p {
   font-size: 100%;
   color: #fff;
   margin: 10px 0 0 0;
   padding: 0;
}
#topbar .options1 {
   float: left;
}
#topbar .options2 {
   float: right;
}
#topbar a, #topbar a:visited {
   color: #fff;
   margin: 0 12px;
   padding: 0;
}
#topbar a:hover {
   color: #59788d;
}
#logobar_outer {
   width: 100%;
   background-color: #222;
   border-bottom: 2px #59788d solid;
}
#logobar {
   width: 100%;
   max-width: 1200px;
   height: 150px;
   margin: 0 auto;
   text-align: center;
}
#logobar .logo {
   float: left;
   margin-top: 35px;
   width: 100%;
   height: auto;
   max-width: 91px;
}

#page_wrapper {
   display: block;
   vertical-align: top;
   width: 100%;
   margin: 0 auto;
}

#topnav_outer,
#topnav_outer_narrow,
#topnav_outer_min {
   display: block;
   vertical-align: top;
   margin: 0;
   padding: 0;
   background-color: #59788d;
}
#topnav_wrapper {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   background-color: #59788d;
}
#topnav_outer {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#topnav_outer_narrow,
#topnav_outer_min {
   width: 100%;
   display: none;
}
#notopnav {
   display: block;
   vertical-align: top;
   height: 20px;
}
#topnav {
   display: block;
   list-style: none;
   padding: 0 10px;
   margin: 0;
}
#topnav ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav > li {
   float: left;
   text-align: left;
}
#topnav ul > li {
   text-align: left;
}
#topnav a {
   display: block;
   background-color: #59788d;
   color: #fff;
   font-size: 110%;
   text-decoration: none;
   padding: 10px 14px;
}
#topnav a:hover {
   color: #fff;
   background-color: #ed1f22;
}
#topnav .selected {
   color: #fff;
   background-color: #ed1f22;
}
#topnav > li > ul {
   position: absolute;
   display: none;
   padding: 0;
   z-index: 10;
}
#topnav > li:hover > ul {
   display: block;
   z-index: 100;
   border: 2px #fff solid;
}

#body {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#body_end {
   clear: both;
}

#content {
   padding: 20px 30px 20px 30px;
   margin: 0;
   min-height: 400px;
   height: auto; !important
   height: 400px;
   background-color: #fff;
}
#content p {
   color: #555;
   font-size: 105%;
   line-height: 150%;
   margin-top: 0;
   margin-bottom: 7px;
}
#content a, #content a:visited {
   color: #555;
   text-decoration: underline;
}
#content a:hover {
   color: #59788d;
   text-decoration: none;
}
#content h1 {
   color: #59788d;
   font-size: 150%;
   font-weight: normal;
   text-align: center;
   margin: 0 auto 15px auto;
}
#content .breadcrumb {
   font-size: 95%;
   margin-bottom: 15px;
}
#content h2 {
   color: #59788d;
   font-size: 125%;
   font-weight: normal;
   margin-top: 15px;
   margin-bottom: 10px;
}
#content h2 a, #content h2 a:visited {
   color: #59788d;
}
#content h3 {
   color: #555;
   font-size: 115%;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 10px;
}
#content ul {
   margin-top: 0;
   margin-bottom: 10px;
   list-style: square;
}
#content ol {
   margin-top: 0;
   margin-bottom: 10px;
   margin-left: 20px;
}
#content li {
   color: #555;
   font-size: 105%;
   margin: 8px;
}
#content .img {
   border: 2px solid #59788d;
}
#content .imgr {
   border: 2px solid #59788d;
   float: right;
   margin: 0 0 20px 20px;
}
#content .small {
   font-size: 90%;
}
#content .very_small {
   font-size: 70%;
}
#content .justify_text p {
   text-align: justify;
}
#content .center {
   text-align: center;
}
#content .big_button a {
   display: inline-block;
   background-color: #59788d;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 4px 10px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#content .big_button a:hover {
   background-color: #3f3d53;
}
#content .simpleboxes {
   display: block;
   vertical-align: top;
   text-align: center;
   margin: 0 auto;
   padding: 10px 0;
}
#content .simplebox, #content .simplebox:visited,
#content .simplebox2, #content .simplebox2:visited,
#content .simplebox3, #content .simplebox3:visited {
   display: inline-block;
   vertical-align: top;
   background-color: #59788d;
   background-repeat: no-repeat;
   background-position: top center;
   font-family: Tahoma, Arial, sans-serif;
   text-decoration: none;
   font-size: 130%;
   color: #fff;
   margin: 8px;
}
#content .simplebox, #content .simplebox:visited {
   height: 85px; width: 190px;
   padding: 205px 5px 0 5px;
}
#content .simplebox2, #content .simplebox2:visited {
   height: 60px; width: 190px;
   padding: 205px 5px 0 5px;
}
#content .simplebox3, #content .simplebox3:visited {
   height: 60px; width: 390px;
   padding: 155px 5px 0 5px;
}
#content .simplebox:hover,
#content .simplebox2:hover,
#content .simplebox3:hover {
   color: #fff;
   background-color: #3f3d53;
}
#content .item_options {
   display: inline-block;
}
#content .item_options li {
   margin: 2px auto;
}
#content .hidden_content {
   display: none;
}

#content .wide_button_wrapper {
   padding: 10px 0;
   text-align: center;
   display: inline-block;
   vertical-align: top;
   width: 100%;
}
#content .wide_button {
   float: left;
   width: 50%;
   padding: 5px 0;
   text-align: center;
}
#content .wide_button p {
   line-height: 120%;
   font-size: 105%;
   padding: 0 7px;
   margin: 0;
}
#content .wide_button a, #content .wide_button a:visited {
   display: block;
   color: #fff;
   text-decoration: none;
   padding: 10px 10px;
   background-color: #59788d;
}
#content .wide_button a:hover {
   background-color: #fce205;
}

#content .HHNewsItem {padding: 0 20px 20px 20px; display: block;}
#content .HHNewsImageWrapper {float: left; display: inline-block; margin-right: 20px;}
#content .HHNewsTextWrapper h2 {margin-top: 0; margin-bottom: 3px;}
#content .HHNewsTextWrapper p {margin-bottom: 3px;}

#content .gallerywrapper {
   text-align: center;
   list-style: none;
   width: 100%;
   margin: 15px auto;
   padding: 10px 0;
}
#content .gallerywrapper li {
   list-style: none;
   display: inline-block;
   vertical-align: top;
   margin: 3px;
   padding: 0;
}
* html #content .gallerywrapper li {
   display:inline;
}  /* for IE 6 */
* + html #content .gallerywrapper li {
   display:inline;
}  /* for IE 7 */
#content .col2_box,
#content .col2_box2 {
   float: left;
   width: 49%;
}
#content .col2_box {
   margin-right: 2%;
}
#content .lb_webm,
#content .lb_emailm {
   display: none;
}
#content .banner {
   display: block;
   margin: 0 auto;
   max-width: 700px;
   width: 100%;
   height: auto;
}

#footer_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #59788d;
   width: 100%;
}
#footer {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding-bottom: 10px;
   padding-top: 20px;
}
#footer p {
   font-size: 96%;
   line-height: 150%;
   color: #fff;
   margin-top: 150px;
   margin-bottom: 10px;
   text-align: center;
}
#footer a, #footer a:visited {
   color: #fff;
   text-decoration: none;
}
#footer a:hover {
   color: #fce205;
   text-decoration: underline;
}

#content .breadcrumb {
   padding: 0;
   margin: 0 0 5px 0;
   font-size: 85%;
}
#content .breadcrumb a, #content .breadcrumb a:visited {
   display: inline-block;
   width: 50px;
   color: #444;
   text-decoration: none;
   padding: 7px 0;
   margin: 0 3px 3px 0;
   background-color: #ddd;
   font-weight: bold;
}
#content .breadcrumb a:hover {
   color: #fff;
   background-color: #59788d;
}
#content .breadcrumb .selected {
   color: #fff;
   background-color: #f00;
}

#content .Calendar {
   align: center;
}
#content .CalendarTable {
   margin: 20px auto;
   border-left: 2px #ddd solid;
   border-top: 2px #ddd solid;
}
#content .CalendarTable th {
   padding: 6px 10px;
   background-color: #59788d;
   border-right: 2px #ddd solid;
   border-bottom: 2px #ddd solid;
}
#content .CalendarTable th p {
   font-size: 100%;
   color: #fff;
   margin: 0;
}
#content .CalendarTable th a {
   color: #fff;
}
#content .CalendarTable td {
   width: 135px;
   height: 90px;
   padding-bottom: 15px;
   border-right: 2px #ddd solid;
   border-bottom: 2px #ddd solid;
}
#content .CalendarTable td h2 {
   font-size: 95%;
   background-color: #ddd;
   margin: 0 0 15px 0;
   padding: 5px;
   color: #222;
   font-weight: bold;
   text-align: center;
}
#content .CalendarTable td p {
   font-size: 120%;
   line-height: 115%;
   text-align: center;
   margin: 0 5px;
   padding: 0;
}
#content .CalendarTable a, #content .CalendarTable a:visited {
   text-decoration: none;
}
#content .CalendarTable a:hover {
   text-decoration: underline;
}
#content .CalendarTable .small {
   font-size: 75%;
}
#content .CalendarPadding {
   background-color: #fff;
}


#form_r {
   display: inline-block;
   vertical-align: top;
   padding: 5px;
   margin: 5px 0;
   border: 5px solid #ddd;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#form_r .column {
   display: inline-block;
   vertical-align: top;
   margin: 1px;
   padding: 0 5px 5px 5px;
   width: 350px;
   border: 2px solid #ddd;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}
#form_r .options {
   float: right;
}
#form_r .options a, #form_r .options a:visited, #form_r .options a:hover {
   color: #fff;;
}
#form_r h2 {
   background-color: #59788d;
   color: #fff;
   margin: 15px 0 0 0;
   padding: 4px 10px;
   font-size: 100%;
   font-weight: normal;
}
#form_r .toph2 {
   margin: 10px 0 0 0;
}
#form_r .section_header {
   margin: 1px 1px 5px 1px;
   text-align: left;
}
#form_r .info {
   text-align: left;
}
#form_r .text_field,
#form_r .text_area {
   font-size: 90%;
   width: 342px;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .text_field_non_r {
   font-size: 90%;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .select_field {
   font-size: 90%;
   width: 350px;
   padding: 2px;
   border: 2px #ddd solid;
}
#form_r .radio_field {
   text-align: center;
   margin-bottom: 0;
}
#form_r .text_area {
   height: 100px;
}
#form_r .label,
#form_r .radio_label {
   font-size: 95%;
   font-weight: bold;
   text-align: left;
   margin: 3px 0 1px 2px;
}
#form_r .checkbox_label {
   font-size: 90%;
   font-weight: bold;
   text-align: left;
   margin: 3px 0 1px 35px;
}
#form_r .checkbox_outer {
   display: inline-block;
   float: left;
   padding: 3px 6px 0 0;
}
#form_r .button {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 17px;
   color: #fff;
   background-color: #59788d;
   margin-top: 10px;
   padding: 3px 6px;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   width: 100%;
}
#form_r .button:hover {
   background-color: #ed1f22;
}

#content .page_message {
   color: #f00;
   font-size: 110%;
   font-weight: bold;
   margin: 0 ; padding: 0;
}
#content .field_message {
   color: #f00;
   font-weight: bold;
   margin: 0;
   padding: 0;
}
#content .footnote {
   font-size: 70%;
}
#content .adminbutton a, #content .adminbutton a:visited {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 18px;
   text-align: center;
   text-decoration: none;
   color: #fff;
   padding: 4px 10px;
   background-color: #59788d;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#content .adminbuttonsmall a, #content .adminbuttonsmall a:visited {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 15px;
   text-align: center;
   text-decoration: none;
   color: #fff;
   padding: 2px 5px;
   background-color: #59788d;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#content .adminbutton a:hover, #content .adminbuttonsmall a:hover {
   color: #fff;
   background-color: #ed1f22;
}

#ums_form {
   margin: 0;
   padding: 0;
}
#ums_form .button {
   font-size: 15px;
   color: #fff;
   padding: 3px 6px;
   background-color: #59788d;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#ums_form .button2 {
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   background-color: #59788d;
}
#ums_form table {
   background-color: #ddd;
   padding: 10px;
   margin: 15px;
}
#ums_form th {
   padding: 3px 8px;
}
#ums_form td {
   padding: 3px 8px;
}
#ums_form .label {
   text-decoration: none;
   text-align: right;
   font-weight: normal;
   margin-top: 2px;
   color: #000;
}
#ums_form .checkbox_label {
   text-decoration: none;
   text-align: right;
}
#ums_form .header {
   text-align: left;
   background-color: #59788d;
   padding: 3px 8px;
}
#ums_form .header p {
   color: #fff;
   font-size: 90%;
}
#ums_form p {
   color: #000;
   margin: 0 0 2px 0;
}
#ums_form a, #ums_form a:visited {
   color: #000;
}

#ums_index {
   display: inline-block;
   vertical-align: top;
   margin: 15px auto;
   padding: 5px;
   border: 5px solid #ddd;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#ums_index table {
   background-color: #fff;
   padding: 5px;
   border: 2px solid #ddd;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}
#ums_index th {
   background-color: #59788d;
   padding: 3px 8px;
}
#ums_index td {
   border-bottom: 2px #ddd solid;
   padding: 4px 6px;
}
#ums_index .line {
   border-bottom: 2px #ddd solid;
}
#ums_index .noline {
   border-bottom: 0 #ddd solid;
}
#ums_index th p {
   color: #fff;
   font-size: 100%;
   font-weight: normal;
}
#ums_index p {
   font-size: 100%;
   margin-top: 0;
   margin-bottom: 0;
}
#ums_html_text_area table {
   margin: 0;
   padding: 0;
   background-color: #f0f0ee;
}
#ums_html_text_area td {
   margin: 0;
   padding: 0;
   border: none;
}
#ums_html_text_area,
#ums_form .color,
#ums_form .text_field,
#ums_form .select_field,
#ums_form .text_area {
   border: 2px #59788d solid;
}
#ums_form .checkbox_label {
   font-weight: normal;

}
#ums_form .help_text {
  font-size: 70%;
}
@media (min-width: 10px) {
   body {
      width: 100%;
   }
   #topbar_outer {
      position: fixed;
      top: 0; left 0;
   }
   #logobar_outer {
      padding-top: 25px;
   }
}
@media (max-width: 600px) {
   #content .wide_button {
      float: none;
      width: 100%;
   }
   #logobar {
      width: 95%;
      height: auto;
      margin: 0 auto;
   }
   #logobar .logo {
      float: none;
      margin-left: 0;
   }
   #content {
     padding: 20px 10px 20px 10px;
   }
}
@media (max-width: 500px) {
   #topnav > li > ul {
      width: 100%;
      left: 0;
   }
   #topnav ul > li {
      text-align: center;
   }
}
@media (max-width: 450px) {
   #form_r {
      width: 98%;
      border: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      padding: 5px 0 20px 0;
      margin: 15px 0;
   }
   #form_r .text_field,
   #form_r .select_field,
   #form_r .text_area {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
   }
}

