/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", sans-serif;
  color: #222;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  height: 100%;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
a {
  color: #666;
  text-decoration: none;
}
a:visited {
  color: #666;
}
a:hover {
  color: #666;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted #93a4b5;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0 ;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================
   BASICS AND STRUCTURE
============================================================= */
body {
  background: #ffffff url(../images/bg-tile.gif) repeat-x 0 0;
  color: #000;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
#wrapper {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
* html #wrapper {
  height: 100%;
}
#home #wrapper {
  background: transparent url(../images/bg-home.jpg) repeat-x 0 101px;
}
#page #wrapper {
  background: transparent url(../images/bg-page.jpg) repeat-x 0 101px;
}
#wrapperInner {
  margin: 0 auto;
  min-height: 600px;
}
#home #wrapperInner {
  background: transparent url(../images/bg-wrapper-home.jpg) no-repeat center 101px;
}
#page #wrapperInner {
  background: transparent url(../images/bg-wrapper-page.jpg) no-repeat center 101px;
}
#main {
  width: 876px;
  margin: 0 auto;
  padding-bottom: 113px;
}
/* =============================================================
   HEADER
============================================================= */
header {
  height: 271px;
  position: relative;
}
#logo {
  position: absolute;
  width: 493px;
  height: 102px;
  top: 38px;
  left: 191px;
  background: transparent url(../images/logo.gif) no-repeat 0 0;
}
ul#menu {
  list-style: none;
  position: absolute;
  height: 25px;
  top: 169px;
  left: 223px;
}
ul#menu li {
  height: 25px;
  display: inline;
  float: left;
  border-left: 1px solid #CCC;
  padding: 0 2px;
}
ul#menu li:first-child {
  border-left: none;
}
ul#menu li a {
  display: block;
  float: left;
  height: 24px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 10px 0 10px;
}
ul#menu li.current a,
ul#menu li a:hover, ul#menu li:hover > a {
  background-color: #fec20e;
}

ul#menu ul {
	display:none;top:25px;position:absolute;z-index:9999;
}
ul#menu li:hover > ul
{
	display:block;
}
ul#menu ul li {float:none;display:block;border:0;padding:2px 0;background-color: #fec20e;margin:2px 0;}
ul#menu ul li a {float:none;display:block;}
ul#menu ul li a:hover {color:#fff;}
/* =============================================================
   CONTENT
============================================================= */
#content h1 {
  height: 38px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin: 4px 0 0 0;
  padding: 2px 0 0 96px;
  font-size:40px;
  margin:-9px 0 0 0;
}
#content h2 {
	font-size:16px;
	height:20px;
	padding:0 0 5px 10px;
	background-color:#fec20e;
	margin:20px 0 20px 0;
	width:320px;
}
#content h3 {
	font-size:15px;
	padding:0 0 5px 0;
	border-bottom:1px dotted #333;
	margin: 0 10px 10px 0;
}
#content h3 span {
	font-size:12px;
	color:#999;
}
#content .col {
	width:340px;
	float:left;
}
.pageContent {
  padding: 94px 96px 20px 96px;
}
.pageContent p {
  font-size: 12px;
  color: #000;
  line-height: 17px;
  margin: 0 0 15px 0;
  padding: 0;
}
#cycleWrapper {
  height: 463px;
  overflow: hidden;
  position: relative;
}
#cycle {
  width: 724px;
  height: 322px;
  position: absolute;
  top: 0;
  left: 74px;
  border: 2px solid #000;
  overflow: hidden;
}
#carousel {
  position: absolute;
  width: 736px;
  height: 109px;
  top: 354px;
  margin-left: 74px;
}
#carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#carousel ul li {
  display: inline;
  float: left;
  margin-right: 8px;
}
#carousel ul li a {
  display: block;
  border: 2px solid #000;
}
#carousel ul li img {
  display: block;
}
#carousel ul li a.activeSlide {
  border-color: #fec20e;
}
button.carouselButton {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  top: 382px;
  left: 0;
  background: transparent url(../images/cycle-controls.png) no-repeat 0 0;
  border: none;
}
button#carouselPrev {
  left: 0;
  background-position: 0 0;
}
button#carouselPrev:hover {
  background-position: 0 -46px;
}
button#carouselNext {
  left: 830px;
  background-position: 0 -92px;
}
button#carouselNext:hover {
  background-position: 0 -138px;
}
button.disabled {
  display: none !important;
}
.boxes {
  padding: 30px 0 0 74px;
}
.boxesi {padding:0;}

