@charset "utf-8";

/* CSS Document */

@import url("reset.css");
body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/back-main.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}

#top {
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 38px;
}

#bottom {
    background-image: url(../images/bottom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 38px;
}

#header {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 20px top;
    margin-right: 15px;
    margin-left: 15px;
    background-image: url(../images/back-header.jpg);
}

#header_left {
    float: left;
    margin-left: 260px;
    width: 391px;
}

#header_right {
    padding-left: 20px;
    margin-left: 651px;
    margin-top: 40px;
}

.navbar {
    background-image: url(../images/back-nav.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 22px;
}

.navbar ul {
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.navbar li {
    display: inline;
    padding-right: 20px;
    margin-left: 20px;
}

.navbar a:link,
.navbar a:visited {
    color: #929292;
    text-decoration: none;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #BCD84F;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.navbar a:hover {
    border-bottom-color: #46479A;
}

#index-header2 {
    padding: 10px 0;
}

#content {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
}

h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: lighter;
    color: #000000;
    padding-bottom: 12px;
}

h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    padding-bottom: 12px;
}

#content p {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 135%;
    padding-bottom: 25px;
}

.catalog-nav,
.catalog-nav a {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 150%;
    font-weight: lighter;
    margin-bottom: 10px;
}

.catalog-nav {
    color: #000000;
}

.catalog-nav a {
    color: #929292;
}

.catalog-nav a:link,
.catalog-nav a:visited {
    text-decoration: none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #BCD84F;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.catalog-nav a:hover {
    border-bottom-color: #46479A;
}

#myCarousel {
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 20px;
    min-height: 425px;
}

.pleasewait {
    padding: 10px 15px 5px 0;
    text-align: center;
    font-size: 18px;
    font-style: italic;
}

#content_left {
    float: left;
    width: 300px;
}

#content_right {
    margin-left: 350px;
}

#content_sitemap {
    float: left;
    width: 750px;
}

#content_sitemap p {
    padding: 5px;
}

#content_sitemap a {
    color: #000000;
}

.sitemap-primary {
    font-size: 16px;
    font-weight: bold;
}

.sitemap-indent {
    margin-left: 25px;
}

.sitemap-secondindent {
    margin-left: 50px;
}


/* this is the sidebar menus styling */

#menu_active {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #e2e2f8;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu_active a:link,
#menu_active a:visited {
    color: #45479A;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
}

#menu_active a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #45479A;
}

#menu_other {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #e7eecd;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

#menu_other a:link,
#menu_other a:visited {
    color: #8DA725;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
}

#menu_other a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #bcd84f;
}

#contact-header {
    overflow: hidden;
}

#contact-info {
    float: left;
    width: 275px;
}

#contact-hours {
    float: right;
    width: 250px;
}

#contact-table {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#contact-table input,
#contact-table textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#contact-table input,
#contact-table textarea,
#contact-table img {
    border: #46479A thin solid;
}

#contact-table td {
    padding: 5px 0 5px 0;
    vertical-align: top;
}


/* footer styling here */

#footer {
    display: block;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#footer-logos {
    height: 200px;
    vertical-align: top;
}

#footernav ul {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footernav li {
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
}

#footernav li.bordered {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #929292;
}

#footer a:link,
#footer a:visited {
    color: #929292;
    text-decoration: none;
}

#footer a:hover {
    color: #46479A;
    text-decoration: underline;
}

#footer p {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #929292;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#intro th {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: lighter;
    color: #000000;
    padding-bottom: 10px;
}

#intro td {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 150%;
}


/* image hover effect for home page */

#intro img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

#intro img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

#intro td a:link,
#intro a:visited {
    color: #929292;
    text-decoration: none;
    font-weight: normal;
}

#intro td a:hover {
    color: #46479A;
    text-decoration: none;
}

#intro th a:link,
#intro th a:visited {
    color: #000000;
    text-decoration: none;
}

#intro th a:hover {
    color: #000000;
    text-decoration: underline;
}

#catalog tr {
    vertical-align: top;
}

#catalog td {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 5px 5px 8px 5px;
    width: 215px;
    line-height: 150%;
}


/* image hover effect for home page */

#catalog img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

/*#catalog img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
/*}*/

#catalog a:link {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
#intro a:visited {
    color: #929292;
    text-decoration: none;
    font-weight: normal;
}

#catalog a:hover {
    color: #46479A;
    text-decoration: none;
}

.photo_left {
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
}

.photo_right {
    float: right;
    margin-bottom: 25px;
    margin-left: 25px;
}

.photo_left_about {
    float: left;
    margin-bottom: 5px;
    margin-right: 25px;
}

.photo_right_about {
    float: right;
    margin: 25px 0px 25px 10px;
}

td {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
}

.clear {
    clear: both;
}

.image-210-137-rounded-corners-border {
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    width: 210px;
    height: 137px;
}

#video-facebook {
    padding-left: 75px;
}

#video-facebook td:nth-child(2) {
    padding-left: 35px;
}

#testimonial-home {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

#testimonial-home p {
    font-family: 'Caveat', cursive;
    font-size: 1.85em;
    color: #46479a;
}

#testimonial-home #stars:after {
    content: "\2605\2605\2605\2605\2605";
    color: #e7c717;
    font-size: 2em;
}

#testimonials-interior {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

#testimonials-interior p {
    font-family: 'Caveat', cursive;
    font-size: 1.65em;
}

#testimonials-interior .stars:after {
    content: "\2605\2605\2605\2605\2605";
    color: #e7c717;
    font-size: 1.5em
}
.carousel-control.right, .carousel-control.left {
  background-image:none;
}
.carousel-control.right .glyphicon, .carousel-control.left .glyphicon {
  color:#555555;
}

.underline {
	text-decoration:underline;
}

.table {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 135%;
    margin-bottom: 25px;
	margin-top: -20px; /*to pull up some space after p */
}

.table .item {
	padding-left:25px;
}