html, body {
    margin: 0;
    padding: 0;
}

body {
	font-size: 100%; /* = 16px */
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E7EDF5;
}

/*
    Steel Blue Theme
    #E7EDF5 (body color)
    lightsteelblue (heading background)
    steelblue (menu bar)
    #315B7E (menu panel)
    navy (heading text)
    slategray (footer text)
*/

a:hover { color: #FF0000 }

mark { background-color: lightyellow }
dfn { font-weight: bold }

.left { text-align: left }
.center { text-align: center !important; }
.right { text-align: right }
.middle { vertical-align: middle }
.bottom { vertical-align: bottom }
.nowrap { white-space: nowrap }
.blockindent { margin-left: 2em }
.black { color: black }
.red { color: red !important; }
.blue { color: blue }
.navy { color: navy }
.darkblue { color: darkblue }
.bold { font-weight: bold }
.italic { font-style: italic }
.noitalic { font-style: normal }
.underline { text-decoration: underline }
.fixedfont { font-family: "Courier New", courier, monospace; }
.small { font-size: 0.9em }
.xsmall { font-size: 0.8em }
.big { font-size: 1.2em }
.greek { font-family: "Times New Roman", serif; font-size: 1.2em; }
.small-caps { font-variant: small-caps }
.bgwhite { background-color: white }
.nomargins, .margin-none { margin: 0 !important; }
.notopmargin { margin-top: 0 !important; }
.nobottommargin { margin-bottom: 0 !important; }
.noleftmargin, .noindent { margin-left: 0 !important; }
.noborders, border-none { border:0 !important; }
.noshow { display: none }
.border-black { border: 1px solid black }
.border-gray { border: 1px solid gray }

#header {
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
#footer {
    font-size: 0.9em;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
}
div.header-1,
div.header-3,
div.footer-1 {
    font-weight: bold;
    padding: 0.25em 0 0.25em 0;
}
div.header-1 {
    font-size: 1.5em;
}
div.header-2 {
    padding: 0;
}
div.header-2 p {
    margin: 0.5em 0 0 0;
}
div.header-2 img {
    position:relative;
    top: -2px;
}
div.header-3,
div.footer-1 {
    font-style: italic;
    font-size: 1.2em;
}
div.footer-2 {
    padding: 0.25em 0 0.25em 0;
}
div.footer-3 {
    padding: 0.5em;
}

#content {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
div.clear {
    line-height: 0;
}
#content .clear {
    min-height: 0.75em;
}
#content .row {
    min-height: 1.5em;
}

ul#navbar,
ul.breadcrumbs,
ul.navpage {
    margin: 0;
    padding: 0;
}
ul#navbar { text-align: right }
ul.navpage { text-align: center }
ul#navbar li,
ul.breadcrumbs li,
ul.navpage li {
    display: inline;
    font-weight: bold;
}
ul#navbar li:not(:first-of-type) {
    margin-left: 1em;
}
ul.breadcrumbs li:not(:first-of-type)::before {
    content: "\003e\00a0";
}
ul.navpage li:not(:first-of-type)::before {
    content: "\007c\00a0";
}

div.content-card {
    display: block;
    overflow: hidden;
    padding: 0.5em;
	background-color: white;
	border-bottom: 1px solid #bbb;
    margin: 0.75em 0 0.75em 0;
}
div.content-card > :first-child {
    margin-top: 0;
}
div.content-card > :last-child {
    margin-bottom: 0;
}
div > .content-card:first-child {
    margin-top: 0;
}
div > .content-card:last-child {
    margin-bottom: 0;
}
div.nocard {
    background: none;
    border: none;
    padding: 0;
}

div#sidebar,
div.sidebar-card {
	padding: 5px;
	background-color: white;
	border-bottom: 1px solid #bbb;
    margin: 0.5em 0 0.5em 0;
}
div > #sidebar:first-child {
    margin-top: 0;
}

