/* ------------------------- Reset (compressed) */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* ------------------------- Body */
body {
  font-size: 75%; /* 0.75 * 16px = 12px */
  padding: 0;
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  text-align: left;
}
/* ------------------------- Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #333;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}
h1 {
  font-size: 2em;
  line-height: 1em;
  margin: 0 0 15px;
}
h2 {
  font-size: 1.3em;
  line-height: 1em;
  margin: 0 0 10px;
}
/* ------------------------- Text elements */
p {
  margin: 0 0 15px;
}
a {
  color: #666;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #000;
}
/* ------------------------- Lists */
li ul, li ol {
  margin: 0 15px;
}
ul, ol {
  margin: 0 15px 15px 15px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li {
  margin: 0;
  padding: 0;
}
/* ------------------------- Frame */
#frame {
  width: 920px;
  margin: 0 auto;
  padding: 0;
  color: #666;
  text-align: left;
  position: relative;
}
/* ------------------------- Header */
#header {
  margin: 20px 12px 0 10px;
  padding: 0;
  /* clear contained floats */
  width: 898px;
  overflow: hidden;
}
/* ------------------------- Header > Navigation */
#navigation {
  float: left;
  width: 622px;
  margin: 0 15px 0 0;
  padding: 43px 0 0;
  /* ie6 float double margin fix */
  display: inline;
}
#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
#navigation li {
  float: left;
  /* ie6 float double margin fix */
  display: inline;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
  display: block;
  font-size: 1.1em;
  line-height: 1.25em;
  padding: 0;
  margin: 0 10px 0 0;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
#navigation a:hover {
  text-decoration: underline;
}
#navigation a.current:link, #navigation a.current:visited,
#navigation a.current:active, #navigation a.current:hover {
  color: #000;
}
/* ------------------------- Header > Logo */
#logo{
  float: left;
  width: 261px;
  margin: 0;
  padding: 0;
  /* ie6 float double margin fix */
  display: inline;
}
#logo img {
  display: block;
}
/* ------------------------- Banner */
#banner .containerInner {
  position: relative;
}
#banner img {
  display: block;
}
#banner img.banner {
  width: 898px;
  height: 200px;
}
a#registerHere {
  position: absolute;
  top: 25px;
  right: 12px;
  display: block;
}
/* ------------------------- Container */
.container {
  background: #FFF url('/img/common/container_rht.png') repeat-y top right;
}
.containerInner {
  background: url('/img/common/container_btm.png') no-repeat bottom right;
  padding: 10px 12px 14px 10px;
}
/* ------------------------- Content */
#content {
  margin-top: 10px;
}
/* ------------------------- Content > Container > Main */
#main {
  background: #CCC url('/img/common/content_bg.png') repeat-y top left;
}
#mainInner {
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
#mainInner.fauxImageBg {
  background: url('/img/side/image_bg.png') repeat-y top right;
}
#mainText {
  float: left;
  width: 431px;
  margin: 20px 20px 0 101px;
  padding: 0 0 20px;
  /* ie6 float double margin fix */
  display: inline;
}
#mainImage {
  float: left;
  width: 346px;
  color: #FFF;
  padding: 20px 0;
  margin: 0;
  /* min-height */
  min-height: 243px;
  height: auto !important;
  height: 243px;
  /* ie6 float double margin fix */
  display: inline;
}
#mainImage img {
  display: block;
}
#mainImageCaption {
  padding: 5px 40px;
  background: #999;
  font-size: 0.9em;
}
#mainTextFull {
  margin: 20px 20px 20px 101px;
}
/* ------------------------- Contact */
#contact {
  float: left;
  width: 317px;
  margin: 20px 20px 0 101px;
  padding: 0 0 20px;
  /* ie6 float double margin fix */
  display: inline;
}
#contact ul {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
#contact ul li {
  margin: 0;
  padding: 0;
}
#map {
  float: right;
  display: block;
  padding: 20px;
  margin: 0;
}
#mapInner {
  background: #EEE;
  border: 1px solid #666;
  width: 398px;
  height: 300px;
}
/* ------------------------- Section: Register */
#register {
  background: url('/img/register/fandeck.jpg') no-repeat top right;
  padding: 0 260px 0 0;
}
/* ------------------------- Section: Services */
#services .wrap {
  margin: 0;
}
#services .left, #services .right {
  float: left;
  width: 378px;
  margin: 0;
  padding: 0;
  /* ie6 float double margin fix */
  display: inline;
}
#services .left {
  margin-right: 21px;
}
  .service {
    margin: 0 0 21px;
    padding: 0;
    border: 1px solid #000;
    background: #FFF;
  }
    .service .section {
      margin: 0;
      padding: 10px 10px 0;
    }
      .service h1 {
        font-size: 1.7em;
        display: block;
        margin: 0;
        padding: 6px 8px;
        color: #FFF;
        background: #58595b;
      }
      .package-one h1 {
        background-color: #721c05;
      }
      .package-one h1 {
        background-color: #721c05;
      }
      .package-two h1 {
        background-color: #15472e;
      }
      .package-three h1 {
        background-color: #cc6601;
      }
      .service h3 {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 0;
      }
      .service p {
        margin: 0 0 10px;
      }
