
body {
   width: 980px;
   padding: 0;
   margin: 0 auto;
   background-color: #eee;
}
h1, h2, h3, h4, h5 {
   font-family: 'Rock Salt', Arial, Helvetica, sans-serif;
   background: transparent;
}
p, li, dt, dd {
   font-family: Arial, Helvetica, 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;
}
.red {
   color: #e61a27;
}

#logobar_outer {
   width: 100%;
   background-color: #0e00b3;
}
#logobar {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#logobar .logo, #logobar .logo_mobile {
   float: left;
   font-size: 210%;
   font-family: 'Rock Salt', Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   font-weight: 800;
   line-height: 140%;
   color: #fff;
   margin: 32px 0 5px 15px;
   padding: 0;
}
#logobar .strapline, #logobar .strapline_mobile {
   float: left;
   font-size: 100%;
   font-weight: 800;
   font-family: 'Rock Salt', Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   color: #fff;
   margin: 5px 0 23px 15px;
   padding: 0;
}
#logobar .logo a, #logobar .logo a:visited, #logobar .logo a:visited,
#logobar .strapline a, #logobar .strapline a:visited, #logobar .strapline a:visited,
#logobar .logo_mobile a, #logobar .logo_mobile a:visited, #logobar .logo_mobile a:visited,
#logobar .strapline_mobile a, #logobar .strapline_mobile a:visited, #logobar .strapline_mobile a:visited {
   color: #fff;
}
#logobar .options {
   display: block;
   float: right;
   text-align: center;
   margin: 0 12px 0 0;
}
#logobar .buttons a, #logobar .buttons a:visited {
   display: inline-block;
   vertical-align: top;
   color: #0e00b3;
   background-color: #f8ba3f;
   font-family: 'Rock Salt', Arial, Helvetica, sans-serif;
   font-size: 130%;
   line-height: 150%;
   text-align: center;
   padding: 5px 20px 5px 20px;
   margin: 15px 10px;
   border: 0;
   border-radius: 4px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
}
#logobar .buttons a:hover {
   color: #0e00b3;
   background-color: #fff;
}
#logobar .logo_mobile {
   display: none;
}
#logobar .strapline_mobile {
   display: none;
}

#page_wrapper {
   display: block;
   vertical-align: top;
   width: 100%;
   margin: 0 auto;
}

#topnav_wrapper {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   background-color: #0e00b3;
   border-top: 2px solid #fff;
   text-align: center;
}
#topnav_outer {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   max-width: 1400px;
   margin: 0 auto; padding: 0;
}
#topnav_outer_min {
   display: none;
   width: 100%;
   margin: 0; padding: 0;
}
#topnav {
   display: block;
   list-style: none;
   padding: 0;
   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 {
   font-family: 'Rock Salt', Arial, Helvetica, sans-serif;
   font-weight: 800;
   display: block;
   background-color: #0e00b3;
   color: #fff;
   text-decoration: none;
   font-size: 92%;
   padding: 5px 5px;
}
#topnav a:hover {
   color: #0e00b3;
   background-color: #f8ba3f;
}
#topnav .selected {
   color: #0e00b3;
   background-color: #f8ba3f;
}
#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;
}
#topnav .menu {
   background-image: url("/images/menu.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 25px;
}

#body {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1400px;
   margin: 0 auto;
}
#body_end {
   clear: both;
}

#content {
   padding: 20px 50px 30px 50px;
   margin: 0;
   min-height: 400px;
   height: auto; !important
   height: 400px;
   background-color: #fff;
}
#content p {
   color: #444;
   font-size: 105%;
   line-height: 135%;
   margin-top: 0;
   margin-bottom: 8px;
}
#content a, #content a:visited {
   color: #444;
   text-decoration: underline;
}
#content a:hover {
   color: #0e00b3;
   text-decoration: none;
}
#content h1 {
   color: #0e00b3;
   font-size: 150%;
   font-weight: 600;
   text-align: center;
   margin: 0 0 20px 0;
}
#content .breadcrumb {
   font-size: 95%;
   margin-bottom: 15px;
   text-align: center;
}
#content h2 {
   color: #444;
   font-size: 105%;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 5px;
}
#content h2 a, #content h2 a:visited {
   color: #e4c480;
}
#content h3 {
   color: #777;
   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: #444;
   font-size: 105%;
   line-height: 150%;
   margin: 7px;
}
#content .simpleboxes {
   display: block;
   vertical-align: top;
   text-align: center;
   margin: 0 auto;
   padding: 10px 0;
}
#content .simplebox, #content .simplebox:visited {
   display: inline-block;
   vertical-align: top;
   height: 184px; width: 350px;
   text-decoration: none;
   margin: 12px; padding: 12px;
   border: 5px solid #eee;
}
#content .simplebox img {
   border: 2px solid #f8ba3f;
   float: right;
}
#content .simplebox p {
   text-align: center;
   line-height: 120%;
   margin-top: 5px;
}
#content .simplebox h2 {
   text-align: center;
   margin: 0;
   padding: 5px 5px;
   color: #0e00b3;
}