ul.bold li { font-weight: bold }
ul.check, ul.check-green, ul.check-blue,
ul.bullet-blue,
ul.star {
	list-style-type: none;
	margin-left: 1em;
	padding: 0;
	text-align: left;
}
ul.check-green li {
	background: url('../images/tick.png') no-repeat 0 0.2em;
	background-size: 1em 1em;
	padding-left: 1.4em;
}
ul.check li,
ul.check-blue li {
	background: url('../images/check-blue.png') no-repeat 0 0.2em;
	background-size: 1em 1em;
	padding-left: 1.4em;
}
ul.bullet-blue li {
	background: url('../images/bullet_blue.png') no-repeat 0 0.3em;
	background-size: 1em 1em;
	padding-left: 1.4em;
}
ul.star li {
	background: url('../images/star3.gif') no-repeat 0 0.25em;
	background-size: 0.95em 0.95em;
	padding-left: 1.4em;
}
ol.wide li,
ul.wide li {
	margin: 2px 0 2px 0;
}

.gaccordion,
.gtoggle {
	text-align: left;
	margin-bottom: 1em;
}
.gaccordion .heading,
.gtoggle .heading {
	margin-top: 0.5em;
	margin-bottom: 0;
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}
.dropdown .downarrow,
.dropdown .uparrow,
.gaccordion .rightarrow,
.gaccordion .downarrow,
.gtoggle .rightarrow,
.gtoggle .downarrow {
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	margin-right: 5px;
	position: relative;
}
.dropdown .downarrow,
.dropdown .uparrow {
	font-size: 0px;
	line-height: 0%;
	width: 0px;
	margin-left: 5px;
	position: relative;
}
.gaccordion .rightarrow,
.gtoggle .rightarrow {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left-width: 6px;
    border-left-style: solid;
	border-right: none;
	top: -5px;
}
.dropdown .downarrow,
.gaccordion .downarrow,
.gtoggle .downarrow {
	border-top-width: 6px;
    border-top-style: solid;
	border-bottom: none;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	top: -1px;
}
.dropdown .uparrow,
.gaccordion .uparrow,
.gtoggle .uparrow {
	border-top: none;
	border-bottom-width: 6px;
    border-bottom-style: solid;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	top: -7px;
}
.gaccordion .content,
.gtoggle .content {
	margin: 0.5em 0;
	display: none;
	font-size: 90%;
}
.gtoggle ul {
    margin: 0.5em 0;
}
.gaccordion p.content,
.gtoggle p.content,
.gtoggle .content p {
	margin: 0.5em 1em;
}

.dropdown > .heading {
	cursor: pointer;
}
.dropdown > .content {
    margin: 0.5em 0;
    font-size: 90%;
}

img.listen {
	width: 1em;
	height: 1em;
	vertical-align: -0.12em;
	padding-left: 2px;
}
.inset,
ul.inset {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0.5em;
}
img.inset { padding: 0 }

#byline {
	font-weight: bold;
}
p#byline {
    margin-bottom: 0;
}

.block {
    margin: 1em inherit;
}

.last-revision {
    font-size: 83%;
    font-weight: normal;
    font-style: italic;
    text-align: center; !important
}

div.accent > :first-child,
div.highlight > :first-child,
div.tip > :first-child,
div.alert > :first-child {
    margin-top: 0;
}
div.accent > :last-child,
div.highlight > :last-child,
div.tip > :last-child,
div.alert > :last-child {
    margin-bottom: 0;
}

/* Headings */
h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.25em;
    background: lightgray;
    background-color: #c4d3e6;
    background-image: linear-gradient(to right, #c4d3e6, #e8e8e8);
    color: darkblue;
    font-size: 1.75em;
    font-weight: bold;
}
h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    background-color: #c4d3e6;
    background-image: linear-gradient(to right, #c4d3e6, #ffffff);
    color: darkblue;
    font-size: 1.5em;
    font-weight: bold;
}
h3 {
    margin-top: 0;
    border-bottom: 1px solid darkblue;
    color: darkblue;
    font-size: 1.15em;
    font-weight: bold;
}
h4 {
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    color: darkblue;
    font-size: 1.1em;
}
h4::before {
    content: "\00bb\00a0";
}

/*** Material Design ***/
body {
    background: #e8e8e8;
}

h3 { color: black; border-color: black }
h4 { color: black }