/* ------------------------- Section: Style Guide */
#mainStyleGuide {
  margin: 0 20px 20px 101px;
}
#styleGuideText {
  float: left;
  width: 439px;
  margin: 60px 10px 0 0;
  /* ie6 float double margin fix */
  display: inline;
}
#styleGuideFandeck {
  float: left;
  width: 326px;
  margin: 10px 0 0;
  padding: 127px 0 0;
  background: url('/img/style_guide/fandeck.png') no-repeat top right;
  text-align: right;
  /* ie6 float double margin fix */
  display: inline;
}
.style {
  border: 1px solid #666;
  margin: 0 0 10px;
  background: #FFF url('/img/side/image_bg.png') repeat-y -96px top;
  /* clear contained floats */
  width: 775px; /* 898 - 20 - 101 - 2 */
  overflow: hidden;
}
.style img {
  display: block;
}
.styleImage {
  float: left;
  width: 250px;
  margin: 0;
  /* ie6 float double margin fix */
  display: inline;
}
.styleText {
  float: left;
  width: 505px;
  padding: 0 10px 10px;
  margin: 0;
  /* ie6 float double margin fix */
  display: inline;
}
.styleText p {
  margin: 0;
  font-size: 0.95em;
}
/* ------------------------- Section: Gallery */
#gallery .wrap {
  margin: 0;
}
#gallery img {
  display: block;
}
#gallery p {
  margin: 0;
}
#gallery #filter {
  margin: 0 0 20px;
  padding: 0;
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
#gallery #filter .wrap {
  background: #FFF;
  padding: 10px;
  margin: 0;
  /* clear contained floats */
  width: 757px;
  overflow: hidden;
}
#gallery #filter label {
  width: auto;
  margin: 2px 10px 2px 0;
  border: none;
}
#gallery #filter .input {
  width: auto;
  float: left;
  display: inline;
  margin-top: 3px;
}
#gallery #filter .input input, #gallery #filter .input select, #gallery #filter .input textarea {
  margin-right: 20px;
  float: none;
}
#gallery #filter .extra {
  width: auto;
  display: block;
  font-size: 1em;
  padding: 0;
  margin: 0;
  color: #666;
  line-height: 1.25em;
}
#gallery #filter .left, #gallery #filter .right {
  float: left;
  margin: 0;
  padding: 0;
  /* clear contained floats */
  overflow: hidden;
}
#gallery #filter .left {
  margin: 0 10px 0 0;
  width: 250px;
}
#gallery #filter .right {
  width: 350px;
  margin: 0 10px 0 0;
}
#gallery #filter .go {
  float: right;
  width: 59px;
  margin: 0;
  padding: 0;
  /* clear contained floats */
  overflow: hidden;
}
#gallery #filter .go .input {
  margin: 0;
}
#gallery #filter .go input {
  margin: 0;
}
#gallery #filter .extra {
  /* fix ie6 duplicate char bug */
  margin-right: -3px;
}
#gallery #query {
  padding: 0;
  margin: 0 0 5px;
}
#gallery #query span {
  background: #DDD;
}
#galleryMain {
  background: #FFF;
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
#gallery #image {
  float: left;
  width: 483px; /* img is 480px - extra 1px is for spacing */
  margin: 0;
  padding: 0;
  /* ie6 float double margin fix */
  display: inline;
}
#gallery #image img {
  border: 1px solid #333;
}
#gallery #thumbs {
  float: left;
  width: 294px;
  margin: 0;
  padding: 0;
  /* ie6 float double margin fix */
  display: inline;
}
#gallery #thumbs .wrap {
  height: 283px;
}
#gallery #thumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#gallery #thumbs li {
  float: left;
  width: 92px; /* +2px for bdr */
  height: 62px; /* +2px for bdr */
  margin: 0 0 6px 6px;
  /* ie6 float double margin fix */
  display: inline;
}
#gallery #thumbs a img {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #666;
}
#gallery #thumbs a:hover img {
  border: 1px solid #000;
}
/* -- Pagination */
#gallery #paging {
  margin: 0 6px;
  padding: 0;
  /* clear contained floats */
  width: 282px; /* 294 - 12 = 282px */
  overflow: hidden;
}
#gallery #paging #previous, #gallery #paging #next {
  float: left;
  width: 38px;
  text-align: left;
  /* ie6 float double margin fix */
  display: inline;
}
#gallery #paging #summary {
  float: left;
  width: 206px;
  text-align: center;
  line-height: 33px; /* same size as prev/next button heights */
  font-weight: bold;
  /* ie6 float double margin fix */
  display: inline;
}
#gallery #thumbs #paging a img {
  border: none;
  padding: 0;
  margin: 0;
}
/* -- Image Info */
#gallery #imageTitle {
  background: #FFF;
  padding: 2px 5px;
  margin: 0 294px 3px 0; /* 294px = thumbs div */
  /* clear contained floats */
  width: 473px;
  overflow: hidden;
}
#gallery #imageTitle #imageInfo {
  font-size: 1.25em;
  line-height: 40px;
}
#gallery #imageTitle #imageTheme a {
  float: right;
  display: block;
}
#gallery #imageTags {
  background: #FFF;
  padding: 2px 5px;
  margin: 3px 294px 0 0; /* 294px = thumbs div */
  font-size: 0.9em;
}
#gallery a#imageVisitDisplay {
  background: url('/img/gallery/view_display.png') no-repeat left center;
  padding: 0 0 0 21px;
}
#gallery a#imageVisitDisplay:hover {
  background-image: url('/img/gallery/view_display_o.png');
}
/* ------------------------- Footer */
#footer {
  margin-top: 10px;
  font-size: 0.8em;
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
#footer #windemere {
  float: left;
  margin-left: 10px;
}
#footer #mediasix {
  float: right;
  margin-right: 10px;
}
/* ------------------------- Forms */
.form_fields {
  margin: 0 0 20px;
  padding: 0;
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
.input {
  margin-bottom: 15px;
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
label {
  float: left;
  width: 170px;
  margin: 2px 10px 0 0;
  border-bottom: 1px dashed #DDD;
  font-weight: bold;
  font-size: 1em; /* 12px */
  line-height: 1.5em; /* 18px */
}
label em {
  color: red;
  background: none;
  font-weight: bold;
}
input, select, textarea {
  float: left;
  margin: 0;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #969696;
  font-size: 1em; /* 12px */
}
input:focus, select:focus, textarea:focus {
  background: lightyellow;
}
textarea {
  width: 390px;
  height: 150px;
}
.extra {
  float: left;
  margin-left: 10px;
  color: #666;
  font-size: 1em; /* 12px */
  line-height: 20px;
}
.count {
  clear: left;
  float: left;
  margin-left: 180px;
  text-transform: uppercase;
  color: #999;
  /* ie6 float double margin fix */
  display: inline;
}
.count div {
  font-size: 0.8em;
}
.input .buttons {
  margin-left: 0;
}
.input .buttons input {
  margin: 0;
  padding: 0;
  border: none;
}
/* -- Forms - Sub Form */
.form_fields .sub_form_fields {
  float: left;
  /* ie6 float double margin fix */
  display: inline;
}
.form_fields .sub_form_fields label {
  width: 100px;
}
/* -- Forms - Checkboxes */
.input .checkbox {
  margin-bottom: 5px;
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
.input .checkbox input {
  float: left;
  margin: 2px 5px 0 0;
  border: none;
}
.input .checkbox label {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  /* ie6 float double margin fix */
  display: inline;
}
/* -- Forms - Multiple Checkboxes */
.input .multi_checkbox {
  margin-bottom: 0;
  /*width: 390px;*/
  float: left;
  /* ie6 float double margin fix */
  display: inline;
}
.input .multi_checkbox .checkbox label {
  font-weight: normal;
}
/* ------------------------- Messages Boxes */
.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin-bottom: 20px;
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info ul, .success ul, .warning ul, .error ul, .validation ul {
  margin: 0 0 0 15px;
}
.info li, .success li, .warning li, .error li, .validation li {
  margin-bottom: 0;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/img/icons/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('/img/icons/success.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/img/icons/error.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/img/icons/warning.png');
}
.validation {
  color: #D63301;
  background-color: #FFCCBA;
  background-image: url('/img/icons/validation.png');
}
/* ------------------------- Misc */
.nospacing {
  padding: 0;
  margin: 0;
}
.novspacing {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
ul.last, p.last {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.last {
  margin-bottom: 0;
}
.wrap {
  /* clear contained floats */
  width: 100%;
  overflow: hidden;
}
#tidy {
  display: none;
}
#environment {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 5px 20px;
  background: #333;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  border: 2px solid #CCC;
}
#environment span {
  color: #CCC;
}