#content .sponsorbutton a, #content .sponsorbutton a:visited {
   display: inline-block;
   vertical-align: top;
   color: #0e00b3;
   background-color: #f8ba3f;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 100%;
   line-height: 150%;
   text-align: center;
   text-decoration: none;
   padding: 5px 20px 5px 20px;
   margin: 15px 0 10px 0;
   border: 0;
   border-radius: 4px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
}
#content .sponsorbutton a:hover {
   color: #fff;
   background-color: #0e00b3;
}
#content .hidden_content {
   display: none;
}
#content .pb_fullwidthtext {
   width: 100%;
}
#content .pb_fullwidthtext, #content .pb_imagelefttext, #content .pb_imagerighttext  {
   display: table;
   table-layout: fixed;
   margin: 0 auto 10px auto;
}
#content .pb_admin, #content .pb_admin_inactive {
   display: table;
   table-layout: fixed;
   margin: 0 0 25px 0;
}
#content .pb_width_limiter {
   display: table-row;
}
#content .pb_text_wrapper {
   width: 100%;
   display: table-cell;
   vertical-align: middle;
}
#content .pb_text_wrapper h2 {
   margin-top: 0;
}
#content .pb_img_wrapper {
   display: table-cell;
   vertical-align: middle;
}
#content .pb_fullwidthimage {
   display: block;
   vertical-align: top;
   position: relative;
   width: 100%;
   margin-bottom: 35px;
}
#content .pb_fullwidthimage img {
   width: 100%;
   height: auto;
}
#content .pb_keytext {
   font-size: 130%;
   margin-bottom: 10px;
}
#content .pb_keytext p{
   color: #555;
   margin-bottom: 10px;
}
#content .pb_imagelefttext .pb_img_wrapper {
   text-align: left;
}
#content .pb_imagerighttext .pb_img_wrapper {
   text-align: right;
}
#content .pb_imagelefttext .pb_img_wrapper img {
   margin-right: 60px;
}
#content .pb_imagerighttext .pb_img_wrapper img {
   margin-left: 60px;
}
#content .pb_fullwidthtext img {
   display: block;
   margin: 25px auto 0 auto;
}
#content .pb_imagelefttext img, #content .pb_imagerighttext img, #content .pb_fullwidthtext img {
   border: 0;
}
#content a.pb_button, #content a.pb_button:visited {
   display: inline-block;
   vertical-align: top;
   color: #0e00b3;
   background-color: #f8ba3f;
   text-decoration: none;
   font-size: 120%;
   font-weight: 500;
   border: 0;
   border-radius: 4px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   margin: 15px 0 0 0;
   padding: 7px 10px;
}
#content a.pb_button:hover {
   color: #fff;
   background-color: #0e00b3;
   text-decoration: none;
}
#bottombar_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #0e00b3;
   width: 100%;
}
#bottombar {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 30px 0 5px 0;
   text-align: center;
}
#bottombar p {
   color: #fff;
   font-size: 105%;
   line-height: 140%;
   margin: 0 0 5px 0;
}
#bottombar a, #bottombar a:visited {
   color: #fff;
   text-decoration: none;
}
#bottombar a:hover {
   color: #fff;
   text-decoration: underline;
}
#bottombar .contact_details {
   display: inline-block;
   vertical-align: top;
   margin: 5px 0 0 0;
}
#bottombar .contact_details p {
   font-family: 'Rock Salt', Arial, Helvetica, sans-serif;
   font-size: 85%;
   line-height: 180%;
   text-align: center;
   margin: 0;
}

