
body {
   background-color: #eaf6f7;
   padding: 0px;
   margin: 0px auto;
   width: 980px;
}
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;
}
#body {
   background-color: #fff;
   padding: 0px 15px;
}
#logobar {
   background-color: #199ba8;
   background-image: url("/images/structure/aqua/logobar_bg.jpg");
   background-repeat: no-repeat;
   background-position: top left;
   border-bottom: 3px solid #fff;
}
#topbar {
   position: relative;
   background-color: #199ba8;
}
#topbar p {
   font-size: 105%;
   color: #fff;
   margin: 0px 0px 0px 0px;
   padding: 5px 0px 6px 0px;
}
#topbar p a, #topbar p a:visited {
   color: #fff;
   padding: 5px 10px 6px 10px;
   border-right: 3px solid #fff;
}
#topbar p a:hover {
   color: #fff;
   background-color: #faae1a;
}
#topbar .selected a, #topbar .selected a:visited {
   color: #fff;
   background-color: #faae1a;
}

#leftbar {
   float: left;
   width: 190px;
   float: left;
   padding: 5px 0px 15px 15px;
   margin: 14px;
   background-image: url("/images/structure/button_bg.png");
   background-repeat: no-repeat;
   background-position: bottom left;
}
#leftnav {
   padding: 3px;
   background-color: #199ba8;
}
#leftnav p {
   font-size: 105%;
   font-weight: normal;
   color: #fff;
   text-align: left;
   margin: 0px;
   padding: 5px 8px;
}
#leftnav p a, #leftnav p a:visited {
   color: #fff;
}
#leftnav p:hover {
   color: #fff;
   background-color: #faae1a;
}
#leftnav .selected {
   color: #fff;
   background-color: #faae1a;
}

#main {
}

#content {
   padding: 15px 5px;
   min-height: 400px;
   height: auto; !important
   height: 400px;
}
#content p {
   color: #555;
   font-size: 100%;
   line-height: 150%;
   margin-top: 0px;
   margin-bottom: 10px;
}
#content a, #content a:visited {
   color: #555;
   text-decoration: underline;
}
#content a:hover {
   color: #199ba8;
   text-decoration: none;
}
#content h1 {
   color: #199ba8;
   font-size: 130%;
   font-weight: normal;
   text-align: left;
   margin-top: 0px;
   margin-bottom: 15px;
   padding-bottom: 12px;
   border-bottom: 3px solid #faae1a;
}
#content h2 {
   color: #199ba8;
   font-size: 120%;
   font-weight: normal;
   margin-top: 17px;
   margin-bottom: 10px;
}
#content h2 a {
   color: #199ba8;
   text-decoration: none;
}
#content h3 {
   color: #555;
   font-size: 100%;
   margin-top: 15px;
   margin-bottom: 10px;
}
#content ul {
   margin-top: 0px;
   margin-bottom: 10px;
   list-style: square;
}
#content ol {
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: 20px;
}
#content li {
   color: #555;
   font-size: 100%;
   margin: 8px;
}
#content .closeup td p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .closeup th p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .tighten td p {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .tighten td h2 {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .tighten th p {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .bordered_table {
   border-left: 2px #199ba8 solid;
   border-top: 2px #199ba8 solid;
}
#content .bordered_table th {
   padding: 5px 8px;
   border-right: 2px #199ba8 solid;
   border-bottom: 2px #199ba8 solid;
}
#content .bordered_table td {
   border-right: 2px #199ba8 solid;
   border-bottom: 2px #199ba8 solid;
}
#content .bordered_table  p {
   margin-top: 0px;
   margin-bottom: 2px;
}

#content .borderedtable {
   border-left: 1px #ddd solid;
   border-top: 1px #ddd solid;
   margin-bottom: 20px;
}
#content .borderedtable th {
   padding: 5px 8px;
   border-right: 1px #ddd solid;
   border-bottom: 1px #ddd solid;
}
#content .borderedtable td {
   padding: 5px 8px;
   border-right: 1px #ddd solid;
   border-bottom: 1px #ddd solid;
}
#content .borderedtable td p {
   margin: 0px;
}
#content .borderedtable th p {
   margin: 0px;
}

#content .news_img, #content .news_img_link {
   border: 3px solid #199ba8;
}
#content .news_img_link:hover {
   border: 3px solid #faae1a;
}

