/* = RESET STYLES = */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* = DEFAULT STYLES = */
body {
    text-align: center;
    margin: 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    background: #D8D8D8;
}

/* DEFAULT - LINKS */
a {
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

/* DEFAULT - CLEARS */
.clear {
    clear: both;
    height: 0;
    width: 0;
    display: block;
}
.clear-right {
    clear: right;
    height: 0;
    width: 0;
}
.clear-left {
    clear: left;
    height: 0;
    width: 0;
}

/* = PAGE = */
#page {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}

/* = HEADER = */
#header {
    position: relative;
    height: 200px;
    background: #ffffff;
}

/* HEADER - LOGO */
#header #logo {
    position: absolute;
    top: 0;
    left: 25px;
}
#header #logo:hover img {
    opacity: .7;
}

/* HEADER - CALL TO ACTION */
#header #c2a {
    position: absolute;
    width: 400px;
    font-size: 22px;
    top: 10px;
    right: 65px;
    text-align: center;
}
#header #c2a #number {
    font-size: 24px;
}
#address {
    z-index:1000;
    position: absolute;
    width: 400px;
    font-size: 22px;
    bottom: 3px;
    right: 65px;
    text-align: center;
}
#hours {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
    width: 400px;
    padding: 10px 0;
    position: absolute;
    top: 44px;
    right: 65px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
#hours span {
    font-weight: bold;
}
#header #c2a #tagline {
}
#header #c2a #number {
}

/* = NAVIGATION = */
#nav {
    position: relative;
    z-index: 50;
    background: #541211;
    padding: 0 20px;
}
#nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#nav ul li {
    float: left;
    position: relative;
}
#nav ul li a, #nav ul:hover li.current a {
    display: block;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
    background: none;
    font-family: 'Neucha', cursive;
}
#nav ul li a:hover, #nav ul li.current a, #nav ul:hover li.current:hover a, #nav > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

/* NAVIGATION - DROP-DOWN */
#nav ul ul {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
    z-index: 50;
}
#nav > ul > li:hover > ul {
    visibility: visible;
}
#nav ul ul li {
    float: none;
}
#nav ul ul li a {
    float: none;
    padding: 5px 15px;
    height: auto;
    line-height: normal;
}
#nav ul ul li a.first {
}
#nav ul ul li a:hover {
}

/* NAVIGATION - DROP-DOWN - TIER THREE */
#nav ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    width: 100%;
    height: auto;
    z-index: 50;
}
#nav ul ul > li:hover ul {
    visibility: visible;
}
#nav ul ul ul li {
    float: none;
}
#nav ul ul ul li a {
    float: none;
    height: auto;
    line-height: normal;
}
#nav ul ul ul li a.first {
}
#nav ul ul ul li a:hover {
}

/* = BANNER = */
#banner {
    width: 1000px;
    height: 300px;
    border-bottom: 5px solid #541211;
}
#banner ul#slider {
    width: 1000px;
    height: 300px;
    list-style: none;
}
#banner div.rhino-container, #banner div.rhino-container li.rhino-item {
}

/* = CONTENT = */
#content {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}
#content img {
    max-width: 100%;
}

/* CONTENT - HEADINGS */
h1 {
    font-size: 22px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
}
h5 {
}

/* = PRIMARY = */
#primary {
    float: right;
    width: 670px;
    padding: 20px;
}
#primary p {
    margin: 15px 0;
}
#primary hr {
    height: 1px;
    border: none;
    background: #CCC;
}

/* PRIMARY - DUEL LISTS - two lists side by side */
div.dual-lists ul {
    float: left;
    width: 40%;
    margin: 0 1%;
    padding: 0;
}

/* = SIDEBAR = */
#sidebar {
    float: left;
    width: 240px;
    padding: 74px 25px;
    background: url(../png/pergament.png) no-repeat;
}

/* SIDEBAR - FORM */
#sidebar form textarea {
}
#sidebar form input[type="submit"] {
}

/* = FORM = */
form {
    text-align: left;
    list-style-type: none;
}

/* FORM - LABEL */
form label {
    cursor: pointer;
    clear: both;
    margin: 10px 0 0 0;
    font-weight: bold;
    display: block;
}

/* FORM - INPUT FIELDS */
form input[type="text"] {
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    width: 99%;
    padding: 3px 0px;
}
form input[type="email"] {
	width:97.5%;
}
form input:focus, form textarea:focus {
    background: #FFC;
}

/* make field background yellow when filling out */
form textarea {
    resize: vertical;
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    height: 80px;
    width: 99%;
    padding: 3px 0px;
}

/* FORM - CAPTCHA */
form #hiddencheckbox {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 3px 0;
    width: auto;
}
form input[type="checkbox"] {
    border: none;
}
form a {
    display: block;
    float: left;
    clear: both;
}

/* FORM - SUBMIT BUTTON */
form input[type="submit"] {
    border: 1px solid #999;
    border-radius: 3px;
    clear: both;
    width: 99%;
    padding: 3px 0px;
    margin: 10px 0;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    background: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #FFF;
}
form input[type="submit"]:hover {
    background: #ededee;
}
form input[type="submit"]:active {
    background: #FFC;
}
#primary.full-width {
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 960px;
}
#primary a {
    color: #541211;
}
#primary.full-width h3 {
    font-size: 18px;
}
#primary.full-width ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.text-center {
    text-align: center;
}