.box {
  width: 196px;
  float: left;
  margin: 0 70px 0 0;
  min-height: 180px;
  position: relative;
}
.boxi {
  width: 196px;
  float: left;
  margin: 0 45px 0 0;
  min-height: 180px;
  position: relative;
  text-align:center;
}
.boxi:nth-child(3) { margin:0; }
.box h3, .boxi h3 {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  line-height: 15px;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
.boxi h3 {margin:0 0 10px 0 !important;}

.box p, .boxi p {
  color: #333;
  font-size: 11px;
  margin: 0;
  padding: 0 0 5px 0;
}
.box a.moreLink {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  float: right;
  height: 39px;
  width: 119px;
  padding: 11px 0 0 24px;
  background: transparent url(../images/bg-button.gif) no-repeat 0 0;
  font-size: 11px;
  color: #666;
}
.box a.moreLink:hover {
	font-weight:bold;
}
img.gallerythumb {
	margin:0 2px 0 0;
}
.pquote {
	float: right;
	width: 180px;
	border-left:5px solid #ffcc09;
	font-weight: bold;
	font-size: 16px;
	padding: 1em;
	margin: 0 0 5px 20px;
}
.formRow {
	padding:0 0 0 0;
	margin:0 0 10px 0;	
	position:relative;
}
.formRow label {
	position:absolute;
	top:6px;
	left:20px;
	color:#666;
}
.formRow input {
	border:1px solid #ccc;
	background-color:#fff;
	padding:5px 5px 5px 20px;
	width:100%;
	color:#666;
}
.formRow textarea {
	border:1px solid #ccc;
	background-color:#fff;
	padding:5px 5px 5px 20px;
	width:100%;
	font-size:12px;
	font-family:Arial, sans-serif;
	display:block;
	color:#666;
}
.formAction {
	padding:0 0 0 0;
	margin:0 0 40px 0;
	float:right;
}
input.button {
	padding:5px;
	border:0;
	background-color:#fec20e;
	color:#000;
	font-size:15px;
	width:100px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;		
	cursor:pointer;
}
.done {
	display:none;
	font-weight:bold;
}
.hightlight {
	border:1px solid #9F1319 !important;
	background:url(../images/iconCaution.gif) no-repeat 2px
}
.loading {
	float:left; 
	background:url(../images/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
/* =============================================================
   FOOTER
============================================================= */
#footerWrapper {
  height: 113px;
  margin: 0 auto;
  background: transparent url(../images/bg-footer-tile.gif) repeat-x 0 0;
  position: relative;
  margin-top: -113px;
}
footer {
  width: 728px;
  height: 83px;
  margin: 0 auto;
  background: transparent url(../images/bg-footer.gif) no-repeat 0 0;
  color: #666;
  font-size: 11px;
  padding: 18px 0 0 0;
}
footer a {
  color: #666;
}
#footerMenu {
  float: left;
}
#copyright {
  float: right;
  padding: 0 0 20px 0;
  margin: 0;
}
#siteBy {
  float: right;
  clear: right;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  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;
  }
}

@media only screen and (max-width: 767px) {
	body {padding:0 10px;}
	header {height:200px;}
	#home #wrapper, #home #wrapperInner, #page #wrapperInner, #page #wrapper {background:none;}
	#main, footer {width:100%;}
	#logo {width:100%;left:0;background-size:contain;height:90px;}
	ul#menu {left:0;}
	ul#menu li {padding:0;}
	ul#menu li a {padding: 1px 7px;font-size: 14px;}
	#cycleWrapper {height:auto !important;overflow:visible;margin-bottom:10px;}
	#cycle {width:100%;left:0;position:relative;height:auto;overflow:visible !important;border:0;}
	#cycle img {width:100% !important;height:auto !important;}
	#carousel, button.carouselButton {display:none;}
	.boxes {padding:0 10px;}
	.box {width:100%;float:none;margin:0;min-height:150px;}
	#footerMenu, #copyright, #siteBy {float:none;width:100%;text-align:center;}
	#content h1 {color:#000;margin:0 0 10px 0;padding:0;text-align:center;height:auto;}
	.pageContent {padding:0;}
	.formRow input, .formRow textarea {box-sizing:border-box;}
}