#content .l_img_outer, #content .p_img_outer {
   display: inline-block;
   *display: inline;
   margin: 10px;
   padding: 0px 0px 12px 12px;
   background-repeat: no-repeat;
   background-position: bottom left;
}
#content .l_img_outer {
   background-image: url("/images/structure/l_img_bg.png");
}
#content .p_img_outer {
   background-image: url("/images/structure/p_img_bg.png");
}
#content .l_img_outer:hover {
   background-image: url("/images/structure/l_img_bg_hover.png");
}
#content .p_img_outer:hover {
   background-image: url("/images/structure/p_img_bg_hover.png");
}
#content .imgr {
   float: right;
   padding: 0px 0px 20px 20px;
}
#content .imgl {
   float: left;
   padding: 0px 20px 20px 0px;
}
#content .small {
   font-size: 90%;
}
#content .justify_text p {
   text-align: justify;
}
#content .bullet {
   margin-left: 40px;
}

#content .left_column {
   float: left;
   width: 460px;
/*   background-color: #eee;*/
}

#content .right_column {
   float: right;
   width: 460px;
/*   background-color: #eee;*/
}
#content .box {
   width: 430px;
   margin: 2px;
   padding: 10px;
   border: 3px solid #199ba8;
}
#content .box h2 {
   margin-top: 0px;
   padding-bottom: 4px;
   border-bottom: 1px solid #faae1a;
}
#content .box h3 {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .box h3 a {
  font-weight: normal;
  font-size: 90%;
}
#content .box p {
   line-height: 110%;
   margin-bottom: 0px;
   font-size: 90%;
}

#content .imgbutton {
   float: left;
   padding: 0px 0px 15px 15px;
   margin: 14px;
   background-image: url("/images/structure/button_bg.png");
   background-repeat: no-repeat;
   background-position: bottom left;
   text-decoration: none;
}
#content .imgbutton:hover {
   background-image: url("/images/structure/button_bg_hover.png");
}
#content .imgbutton_inner {
   display: block;
   position: relative;
   width: 180px;
   height: 180px;
   border: 3px solid #199ba8;
   background-color: #199ba8;
   background-repeat: no-repeat;
   background-position: top center;
}
#content .imgbutton_inner:hover {
   background-color: #faae1a;
   border: 3px solid #faae1a;
}
#content .imgbutton_text {
   font-family: Tahoma, Arial, sans-serif;
   position: absolute;
   bottom: 0px;
   left: 0px;
   padding: 5px;
   color: #fff;
   font-size: 120%;
}
#content .gallerywrapper {
   text-align: center;
   list-style: none;
   width: 90%;
   margin: 0px auto;
   padding: 0px;
}
#content .gallerywrapper li {
   list-style: none;
   display: inline-block;
   margin: 0px;
   padding: 4px 2px;
}
* html #content .gallerywrapper li {
   display:inline;
}  /* for IE 6 */
* + html #content .gallerywrapper li {
   display:inline;
}  /* for IE 7 */

#bottombar {
}

#footer_outer {
   padding: 0px 15px 15px 15px;
   background-color: #fff;
}
#footer {
   padding: 20px;
   background-color: #199ba8;
}
#footer p {
   font-size: 95%;
   line-height: 150%;
   color: #fff;
   padding: 0px;
   margin: 0px;
}
#footer a, #footer a:visited {
   color: #fff;
   text-decoration: none;
}
#footer a:hover {
   color: #faae1a;
   text-decoration: underline;
}
#footer h2 {
   color: #fff;
   font-size: 120%;
   font-weight: normal;
   text-align: right;
   padding: 0px;
   margin: 0px 0px 5px 0px;
}

#content .HHContact p {margin-top: 0px;}
#content .HHContactTitle, #content .RWLegalTitle {font-size: 120%; margin-top: 5px; margin-bottom: 0px; padding-bottom: 3px; color: #199ba8; width: 200px;}
#content .HHContactLabel {text-align: right; font-weight: bold; margin-top: 2px;}
#content .HHContactMessage {color: #f00; font-weight: bold; text-align: center;}
#content .HHContactButton {font-size: 15px; font-weight: bold; color: #fff; background-color: #199ba8; padding: 5px 10px;}
#content .HHContactButton:hover {background-color: #faae1a;}
#content .HHContactField {font-size: 90%; border: 2px #199ba8 solid;}
#content .HHContactForm {background-color: #eaf6f7; border: 10px #eaf6f7 solid; margin: 10px 0px 5px 0px;}

#HHGoogleMap {border: 2px solid #ccc;}

#content .HHEvent {padding: 10px 20px 0px 20px}
#content .HHEvent h2, #content .HHEvent p {margin-top: 0px; margin-bottom: 3px;}

