
body {
   width: 960px;
   padding: 0;
   margin: 0 auto;
   background-color: #f1eee7;
}
p, h1, h2, h3, li, dt, dd {
   font-family: 'Montserrat', 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;
}

#page_wrapper {
   display: block;
   vertical-align: top;
   width: 100%;
   margin: 0 auto;
}

#topnav_wrapper {
   z-index: 900;
   position: fixed;
   top: 0; left 0;
   display: none;
   vertical-align: top;
   width: 100%;
   background-color: #b7b7ad;
   height: 60px;
}
#topnav_outer {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   padding: 0;
   margin: 0 auto;
}
#topnav_outer .logo {
   float: left;
   margin: 0 20px;
   border-left: 3px #fff solid;
   border-right: 3px #fff solid;
   border-bottom: 3px #fff solid;
}
#topnav_outer .logo:hover {
   border-left: 3px #999 solid;
   border-right: 3px #999 solid;
   border-bottom: 3px #999 solid;
}
#topnav {
   display: inline-block;
   vertical-alignment: top;
   float: left;
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav > li {
   float: left;
   text-align: center;
}
#topnav ul > li {
   text-align: left;
}
#topnav a {
   display: block;
   background-color: #b7b7ad;
   color: #585753;
   font-size: 95%;
   font-weight: 600;
   text-decoration: none;
   height: 40px;
   padding: 20px 20px 0 20px;
   margin: 0;
}
#topnav a:hover {
   color: #fff;
   background-color: #999;
}
#topnav .selected {
   color: #fff;
   background-color: #999;
}
#topnav > li > ul {
   position: absolute;
   display: none;
   padding: 0;
   z-index: 10;
}
#topnav > li:hover > ul {
   display: block;
   z-index: 100;
}
#topnav > li > ul > li a {
   padding: 8px 14px;
   height: auto;
   font-weight: 600;
}

#topnav_min_wrapper {
   display: inline-block;
   vertical-align: top;
   width: 100%;
}
#topnav_min_outer {
   display: block;
   vertical-align: top;
   text-align: center;
   width: 100%;
   margin: 0;
   padding: 0;
}
#topnav_min {
   display: block;
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav_min ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
#topnav_min > li {
   width: 100%;
   text-align: center;
}
#topnav_min ul > li {
   text-align: center;
}
#topnav_min a {
   display: block;
   background-color: #b7b7ad;
   color: #585753;
   font-size: 105%;
   font-weight: 600;
   text-decoration: none;
   padding: 12px 10px;
}
#topnav_min a:hover {
   color: #fff;
   background-color: #999;
}
#topnav_min .selected {
   color: #fff;
   background-color: #999;
}
#topnav_min > li > ul {
   position: absolute;
   display: none;
   width: 100%;
   left: 0;
   padding: 0;
   z-index: 10;
}
#topnav_min > li > ul a {
   padding: 8px 0;
   background-color: #b7b7ad;
   max-width: 960px;  /* old IE */
}
#topnav_min > li:hover > ul {
   display: block;
   z-index: 100;
}
#topnav_min .menu {
   background-image: url("/images/menu.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 25px;
}
#topnav_min a:hover .menu {
   background-image: url("/images/menu-hover.png");
}

#banner_outer {
   width: 100%;
}
#banner {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   position: relative;
}
#banner img {
   width: 100%;
   height: auto;
}
#ninja-slider .text_box {
   position: absolute;
   bottom: 55px;
   right: 70px;
   z-index: 10;
}
#ninja-slider h1 {
   color: #fff;
   font-size: 500%;
   font-family: Times New Roman, serif;
   font-weight: 300;
   text-shadow: 2px 2px 4px #000000;
   text-align: right;
   margin: 0; padding: 0;
   line-height: 100%;
}

#logobar {
   display: block;
   vertical-align: top;
   width: 100%;
   background-color: #f1eee7;
   border-bottom: 3px #b7b7ad solid;
}
#logobar .logo {
   width: 94%;
   height: auto;
   max-width: 441px;
}

