﻿@charset "utf-8";
/* ======== GENERAL RULES ======== */
html {
	height: 101%;
  background: url(../images/back_hue_neg21.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	font: normal 0.95em 'Muli', Verdana, Helvetica, sans-serif;
	color: #202020;
	padding: 0;
	margin: 0;
	height: 100%;
}
header, footer, nav, article, section, aside, figure, figcaption {
	display: block;
}
img {
	border: none;
}
hr {
	background-color: #009966;
	color: #009966;
	height: 1px;
	border: none;
}
ul li a {
	color: #006e99;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #808080;
	text-decoration: none;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
}
blockquote {
	padding: 5px 50px 5px 50px;
	line-height: 24px;
	font-style: italic;
	background: url('../images/quote.png') no-repeat top left;
	color: #404040;
	border: dashed 1px #c0c0c0;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
}
fieldset {
	border: 1px dashed #c0c0c0;
	padding: 1%;
	margin: 2% 0;
}
legend {
	color: #009966;
	background-color: transparent;
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #009966;
	margin: 0 0 0 1%;
	letter-spacing: .08em;
	padding: 1%;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: center;
}
.cellborder {
	border: solid 1px #c0c0c0;
	padding: 5px;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #006e99;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #009966;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
h1 {
	font: 2.3em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #006e99;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
}
h2 {
	font: 2.1em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #009966;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #404040;
}
h3 {
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #009966;
	margin: .2em 0;
	padding: 0;
}
h4 {
	font: normal 1.5em Verdana, Helvetica, sans-serif;
	color: #009966;
	margin: .3em 0;
}
h5 {
	font: normal 1.35em Verdana, Helvetica, sans-serif;
	color: #006e99;
	margin: .3em 0;
}

/*ML - New added*/
h6 {
   color: #000000;
   background: transparent url('../images/endcap.png') no-repeat; 
   padding: 5px 30px;
   margin: .8em 0 0 0;
   font: bold 12px Arial, Helvetica, sans-serif;
}

/*OLD - ML - commented out
h6 {
	font: normal 1.2em Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
*/

h2.alternate {
	font: 1.6em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #006e99);
	background-image: -moz-linear-gradient(top, #009966, #006e99);
	background-image: -ms-linear-gradient(top, #009966, #006e99);
	background-image: -o-linear-gradient(top, #009966, #006e99);
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;
}
h2.alternate2 {
	font: 1.6em 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	text-transform: uppercase;
	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #202020);
	background-image: -moz-linear-gradient(top, #009966, #202020);
	background-image: -ms-linear-gradient(top, #009966, #202020);
	background-image: -o-linear-gradient(top, #009966, #202020);
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;
}
/*--- Start ML Add  ---*/
h4.alternate {
	font: normal 1.0em Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #006e99);
	background-image: -moz-linear-gradient(top, #009966, #006e99);
	background-image: -ms-linear-gradient(top, #009966, #006e99);
	background-image: -o-linear-gradient(top, #009966, #006e99);
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;
}
h4.alternate2 {
	font: normal 1.0em Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	text-transform: uppercase;
	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #202020);
	background-image: -moz-linear-gradient(top, #009966, #202020);
	background-image: -ms-linear-gradient(top, #009966, #202020);
	background-image: -o-linear-gradient(top, #009966, #202020);
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;
}
.sidebutton {
	font: normal 1.0em Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	width: 100%;

	background: #006e99;
	background-image: -webkit-linear-gradient(top, #006e99, #009966);
	background-image: -moz-linear-gradient(top, #006e99, #009966);
	background-image: -ms-linear-gradient(top, #006e99, #009966);
	background-image: -o-linear-gradient(top, #006e99, #009966);

	text-decoration: none;
	list-style:none;
	display:block;
	height:auto;

	margin: .3em 0;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;

}
.sidebutton:hover {
	color: #000000;
	padding: 5px;
	border-radius: 5px;
	
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #b1b1b1); 
	background-image: -moz-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -ms-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -o-linear-gradient(top, #efefef, #b1b1b1);
	text-decoration: none;

	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
.nostyle {
	list-style:none;
	list-style-type:none;
	list-style-position: inside;
	display: block;
	margin:0;
	padding:0;
	text-align:left;
}

/* OLD was ML, new is ML
.sidebutton {
	font: normal 1.0em Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;

	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #202020);
	background-image: -moz-linear-gradient(top, #009966, #202020);
	background-image: -ms-linear-gradient(top, #009966, #202020);
	background-image: -o-linear-gradient(top, #009966, #202020);

	margin: .3em 0;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 10px 10px;
	box-shadow: 0 0 10px #000;

}
.sidebutton:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #006e99);
	background-image: -moz-linear-gradient(top, #009966, #006e99);
	background-image: -ms-linear-gradient(top, #009966, #006e99);
	background-image: -o-linear-gradient(top, #009966, #006e99);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
*/

/*--- End ML Add ---*/
.dropcap {
	float: left;
	color: #006e99;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	padding: 3px 4px 0 0;
}
p.dropcap {
	overflow: hidden;
}
.bignumber {
	font: 28px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background: #006e99;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	/*display: inline-block;*/ 
	/*inline-block ignored since float is after this*/
	float: left;
}
.bignumber2 {
	font: 28px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background: #009966;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	/*display: inline-block;*/ 
	/*inline-block ignored since float is after this*/
	float: left;
}
.bignumber3 {
	font: 28px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	background: #505050;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.button {
	font-size: 0.85em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #006e99;
	background-image: -webkit-linear-gradient(top, #006e99, #009966);
	background-image: -moz-linear-gradient(top, #006e99, #009966);
	background-image: -ms-linear-gradient(top, #006e99, #009966);
	background-image: -o-linear-gradient(top, #006e99, #009966);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
/* ML NEW */
/*<small> tag for trademark sometimes didn't retain font
vertical-align:super; sometimes seems too high compared with text
vertical-align:top;
?? line-height: normal;
??If you are changing the font size, you might want to stop shrinking sizes with this rule:
sup sub, sub sup, sup sup, sub sub{font-size:1em !important;}
Chrome NOT using same font as surounding text.  Trying to be specific about text
*/
.trademark {
	font-size:50%;
	vertical-align:baseline;
	position:relative;
	top:-0.6em;
	
}

.trademarkh1 {
	font-size:25%;
	vertical-align:baseline;
	position:relative;
	top:-1.75em;
	font-family:'Philosopher', Verdana, Helvetica, sans-serif;
}


.button:hover {
	color: #000000;
	padding: 5px;
	border-radius: 5px;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #b1b1b1); 
	background-image: -moz-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -ms-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -o-linear-gradient(top, #efefef, #b1b1b1);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}

/* ML */
.eco-style {
	background-color:#009966; 
	text-transform:none; 
	color:#ffffff;
}

a.eco-style {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a.eco-style:hover {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

.ecoplus-style {
	/*background-color:#ebdad5;*/
	background-color:#d7cac1;
	text-transform:none; 
	color:#000000;
}

a.ecoplus-style {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a.ecoplus-style:hover {
	color:#009966;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}



.online1-style {
	background-color:#4dbcda; 
	text-transform:none; 
	color:#000000;
}

a.online1-style {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a.online1-style:hover {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}




.pacetex01-style {
	background-color:#ce551b; 
	text-transform:none; 
	color:#ffffff;
}

a.pacetex01-style {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a.pacetex01-style:hover {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

/*ML Old - comment out
.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #505050;
	background-image: -webkit-linear-gradient(top, #505050, #202020);
	background-image: -moz-linear-gradient(top, #505050, #202020);
	background-image: -ms-linear-gradient(top, #505050, #202020);
	background-image: -o-linear-gradient(top, #505050, #202020);
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
*/
/* ======== LAYOUT RULES ======== */
#wrapper {
	background: #ffffff ;	
	color: #000000;
	max-width: 1300px;
	width: 75%;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	border-radius: 15px;
	box-shadow: 0 0 10px #000;
}
/* ======== HEADER AREA ======== */
header {
	position: relative;
	width: 100%;
	height: 180px;
	color: #ffffff;
	border-radius: 15px 15px 0 0;
	background: url('../images/header_hue_neg21.jpg');
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size: .90em;
	text-transform: uppercase;
	background-image: -webkit-linear-gradient(top, #009966, #006e99);
	background-image: -moz-linear-gradient(top, #009966, #006e99);
	background-image: -ms-linear-gradient(top, #009966, #006e99);
	background-image: -o-linear-gradient(top, #009966, #006e99);
	border-top: 1px solid #ffffff;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -3px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 21px 15px 20px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 21px 15px 20px 15px;
	color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #b1b1b1); 
	background-image: -moz-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -ms-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -o-linear-gradient(top, #efefef, #b1b1b1);
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 2px;
	display: none;
	margin: 0 0 0 -2px;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px #000;
}
#nav ul li {
	width: 170px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
/* display block will make the link fill the whole area of LI */
/*ML change:  height:  18px; --> height: auto;*/
#nav ul a {
	display: block;
	height: auto;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 15px;
	color: #000000;
	background-color: #f0f0f0;
	background-image: none;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
#nav ul a:hover {
	font-weight: normal;
	color: #ffffff;
	padding: 5px 3px 5px 15px;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #006e99);
	background-image: -moz-linear-gradient(top, #009966, #006e99);
	background-image: -ms-linear-gradient(top, #009966, #006e99);
	background-image: -o-linear-gradient(top, #009966, #006e99);
	border-radius: 0;
	box-shadow: none;
}
.selectnav {
	display: none;
}

/* ======== SIDE NAVIGATION AREA --ML Added-- ======== */
#sidenav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#sidenav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 -2px 0 -3px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#sidenav li a {
	display: block;
	padding: 21px 15px 20px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
#sidenav li a:hover {
	font-weight: normal;
	padding: 21px 15px 20px 15px;
	color: #000000;
	background: #efefef;
	background-image: -webkit-linear-gradient(top, #efefef, #b1b1b1); 
	background-image: -moz-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -ms-linear-gradient(top, #efefef, #b1b1b1);
	background-image: -o-linear-gradient(top, #efefef, #b1b1b1);
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
/* submenu, it's hidden by default */
#sidenav ul {
	position: absolute;
	left: 2px;
	display: none;
	margin: 0 0 0 -2px;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px #000;
}
#sidenav ul li {
	width: 170px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
/* display block will make the link fill the whole area of LI */
/*ML change:  height:  18px; --> height: auto;*/
#sidenav ul a {
	display: block;
	height: auto;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 15px;
	color: #000000;
	background-color: #f0f0f0;
	background-image: none;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
#sidenav ul a:hover {
	font-weight: normal;
	color: #ffffff;
	padding: 5px 3px 5px 15px;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	background: #009966;
	background-image: -webkit-linear-gradient(top, #009966, #006e99);
	background-image: -moz-linear-gradient(top, #009966, #006e99);
	background-image: -ms-linear-gradient(top, #009966, #006e99);
	background-image: -o-linear-gradient(top, #009966, #006e99);
	border-radius: 0;
	box-shadow: none;
}

/* ======== LOGO/SITE NAME AREA ======== */
#nameplate {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 90px;
	text-align: center;
	padding-top: 10px;
}
#nameplate h1 {
	font: 3.5em 'Philosopher', Verdana, Helvetica, sans-serif;
	color: #006e99;
	letter-spacing: 0.02em;
	margin-top: 0;
	
	/* Start -- ML addition to center vertically, also changed font from 2.5em */
	vertical-align:middle;
		
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
    /* Stop -- ML add */
    }
#nameplate p {
	font-size: 16px;
	font-family: 'Philosopher', cursive, Verdana, Helvetica, sans-serif;
	color: #006e99;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
/* ======== SLIDE SHOW, TOP TEXT AREA FOR SLIDE SHOW, MAIN IMAGE AREA AND TOP BOXES ======== */
#topsection {
	position: relative;
	width: 90%;
	padding: 20px 5%;
	margin: 0;
	border-radius: 10px;
	line-height: normal;
}
/*ML - on wide monitors, the pictures get cut off at the bottom*/
/*
OLD:  height: 290px;
OLD:  max-height: 290px;
Actual picture height = 300px 
picture height + top margin (10px) + bottom margin (0px) = 310
REMOVED: height: 310px since at different screen widths, the bottom of picture area is wasted space.
ADDED: padding-bottom: 10px; so that on smaller screens, surounding words aren't too close to bottom of picture area.
REMOVED: max-height: 310px; - when wide screen, cut off bottom of images.
*/
#slider {
  float: left;
  width: 60%;
  border: 10px #f8f8f8 solid;
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
	
	margin: 10px 40px 0 0;
	padding-bottom: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}
.nivo-caption {
	position: absolute;
  bottom: 0;
  left: 0;
	background-color: #000000;
	color: #fff;
	text-align: center;
  width: 40%;
	z-index: 8;
	padding: 10px;
	overflow: hidden;
	display: none;
  border-radius:  0 10px 10px 0;
	opacity: 0.8 !important;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 20px;
	margin: 0;
}
#topsection p:first-of-type {
	color: #006e99;
	font: normal 2.3em 'Philosopher', Georgia, Garamond, serif;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	/*Start --- ML Added so match up with picture better (not flush, just a little down) --*/
	padding-top: 10px;
	margin-top: 10px;
	/*End --- ML Added --*/
}
#topsection p:last-of-type {
	color: #404040;
	font: 1.0em 'Philosopher', Georgia, Garamond, serif;
	font-style: italic;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#topsection p {
	color: #404040;
	font-size: 1.0em;
	text-transform: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 22%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.4em;
}
#sidebarRight {
	float: right;
	width: 20.5%;
	padding: 0 1.5% 0 0;
	margin: 0 0.50%;
	line-height: 1.4em;
}
/* Start --- ML Add --- */
#sidebarLeftLinks {
	float: left;
	width: 22%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.4em;
	margin-top: 73px;
}

#sidebarLeftLinks a {
	color: #ffffff;
	text-decoration: none;
}
#sidebarLeftLinks a:hover {
	color: #000000;
	text-decoration: none;

}

.textbox {
	padding-top: 20px;
	padding-bottom: 20px;
}

.textbox img {
	max-width: 99%;
}

/*
Sometimes some of the boarders don't show in Firefox.  Need to Ctrl + 0 so teh zoom level is set to zero on the browser
here is some more info on the situation from stackoverflow.com question 2061775:
"This is Firefox/Gecko bug 410959. This affects tables with border-collapse:collapse. 
It's from 2008 and there's no real progress on it, so you'll probably need to find a workaround. 
One way is using 
border-collapse:separate and fiddling with borders on a per-cell basis."
*/

#isbn table {
	
	border:medium;
	border-collapse: separate;
	
	/*border-spacing: 10px 5px;*/
	
}

#isbn tr {
	
	padding:50px,5px,10px,5px;
}

#isbn td th {
	
	padding: 20 px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

#isbn a{
	font-family:Arial, Helvetica, sans-serif;
	
}

#isbn td:nth-child(1) {

	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;
		font-family: "Arial Narrow", sans-serif, "Times New Roman", Times;
		font-family: Arial, Helvetica, sans-serif
			font-family: Arial, Helvetica, sans-serif;
	font-size: large;
font-family:Georgia, "Times New Roman", Times, serif;

	font-family: Georgia, "Times New Roman", Times, serif, Courier, monospace;
	font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif;
	font-size: large;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
		*/

	vertical-align:top;
	padding: 10px;

}

#isbn td:nth-child(2) {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align:top;
	padding: 10px;

}

#isbn td:nth-child(3) {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align:top;
	padding: 10px;

}

#isbn th {
	color: #000000;
	font-size:large;
	font-weight:bold;
	text-align: center;
	padding: 10px;
}


/* was coded in pages */
.auto-style1 {
	font-size: 2.64225e-038;
}

/*was hard coded in more.htm for isbn table*/

.auto-style5 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.auto-style8 {
	text-align: left;
	background-color: #00FF00;
}
.auto-style9 {
	background-color: #00FF00;
}
.auto-style11 {
	text-align: left;
	background-color: #C0C0C0;
}

.online1-tbl-cell-style {
	background-color: #4dbcda;
	text-align: left;
}

.auto-style10 {
	background-color: #C0C0C0;
}
.auto-style13 {
	text-align: left;
	background-color: #FF00FF;
}

.auto-style12 {
	background-color: #FF00FF;
}
.auto-style6 {
	font-size: medium;
}
.auto-style7 {
	text-align: left;
	font-size: medium;
}


/* End --- ML Add --- */
/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 72%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.5em;
}
#contentLeft {
	float: left;
	width: 72%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.5em;
}
#contentMiddle {
	float: left;
	width: 47%;
	padding: 0 1%;
	margin: 0 0.50%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentFull {
	float: left;
	width: 98%;
	padding: 0 1%;
	line-height: 1.5em;
}
/* ======== SECTION BLOCKS ======== */
.contentBox2 {
	float: left;
	width: 46%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.contentBox3 {
	float: left;
	width: 29.33333%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.contentBox4 {
	float: left;
	width: 21%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
}
.contentBox4-gallery {
	width: 21%;
	padding: 0 1%;
	margin: 0 1%;
	line-height: 1.4em;
	text-align: center;
}
.alpha {padding: 0 2% 0 0; margin: 0 2% 0 0;}
.omega {padding: 0 0 0 2%; margin: 0 0 0 2%;}

/* ======== FOOTER ======== */
/*ML change
Old font-size:75%
ADDED:  font: normal 0.95em 'Muli', Verdana, Helvetica, sans-serif;
 */

footer {
	clear: both;
	font: normal 0.95em 'Muli', Verdana, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 85%;
	line-height: 1.5em;
	border-top: 1px solid #009966;
	margin-bottom: 10px;
	padding-top: 20px;
	height: 60px;
}
footer p {
	padding: 0;
	margin: 0;
}
footer a {
	color: #009966;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
footer a:hover {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer li {
	margin: 0;
	padding: 0;
}
footer li a {
	color: #009966;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
footer li a:hover {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 98%;
	text-align: left;
}
.contactform label {
	width: 98%;
	text-align: left;
}
.contactform input {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
	margin-bottom: 10px;
}
.contactform textarea {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
}
.contactform .submit {
	width: 100px;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #009966;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #808080;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.8);
}
/* ======= PHOTO GALLERY ========= */
.photogallery {
  background-color: #f2f2f2;
  border: 15px #ffffff solid;
  padding: 20px;
  margin: 0 2% 40px 2%;
  text-align: center;
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.8);
}
.photogallery img {
  background-color: #ffffff;
  padding: 7px;
  border: 1px #c0c0c0 solid;
  margin: 3px 3px 12px 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}
.photogallery p {
  text-align: left;
}
/* ======== MISCELLANEOUS CLASSES ======== */
.center {
	text-align: center;
}
.tiny {
	font-size: 75%;
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, *:first-child + html .clearfix {
	zoom: 1;
}
.calendar {
	text-align: center;
}
.highlight {
	background-color: #FFFF00;
	color: #000000;
}
.home {
	background: url('../icons/home.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.call {
	background: url('../icons/call.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.email {
	background: url('../icons/email.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.hours {
	background: url('../icons/hours.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.comment {
	background: url('../icons/comment.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
/* ======== IMAGE FORMATTING ======== */
img {
	border: none;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-round {
	border-radius: 50%;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.image-border, .image-googlemap {
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.image-gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.lgproduct-image {
	float: left;
	width: 350px;
	padding: 1%;
	margin: 2%;
}
.lgproduct-text {
	float: left;
	width: 200px;
	padding: 1%;
	margin: 2%;
	text-align: center;
}
/* ======== PRODUCT TAB FORMATTING ======== */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #009966;
	border-left: 1px solid #009966;
	border-radius: 15px 15px 0 0;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #009966;
	border-left: none;
	font-weight: bold;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}
ul.tabs li:hover {
	background: #c0c0c0;
}
ul.tabs li.active {
	background: #009966;
	border-bottom: 1px solid #009966;
	color: #ffffff;
}
.tab_container {
	border: 1px solid #009966;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #ffffff;
}
.tab_content {
	padding: 10px;
	font-size: 1.0em;
	display: none;
}
/* ====================== MEDIA QUERIES ===================== */
/* ========================================================== */
/* ====================== PHONE/PORTRAIT ==================== */
/* ========================================================== */
@media screen and (max-width: 320px) {
#wrapper {
	width: 97%;
	margin: 10px auto;
	font-size: 0.90em;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 80%;
	min-width: 250px;
	max-width: 400px;
	margin: 15px 0 0 20px;
	padding: 3px;
	font-size: 1.1em;
	letter-spacing: 1px;
	border: 1px #000 solid;
}
select#selectnav1 option {
	background-color: #006e99;
	color: #fff;
	font-size: 0.85em;
	padding: 1px 20px 1px 10px;
}
.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.bignumber {
	font: 24px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
}
.button {
	font-size: 0.8em;
}
/* === header block ==== */
#nameplate {
	width: 98%;
}
#nameplate h1 {
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
#mainnav {
	position: absolute;
	top: 100px;
	left: 0;
	font-size: 1.00em;
}
/* === top section ==== */
#slider {
	width: 90%;
	height: auto;
	float: none;
	margin: 0 5%;
}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}

/* === footer ==== */
footer {
	display: none;
}
/* === miscellaneous coding ==== */
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h2 {
	font-size: 1.5em;
}
blockquote {
	display: none;
}
ul.tabs {
	display: none;
}
.tab_content {
	display: none;
}
.tab_container {
	display: none;
}
}
/* ========================================================== */
/* ===================== PHONE/LANDSCAPE ==================== */
/* ========================================================== */
@media screen and (max-width: 480px) and (min-width: 321px) {
#wrapper {
	width: 97%;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 60%;
	margin: 15px auto;
	padding: 2px;
	font-size: 0.90em;
	letter-spacing: 1px;
	border: 1px #000 solid;
	border-radius: 5px;
}
select#selectnav1 option {
	background-color: #006e99;
	color: #fff;
	font-size: 0.85em;
	padding: 1px 20px 1px 10px;
}
.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.bignumber {
	font: 24px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
}
.button {
	font-size: 0.8em;
}
/* === header block ==== */
#nameplate {
	width: 98%;
}
#nameplate h1 {
	font: 1.9em 'Philosopher', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
/* === top section ==== */
#slider {
	width: 90%;
	height: auto;
	float: none;
	margin: 0 5%;
}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
/* === miscellaneous coding ==== */
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h2 {
	font-size: 1.5em;
}
blockquote {
	display: none;
}
ul.tabs {
	display: none;
}
.tab_content {
	display: none;
}
.tab_container {
	display: none;
}
}
/* ========================================================== */
/* ================== SMALL TABLET/PORTRAIT ================= */
/* ========================================================== */
@media screen and (max-width: 600px) and (min-width: 481px) {
#wrapper {
	width: 95%;
	margin: 10px auto;
	font-size: 0.90em;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 60%;
	margin: 15px auto;
	padding: 3px;
	font-size: 0.90em;
	letter-spacing: 1px;
	border: 1px #000 solid;
	border-radius: 5px;
}
select#selectnav1 option {
	background-color: #006e99;
	color: #fff;
	font-size: 0.85em;
	padding: 1px 20px 1px 10px;
}
.contentBox2, .contentBox3, .contentBox4, #sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.bignumber {
	font: 24px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
}
.button {
	font-size: 0.8em;
}
/* === header block ==== */
#nameplate {
	width: 100%;
}
/* === top section ==== */
#slider {
	width: 90%;
	height: auto;
	float: none;
	margin: 0 5%;
}
/* === miscellaneous coding ==== */
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
ul.tabs {
	display: none;
}
.tab_content {
	display: none;
}
.tab_container {
	display: none;
}
}
/* ========================================================== */
/* ================== SMALL TABLET/LANDSCAPE ================ */
/* ========================================================== */
@media screen and (max-width: 800px) and (min-width: 769px) {
#wrapper {
	width: 95%;
	margin: 10px auto;
	font-size: 0.90em;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 60%;
	margin: 15px auto;
	padding: 3px;
	font-size: 0.90em;
	letter-spacing: 1px;
	border: 1px #000 solid;
	border-radius: 5px;
}
select#selectnav1 option {
	background-color: #006e99;
	color: #fff;
	font-size: 0.85em;
	padding: 1px 20px 1px 10px;
}
.bignumber {
	font: 24px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
}
.button {
	font-size: 0.8em;
}
h2 {
	font-size: 1.8em;
}
/* === top section ==== */
#slider {
	width: 50%;
	height: auto;
	float: left;
	margin: 0 5%;
}

/* === miscellaneous coding ==== */
.contentBox4 {
	width: 47%;
	margin: 1%;
	padding: 0;
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== LARGE TABLET PORTRAIT ================= */
/* ========================================================== */
@media screen and (max-width: 768px) and (min-width: 624px) {
#wrapper {
	width: 95%;
	margin: 10px auto;
}
/* ===== navigation ===== */
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
}
select#selectnav1 {
	background-color: transparent;
	color: #fff;
	width: 60%;
	margin: 15px auto;
	padding: 3px;
	font-size: 0.90em;
	letter-spacing: 1px;
	border: 1px #000 solid;
	border-radius: 5px;
}
select#selectnav1 option {
	background-color: #006e99;
	color: #fff;
	font-size: 0.85em;
	padding: 1px 20px 1px 10px;
}
.bignumber {
	font: 24px 'Philosopher', Arial, Verdana, Helvetica, sans-serif;
}
.button {
	font-size: 0.8em;
}
h2 {
	font-size: 1.8em;
}
/* === top section ==== */
#slider {
	width: 50%;
	height: auto;
	float: left;
	margin: 0 5%;
}
/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
/* ===== miscellaneous ===== */
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
.contentBox4 {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ======== LARGE TABLET PORTRAIT/DESKTOP/LAPTOP VIEW ======= */
/* ========================================================== */
@media screen and (max-width: 1024px) and (min-width: 801px) {
#wrapper {
	width: 95%;
	margin: 10px auto;
}
/* === top section ==== */
#slider {
	width: 50%;
	height: auto;
	float: left;
	margin: 0 5%;
}

/* ===== tabbed content ===== */
ul.tabs li {
	padding: 0px 5px;
	text-transform: none;
	font-size: 0.90em;
}
/* ===== navigation ===== */
#nav li {
	margin: 0 4px;
}
}