#footer_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #0e00b3;
   width: 100%;
}
#footer {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px 0;
}
#footer p {
   font-family: 'Rock Salt', Arial, Helvetica, sans-serif;
   font-size: 75%;
   line-height: 150%;
   color: #fff;
   margin: 0; padding: 0;
   text-align: center;
}
#footer a, #footer a:visited {
   color: #fff;
   text-decoration: none;
}
#footer a:hover {
   color: #fff;
   text-decoration: underline;
}

#form_sortby {
   display: inline-block;
   vertical-align: top;
   padding: 5px 15px 15px 15px;
   width: 250px;
   border: 3px solid #ddd;
   border-radius: 4px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   margin: 15px 4px;
}
#form_sortby .select_field {
   font-size: 100%;
   width: 250px;
   padding: 2px;
   border: 2px #ddd solid;
}
#form_sortby .label {
   font-weight: bold;
   color: #555;
   text-align: left;
   margin: 8px 0 2px 2px;
}
#form_sortby .button {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 100%;
   color: #0e00b3;
   background-color: #f8ba3f;
   margin-top: 15px;
   padding: 10px 5px;
   border: 0;
   border-radius: 4px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   width: 100%;
}
#form_sortby .button:hover {
   color: #fff;
   background-color: #0e00b3;
}
#form_r {
   display: inline-block;
   vertical-align: top;
   padding: 5px 15px 15px 15px;
   width: 370px;
   border: 5px solid #ddd;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   margin: 15px 4px;
}
#form_r h2 {
   background-color: #f8ba3f;
   color: #0e00b3;
   margin: 15px 0 0 0;
   padding: 3px 0;
   font-size: 130%;
   font-weight: normal;
}
#form_r .toph2{
   margin: 10px 0 0 0;
}
#form_r .info {
   text-align: left;
}
#form_r .text_field,
#form_r .text_area {
   font-size: 100%;
   width: 362px;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .text_field_non_r {
   font-size: 100%;
   padding: 2px;
   margin: 2px 0;
   border: 2px #ddd solid;
}
#form_r .select_field {
   font-size: 100%;
   width: 370px;
   padding: 2px;
   border: 2px #ddd solid;
}
#form_r .text_area {
   height: 100px;
}
#form_r .label {
   font-weight: bold;
   color: #555;
   text-align: left;
   margin: 8px 0 2px 2px;
}
#form_r .button {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 120%;
   color: #0e00b3;
   background-color: #f8ba3f;
   margin-top: 15px;
   padding: 12px 6px;
   border: 0;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -o-border-radius: 7px;
   width: 100%;
}
#form_r .button:hover {
   color: #fff;
   background-color: #0e00b3;
}
#content .page_message {
   color: #f00;
   font-size: 120%;
   margin: 0;
   padding: 10px 0;
}
#content .field_message {
   color: #f00;
   text-align: left;
   margin: 0;
   padding: 0;
}
#content .adminbutton a, #content .adminbutton a:visited {
   font-size: 17px;
   text-align: center;
   text-decoration: none;
   color: #fff;
   padding: 5px 10px;
   background-color: #0e00b3;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#content .adminbuttonsmall a, #content .adminbuttonsmall a:visited {
   font-size: 14px;
   text-align: center;
   text-decoration: none;
   color: #fff;
   padding: 3px 5px;
   background-color: #0e00b3;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#content .adminbutton a:hover, #content .adminbuttonsmall a:hover {
   color: #0e00b3;
   background-color: #f8ba3f;
}
#ums_form {
   margin: 0;
   padding: 0;
}
#ums_form .button {
   font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
   font-size: 17px;
   color: #fff;
   background-color: #0e00b3;
   padding: 4px 10px;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#ums_form .button2 {
   font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #fff;
   background-color: #0e00b3;
   padding: 2px 5px;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#ums_form .button:hover,
#ums_form .button2:hover {
   color: #fff;
   background-color: #0e00b3;
}
#ums_form table {
   background-color: #eee;
   padding: 10px;
   margin: 15px;
}
#ums_form th {
   padding: 3px 8px;
   font-weight: normal;
}
#ums_form td {
   padding: 3px 8px;
}
#ums_form .label {
   text-decoration: none;
   text-align: right;
   margin: 0;
   color: #444;
}
#ums_form .checkbox_label {
   text-decoration: none;
   text-align: right;
   font-weight: bold;
}
#ums_form .header {
   text-align: left;
   background-color: #444;
   padding: 3px 8px;
}
#ums_form .header p {
   color: #444;
   font-size: 95%;
}
#ums_form p {
   color: #444;
   margin: 0 0 2px 0;
}
#ums_form a, #ums_form a:visited {
   color: #0e00b3;
}