a { color: mediumblue; outline: none }
a:visited { color: darkmagenta }
a:hover { color: firebrick }

#header,
#footer {
    background: #96B4D4;
}
#header {
    background-image: url(/backgrounds/wellfield1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #aaa;
}
#footer {
    background-image: url(/backgrounds/underdamped1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top: 1px solid #aaa;
}
#header,
#header h1,
div.header-1 {
    color: white;
}
div.header-2,
div.header-3,
#footer {
    color: #eee;
}
div.header-2 {
    color: darkblue;
}
div.footer-1,
div.footer-3 {
    color: #fff;
}
div.footer-3 {
    background: none;
    border: none;
}

#header a,
#footer a {
    color: #eee;
    text-decoration: none;
    outline: none;
}
.footer-3 a { color: #fff }
#header a:hover,
#footer a:hover {
    color: steelblue;
}

p#byline { color: darkblue }

ul.navbar a { color: #eee; text-decoration: none; outline: none }
ul.navbar a:hover { color: steelblue }

ul.breadcrumbs { color: steelblue }
ul.breadcrumbs a { color: steelblue; text-decoration: none; outline: none }
ul.breadcrumbs a:hover { color: #315B7E; text-decoration: underline }

ul.navpage { color: steelblue }
ul.navpage a { color: steelblue; text-decoration: none; outline: none }
ul.navpage a:hover { color: #315B7E; text-decoration: underline }

.button, .button:link, .button:active, .button:visited {
    background: rgba(70,130,180,1.0);
    padding: 5px 10px;
    color: white;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
}
.button:hover {
    background: rgba(70,130,180,0.8);
}

.gaccordion, .gaccordion > .sqaure li, .gtoggle, .gtoggle > .square li, .dropdown, .dropdown > li { color: darkblue }
.gaccordion a, .gtoggle a, .dropdown a { color: darkblue; text-decoration: none; outline: none }
.gaccordion a:hover, .gtoggle a:hover, .dropdown a:hover { color: steelblue; text-decoration: underline }

.sidebar {
    color: darkblue;
}

.accent,
.highlight,
.tip,
.alert {
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding: 0.5em;
    background-color: #eee;
    color: darkblue;
}
.tip { background-color: #eef4ee; }
.alert { background-color: #f4eeee }
.highlight, .tip, .alert {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/*** end Material Design ***/

table#tourheader {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
}

table#tourheader td {
	text-align: left;
	vertical-align: top;
	padding: 1px;
}

table#tourfooter {
	clear: both;
	width: 100%;
	margin-top: 1em;
	border-style: none;
	border-collapse: collapse;
	font-size: 83%;
}

table.pagetable {
	width: 95%;
	background-color: white;
}

table.bodytable {
	width: 90%;
}

table.siteloctable {
	width: 100%;
	background-color: #99CCFF;
}

.boxsolid {
	border: 1px solid black;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.boxdashed {
	border: 1px dashed black;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.boxdotted {
	border: 1px dotted black;
	padding: 1px;
}

.textbox {
	margin: 1em 0;
	border: 1px dotted black;
	padding: 5px;
	background-color: #F9FCFF;
}

.tipbox {
	border: 1px dotted green;
	padding: 5px;
	background-color: #FCFFFC;
}

.alertbox {
	border: 1px dotted red;
	padding: 5px;
	background-color: #FFFCFC;
}

.topbar,
.bars {
	border-top: 1px dotted black;
	padding-top: 5px;
}

.bottombar,
.bars {
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
}

figure,
div.figure {
	margin-top: 1em;
	margin-bottom: 1em;
}

img.center,
figure img,
div.figure img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

img,
video {
    max-width: 100%;
}

div.video video {
    margin-bottom: 0;
    margin-top: 0;
}

div.caption,
figure p,
figcaption,
div.figure p,
div.video p {
	font-size: 90%;
	font-style: italic;
	margin: 0.5em 1em 0 1em;
}

div.video p {
	margin: 0.25em 1em 0 1em;
}

.boxdropshadow,
.touraccordion,
div.boxshadow,
div.boxtestimonial,
div.boxtestimonialinline,
div.testimonialbox2,
div.textboxindent,
p.tipshadow {
	box-shadow: 5px 5px 5px #818181;
	-webkit-box-shadow: 5px 5px 5px #818181;
	-moz-box-shadow: 5px 5px 5px #818181;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=5, direction=135, color=#818181);
}

.testimonial {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 0;
	background-color: #FCFCFC;
	font-family: "Courier New", courier, monospace;
	text-align: center;
}

div.testimonialbox {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px dotted navy;
	color: black;
	text-align: left;
}

div.testimonialbox2 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px dashed navy;
	color: black;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.testimonialbox2 {
	font-size: 83%;
}

div.testimonialtop {
	padding: 2px;
	font-weight: normal;
	background-color: #FFFFFF;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

div.testimonialbottom {
	padding: 2px;
	font-weight: bold;
	background-color: #fff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

div.boxtestimonial,
div.boxtestimonialinline,
div.textboxindent {
	margin-top: 1em;
	margin-left: 2em;
	border: 1px solid teal;
	padding: 0.5em;
	background-color: #FCFCFC;
}

div.testimonialbox,
div.testimonialtop,
div.testimonialbottom,
div.boxtestimonial,
div.boxtestimonialinline {
	font-family: "Courier New", courier, monospace;
}

div.boxtestimonialinline {
	margin-left: 10px;
	margin-right: 15px;
	font-size: 83%;
}

/* accordion menu: http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/ */
.expandit,
.accordion {
	border: 1px solid #369;
	border-top: none;
	background-color: #FCFFFF;
	text-align: left;
	font-size: 83%;
}

.expandit .heading,
.accordion .heading {
	color: #0099CC;
	border: none;
	border-top: 1px solid #369;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 8px;
	padding-right: 0;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	background: #DFEFFF url('../images/arrow-square.gif') no-repeat right -51px;
}

.expandit .active,
.accordion .active {
	background-position: right 5px;
}

.expandit p,
.accordion p {
	padding-left: 3px;
	padding-right: 3px;
}

.accordion p.content {
	padding: 0 1em;
}

.expandit ul li,
.accordion ul li,
.accordion ul.nosymbol li {
	list-style: square outside none;
	color: black;
	font-weight: normal;
	padding-left: 0;
	padding-right: 3px;
}

.accordion ul.nosymbol li {
	list-style: none outside none;
}

.accordion ul li.active {
	font-weight: bold;
	list-style: none outside none;
}

.touraccordion {
	width: 20em;
	border: 1px solid teal;
	border-top: none;
	background-color: #FCFFFF;
}

.touraccordion h3 {
	border: none;
	border-top: 1px solid teal;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	font-size: 14pt;
	text-align: center;
	cursor: pointer;
	background: #DDEEEE url('../images/arrow-square.gif') no-repeat right -51px;
}

.touraccordion h3.active {
	background-position: right 5px;
}

.touraccordion ul li {
	list-style: square outside none;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 2px;
}

.touraccordion ul li.active {
	font-weight: bold;
	list-style: none outside none;
}

.sidebarmenu {
	border: 1px solid #369;
	border-top: none;
	background-color: #FCFFFF;
	text-align: left;
	font-size: 83%;
	margin-bottom: 1em;
}

.sidebarmenu .heading {
	color: #0099CC;
	border: none;
	border-top: 1px solid #369;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 8px;
	padding-right: 0;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	background-color: #DFEFFF;
}

.sidebarmenu p.slide {
	padding: 0px 3px 0px 3px;
}

.sidebartopic {
	text-align: left;
	margin-bottom: 1em;
    font-size: 0.9em;
}

.sidebartopic .heading {
	color: navy;
	margin-top: 0.5em;
	margin-bottom: 0;
	border-bottom: 1px solid navy;
	font-style: italic;
	font-weight: bold;
}

.sidebartopic .content {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.sidebartopic p.content {
	margin: 0.5em 1em;
}

.sidebartopic ul.content {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/*
    plus/minus toggle
*/

div.pmtoggle .content {
	padding-left: 30px;
}

div.pmtoggle .heading {
	color: dodgerblue;
	padding-left: 20px;
	background: white url('../images/maximize.png') no-repeat 0px 2px;
	font-weight: bold;
	cursor: pointer;
}

div.pmtoggle .heading.active {
	background: white url('../images/minimize.png') no-repeat 0px 2px;
}

div.pmtoggle .showall,
div.pmtoggle .hideall {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

table.tourfeatures {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.tourfeatures td {
	vertical-align: top;
	text-align: left;
}

table.tourfeatures td.right {
	vertical-align: middle;
}

table.tourfeatures ul {
	margin: 0 0 0 2em;
	font-size: 92%;
}

table.tourfigure {
	margin-left: 5px;
	margin-right: 5px;
	border-collapse: collapse;
}

table.tourfigure td {
	vertical-align: top;
	text-align: left;
}

table.center {
    margin-left:auto;
    margin-right:auto;
}

table.solutions {
	border-left: 5px solid #DFEFFF;
	border-right: 5px solid #DFEFFF;
	border-bottom: 5px solid #DFEFFF;
	border-top: 0px none;
	border-collapse: collapse;
	font-size: 83%;
	color: black;
	background-color: #F9FCFF;
	margin-left:auto;
	margin-right:auto;
}

table.solutions td {
	padding: 1px 5px 1px 5px;
	text-align: center;
	font-weight: normal;
}

table.solutions td.left {
	text-align: left;
}

table.solutions td.colheading,
table.solutions td.title {
	font-weight: bold;
}

table.solutions td.title,
table.solutions tr.title {
	background-color: #DFEFFF;
}

table.solutions td.title {
	font-style: italic;
}

table.solutions tr.dark,
table.solutions td.dark {
	background-color: #EDF6FF;
}

.fullwidth {
	width: 100%;
}

.centertable {
	margin-left: auto;
	margin-right: auto;
}

table.twocolumn {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table.twocolumn td {
	width: 50%;
	text-align: left;
	vertical-align: top;
}

table.twocolumn td.center {
	text-align: center;
}

table#tournav {
	width: 100%;
	margin: 1em 0;
	border: none;
	border-collapse: collapse;
	font-size: 90%;
}

table#tournav td {
	text-align: center;
	vertical-align: center;
	height: 48px;
}

table#tournav td.left {
	width: 33%;
	background: url('../images/leftt.png') no-repeat center;
}

table#tournav td.center {
	width: 34%;
	background: url('../images/homet.png') no-repeat center;
}

table#tournav td.right {
	width: 33%;
	background: url('../images/rightt.png') no-repeat center;
}

table#tournav a:link { text-decoration:none; }
table#tournav a:visited { text-decoration:none; }

.testimonials,
.training {
	width: 25em;
	height: 6em;
	margin-left: 1em;
	margin-right: 1em;
	font-family: "Courier New", courier, monospace;
	font-size: 83%;
	overflow: hidden;
}

.training {
	height: 12em;
}

.whereintheworld,
.textbox2 {
	width: auto;
	height: auto;
	background-color: #F9FCFF;
	margin-top: 1em;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Courier New", courier, monospace;
	font-size: 83%;
}

.sidebarquote {
	width: auto;
	height: auto;
	background-color: #F9FCFF;
	margin: 1em 0;
	font-family: "Courier New", courier, monospace;
	font-size: 83%;
	border: 1px dotted black;
	padding: 1px;
}

.sidebarquote .heading {
	font-weight: bold;
	font-style: italic;
}

.textbox2 {
	border: 1px dotted black;
	padding: 2px;
}

.training p,
.testimonials p {
	margin-top: 0;
}

.curtain {
	position: absolute;
	width: 0;
	height: 0;
	background-color: white;
}

/*
.fadein {
	visibility: hidden;
}
*/

.dropshadow,
p.pdropshadow,
p.navtitle,
h2.h2dropshadow {
	text-shadow: 3px 3px 5px #818181;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=4, direction=135, color=#818181);
}

h2.h2dropshadow {
	color: black;
	font-style: italic;
}

p.pdropshadow {
	font-style: italic;
	font-weight: bold;
}

p.navtitle {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
}

p.faq {
	color: blue;
	font-weight: bold;
}

p.faqanswer {
	border: 1px solid navy;
	background-color: #DFEFFF;
	padding: 2px;
}

p.tourcaption {
	border: 1px solid navy;
	background-color: #F9FCFF;
	padding: 1px;
	font-size: 83%;
	font-style: italic;
}

p.headline {
	border-bottom: 1px solid gray;
	padding-bottom: 1px;
	color: navy;
	font-weight: bold;
	margin-top: 0.5em;
}

p.figure {
	margin-top: 1em;
	margin-bottom: 0;
	text-align: center;
}

p.caption,
p.captioncenter {
	margin-top: 0.5em;
	padding-top: 0;
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	font-size: 83%;
	text-align: justify;
}

p.captioncenter {
	text-align: center;
}

table.tourfeatures li,
ol.square li,
ul.square li {
	list-style-image: none;
	list-style: square outside;
	color: black;
}

li.square {
	list-style: square outside;
	color: black;
}

li.check {
	list-style-image: url('../images/bullet8.gif');
	list-style-position: outside;
	list-style-type: square;
}

.logo,
font.logo {
	color: navy;
	/*font-family: "Bauhaus Hv BT", "Bauhaus 93", Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 110%;
	font-weight: 900;
	font-style: normal;
}
li > .logo { font-size:100% }

.hydrosolve {
	/*color: #06F;
	font-size: 105%;*/
	font-weight: bold;
}

td.leftcol {
	border-width: 1px;
	border-style: solid none solid solid;
}

td.rightcol {
	border-width: 1px;
	border-style: solid solid solid none;
}

p.droplink {
	margin-bottom: 0;
	cursor: pointer;
	font-size: 83%;
	color: blue;
}

.dropminus {
	display: none;
}

p.dropcontent {
	display: none;
	background-color: #F9FCFF;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
}

/* Slicknav */

/*
nav#main-menu {
    display: none;
}

.slicknav_btn {
    background-color:steelblue;
    padding: 0;
    margin: 5px;
}

.slicknav_menu .slicknav_icon-bar {
  background-color:white;
}

.slicknav_menu {
	background-color:steelblue;
}
*/

/* End Slickmenu */

/* Mobile menu */

#main-menu {
    background-color: #315B7E;
    color: white;
    border-color: #315B7E;
}

nav:not(.mm-menu)
{
	display: none;
}

.header-mmenu
{
    text-align: center;
    /*background: steelblue;*/
    background: rgba(70,130,180,1);
	font-size: 1em;
	font-weight: bold;
	color: white;
	line-height: 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
	height: 40px;
	padding: 0 3em;
    
    overflow: hidden;
    z-index: 2;
}

.header-mmenu a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
    /*background-size: 75% 75%;*/

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0.625em;
    outline: none;
}

.header-mmenu.mm-fixed-top
{
	background-position: 25px 55px;
}

.mm-ismenu { /* menu items */
    color:rgba(255,255,255,0.95);
}
.mm-menu .mm-list > li > a.mm-subclose { /* submennu close */
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.85);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before { /* submenu arrows */
    border-color: rgba(255, 255, 255, 0.95);
}

.mm-menu .mm-list > li:after {
  border-color: #315B7E;
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: #315B7E;
}

body.no-icons .mm-menu li .fa
{
	display: none; /* important */
}
body.no-labels .mm-menu .mm-label,
body.no-labels .mm-menu .mm-collapsed,
.Collapsed
{
	display: none; /* important */
}
 /* End Mobile menu */

#totop {
	position: absolute;
	position: fixed;
	bottom: 5px;
	right: 3px;
	width: 30px;
	text-align: right;
	font-size: 11px;
}
/* don't display #totop in IE 5.5 or 6 using the star HTML hack */
* html #totop { display: none; }

#likebuttons {
	position: absolute;
	position: fixed;
	top: 10px;
	right: 1px;
	width: 30px;
	text-align: right;
}
/* don't display #likebuttons in IE 5.5 or 6 using the star HTML hack */
* html #likebuttons { display: none; }

@media print {
.noprint { display: none; }
}