#ninja-slider-wrapper {
   display: none;
}

#body {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
}
#body_end {
   clear: both;
}

#content {
   padding: 40px 30px 20px 30px;
   margin: 0;
   min-height: 400px;
   background-color: #f1eee7;
}
#content p {
   color: #585753;
   font-size: 105%;
   line-height: 150%;
   margin-top: 0;
   margin-bottom: 9px;
}
#content a, #content a:visited {
   color: #585753;
   text-decoration: underline;
}
#content a:hover {
   color: #777;
   text-decoration: none;
}
#content h1 {
   color: #777;
   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: #777;
   font-size: 125%;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 10px;
}
#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: #585753;
   font-size: 105%;
   line-height: 150%;
   margin: 7px;
}
#content .semibold {
   font-weight: 600;
}
#content .img, #content .imgl, #content .imgr {
   width: 100%;
   height: auto;
}
#content .img {
   margin: 10px;
}
#content .imgr {
   float: right;
   margin: 7px 0 15px 20px;
}
#content .imgl {
   float: left;
   margin: 5px 20px 15px 0;
}
#content .small {
   font-size: 90%;
}
#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: 300px; width: 250px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom center;
   text-decoration: none;
   margin: 15px; padding: 0;
}
#content .simplebox .title {
   display: block;
   vertical-align: top;
   line-height: 130%;
   padding: 6px 8px; margin: 0;
   color: #585753;
   font-size: 120%;
   font-family: 'Montserrat', sans-serif;
   background-image: url(/images/simplebox-title-bg.png);
   background-repeat: repeat;
   background-position: top center;
}
#content .simplebox:hover .title {
   color: #fff;
}
#content .simplebox2, #content .simplebox2:visited {
   display: inline-block;
   vertical-align: top;
   height: 367px; width: 250px;
   text-decoration: none;
   margin: 15px; padding: 0;
}
#content .simplebox2 .img {
   display: block;
   vertical-align: top;
   margin: 15px 0 0 0; padding: 0;
   width: 250px; height: 300px;
   background-repeat: no-repeat;
   background-position: center top;
}
#content .simplebox2 .title {
   display: block;
   vertical-align: top;
   line-height: 130%;
   padding: 6px 8px; margin: 0;
   color: #585753;
   font-size: 95%;
   font-family: 'Montserrat', sans-serif;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   background-image: url(/images/simplebox-title-bg.png);
   background-repeat: repeat;
   background-position: top center;
}
#content .simplebox2:hover .title {
   color: #fff;
   background-color: #b7b7ad;
}
#content .imgbutton {
   display: inline-block;
   padding: 2% 0;
   margin: 0 2%;
   width: 29%;
   height: auto;
}
#content .imgbutton_inner {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   max-width: 400px;
   height: 280px;
   margin: 0;
   padding: 0;
   background-color: #b7b7ad;
   background-repeat: no-repeat;
   background-position: center center;
   text-decoration: none;
}
#content .imgbutton_inner:hover {
   background-color: #b7b7ad;
}
#content .imgbutton_text,
#content .imgbutton_text2 {
   display: block;
   font-family: 'Montserrat', sans-serif;
   text-align: center;
   color: #585753;
   font-size: 120%;
}
#content .imgbutton_inner:hover .imgbutton_text,
#content .imgbutton_inner:hover .imgbutton_text2 {
   color: #fff;
}
#content .imgbutton_text {
   margin-top: 8px;
}
#content .imgbutton_text2 {
   font-size: 100%;
   margin-top: 220px;
}
#content .item_img {
   padding: 20px 0;
}
#content .item_img {
   width: 100%;
   height: auto;
}
#content .big_button a {
   display: inline-block;
   vertical-align: top;
   width: 96%; max-width: 300px;
   background-color: #b7b7ad;
   color: #585753;
   font-weight: 600;
   font-size: 18px;
   text-decoration: none;
   padding: 5px 2%;
   margin: 5px 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#content .big_button a:hover {
   color: #fff;
   background-color: #777;
}

