@import 'normalize.css';
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('fonts/robotocondensed-bold-webfont.eot');
  src: url('fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'), url('fonts/robotocondensed-bold-webfont.woff') format('woff'), url('fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('fonts/robotocondensed-regular-webfont.eot');
  src: url('fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-regular-webfont.woff2') format('woff2'), url('fonts/robotocondensed-regular-webfont.woff') format('woff'), url('fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack';
  src: url('fonts/roboto-black-webfont.eot');
  src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-black-webfont.woff2') format('woff2'), url('fonts/roboto-black-webfont.woff') format('woff'), url('fonts/roboto-black-webfont.ttf') format('truetype'), url('fonts/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack_italic';
  src: url('fonts/roboto-blackitalic-webfont.eot');
  src: url('fonts/roboto-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-blackitalic-webfont.woff2') format('woff2'), url('fonts/roboto-blackitalic-webfont.woff') format('woff'), url('fonts/roboto-blackitalic-webfont.ttf') format('truetype'), url('fonts/roboto-blackitalic-webfont.svg#robotoblack_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('fonts/roboto-bold-webfont.eot');
  src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold-webfont.woff2') format('woff2'), url('fonts/roboto-bold-webfont.woff') format('woff'), url('fonts/roboto-bold-webfont.ttf') format('truetype'), url('fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clearing {
  display: table;
  content: "";
  clear: both;
}
.paddingfix {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.customfont {
  font-family: roboto_condensedregular, arial, helvetica, san-serif;
}
.customfontbold {
  font-family: roboto_condensedbold, arial, helvetica, san-serif;
}
body {
  margin: 0;
  padding: 0;
  background-color: #b1b1b1;
  font: 14px/19px Arial, Helvetica, sans-serif;
  color: #292929;
}
/* Common Text Styles */
p,
h1,
h2,
h3,
h4,
h5,
ul,
ol {
  margin-top: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: roboto_condensedregular, arial, helvetica, san-serif;
  font-weight: normal;
  color: #005c42;
  line-height: 1.1em;
}
h1 {
  font-family: roboto_condensedbold, arial, helvetica, san-serif;
}
a {
  color: #005c42;
}
a img {
  border: none;
}
a:hover {
  color: #007654;
}
ul {
  color: #292929;
}
.col-1-2 {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper:after,
#content:after,
#headerpane:after,
#content:after,
#menuh ul:after,
#leftpane:after {
  display: table;
  content: "";
  clear: both;
}
/* main stuff */
#wrapper {
  width: 100%;
  min-width: 770px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  -moz-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.7);
}
#content {
  background: #ffffff url(../images/insidecontentbg.gif) repeat-x;
}
#content li {
  padding: 0 0 .5em 0;
}
#logo {
  width: 100%;
  max-width: 415px;
  float: left;
  padding: 0 0 0 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#bannerflash {
  width: 260px;
  float: right;
}
#mainnav {
  border-top: 1px solid #7f7f7f;
  clear: both;
}
/*Top Menu*/
#menuh {
  text-transform: uppercase;
  border-bottom: 9px solid #e5e5e5;
  text-align: center;
}
#menuh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
  margin-bottom: -9px;
  /* width of all menu boxes */

}
#menuh ul li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 0;
}
#menuh ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #818181;
  font-weight: bold;
  padding: 10px 5px;
  text-decoration: none;
  border-bottom: 9px solid #e5e5e5;
}
#menuh ul li a:hover,
#menuh ul li a:active {
  color: #000000;
  border-bottom: 9px solid #005c42;
  cursor: pointer;
}
#menuh ul li.active a {
  color: #000000;
  border-color: #005c42;
  cursor: pointer;
}
#menuh ul ul {
  display: none;
}
/* Main Panes */
#imagepane img {
  width: 100%;
}
#LeftPane {
  width: 70%;
  max-width: 672px;
  min-height: 390px;
  position: relative;
  float: left;
}
#LeftPane #ContentPane {
  padding: 40px 5%;
  margin-bottom: 20px;
}
#LeftPane #ContentPane img {
  max-width: 100%;
}
#RightPane {
  float: left;
  max-width: 288px;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
}
#RightPane .pullquote {
  margin: 0 20px 20px 0;
  background: #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 8px 8px 15px #999999;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #005c42;
  font-family: roboto_condensedbold, arial, helvetica, san-serif;
}
#RightPane .pullquote h2 {
  font-size: 1.2em;
  font-family: roboto_condensedregular, arial, helvetica, san-serif;
}
#RightPane .pullquote li {
  padding: 0;
  font-family: roboto_condensedregular, arial, helvetica, san-serif;
}
/* Controls Edit Content Link */
.HeaderlessEdit a {
  text-align: center;
  font: 10px/11px arial;
  text-decoration: underline;
}
#LeftPane .HeaderlessEdit a {
  font: 10px/11px arial;
  text-decoration: underline;
  margin-left: 650px;
}
#ContentPane .HeaderlessEdit a {
  font: 10px/11px arial;
  text-decoration: underline;
  position: relative;
  top: -18px;
  left: 10px;
}
#RightPane .HeaderlessEdit a {
  text-align: center;
  font: 10px/11px arial;
  text-decoration: underline;
}
/* Footer */
#footer {
  background-color: #e5e5e5;
  position: relative;
  clear: both;
  padding: 10px;
}
#footer p {
  font-size: 11px;
  color: #717171;
  text-align: right;
  margin: 0;
  padding: 0;
}
#footer p span {
  color: #005c42;
  font-weight: bold;
  float: left;
}
#footer p span:before {
  content: "*";
  display: inline-block;
}
#footer a {
  color: #717171;
}
#footer a:hover {
  color: #a1bdb3;
  text-decoration: underline;
}
/* ADMIN MENU */
#AdminMenu #menuh {
  position: absolute;
  top: 128px;
  left: 260px;
}
