/*! normalize.css v1.0.2 | MIT License | git.io/normalize *//* ==========================================================================   HTML5 display definitions   ========================================================================== *//* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {    display: block;}/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */audio,canvas,video {    display: inline-block;    *display: inline;    *zoom: 1;}/* * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */audio:not([controls]) {    display: none;    height: 0;}/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4. * Known issue: no IE 6 support. */[hidden] {    display: none;}/* ==========================================================================   Base   ========================================================================== *//* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using *    `em` units. * 2. Prevents iOS text size adjust after orientation change, without disabling *    user zoom. */html {    font-size: 100%; /* 1 */    -webkit-text-size-adjust: 100%; /* 2 */    -ms-text-size-adjust: 100%; /* 2 */}/* * Addresses `font-family` inconsistency between `textarea` and other form * elements. */html,button,input,select,textarea {    font-family: sans-serif;}/* * Addresses margins handled incorrectly in IE 6/7. */body {    margin: 0;}/* ==========================================================================   Links   ========================================================================== *//* * Addresses `outline` inconsistency between Chrome and other browsers. */a:focus {    outline: thin dotted;}/* * Improves readability when focused and also mouse hovered in all browsers. */a:active,a:hover {    outline: 0;}/* ==========================================================================   Typography   ========================================================================== *//* * Addresses font sizes and margins set differently in IE 6/7. * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */h1 {color: #006666; font-size: 2.25em;margin: 0.67em 0;}h2 {color: #006666; font-size: 1.9em;margin: 0.83em 0 0.5em;}h3 {color: #006666; font-size: 1.4em;margin: 1em 0.3em 0.5em 0.6em;}h4 {color: #006666; font-size: 1em;   margin: 1em;}h5 {font-size: 0.9em;margin: 1.67em 0;}h6 {font-size: 0.85em;margin: 2.33em 0;}/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */abbr[title] {    border-bottom: 1px dotted;}/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */b,strong {    font-weight: bold;}blockquote {    margin: 1em 40px;}/* * Addresses styling not present in Safari 5 and Chrome. */dfn {    font-style: italic;}/* * Addresses styling not present in IE 6/7/8/9. */mark {    background: #ff0;    color: #000;}/* * Addresses margins set differently in IE 6/7. */p,pre {    margin: 1em 1em;}/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */code,kbd,pre,samp {    font-family: monospace, serif;    _font-family: 'courier new', monospace;    font-size: 1em;}/* * Improves readability of pre-formatted text in all browsers. */pre {    white-space: pre;    white-space: pre-wrap;    word-wrap: break-word;}/* * Addresses CSS quotes not supported in IE 6/7. */q {    quotes: none;}/* * Addresses `quotes` property not supported in Safari 4. */q:before,q:after {    content: '';    content: none;}/* * Addresses inconsistent and variable font size in all browsers. */small {    font-size: 80%;}/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */sub,sup {    font-size: 75%;    line-height: 0;    position: relative;    vertical-align: baseline;}sup {    top: -0.5em;}sub {    bottom: -0.25em;}/* ==========================================================================   Lists   ========================================================================== *//* * Addresses margins set differently in IE 6/7. */dl,menu,ol,ul {    margin: 1em 0;}dd {    margin: 0 0 0 40px;}/* * Addresses paddings set differently in IE 6/7. */menu,ol,ul {    padding: 0 0 0 40px;}/* * Corrects list images handled incorrectly in IE 7. */nav ul,nav ol {    list-style: none;    list-style-image: none;}/* ==========================================================================   Embedded content   ========================================================================== *//* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. * 2. Improves image quality when scaled in IE 7. */img {    border: 0; /* 1 */    -ms-interpolation-mode: bicubic; /* 2 */}/* * Corrects overflow displayed oddly in IE 9. */svg:not(:root) {    overflow: hidden;}/* ==========================================================================   Figures   ========================================================================== *//* * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */figure {    margin: 0;}/* ==========================================================================   Forms   ========================================================================== *//* * Corrects margin displayed oddly in IE 6/7. */form {    margin: 20px;}/* * Define consistent border, margin, and padding. */fieldset {    border: 1px solid #c0c0c0;    margin: 0 2px;    padding: 0.35em 0.625em 0.75em;}/* * 1. Corrects color not being inherited in IE 6/7/8/9. * 2. Corrects text not wrapping in Firefox 3. * 3. Corrects alignment displayed oddly in IE 6/7. */legend {    border: 0; /* 1 */    padding: 0;    white-space: normal; /* 2 */    *margin-left: -7px; /* 3 */}/* * 1. Corrects font size not being inherited in all browsers. * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome. * 3. Improves appearance and consistency in all browsers. */button,input,select,textarea {    font-size: 100%; /* 1 */    margin: 0 10px 3px; /* 2 */    vertical-align: baseline; /* 3 */    *vertical-align: middle; /* 3 */}/* * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */button,input {    line-height: normal; width:50%;}/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Corrects inability to style clickable `input` types in iOS. * 3. Improves usability and consistency of cursor style between image-type *    `input` and others. * 4. Removes inner spacing in IE 7 without affecting normal text inputs. *    Known issue: inner spacing remains in IE 6. */button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {    -webkit-appearance: button; /* 2 */    cursor: pointer; /* 3 */    *overflow: visible;  /* 4 */}/* * Re-set default cursor for disabled elements. */button[disabled],input[disabled] {    cursor: default;}/* * 1. Addresses box sizing set to content-box in IE 8/9. * 2. Removes excess padding in IE 8/9. * 3. Removes excess padding in IE 7. *    Known issue: excess padding remains in IE 6. */input[type="checkbox"],input[type="radio"] {    box-sizing: border-box; /* 1 */    padding: 0; /* 2 */    *height: 13px; /* 3 */    *width: 13px; /* 3 */}/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */input[type="search"] {    -webkit-appearance: textfield; /* 1 */    -moz-box-sizing: content-box;    -webkit-box-sizing: content-box; /* 2 */    box-sizing: content-box;}/* * Removes inner padding and search cancel button in Safari 5 and Chrome * on OS X. */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {    -webkit-appearance: none;}/* * Removes inner padding and border in Firefox 3+. */button::-moz-focus-inner,input::-moz-focus-inner {    border: 0;    padding: 0;}/* * 1. Removes default vertical scrollbar in IE 6/7/8/9. * 2. Improves readability and alignment in all browsers. */textarea {    overflow: auto; /* 1 */    vertical-align: top; /* 2 */}/* ==========================================================================   Tables   ========================================================================== *//* * Remove most spacing between table cells. */table {    border-collapse: collapse;    border-spacing: 0;}/* HTML5 Boilerplate *   What follows is the result of much research on cross-browser styling. *   Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, *   Kroc Camen, and the H5BP dev community and team. *//* ========================================================================== * Base styles: opinionated defaults  */html, button, input, select, textarea {color: #222;}body {font-size: 100% /*IE Bug fix*/}body {line-height: 1.4;}/* Remove text-shadow in selection highlight: h5bp.com/i | These selection declarations have to be separate. Customize the background color to match your design. */::-moz-selection {background: #b3d4fc;text-shadow: none;}::selection {background: #b3d4fc;text-shadow: none;}/*A better looking default horizontal rule  */hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */img {vertical-align: middle;}/* Remove default fieldset styles. */fieldset {border: 0;margin: 0;padding: 0;}/* Allow only vertical resizing of textareas. */textarea {resize: vertical;}/* ========================================================================== * Chrome Frame prompt */.chromeframe {margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0;}/* ========================================================================== * Helper classes *//* Image replacement */.ir {background-color: transparent;border: 0;overflow: hidden; /* IE 6/7 fallback */*text-indent: -9999px;}.ir:before {content: "";display: block;width: 0;height: 100%;}/* Hide from both screenreaders and browsers: h5bp.com/u */.hidden {display: none !important;visibility: hidden;}/* Hide only visually, but have it available for screenreaders: h5bp.com/v */.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p  */.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}/* Hide visually and from screenreaders, but maintain layout */.invisible {visibility: hidden;}/*Clearfix: contain floats *   For modern browsers *   1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. *      Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. *   2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */.clearfix:before, .clearfix:after {content: " "; /* 1 */display: table; /* 2 */}.clearfix:after {clear: both;}/* For IE 6/7 only: Include this rule to trigger hasLayout and contain floats. */.clearfix {*zoom: 1;}/* ========================================================================== * EXAMPLE Media Queries for Responsive Design. * Theses examples override the primary ('mobile first') styles. Modify as content requires. * * Style adjustments for viewports that meet the condition *@media only screen and (min-width: 35em) {} * Style adjustments for high resolution devices *@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {} *//* ========================================================================== * Print styles. * Inlined to avoid required HTTP connection: h5bp.com/r */@media print {* {background: transparent !important;color: #000 !important; /* Black prints faster: h5bp.com/s */box-shadow: none !important;text-shadow: none !important;}a, a:visited {text-decoration: underline;}a[href]:after {content: " (" attr(href) ")";}abbr[title]:after {content: " (" attr(title) ")";}/* Don't show links for images, or javascript/internal links   */.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}pre, blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group; /* h5bp.com/t */}tr, img {page-break-inside: avoid;}img {max-width: 100% !important;} @page {margin: 0.5cm;}p, h2, h3 {orphans: 3;widows: 3;}h2, h3 {page-break-after: avoid;}}/**//* jQuery.mb.components: jquery.mb.menu * © 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab */.mbmenu{display:none;}.rootVoices {}.rootVoices a {text-decoration: none;}.rootVoices .rootVoice {display: block; cursor: pointer;}.rootVoices .rootVoice.selected{}.rootVoices .rootVoice.disabled.selected{}.rootVoices.horizontal .rootVoice {float: left;}.menuContainerVertical a, .menuContainerHorizontal a{display: block;}.menuContainerVertical .img, .menuContainerHorizontal .img{float: left;}/* pure CSS menu style copied from superfish */.content .rootVoices, .rootVoices * {margin: 0;padding: 0;list-style: none;}.rootVoices {line-height: 1.0; /*float: left;*/}.content .rootVoices ul {position: absolute; top: -999em; margin: 0;}.content .rootVoices ul li {width: 100%; margin: 0;}.rootVoices li:hover {visibility: inherit; /* fixes IE7 'sticky bug' */}.rootVoices li {float: left; position: relative;}.rootVoices a {display: block; position: relative;}.content .rootVoices li:hover ul,.content .rootVoices li.sfHover ul {left: 0;z-index: 99;}.rootVoices li:hover li ul, .rootVoices li.sfHover li ul {top: -999em;}.rootVoices li li:hover li ul, .rootVoices li li.sfHover li ul {top: -999em;}.rootVoices li li:hover ul, .rootVoices li li.sfHover ul {top: 0;}.rootVoices li li li:hover ul, .rootVoices li li li.sfHover ul {top: 0;}.rootVoices li:hover ul, .rootVoices li.sfHover ul {top: 0;}.rootVoices.vertical li:hover ul, .rootVoices.vertical li.sfHover ul {top: 0px;}/*BOX MENU - For sub menu items that are set to display as a box instead of a normal link*/.boxMenu{ color:#f3f3f3; border-top:8px solid black; }.boxMenu h4{ white-space:nowrap; margin:0 0 20px 0; padding:3px; font:18px/20px georgia, serif; padding-right:20px; }.boxMenu { min-width:160px; vertical-align:top; border-right:1px solid #999; }.boxMenu:hover{}.boxMenu:hover a{ margin-right:3px; color:#000; }.boxMenu:last-child{ min-width:160px; vertical-align:top; border-right:none; }.boxMenu a{ font-size:14px; white-space:nowrap; display:block; padding:5px; margin-bottom:5px; }.boxMenu a img{padding-right:5px; }.boxMenu a:hover{ color:#000; }.boxMenu a img{ border:0;}/**//* jQuery.mb.components: jquery.mb.menu © 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab */.rootVoices.horizontal {width: 100%;/* height of top level bar */padding-left:0px;box-sizing:content-box;border-right: 1px solid rgba(255, 255, 255, .25);}.rootVoices li:hover ul, .rootVoices li:hover ol, .rootVoices li.sfHover ul, .rootVoices li.sfHover ol {top: 32px; /* css only - match height above */}.rootVoices.horizontal ul, .rootVoices.horizontal ol {width: 180px; /* css only - width of sub menus */}ul.rootVoices.horizontal li li:hover ul, ol.rootVoices.horizontal li li:hover ol, ul.rootVoices.horizontal li li.sfHover ul, ol.rootVoices.horizontal li li.sfHover ol,  ul.rootVoices.horizontal li li li:hover ul, ol.rootVoices.horizontal li li li:hover ol, ul.rootVoices.horizontal li li li.sfHover ul, ol.rootVoices.horizontal li li li.sfHover ol {left: 170px; /* css only - offset of sub menus - slightly smaller for overlap if desired */}.rootVoices.horizontal a, .menuContainerHorizontal .voice a {/* Links */color: #fff;font:"raleway";font-size:1.04em;text-shadow: 1px 1px 2px #033;text-decoration: none;}.rootVoices.horizontal li {width:auto;color:#fff;float:right;background-size:contain;margin: 0 0 0 0px;position:relative;padding: 9px 8px 0 8px;box-sizing:border-box;border-right: 1px solid rgba(255, 255, 255, .25);/* top level */}.rootVoices.horizontal li:first-of-type {border-right:none;}.rootVoices.horizontal li:last-of-type {}.rootVoices.horizontal li noborder {width:auto;height:37px;color:#fff;float:left;background-size:contain;margin: 0 0 0 17px;position:relative;padding: 9px 20px 0 12px;box-sizing:border-box;border-right:none;/* top level */}.menuContainerHorizontal, .rootVoices.horizontal li li {background: #ddd; /* first sub */}.menuContainerHorizontal.subMenuContainer, .rootVoices.horizontal li li li {background: #ccc; /* second sub */}.rootVoices.horizontal .rootVoice.selected, .rootVoices.horizontal li:hover, .rootVoices.horizontal li.sfHover,/*.rootVoices.horizontal a:focus, .rootVoices.horizontal a:hover, .rootVoices.horizontal a:active,*/ .menuContainerHorizontal .selected {/* li hover style */color:#fff;}.rootVoices.horizontal .rootVoice {  /* top level */padding:9px;}.rootVoices.horizontal ul a, .rootVoices.horizontal ol a, .menuContainerHorizontal .voice a {  /*sub items*/padding: 9px;color: #fff;}.menuContainerHorizontal {position:absolute;/*font-size: 1.2em;*/}.rootVoices.horizontal .rootVoice.disabled.selected {background:#999;color:#666;}.menuContainerHorizontal.submenuContainer {border-top:none!important;}.menuContainerHorizontal.disabled {background-color:gray;}.menuContainerHorizontal .line {/*background-color:transparent;*/}.menuContainerHorizontal .line.title {background-color:black;}.menuContainerHorizontal.disabled .line.title {background-color:#999;}.menuContainerHorizontal .line.title a {font-size:14px;color:#ccc;}.menuContainerHorizontal.disabled .line.title a {font-size:14px;color:#666;}.menuContainerHorizontal .separator {background-color:#999;height:1px;padding:0;margin:0;}.menuContainerHorizontal .img {width:24px;}.menuContainerHorizontal .img img {width:20px;}.menuContainerHorizontal .textBox {padding: 10px;color: #c3c3c3;}.menuContainerHorizontal .disabled, .menuContainerHorizontal .disabled a {color:#555;}.menuContainerHorizontal .subMenuOpener {background-image:url(../images/menu/menuArrow_w.gif);background-repeat:no-repeat;background-position:right;}.menuContainerHorizontal .selected .subMenuOpener {background-image: url(../images/menu/menuArrow.gif);background-repeat:no-repeat;background-position:right;} @media only screen and (min-width: 46em) { /*737px*/.rootVoices.horizontal li {padding: 5px;}} @media only screen and (min-width: 60em) { /*960px*/.rootVoices.horizontal li {/* padding: 9px 20px 0 12px; */ margin: 0 0 0 0;}.rootVoices.horizontal li:first-of-type {}}/**//* jQuery.mb.components: jquery.mb.menu © 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab */.rootVoices.vertical, .rootVoices.vertical li, .rootVoices.vertical ul {width: 180px; /* width of menu */padding-left:0;margin:0;}.rootVoices.vertical li:hover ul,.rootVoices.vertical li.sfHover ul, .rootVoices.vertical li li:hover ul, .rootVoices.vertical li li.sfHover ul, .rootVoices.vertical li li li:hover ul, .rootVoices.vertical li li li.sfHover ul {left: 170px; /* css only - offset of subs - slightly smaller for overlap if desired */}.rootVoices.vertical a, .menuContainerVertical .voice a {/* Links */color: #eee;text-decoration: none;}.rootVoices.vertical li { background: #333; /* top level */}.menuContainerVertical, .rootVoices.vertical li li { background: #444; /* first sub */}.menuContainerVertical.subMenuContainer, .rootVoices.vertical li li li { background: #555; /* second sub */}.rootVoices.vertical li:hover, .rootVoices.vertical li.sfHover, .rootVoices.vertical a:focus, .rootVoices.vertical a:hover, .rootVoices.vertical a:active,.menuContainerVertical .selected { /* li hover style */background: #222;color: #fff;}.rootVoices.vertical .rootVoice {  /* top level */  padding:8px 9px;}.rootVoices.vertical ul a, .menuContainerVertical .voice a {  /*sub items*/padding: 8px;}.menuContainerVertical {   position:absolute;/*font-size: 1.2em;*/}.rootVoices.vertical .rootVoice.disabled.selected{  background:#999 !important;  color:#666;}.menuContainerVertical.submenuContainer{  border-top:none!important;}.menuContainerVertical.disabled{  border-top:5px solid #999;  background-color:gray;}.menuContainerVertical .line{  /*background-color:transparent;*/}.menuContainerVertical .line.title {  background-color:black;}.menuContainerVertical.disabled .line.title {  background-color:#999;}.menuContainerVertical .line.title a{  font-size:14px;  color:#ccc;}.menuContainerVertical.disabled .line.title a{  font-size:14px;  color:#666;}.menuContainerVertical .separator{  background-color:#999;  height:1px;  padding:0;  margin:0;}.menuContainerVertical .img{  width:24px;}.menuContainerVertical .img img{  width:20px;}.menuContainerVertical .textBox{  padding: 10px;  color: #c3c3c3;}.menuContainerVertical .disabled , .menuContainerVertical .disabled  a {  color:#555;}.menuContainerVertical .subMenuOpener{  background-image:url(../images/menu/menuArrow_w.gif);  background-repeat:no-repeat;  background-position:right;}.menuContainerVertical .selected .subMenuOpener{  background-image:url(../images/menu/menuArrow.gif);  background-repeat:no-repeat;  background-position:right;}/* CSS Document */#mobileNav-control {z-index:1000;cursor:pointer;}#mobileNav-control, #mobileNavCompressed {display:none}#mobileNav {display:none;right: 8px;top:140px;position: absolute;z-index:999;min-width:98%;max-width:100%;border-radius:10px;}#mobileNav.left {left: 10px;right: auto;}#mobileNav .mobile-menu-title {display:none;padding:1em 1em 0;font-style:italic}#mobileNav ol {margin:0;list-style:none;padding-left:0em}#mobileNav ol.toplvl {margin:0 0em 0em;}#mobileNav li {}#mobileNav a {display:block;width:96%;padding:0.6em;margin:0.1em 0 0.1em 0.3em;border:1px solid #07615e;-webkit-border-radius: 5px;border-radius: 5px;color:#fff;text-decoration:none;background: #076b6a; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #076b6a 0%, #529896 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #076b6a), color-stop(100%, #E0E0E0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #076b6a 0%, #529896 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #076b6a 0%, #529896 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #076b6a 0%, #529896 100%); /* IE10+ */background: linear-gradient(to bottom, #076b6a 0%, #529896 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076b6a', endColorstr='#E0E0E0', GradientType=0 ); /* IE6-8 */}#mobileNav a:hover {background: #529896; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #529896 0%, #076b6a 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #529896), color-stop(100%, #076b6a)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #529896 0%, #076b6a 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #529896 0%, #076b6a 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #529896 0%, #efe076b6afef 100%); /* IE10+ */background: linear-gradient(to bottom, #529896 0%, #076b6a 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#529896', endColorstr='#076b6a', GradientType=0 ); /* IE6-8 */}footer nav ol {padding: 0;margin: 0;}footer nav ol li {display: inline-block;margin: 0 0 0 0;text-align: center;font-size: 1em;font-weight: bold;}footer nav ol li:first-child {margin: 0;}footer nav ol li a, footer address a, footer nav ol li a:link, footer address a:link, footer nav ol li a:visited, footer address a:visited {color: #fde4cc;text-decoration: none;}footer nav ol li a:hover, footer address a:hover {color: #fff;} @media only screen and (max-width: 46em) { /*737px*/.horizontalMenu {display:none;}#mobileNavCompressed {}#mobileNav-control {display:block}header #header {position:relative;}#mobileNav-control {width:45px;height:52px;position:absolute;right:10px;width:2.5em;}#mobileNav-control.left {left:10px;right:auto;}#mobileNav-control span {display:block;height:7px;width:100%;}/*#mobileNav-control span.menubar {height:6px;background:transparent url('../images/icons/menupart-charcoal.gif') no-repeat center center;}*/#mobileNav-control span.menubar {height:7px;-webkit-border-radius: 4px;border-radius: 4px;background:#529896;margin-bottom:2px;}}@media only screen and (max-width: 35em) { /*560px*/}@media only screen and (max-width: 28em) { /*448px*/#mobileNav {max-width:98%;width:98%;margin-left:1%;margin-right:1%;left:0;right:0;}#mobileNav-control {width:45px;height:52px;position:absolute;right:8px;top:60px;width:2.5em;}}/* Default WYSIWYG Table Borders */table.tables{border:2px solid #6E7376;border-collapse:collapse;/*background:#fff;*/}table.tables td,table.tables th{border:1px solid #D2D3D4;border-spacing:0;padding:10px;}/* Table Striping */table.stripe tr.even{background-color:#eee;}table.stripe tr.odd{background-color:transparent;}table.noborder,table.noborder th,table.noborder td,table.noBorder,table.noBorder th,table.noBorder td{border:none !important;}/* WYSIWYG table behaviour */table.table, table[border]{border-collapse:collapse !important;}td{vertical-align: top;}table[border="3"],table[border="5"] td,table[border="5"] th{border:5px #DDDDDD solid;}table[border="4"],table[border="4"] td,table[border="4"] th{border:4px #DDDDDD solid;}table[border="3"],table[border="3"] td,table[border="3"] th{border:3px #DDDDDD solid;}table[border="2"],table[border="2"] td,table[border="2"] th{border:2px #DDDDDD solid;}table[border="1"],table[border="1"] td,table[border="1"] th{border:1px #DDDDDD solid;}table[border="0"] td{border:none;}table.table5,table.table5 td,table.table5 th{border:5px #DDDDDD solid;}table.table4,table.table4 td,table.table4 th{border:4px #DDDDDD solid;}table.table3,table.table3 td,table.table3 th{border:3px #DDDDDD solid;}table.table2,table.table2 td,table.table2 th{border:2px #DDDDDD solid;}table.table1,table.table1 td,table.table1 th{border:1px #DDDDDD solid;}table.table0,table.table0 td,table.table0 th{border:none;}table[cellpadding="15"] td,table[cellpadding="15"] th{padding:15px;}table[cellpadding="14"] td,table[cellpadding="14"] th{padding:14px;}table[cellpadding="13"] td,table[cellpadding="13"] th{padding:13px;}table[cellpadding="12"] td,table[cellpadding="12"] th{padding:12px;}table[cellpadding="11"] td,table[cellpadding="11"] th{padding:11px;}table[cellpadding="10"] td,table[cellpadding="10"] th{padding:10px;}table[cellpadding="9"] td,table[cellpadding="9"] th{padding:9px;}table[cellpadding="8"] td,table[cellpadding="8"] th{padding:8px;}table[cellpadding="7"] td,table[cellpadding="7"] th{padding:7px;}table[cellpadding="6"] td,table[cellpadding="6"] th{padding:6px;}table[cellpadding="5"] td,table[cellpadding="5"] th{padding:5px;}table[cellpadding="4"] td,table[cellpadding="4"] th{padding:4px;}table[cellpadding="3"] td,table[cellpadding="3"] th{padding:3px;}table[cellpadding="2"] td,table[cellpadding="2"] th{padding:2px;}table[cellpadding="1"] td,table[cellpadding="1"] th{padding:1px;}table.padding15 td,table.padding15 th{padding:15px;}table.padding14 td,table.padding14 th{padding:14px;}table.padding13 td,table.padding13 th{padding:13px;}table.padding12 td,table.padding12 th{padding:12px;}table.padding11 td,table.padding11 th{padding:11px;}table.padding10 td,table.padding10 th{padding:10px;}table.padding9 td,table.padding9 th{padding:9px;}table.padding8 td,table.padding8 th{padding:8px;}table.padding7 td,table.padding7 th{padding:7px;}table.padding6 td,table.padding6 th{padding:6px;}table.padding5 td,table.padding5 th{padding:5px;}table.padding4 td,table.padding4 th{padding:4px;}table.padding3 td,table.padding3 th{padding:3px;}table.padding2 td,table.padding2 th{padding:2px;}table.padding1 td,table.padding1 th{padding:1px;}table.padding0 td,table.padding0 th{padding:0px;}table.spacing15 {border-collapse:separate; border-spacing:15px;}table.spacing14 {border-collapse:separate; border-spacing:14px;}table.spacing13 {border-collapse:separate; border-spacing:13px;}table.spacing12 {border-collapse:separate; border-spacing:12px;}table.spacing11{border-collapse:separate; border-spacing:11px;}table.spacing10 {border-collapse:separate; border-spacing:10px;}table.spacing9 {border-collapse:separate; border-spacing:9px;}table.spacing8 {border-collapse:separate; border-spacing:8px;}table.spacing7 {border-collapse:separate; border-spacing:7px;}table.spacing6 {border-collapse:separate; border-spacing:6px;}table.spacing5 {border-collapse:separate; border-spacing:5px;}table.spacing4 {border-collapse:separate; border-spacing:4px;}table.spacing3 {border-collapse:separate; border-spacing:3px;}table.spacing2 {border-collapse:separate; border-spacing:2px;}table.spacing1 {border-collapse:separate; border-spacing:1px;}table.spacing0 {border-collapse:collapse; border-spacing:0px;}/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net *  * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. *  * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: *   http://www.opensource.org/licenses/mit-license.php *   http://www.gnu.org/licenses/gpl.html */#fancybox-loading {position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;display: none;}#fancybox-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url('../images/fancybox/fancybox.png');}#fancybox-overlay {position: absolute;top: 0;left: 0;width: 100%;z-index: 1100;display: none;}#fancybox-tmp {padding: 0;margin: 0;border: 0;overflow: auto;display: none;}#fancybox-wrap {position: absolute;top: 0;left: 0;padding: 20px;z-index: 1101;outline: none;display: none;}#fancybox-outer {position: relative;width: 100%;height: 100%;background: #fff;}#fancybox-content {width: 0;height: 0;padding: 0;outline: none;position: relative;overflow: hidden;z-index: 1102;border: 0px solid #fff;}#fancybox-hide-sel-frame {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 1101;}#fancybox-close {position: absolute;top: -15px;right: -15px;width: 30px;height: 30px;background: transparent url('../images/fancybox/fancybox.png') -40px 0px;cursor: pointer;z-index: 1103;display: none;}#fancybox-error {color: #444;font: normal 12px/20px Arial;padding: 14px;margin: 0;}#fancybox-img {width: 100%;height: 100%;padding: 0;margin: 0;border: none;outline: none;line-height: 0;vertical-align: top;}#fancybox-frame {width: 100%;height: 100%;border: none;display: block;}#fancybox-left, #fancybox-right {position: absolute;bottom: 0px;height: 100%;width: 35%;cursor: pointer;outline: none;/*background: transparent url('blank.gif');*/z-index: 1102;display: none;}#fancybox-left {left: 0px;}#fancybox-right {right: 0px;}#fancybox-left-ico, #fancybox-right-ico {position: absolute;top: 50%;left: -9999px;width: 30px;height: 30px;margin-top: -15px;cursor: pointer;z-index: 1102;display: block;}#fancybox-left-ico {background-image: url('../images/fancybox/fancybox.png');background-position: -40px -30px;}#fancybox-right-ico {background-image: url('../images/fancybox/fancybox.png');background-position: -40px -60px;}#fancybox-left:hover, #fancybox-right:hover {visibility: visible; /* IE6 */}#fancybox-left:hover span {left: 20px;}#fancybox-right:hover span {left: auto;right: 20px;}.fancybox-bg {position: absolute;padding: 0;margin: 0;border: 0;width: 20px;height: 20px;z-index: 1001;}#fancybox-bg-n {top: -20px;left: 0;width: 100%;background-image: url('../images/fancybox/fancybox-x.png');}#fancybox-bg-ne {top: -20px;right: -20px;background-image: url('../images/fancybox/fancybox.png');background-position: -40px -162px;}#fancybox-bg-e {top: 0;right: -20px;height: 100%;background-image: url('../images/fancybox/fancybox-y.png');background-position: -20px 0px;}#fancybox-bg-se {bottom: -20px;right: -20px;background-image: url('../images/fancybox/fancybox.png');background-position: -40px -182px; }#fancybox-bg-s {bottom: -20px;left: 0;width: 100%;background-image: url('../images/fancybox/fancybox-x.png');background-position: 0px -20px;}#fancybox-bg-sw {bottom: -20px;left: -20px;background-image: url('../images/fancybox/fancybox.png');background-position: -40px -142px;}#fancybox-bg-w {top: 0;left: -20px;height: 100%;background-image: url('../images/fancybox/fancybox-y.png');}#fancybox-bg-nw {top: -20px;left: -20px;background-image: url('../images/fancybox/fancybox.png');background-position: -40px -122px;}#fancybox-title {font-size: 12px;z-index: 1102;}.fancybox-title-inside {padding-bottom: 10px;text-align: center;color: #333;background: #fff;position: relative;font-weight:bold;}.fancybox-title-outside {padding-top: 10px;color: #fff;}.fancybox-title-over {position: absolute;bottom: 0;left: 0;color: #FFF;text-align: left;}#fancybox-title-over {padding: 10px;background-image: url('../images/fancybox/fancy_title_over.png');display: block;}.fancybox-title-float {position: absolute;left: 0;bottom: -20px;height: 32px;}#fancybox-title-float-wrap {border: none;border-collapse: collapse;width: auto;}#fancybox-title-float-wrap td {border: none;white-space: nowrap;}#fancybox-title-float-left {padding: 0 0 0 15px;background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;}#fancybox-title-float-main {color: #FFF;line-height: 29px;font-weight: bold;padding: 0 0 3px 0;background: url('../images/fancybox/fancybox-x.png') 0px -40px;}#fancybox-title-float-right {padding: 0 0 0 15px;background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;}/* IE6 */.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_close.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_left.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_main.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_title_right.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {height: expression(this.parentNode.clientHeight + "px");}#fancybox-loading.fancybox-ie6 {position: absolute; margin-top: 0;top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop )) + 'px');}#fancybox-loading.fancybox-ie6 div{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_loading.png', sizingMethod='scale'); }/* IE6, IE7, IE8 */.fancybox-ie .fancybox-bg { background: transparent !important; }.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }#contact, #contact-details {width:100%; margin:1em auto;}#contact .titles, #contact-details .titles {padding:10 0 0.5em;margin:0;}#contact {float:left;}#contact-details {float:right}#contact textarea {width:97%;}#contact input[type=text] {width:97%;}#contact label {display:block; margin:2px 10px 2px; font-size:1.1em;}#contact .submit-button {float:right;margin:18px; width:20%;}#contact .tble {display:table}#contact .tblerow {display:table-row}#contact .leftcell, #contact .rightcell {display:table-cell;width:50%;box-sizing:border-box;-moz-box-sizing:border-box;}#contact .leftcell {padding:0 0.8em 0 0;}#contact .rightcell {padding:0 0 0 0.8em;}table.contactDetails {border-collapse: collapse;}table.contactDetails th, table.contactDetails td {text-align: left;white-space:nowrap;vertical-align: top !important;}table.contactDetails th {padding: 2px 4px;font-weight: bold;}table.contactDetails td {padding: 2px 2px 2px 8px;}@media only screen and (max-width: 60em) { /*960*/#contact, #contact-details {float:left;}table.contactDetails, table.contactDetails tbody, table.contactDetails tr, table.contactDetails td, table.contactDetails th {display:block}table.contactDetails td {padding-left:1em;}}@media only screen and (max-width: 38em) { /*608*/table.contactDetails {display:table;}table.contactDetails tbody {display:table-row-group;}table.contactDetails tr {display:table-row;}table.contactDetails td, table.contactDetails th {display:table-cell;}#contact, #contact-details {width:98%; float:none;padding-left:1%; box-sizing:border-box;-moz-box-sizing:border-box;}#contact {padding-top:2em}table.contactDetails td {padding-left:0;}}@media only screen and (max-width: 24em) { /*384px*/#contact, #contact-details {float:none;}table.contactDetails, table.contactDetails tbody, table.contactDetails tr, table.contactDetails td, table.contactDetails th {display:block}table.contactDetails td {padding-left:1em;}}    #slides {      display: none    }    #slides img{      max-height: 100%;    }    #slides .slidesjs-navigation {      margin-top:3px;    }    #slides .slidesjs-previous {      margin-right: 5px;      float: left;  padding:10px;    }    #slides .slidesjs-next {      margin-right: 5px;      float: right;  padding:10px;    }    .slidesjs-pagination {      margin: 6px 0 0;      float: right;      list-style: none;    }    .slidesjs-pagination li {      float: left;      margin: 0 1px;    }    .slidesjs-pagination li a {      display: block;      width: 13px;      height: 0;      padding-top: 13px;      background-image: url(img/pagination.png);      background-position: 0 0;      float: left;      overflow: hidden;    }    .slidesjs-pagination li a.active,    .slidesjs-pagination li a:hover.active {      background-position: 0 -13px    }    .slidesjs-pagination li a:hover {      background-position: 0 -26px    }    #slides a:link,    #slides a:visited {      color: #333    }    #slides a:hover,    #slides a:active {      color: #9e2020    }    .navbar {      overflow: hidden    }    #slides {      display: none    }    .container {      margin: 0 auto    }/********************* Home Page Slider **********************************/    /* Prevent the slideshow from flashing on load */    #slides {      display: none    }    #slides img[onclick]{      cursor:pointer;    }    /* Center the slideshow */    .container {      margin: 0 auto    }    /* Show active item in the pagination */    .slidesjs-pagination .active {      color:red;    } #slidecaption {bottom: 0px; width:50%; height:30px; color:#000; box-sizing:border-box; -moz-box-sizing:border-box; margin: -20px auto 5px; text-align:center; z-index:99; }    /* For tablets & smart phones */    @media (max-width: 767px) {      .container {        width: auto      }    }    /* For smartphones */    @media (max-width: 480px) {      .container {        width: auto      }    }    /* For smaller displays like laptops */    @media (min-width: 768px) and (max-width: 979px) {      .container {        width: 724px      }    }    /* For larger displays */    @media (min-width: 1200px) {      .container {        width: 1170px      }    }/*General*//* Note 0.0625 x Pixel width = the number of EM to use (Provided you haven't changed the base font-size */html, body {width: 100%;}body {font-family:'Raleway';color:#000;font-size:13px;line-height:1.3em;list-style-image:url(../images/layout/bullet.png);background: #f7fceb;}#wrapper {width: 100%;overflow: hidden;position: relative;}.clear {clear:both;height:1px;width:100%}* {box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}.visuallyhidden {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}.hide {display:none;}.show-xs {display:inherit !important;}.hide-xs {display:none !important}@media only screen and (min-width: 22em) and (max-width: 46em) { /*352px - 737px*/.show-s {display:inherit !important;}.hide-s {display: none !important;}}@media only screen and (min-width: 46em) and (max-width: 60em) { /*737px - 960px*/.show-m {display:inherit !important;}.hide-m {display: none !important;}}@media only screen and (min-width: 60em) and (max-width: 80em) { /*960px - 1280px*/.show-l {display:inherit !important;}.hide-l {display: none !important;}}@media only screen and (min-width: 80em) { /*1280px up*/.show-xl {display:inherit !important;}.hide-xl {display: none !important;}}/*Content Styling*/#content .contentinner article img {max-width:100% !important;max-height:auto !important;}/*Header*/header {z-index:2;height: 0px;width: 100%;padding-bottom: 48%;background-size:contain;margin: 0 auto;position:relative;top: 0px;}header .outer {position: relative;}header #logo {display:none;}header #darklogo {margin: 10px auto;max-width: 90%;text-align: center;}header #header {height: 0px;position:relative;padding-bottom: 6%;}header .outer, header #superheader, header #header, header #subheader {margin:auto;}header #subheader nav {height:2.2em;margin-top: 1px;}header .outer {position:relative}.header-text span {display:block}.header-text-above {width:100%;margin:auto;text-align:right;}.header-text-above .header-text {font-size:0.8em;line-height:2em}#header .header-text {color: #575757;line-height: 1em;text-align: center;width: 100%;display:block;}#header .header-text .catchphrase {font-size:1.2em;color:#006666;margin-top:10px;}#header .header-text span a {color:#fff;}/*Content*/#sitemap ul {margin:0;}#content {position: relative;margin: auto;padding: 20px 0; /*background: #fff url(../img/content-bg.png) center top repeat-y;*/}#content-top {position:absolute;right:5px;top:0}/*#content #bgtop { position: absolute; top: 0;  height: 93px; margin-bottom: -93px; /*background: url(../img/content-top-bg.png) no-repeat; }*//*#content #bgbot { position: absolute; bottom: 0;  height: 30px; margin-top: -30px;/* background: url(../img/content-bot-bg.png) no-repeat; }*/#content article {position: relative;}.contentinner {position:relative;float:left;padding: 0 20px 20px;max-width:740px;box-sizing:border-box;-moz-box-sizing:border-box;}.contentinner, .contentinner article {width:100%;}.contentinner h1:first-of-type {margin-top:0.2em;}#relatedcontent.contentinner {float:right;} /*Yes, right:)*/iframe {width:100%;border:#FFFFFF 1px solid;}img.left, img.right {margin: 0.5em auto;width:100%;}.imageone {border: medium none;box-shadow: 2px 2px 3px #999;margin: 10px auto;padding: 1px;}.montage {display:none;border: medium none;}.right-column {width:100%;float:right;}.right-column ul {padding-left:20px}a.fb {margin: 1em auto;width:50px;display:block;}.location {font-size:1.1em;text-shadow: 1px 1px 2px #969695;font-weight:bold;color:#000;margin-left:450px;margin-top:50px;}.titles {font-family: 'Raleway', cursive, Georgia, "Times New Roman", Times, serif;color:#006666;font-size:2.5em;text-shadow: 1px 1px 2px #b1b1b0;padding-left:0.3em;margin:0.5em 0;line-height:1em;}.smalltitles {font-family: 'Raleway', cursive, Georgia, "Times New Roman", Times, serif;color:#006666;font-size:0.8em;line-height:1em;text-shadow: 1px 1px 2px #b1b1b0;}.tariffs {font-size:1.1em;text-shadow: 1px 1px 2px #b1b1b0;font-weight:bold;}.leftcolumn, .rightcolumn {}#tarifftable {width: 95%;box-shadow: 2px 2px 3px #999;}#tarifftable td, #tarifftable th {padding:3px;border:1px solid #fff;}#tarifftable .headerrow td {background-color:#979595}#tarifftable .rowa td {background-color:#dce0d1}#tarifftable .rowb td {background-color:#c6cdb2}#tarifftable2 {width: 95%;box-shadow: 2px 2px 3px #999;}#tarifftable2 td, #tarifftable2 th {padding:3px;border:1px solid #fff;}#tarifftable2 .headerrow td {background-color:#979595}#tarifftable2 .rowa td {background-color:#dce0d1}#tarifftable2 .rowb td {background-color:#c6cdb2}a, a:link, a:visited {border:none;text-decoration:none;font-style:normal;color:#4d958f;}a:hover {text-decoration: none;color: #006666;margin: 0 auto;position:relative;padding: 0 auto;}article h1.titles {line-height:1.3em;font-weight:normal;color:#4d958f}article h2.titles {font-size: 2em;line-height:1em;font-weight:normal;color:#4d958f}article h3.titles {font-size: 1.5em;line-height:1.5em;font-weight:normal;color:#006666}article h4.titles {line-height:1.2em;font-size: 1.24em;font-weight:normal;color:#5f8006;font-style:italic;}article .trademark {font-family: "Raleway", Georgia, Times, serif;}article sup {font-size: .6em;}/* Breadcrumbs */#breadcrumbs {clear: both;font-size: 0.8em;padding: 0;position: absolute;left: 1.5em;top: 0.2em;}#breadcrumbs ul {list-style-type: none;margin: 0;padding: 0;}#breadcrumbs ul li {display:inline;margin:0;padding: 0;}#breadcrumbs a {text-decoration: none;}#psudoleft {box-sizing:border-box;-moz-box-sizing:border-box;width:100%;}#psudoleft ul {padding:0;}#psudoleft a {display:block;padding:0.5em;margin:0.4em 0;border:1px solid #075351;-webkit-border-radius: 5px;border-radius: 5px;color:#fff;text-decoration:none;background: #076b6a; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #076b6a 0%, #529896 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #076b6a), color-stop(100%, #E0E0E0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #076b6a 0%, #529896 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #076b6a 0%, #529896 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #076b6a 0%, #529896 100%); /* IE10+ */background: linear-gradient(to bottom, #076b6a 0%, #529896 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6963', endColorstr='#E0E0E0', GradientType=0 ); /* IE6-8 */}#psudoleft a:hover {background: #529896; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #529896 0%, #076b6a 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #529896), color-stop(100%, #076b6a)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #529896 0%, #076b6a 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #529896 0%, #076b6a 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #529896 0%, #076b6a 100%); /* IE10+ */background: linear-gradient(to bottom, #529896 0%, #076b6a 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#529896', endColorstr='#076b6a', GradientType=0 ); /* IE6-8 */}#psudoleft a:active {background: #78746e; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0E0E0), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* IE10+ */background: linear-gradient(to bottom, #E0E0E0 0%, #f9f9f9 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-8 */}#siblings_container, #childPages_container {width:49%;float:left;}.moreinfolink a, .return_link a, a.moreinfolink, a.return_link {display:block;padding:0.5em;box-sizing:border-box;-moz-box-sizing:border-box;text-align:center;text-decoration:none;float:right;min-width:10em;height:2.5em;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;background: #f9f9f9; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #f9f9f9 0%, #E0E0E0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #E0E0E0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #f9f9f9 0%, #E0E0E0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #f9f9f9 0%, #E0E0E0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #f9f9f9 0%, #E0E0E0 100%); /* IE10+ */background: linear-gradient(to bottom, #f9f9f9 0%, #E0E0E0 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#E0E0E0', GradientType=0 ); /* IE6-8 */}.moreinfolink a:hover, .return_link a:hover, a.moreinfolink:hover, a.return_link:hover {background: #f7f7f7; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #efefef)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #f7f7f7 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #f7f7f7 0%, #efefef 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #f7f7f7 0%, #efefef 100%); /* IE10+ */background: linear-gradient(to bottom, #f7f7f7 0%, #efefef 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef', GradientType=0 ); /* IE6-8 */}.moreinfolink a:active, .return_link a:active, a.moreinfolink:active, a.return_link:active {background: #E0E0E0; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' - done in ie-9.css */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0E0E0), color-stop(100%, #f9f9f9)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #E0E0E0 0%, #f9f9f9 100%); /* IE10+ */background: linear-gradient(to bottom, #E0E0E0 0%, #f9f9f9 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-8 */}.return_link a, a.return_link {float:left;}#slider {position:relative;z-index:1;}#FWG {background-color: #4d958f;border:#ccee67 solid 1px;color: #fff;font-family: 'Raleway';font-size: 13px;font-style: italic;padding:1px;height: 100px;align:center;white-space: inherit;width: 98.5%;}/*Footer*/footer {position: relative;margin: 0 auto;box-sizing:border-box;-moz-box-sizing:border-box;width:100%;}footer nav {}footer nav ol {padding: 0;margin: 0;}footer nav ol li {display: inline-block;margin: 0 0 0 9px;text-align: center;font-size: 1em;font-weight: bold;}footer nav ol li:first-child {margin: 0;}footer nav ol li a, footer address a, footer nav ol li a:link, footer address a:link, footer nav ol li a:visited, footer address a:visited {color: #4d958f;font-size: 1.1em;text-decoration: none;}footer nav ol li a:hover, footer address a:hover {color: #006666;}footer address {font-size: 1.1em;font-style: normal;}footer address div {float: left;width: 100%;color: #414040;}footer .copyright {font-size: .85em;font-style: italic;color: #414040;}footer .copyright .left {float: left;}footer .copyright .right {float: right;}footer .copyright a, footer .copyright a:link, footer .copyright a:visited {color: #4d958f;text-decoration: none;}footer .copyright a:hover {color: #18383A;}.footer-text {font-size:0.8em;text-align:center;margin:auto;padding:10px;}#superfooter .footer-text {text-align:center;margin:inherit;padding:0;width:auto;}#superfooter nav {display:none;}#superfooter nav#psudoleft {display:block;}#superfooter img {max-width:100% !important;max-height:auto !important;margin-bottom:1.5em;}footer #superfooter, footer #footer {clear:both;padding:5px 20px;margin:0 auto;box-sizing:border-box;max-width:960px;}footer #subfooter {clear:both;padding:5px 10px;margin:0 auto;box-sizing:border-box;}#subfooter img {margin: 0 auto;position:relative;padding-bottom:40px;max-width:100%;}.copyright {max-width:960px;margin: 10px auto;padding:5px 10px;box-sizing:border-box;}#relatedcontent a {display:block;padding:0.3em 0 0.3em 0;}#relatedcontent ul {margin:0.5em 0;}#siblings_container, #childPages_container {width:100%;float:none;}#siblings_container {margin-top:2em}footer {background: transparent; /* Old browsers */filter: none; /* IE6-8 */}.contentinner, .contentinner article {box-sizing:border-box;-moz-box-sizing:border-box;}.contentinner {float:none;max-width:100%;width:100%;}#left {float:none;display:none;}#footer address, #superfooter nav {text-align:center;}#footer .phone span {display:block;margin:0.5em auto;text-align:center;}#footer .name span {display:block;font-size: 0.8em;margin:0.5em auto;text-align:center;}#subfooter small {display:block;width:100%;}#subfooter small span {clear:both;font-size:1px;color:transparent;line-height:1px;display:block}#subfooter {width: 100%;height: 15px; /* height of top level bar */padding-left:0px;box-sizing:content-box;}#relatedcontent ul {padding-left:0}#relatedcontent li {list-style:none}#relatedcontent a {display:block;padding-left:3em;}header .outer, header #superheader, header #header, header #subheader, footer, #content, .footer-text {width:100%;box-sizing:border-box;-moz-box-sizing:border-box;}header #logo img, header #darklogo img {max-width: 100%;}#gmap {width: 100%;height: 150px;} @media only screen and (min-width: 27em) { /*432px*/iframe {height:300px;}header {padding-bottom: 35%;}article h4.titles {line-height:1.2em;font-size: 1.24em;font-weight:normal;color:#5f8006;font-style:italic;}}@media only screen and (max-width: 46em) { /*737px*/article h4.titles {margin-top:120px}}@media only screen and (max-width: 38em) { /*608px*/#tarifftable, #tarifftable tbody {display:inline-block;box-shadow:none;width:100%;}#tarifftable tbody {clear:both;/*margin-bottom:1em*/}#tarifftable tbody tr {display:block;width:100%;}#tarifftable thead {display:none;}#tarifftable td, #tarifftable th {display:block;float:left;box-shadow:none;text-align:center;width:50%;}/*#tarifftable tbody {display:table;}#tarifftable td {display:table-cell} */#tarifftable, #tarifftable td.header {width:100%;}#tarifftable th {clear:left}#tarifftable .rowa td, #tarifftable .rowb td {background-color: #dce0d1;border: 1px solid #ccc;padding: 5px;}#tarifftable2, #tarifftable2 tbody {display:inline-block;box-shadow:none;width:100%;}#tarifftable2 tbody {clear:both;/*margin-bottom:1em*/}#tarifftable2 tbody tr {display:block;width:100%;}#tarifftable2 thead {display:none;}#tarifftable2 td, #tarifftable2 th {display:block;float:left;box-shadow:none;text-align:center;width:50%;}/*#tarifftable tbody {display:table;}#tarifftable td {display:table-cell} */#tarifftable2, #tarifftable2 td.header {width:100%;}#tarifftable2 th {clear:left}#tarifftable2 .rowa td, #tarifftable2 .rowb td {background-color: #dce0d1;border: 1px solid #ccc;padding: 5px;}article h4.titles {line-height:1.2em;font-size: 1.24em;font-weight:normal;color:#5f8006;font-style:italic;margin-top:90px}}@media only screen and (min-width: 38.0001em) { /*608px*/#tarifftable th {display:none;}header {}.imageone {border: medium none;box-shadow: 2px 2px 3px #999;float: right;margin: 5px 16px;padding: 1px;width: 50%;}} @media only screen and (min-width: 46em) { /*737px*/body {background: #e8e8e7 url(../images/layout/pageBG.jpg) no-repeat center 0 scroll;}header #superheader .inner {/*background-color:rgba(0,0,0,0.4);padding:10px*/}header {z-index:2;height: 180px;width: 100%;padding-bottom: 0; /*background: url(../images/layout/header-1600.png) no-repeat top center;*/margin: 0 auto;position:relative;box-sizing:border-box;}header #logo {display:block;margin: 30px auto 10px;max-width: 58%;float:left;}header #darklogo {display:none}#header .header-text {position: absolute;right: 10px;text-align: right;top: -100px;color:#fff;line-height:1.2em;}.header-text span {display:inherit;}#header .header-text .catchphrase {color:#ccee67;font-size:1.5em;margin-top:20px;}header #subheader {position: absolute;text-align: center;top: 20px;}#superfooter nav {display:block;}#superfooter nav#psudoleft {display:none;}#superfooter nav li {border-left: 1px solid rgba(0, 0, 0, .25);padding-left: 5px;}#superfooter nav li:first-of-type {border-left:0px;}footer nav ol li {margin: 0 0 0 5px;}.leftcolumn, .rightcolumn {width: 48%;float:left;margin-right: 1%;}.right-column {width:250px;float:right;line-height:1.4em}/*#left {display:block;width:24.6%}*/footer { /*background-image:url(../images/layout/footerleaves-1200.png);*/background-repeat:no-repeat;background-position:bottom center;}#footer .phone {margin-bottom:10px;text-align:center;}#footer .phone span {display:inline;}/*Left Aside*//*aside#left {float:left; width:180px;}aside#left .verticalMenu_top {background: transparent url(../images/menu/menu-top.png) right top no-repeat; height:10px;clear:left;}aside#left .verticalMenu_bottom {background: transparent url(../images/menu/menu-bottom.png) right top no-repeat;  height:10px;clear:left;}*/.contentinner {float:left;}#gmap {width: 500px;height: 300px;}img.left {float: left;margin: 0.2em 0.1em 0.5em 0.8em;width:31.6%;}img.right {float: right;margin: 0.2em 0.1em 0.5em 0.8em;width:31.6%;}iframe {width:100%;height:400px;}#tarifftable {margin: 20px;}#tarifftable td, #tarifftable th {padding:5px;}#tarifftable2 {margin: 20px;}#tarifftable2 td, #tarifftable2 th {padding:5px;}.imageone {width:25%;}.home7 {display:none;}.montage {border: medium none;display:block;box-shadow: 2px 2px 3px #999;float: right;margin: 5px;padding: 1px;width: 100%;}} @media only screen and (min-width: 60em) { /*960px*/header {height:220px;}header #subheader nav {margin-top: 0px;margin-left:480px;}header #subheader {}header #logo {margin-top:20px;}#header .header-text {text-align: right;line-height: 1.2em;color:#fff;text-shadow: 1px 1px 2px #033;font-size:1.2em;top: -120px;}.catchphrase {color:#ccee67;font-size:1.5em;text-align: right;text-shadow: 1px 1px 2px #033;}.contentinner {margin-top: -30px;}.footer-text, #superfooter, #content, header .outer, header #superheader, header #header, header #subheader {max-width:960px;}/*.contentinner {max-width:760px}*/.moreinfolink a, .return_link a, a.moreinfolink, a.return_link {background:none;display:inline;padding:0;text-decoration:underline;float:none;min-width:inherit;height:auto;border:none;}.moreinfolink a:hover, .return_link a:hover, a.moreinfolink:hover, a.return_link:hover, .moreinfolink a:active, .return_link a:active, a.moreinfolink:active, a.return_link:active {text-decoration:none;background:none;}.moreinfolink a, .return_link a, a.moreinfolink, a.return_link {display:inline;padding:0;text-align:right;text-decoration:underline;float:none;min-width:auto;height:auto;border:none;background: none;}.moreinfolink a:hover, .return_link a:hover, a.moreinfolink:hover, a.return_link:hover, .moreinfolink a:active, .return_link a:active, a.moreinfolink:active, a.return_link:active {background: none;text-decoration:none;}.return_link a, a.return_link {float:left;}#footer address, #superfooter nav {text-align:center;margin-bottom: 10px;}#subfooter small {display:inline;width:auto;}#subfooter small span {clear:none;font-size:80%;color:#666666;line-height:1.4;display:inline}#tarifftable td, #tarifftable th {padding:8px;}#tarifftable2 td, #tarifftable2 th {padding:8px;}} @media only screen and (min-width: 80em) { /*1280px*//*.contentinner {max-width:1100px}*/.footer-text, #superfooter, #content, header .outer, header #superheader, header #header, header #subheader {max-width:960px;}} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {/* IE10+ specific styles go here *//*header {margin-top: 12px;}*/}