#bottombar_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #b7b7ad;
   width: 100%;
}
#bottombar {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 20px 0;
   text-align: center;
}
#bottombar .quicklinks {
   float: left; clear: left;
   margin: 0 0 0 30px;
}
#bottombar .quicklinks h2 {
   font-size: 120%;
   font-weight: 600;
   color: #585753;
   margin: 0 0 3px 0;
   padding: 0;
   text-align: left;
}
#bottombar .quicklinks p {
   font-size: 100%;
   color: #585753;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 160%;
}
#bottombar .contact {
   float: right; clear: right;
   margin-right: 30px;
}
#bottombar .contact h2 {
   font-size: 120%;
   font-weight: 600;
   color: #585753;
   margin: 0 0 3px 0;
   padding: 0;
   text-align: right;
}
#bottombar .contact p {
   font-size: 100%;
   color: #585753;
   margin: 0 0 3px 0;
   padding: 0;
   text-align: right;
}
#bottombar a, #bottombar a:visited {
   color: #585753;
   text-decoration: none;
}
#bottombar a:hover {
   color: #fff;
   text-decoration: underline;
}

#footer_outer {
   display: inline-block;
   vertical-align: top;
   background-color: #b7b7ad;
   width: 100%;
}
#footer {
   display: block;
   vertical-align: top;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 0 20px 0;
}
#footer p {
   font-size: 96%;
   line-height: 150%;
   color: #585753;
   margin: 0 2%; padding: 0;
   text-align: center;
}
#footer a, #footer a:visited {
   color: #585753;
   text-decoration: none;
}
#footer a:hover {
   color: #fff;
   text-decoration: underline;
}

#content .page_message {
   background-color: #f00;
   color: #fff;
   font-weight: bold;
   font-size: 110%;
   text-align: center;
   margin: 5px 0;
   padding: 1px 2px 3px 2px;
}
#content .field_message {
   background-color: #f00;
   color: #fff;
   font-size: 110%;
   text-align: center;
   margin: 0;
   padding: 1px 2px 3px 2px;
}
#content .footnote {
   font-size: 70%;
}
#content .adminbutton a, #content .adminbutton a:visited {
   font-size: 17px;
   text-align: center;
   text-decoration: none;
   color: #585753;
   padding: 5px 10px;
   background-color: #b7b7ad;
   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: #585753;
   padding: 3px 5px;
   background-color: #b7b7ad;
   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: #777;
}

#form_r {
   display: inline-block;
   padding: 5px 15px 15px 15px;
   width: 370px;
   border: 5px solid #eee;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin: 15px 4px;
}
#form_r hr {
   height: 5px; color: #f7e9ca; background-color: #f7e9ca; border: 0; margin: 20px 0;
}
#form_r h2 {
   background-color: #777;
   color: #fff;
   margin: 15px 0 0 0;
   padding: 3px 0;
   font-size: 110%;
   font-weight: 600;
}
#form_r .selected {
   margin: 10px 0 5px 0;
   color: #fff;
   background-color: #f00;
}
#form_r .toph2 {
   margin: 10px 0 0 0;
}
#form_r .text_field,
#form_r .text_area {
   font-size: 100%;
   width: 362px;
   padding: 2px;
   margin: 2px 0;
   border: 2px #b7b7ad solid;
}
#form_r .text_field_non_r {
   font-size: 100%;
   padding: 2px;
   margin: 2px 0;
   border: 2px #b7b7ad solid;
}
#form_r .select_field {
   font-size: 100%;
   width: 370px;
   padding: 2px;
   border: 2px #b7b7ad 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-weight: bold;
   color: #585753;
   text-align: left;
   margin: 8px 0 2px 2px;
}
#form_r .checkbox_label {
   text-align: left;
   margin: 8px 0 2px 40px;
}
#form_r .checkbox_outer {
   display: inline-block;
   float: left;
   padding: 3px 6px;
}
#form_r .button {
   font-family: 'Montserrat', sans-serif;
   font-size: 17px;
   font-weight: 600;
   color: #585753;
   background-color: #b7b7ad;
   margin-top: 15px;
   padding: 6px;
   border: 0;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   width: 100%;
}
#form_r .button:hover {
   color: #fff;
   background-color: #777;
}
#form_r .help_text,
#form_r .note {
   font-size: 90%;
   text-align: center;
   margin-top: 5px;
}
#form_r .info {
   text-align: left;
}
#content .full_width_note {
   width: 50%;
}