#ums_index {
   margin: 0;
   padding: 10px 0;
}
#ums_index table {
   background-color: #eee;
   padding: 10px;
}
#ums_index th {
   background-color: #0e00b3;
   padding: 3px 8px;
   font-weight: normal;
}
#ums_index td {
   border-bottom: 1px #0e00b3 solid;
   padding: 4px 8px;
}
#ums_index .line {
   border-bottom: 1px #0e00b3 solid;
}
#ums_index .noline {
   border-bottom: 0 #f00 solid;
}
#ums_index th p {
   color: #fff;
   font-size: 95%;
}
#ums_index p {
   font-size: 95%;
   margin-top: 0;
   margin-bottom: 0;
}
#ums_index a, #ums_index a:visited {
   color: #0e00b3;
}
#ums_index a:hover {
   color: #0e00b3;
}
#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 #444 solid;
}
#ums_form .checkbox_label {
   font-weight: normal;

}
#ums_form .help_text {
  font-size: 70%;
}

@media (min-width: 10px) {
   body {
      width: 100%;
   }
   #logobar .strapline {
      clear: left;
   }
   #topnav a {
      padding: 12px 12px;
   }
}
@media (max-width: 1350px) {
   #topnav a {
      font-size: 90%;
      padding: 8px 8px;
   }
}
@media (max-width: 1250px) {
   #topnav_outer {
      display: none;
   }
   #topnav_outer_min {
      display: block;
      text-align: center;
   }
   #topnav > li {
      float: none;
      width: 100%;
      text-align: center;
   }
   #topnav ul > li {
      text-align: center;
   }
   #topnav > li > ul {
      width: 100%;
      left: 0;
   }
   #topnav > li > ul a {
      padding: 8px 0px;
   }
   #topnav > li:hover > ul {
      border: 0 #fff solid;
   }
   #content {
      padding: 15px 20px 20px 20px;
   }
}
@media (max-width: 1000px) {
   #content .pb_fullwidthtext, #content .pb_imagelefttext, #content .pb_imagerighttext, #content .pb_admin, #content .pb_admin_inactive,
   #content .pb_width_limiter, #content .pb_text_wrapper, #content .pb_img_wrapper {
      display: block;
      vertical-align: top;
   }
   #content .pb_imagelefttext .pb_img_wrapper, #content .pb_imagerighttext .pb_img_wrapper {
      text-align: center;
      width: 100% !important;
   }
   #content .pb_imagelefttext .pb_img_wrapper img {
      margin-right: 0;
   }
   #content .pb_imagerighttext .pb_img_wrapper img {
      margin-left: 0;
   }
   #content .pb_imagelefttext img {
      margin: 0 auto 25px auto;
   }
   #content .pb_imagerighttext img {
      margin: 25px auto 0 auto;
   }
   #content .pb_imagelefttext img, #content .pb_imagerighttext img, #content .pb_fullwidthtext img, #content .pb_fullwidthimage img {
      width: 100%; height: auto;
   }
}
@media (max-width: 1050px) {
   #logobar {
      display: inline-block;
   }
   #logobar .logo {
      float: none;
      margin: 10px 0 0 0;
      text-align: center;
   }
   #logobar .strapline {
      float: none;
      margin: 10px 5px;
      text-align: center;
   }
   #logobar .options {
      float: none;
      margin: 10px 0 0 0;
      text-align: center;
  }
}

@media (max-width: 700px) {
   #logobar {
      display: inline-block;
   }
   #logobar .logo {
      display: none;
   }
   #logobar .strapline {
      display: none;
   }
   #logobar .logo_mobile {
      display: block;
      float: none;
      color: #fff;
      text-align: center;
      margin: 10px 0 5px 5px;
   }
   #logobar .strapline_mobile {
      display: block;
      float: none;
      margin: 10px 5px;
      text-align: center;
   }
}
@media (max-width: 450px) {
  #form_r {
      width: 98%;
      border: 0;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -o-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;
   }
}
