﻿body
{
    background: url('../images/rockywall.png') fixed repeat;
    font-family: Open Sans;
}
a
{
    color: #1C2C2D;
}
a:hover
{
    color: #999;
}
h1
{
    font-family: Voltaire;
}
#myTab > li > a
{
    outline: 0;
    color: #1C2C2D;
}
#myTab > .active
{
    border: none;
}
#myTab > .active > a
{
    background: #1C2C2D;
    color: #fff;
    border: 1px solid #1C2C2D;
}
#myTab
{
}
.search-button
{
    background-image: linear-gradient(to bottom,#1C2C2D 0,#000 100%);
}
#pnlSearchHome
{
    margin-left: 70px !important;
}
.search-button:hover
{
    background: linear-gradient(to bottom,#3F6466 0,#1C2C2D 100%) !important;
}
#bs-example-navbar-collapse-1 > ul > li > .active
{
    background: #ddd;
    box-shadow: 5px 5px 10px #ccc inset;
}
#bs-example-navbar-collapse-1 > ul > li > a
{
    outline: 0;
}

#logo-container
{
    margin-top: 40px;
}
#directory, #privacy
{
    background: transparent;
}
#home, #about, #contact
{
    background: #fff;
}
#company_logo
{
    height: 350px;
    width: 350px;
    margin-left: -15px;
}
#company-logo-inner
{
    height: 80px;
    width: 80px;
}
#company-name-container
{
    margin-top: 20px;
}
#company-name-link span
{
    font-family: Voltaire;
    font-size: 35px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding-top: 15px;
}

#company-name-link:hover
{
    text-decoration: none !important;
    color: #FFCB47 !important;
}
#footer
{
    text-align: center;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background: #1C2C2D;
    color: #FFCB47;
}
.home-list
{
    width: 100%;
    margin-top: 40px;
    text-align: left;
}
.home-list tr td
{
    padding: 5px;
}
.home-list tr td a
{
    color: #1C2C2D;
}
#inner-nav-menu > li
{
    list-style-type: none;
    text-align: left;
}
.navbar-brand > span
{
    color: #1C2C2D;
}
.breadcrumb
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.breadbcrumb a
{
    color: #CE9504;
    cursor: pointer;
}
.profile-table
{
    width: 80%;
    margin-top: 20px;
}
.profile-table tr td
{
    text-align: left;
    width: 70%;
}
.profile-table tr th, .profile-table tr td
{
    vertical-align: top;
    padding: 5px;
}
.generic-list
{
    width: 80%;
    margin-top: 20px;
}
.generic-list > div
{
    border-bottom: 1px solid #ccc;
}
.generic-list > div:last-child
{
    border-bottom: 0px;
}
.generic-list > div > div > big > a
{
    color: #CE9504;
}
.listview-list > li
{
    padding-left: 40px;
}
.about-writeup
{
    font-size: 20px;
    margin-bottom: 30px;
}
#contact-form
{
    width: 50%;
    display: inline-block;
}
#the-table tr th
{
    background: #1C2C2D;
    color: #fff;
}
#the-table tr td a
{
    color: #CE9504;
}
.pagination > li > a, .pagination > li > span
{
    color: #1C2C2D;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1C2C2D;
    border-color: #1C2C2D;
}
#panel-map
{
    padding-top: 15px;
}
#population-table
{
    width: 100%;
}
#population-table tr td
{
    padding: 5px;
}
#footer-navs > ul
{
    margin-left: -40px;
}
#footer-navs > ul > li
{
    list-style-type: none;
    display: inline;
    border-right: 1px solid #ccc;
    padding: 0px 10px 0px 10px;
}
#footer-navs > ul > li:last-child
{
    border-right: none;
}
#footer-navs > ul > li > a
{
    color: #555;
}
.search-text-fname, .search-text-lname
{
    width: 200px !important;
}
.search-text-address
{
    width: 300px !important;
}
.search-text-zip
{
    width: 100px !important;
}
@media (max-width:1280px)
{
    #company_logo
    {
        width: 250px;
        height: 250px;
    }
    #company-name
    {
        font-size: 27px !important;
        margin-left: -10px !important;
    }
    .slide-container
    {
        margin-top: 80px !important;
    }
    .slide-container img
    {
        height: 100px;
        width: 100px;
    }
    h1
    {
        font-size: 25px;
    }
    .about-writeup
    {
        font-size: 18px;
    }
}
@media (min-width:1024px) and (max-width:1279px)
{
}
@media (min-width:768px) and (max-width:1023px)
{
    .search-text-fname, .search-text-address
    {
        width: 200px !important;
        float: left;
    }
    .search-button
    {
        width: auto;
        float: left;
        margin-left: 3px;
    }
    .search-text-zip, .search-text-lname
    {
        width: 200px !important;
        float: left;
        margin-left: 3px;
    }
    #contact-form
    {
        width: 75%;
    }
}
@media (min-width:640px) and (max-width:767px)
{
        .search-text-fname, .search-text-lname
    {
        width: 200px !important;
        float: left;
        margin-right: 3px;
    }
    .search-text-address
    {
        width: 300px !important;
        float: left;
        margin-right: 3px;
    }
    .search-text-zip
    {
        width: 100px !important;
        margin-right: 3px;
        float: left;
    }
    .search-button
    {
        float: left;
    }
    #company_logo
    {
        width: 80px;
        height: 80px;
        margin-top: -30px;
        margin-left: 150px;
        float: left;
    }
    #company-name
    {
        font-size: 27px !important;
        margin-left: 0px !important;
        float: left;
    }
    #pnlSearchHome
    {
        margin: auto !important;
        margin-top: 20px !important;
    }
    #home, #directory, #about, #privacy, #contact
    {
        min-height: 400px !important;
    }
    .about-writeup
    {
        font-size: 16px;
    }
    #about h1, #privacy h1
    {
        margin-bottom: 30px !important;
    }
    #contact-form
    {
        width: 90%;
    }
}
@media (max-width:639px)
{
    #pnlSearchHome
    {
        width:98% !important;
        margin:auto !important;
    }
    #myTab li a span
    {
        display: none;
    }
    #myTab li #nsearch:after
    {
        content: "Name";
    }
    #myTab li #psearch:after
    {
        content: "Phone";
    }
    #myTab li #asearch:after
    {
        content: "Address";
    }
    .search-text-fname, .search-text-address
    {
        width: 100% !important;
        border-radius: 3px;
    }
    .search-button
    {
        width: 100%;
        margin-top: 5px;
        margin-left: 0px !important;
        border-radius: 3px !important;
    }
    .search-text-zip, .search-text-lname
    {
        width: 100% !important;
        margin-top: 5px;
        border-radius: 3px;
        margin-left: 0px;
    }
    #logo-container
    {
        margin-top: 20px;
    }
    .top-spacer
    {
        height: 260px !important;
    }
    .navbar-inner
    {
        height: 250px !important;
    }
    #company-name-container
    {
        float: none !important;
        margin-top: -40px;
    }
    #company-logo-inner
    {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-left: 25%;
    }
    #company_logo
    {
        width: 35%;
        height: 35%;
        float: none;
        margin-left: -10px;
        margin-top: 30px;
    }
    #company-name
    {
        font-size: 30px !important;
        margin-left: -10px !important;
        float: none;
    }
    #company-name-link span
    {
        font-size: 20px;
        padding-top: -30px;
    }
    .brand-name
    {
        font-size: 14px;
    }
    h1
    {
        font-size: 25px;
    }
    .listview-list li
    {
        padding: 3px 10px 3px 10px;
    }
    #footer
    {
        font-size: 10px;
    }
    .slide-container
    {
        margin-top: 20px !important;
    }
    .slide-container img
    {
        height: 30%;
        width: 30%;
    }
    .grid-list
    {
        height: 70px !important;
    }
    .about-writeup
    {
        font-size: 16px;
    }
    #contact-form
    {
        width: 100%;
    }
    #home, #directory, #about, #privacy, #contact
    {
        min-height: 700px !important;
    }
    #the-table
    {
        margin-left: -3px;
    }
    #the-table tr td, #the-table tr th, #the-table tr td a
    {
        font-size: 11px;
    }
    #the-table tr td a h4
    {
        font-size: 14px;
    }
    #ContentPlaceHolder1_RR
    {
        float: none !important;
        margin-top: 15px !important;
        font-size: 16px !important;
    }
    #pnlSearchHomeInner
    {
        width:98% !important;
    }
}