/* PRIMARY - IMAGES */
#primary img.inline-left {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
    float: left;
    margin: 5px 0px 15px 60px;
    height: 180px;
    width: 250px;
}
#primary img.inline-right {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
    float: right;
    margin: 5px 0 15px 25px;
    height: 180px;
    width: 250px;
}
#primary.full-width .clear-below {
    margin-bottom: 80px;
}
#primary.full-width .clear-both {
    clear: both;
}
.inline-right.move-up {
    position: relative;
    bottom: 60px;
}
.inline-right.move-down {
    position: relative;
    top: 80px;
}
.image-caption-container {
    float: right;
    margin: 20px 0 0 20px;
    width: 250px;
}

/* = FORM = */
#primary.full-width #contact-form-container {
    background: #541211;
    border: 5px solid #000000;
    width: 396px;
    padding: 20px;
    margin: 30px 85px 60px 0;
    position: relative;
    border-radius: 5px;
    float: right;
    line-height: 36px;
}
#primary.full-width #contact-form-container.center-form {
    float: none;
    margin: 30px auto;
}

/* = CONTACT PAGE = */
#primary.full-width .address-left {
    float: left;
    width: 380px;
    margin: 10px 0 0 15px;
}
#primary.full-width .address-left p {
    display: block;
    width: 340px;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 26px;
}
#primary.full-width form {
    text-align: left;
    list-style-type: none;
    width: 100%;
}

/* FORM - LABEL */
#primary.full-width label {
    cursor: pointer;
    float: left;
    clear: both;
    margin: 5px 0 0 0;
    color: #FFF;
    font-size: 18px;
}
#primary.full-width .required {
    font-weight: bold;
    color: #F00;
}
#primary.full-width #req-field-desc {
    font-style: italic;
    color: #FFF;
    font-size: 24px;
}

/* FORM - INPUT FIELDS */
#primary.full-width input[type="text"] {
    border-radius: 3px;
}
#primary.full-width input {
    border: 2px ridge #FFF;
    float: left;
    clear: both;
    width: 97%;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
}
#primary.full-width input:focus, form textarea:focus {
    outline: none;
    background-position: 0 -1.7em;
}

/* make field background color change when filling out */
#primary.full-width textarea {
    resize: vertical;
    float: left;
    clear: both;
    height: 80px;
    width: 97%;
    border: 2px ridge #FFF;
    font-family: arial, sans-serif;
    background: linear-gradient(#eee, #fff);
    padding: 5px;
    color: #333;
	margin-bottom: 10px;
}

/* FORM - CAPTCHA */
#primary.full-width form #hiddencheckbox {
    display: block;
}
#primary.full-width form #hiddencheckbox label {
    float: right;
    width: 260px;
    margin-right: 52px;
}
#primary.full-width form #hiddencheckbox input[type="checkbox"] {
    float: left;
    width: 16px;
    border: none;
    clear: none;
    position: relative;
    top: 13px;
}
#primary.full-width form a {
    display: block;
    float: left;
    clear: both;
}

/* FORM - SUBMIT BUTTON */
#primary.full-width form input[type="submit"] {
    margin: 5px 0;
    float: left;
    width: 100%;
    display: block;
    clear: both;
    height: 40px;
    background: #000;
    -moz-border-radius: 8px;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    border: 2px solid #fff;
}
#primary.full-width form input[type="submit"]:hover {
    background: #555;
    color: #FFF;
}
iframe {
    border: 1px solid #000;
    margin: 10px 0 5px;
}
#menu-container {
    margin: 0 auto;
    width: 715px;
}
#message {
	color:#fff;
}


/* = SITEMAP PAGE = */
#content ul.sitemap-page {
    margin: 20px auto;
    display: block;
    width: 500px;
}
#content ul.sitemap-page li {
    list-style: none;
}
#content ul.sitemap-page li a {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: block;
}
#content ul.sitemap-page li a:hover {
    color: #541211;
    text-decoration: underline;
}

/* = FOOTER = */
#footer {
    border-top: 5px solid #000;
    background: #541211;
    padding: 20px;
}
#footer #sitemap {
    float: right;
    text-align: left;
}
#footer #contact-info {
}
#footer #copyright {
    float: right;
    text-align: right;
}

/* FOOTER - LINKS */
#footer a {
    color: #ffffff;
}
#footer a:hover {
}

/* FOOTER - SITEMAP LINKS */
#footer ul {
    list-style-type: none;
}
#footer ul li {
    float: left;
    margin: 0 10px 0 0;
}
#contact-info {
    color: #ffffff;
    float: left;
}
#social {
    position: absolute;
    top: 80px;
    left: 320px;
    font-size: 18px;
}
#social img {
    width: 32px;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 20px;
  background: #541211;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
 display: inline-block;
 
  text-align:center;
    margin: 10px;
}

.btn:hover {
  background: #b32727;
  text-decoration: none;
    color:#fff!important;
}

#btns {text-align:center;}





/*
     FILE ARCHIVED ON 03:08:40 Nov 06, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:39:35 Dec 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.576
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 103.704
  LoadShardBlock: 326.605 (3)
  PetaboxLoader3.datanode: 274.925 (5)
  PetaboxLoader3.resolve: 221.914 (3)
  load_resource: 388.626 (2)
*/