#content .HHShopAddToBasket {
   margin-bottom: 5px;
}
#content .HHShopQuantity {
   margin: 0px 10px 0px 0px;
   padding: 0px 1px 1px 1px;
   font-size: 75%;
   border: 2px solid #555;
   text-align: right;
}
#content .HHShopButton {
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   background-color: #888;
}
#content .HHShopButtonSmall {
   font-size: 10px;
   font-weight: bold;
   color: #fff;
   background-color: #888;
}
#content .HHShopPseudoButton a, #content .HHShopPseudoButton a:visited {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   text-decoration: none;
   padding: 5px 10px;
   background-color: #199ba8;
   border-right: 2px solid #989898;
   border-bottom: 2px solid #989898;
   border-left: 2px solid #f8f8f8;
   border-top: 2px solid #f8f8f8;
   cursor: default;
}
#content .HHShopPseudoButton a:hover {
   background-color: #faae1a;
}
#content .HHShopPseudoButton .selected {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   text-decoration: none;
   padding: 5px 10px;
   background-color: #faae1a;
   border-right: 2px solid #989898;
   border-bottom: 2px solid #989898;
   border-left: 2px solid #f8f8f8;
   border-top: 2px solid #f8f8f8;
   cursor: default;
}
#content .HHBasketWrapper {
}
#content .HHBasket {
   background-color: #ddd;
   border-top: 15px #ddd solid;
   border-right: 25px #ddd solid;
   border-bottom: 15px #ddd solid;
   border-left: 25px #ddd solid;
   margin-top: 10px;
}
#content .HHBasket th {
   font-family: Verdana, Arial, sans-serif;
   background-color: #888;
   color: #fff;
   font-size: 85%;
   margin: 0px;
   padding: 5px;
}
#content .HHBasket td {
   font-family: Verdana, Arial, sans-serif;
   color: #333;
   font-size: 85%;
   margin: 0px;
   padding: 5px;
}
#content .HHBasketLine {
   background-color: #ddd;
}
#content .HHBasketLineAlt {
   background-color: #fff;
}
#content .HHBasketLineAbove td {
   border-top: 2px solid #888;
}
#content .HHBasketLineBelow td {
   border-bottom: 2px solid #888;
}
#content .HHBasketLineBoth td {
   border-bottom: 2px solid #888;
   border-top: 2px solid #888;
}

#content .page_message {
   color: #f00;
   font-size: 85%;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
#content .field_message {
   color: #f00;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
#content .footnote {
   font-size: 70%;
}

#ums_form {
   margin: 0px;
   padding: 10px 0px 20px 0px;
}
#ums_form .button {
   font-size: 15px;
   font-weight: bold;
   color: #fff;
   padding: 5px 10px;
   background-color: #199ba8;
   margin-top: 20px;
}
#ums_form .button2 {
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   background-color: #888;
}
#ums_form table {
   background-color: #eaf6f7;
   border-top: 10px #eaf6f7 solid;
   border-right: 25px #eaf6f7 solid;
   border-bottom: 15px #eaf6f7 solid;
   border-left: 25px #eaf6f7 solid;
}
#ums_form th {
   padding: 1px 8px;
}
#ums_form td {
   padding: 2px 8px;
}
#ums_form .label {
   text-decoration: none;
   text-align: right;
   font-weight: bold;
}
#ums_form .checkbox_label {
   text-decoration: none;
   text-align: right;
}
#ums_form .header {
   text-align: left;
   background-color: #199ba8;
   border-top: 7px #eaf6f7 solid;
   border-bottom: 7px #eaf6f7 solid;
   padding: 3px 8px;
}
#ums_form .header p {
   color: #fff;
   font-size: 85%;
}
#ums_form p {
   margin: 0px 0px 2px 0px;
}
#ums_form .help_text {
   font-size: 80%;
}

#ums_index {
   margin: 0px;
   padding: 20px 0px 20px 0px;
}
#ums_index table {
   background-color: #eaf6f7;
   border-top: 10px #eaf6f7 solid;
   border-right: 25px #eaf6f7 solid;
   border-bottom: 15px #eaf6f7 solid;
   border-left: 25px #eaf6f7 solid;
}
#ums_index th {
   background-color: #199ba8;
   border-top: 3px #eaf6f7 solid;
   padding: 3px 8px;
}
#ums_index td {
   border-bottom: 1px #199ba8 solid;
   padding: 8px 8px;
}
#ums_index th p {
   color: #fff;
   font-size: 85%;
}
#ums_index p {
   font-size: 85%;
   margin-top: 0px;
   margin-bottom: 0px;
}
#ums_index .link a {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   text-decoration: none;
   padding: 1px 10px 2px 10px;
   background-color: #199ba8;
   border-right: 1px solid #4a4a4a;
   border-bottom: 1px solid #4a4a4a;
   border-left: 1px solid #cecece;
   border-top: 1px solid #cecece;
   display: block;
}
#ums_html_text_area,
#ums_form .color,
#ums_form .file_field,
#ums_form .text_field,
#ums_form .select_field,
#ums_form .text_area {
   border: 2px #199ba8 solid;
}
#ums_html_text_area table {
   background-color: #eee;
   border: 2px #eee solid;
}
#ums_html_text_area td {
   padding: 0px;
   border: none;
}