#ums_form {
   margin: 0;
   padding: 0;
}
#ums_form .button {
   font-family: 'Montserrat', sans-serif;
   font-size: 17px;
   color: #585753;
   background-color: #b7b7ad;
   padding: 4px 10px;
   border: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
#ums_form .button2 {
   font-family: 'Montserrat', sans-serif;
   font-size: 14px;
   color: #585753;
   background-color: #b7b7ad;
   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: #777;
}
#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: #585753;
}
#ums_form .checkbox_label {
   text-decoration: none;
   text-align: right;
   font-weight: bold;
}
#ums_form .header {
   text-align: left;
   background-color: #777;
   padding: 3px 8px;
}
#ums_form .header p {
   color: #fff;
   font-size: 95%;
}
#ums_form p {
   color: #585753;
   margin: 0 0 2px 0;
}
#ums_form a, #ums_form a:visited {
   color: #585753;
}

#ums_index {
   margin: 0;
   padding: 10px 0;
}
#ums_index table {
   background-color: #eee;
   padding: 10px;
}
#ums_index th {
   background-color: #777;
   padding: 3px 8px;
   font-weight: normal;
}
#ums_index td {
   border-bottom: 1px #777 solid;
   padding: 4px 8px;
}
#ums_index .line {
   border-bottom: 1px #777 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: #585753;
}
#ums_index a:hover {
   color: #585753;
}
#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 #b7b7ad solid;
}
#ums_form .checkbox_label {
   font-weight: normal;

}
#ums_form .help_text {
  font-size: 70%;
}

@media (min-width: 10px) {
   body {
      width: 100%;
   }
   #topnav_wrapper {
      display: inline-block;
   }
   #topnav_min_wrapper {
      display: none;
   }
   #logobar {
      display: none;
   }
   #ninja-slider-wrapper {
      display: inline;
   }
   #page_wrapper {
      margin: 60px auto 0 auto;
   }
}
@media (max-width: 1175px) {
   #topnav a {
      font-size: 95%;
      font-weight: 600;
      height: 40px;
      padding: 20px 10px 0 10px;
   }
}
@media (max-width: 1100px) {
   #topnav_outer .logo {
      margin: 0 8px;
      max-width: 220px;
      height: auto;
   }
   #topnav a {
      padding: 20px 8px 0 8px;
   }
}
@media (max-width: 960px) {
   #topnav_wrapper {
      display: none;
   }
   #topnav_min_wrapper {
      z-index: 900;
      position: fixed;
      top: 0; left 0;
      display: inline-block;
   }
   #logobar {
      margin-top: 44px;
      display: block;
   }
   #ninja-slider .text_box {
      bottom: 35px;
      right: 50px;
   }
   #ninja-slider h1 {
      font-size: 400%;
   }
   #page_wrapper {
      margin: 0 auto 0 auto;
   }
   #content {
      padding: 20px 15px 20px 15px;
   }
}
@media (max-width: 750px) {
   #ninja-slider .text_box {
      display: none;
   }
   #content .imgr,
   #content .imgl {
      display: block;
      vertical-align: top;
      float: none;
      margin: 12px auto 20px auto;
   }
   #content .imgbutton {
      width: 100%;
      margin: 0 0;
   }
}
@media (max-width: 600px) {
   #bottombar .quicklinks,
   #bottombar .contact {
      display: none;
   }
   #bottombar {
      padding: 20px 0 0 0;
   }
}
@media (max-width: 450px) {
   #form_r {
      width: 98%;
      border: 0;
      padding: 5px 0 20px 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;
   }
}

