body { 
    font:normal 16px Arial, Helvetica;
    margin: 0; padding: 0; outline: none;line-height:1.6;
    background-color: #F5F5F5;
}
.panel {
    margin: 0 auto;
    max-width:960px;
    padding: 5px 10px;
    background-color: #fff;
}
#main {
    background-color: #fff;
}

.lead,
#footer {
    margin-top: 0;
    margin-bottom: 35px;
    padding: 15px 10px;
}
h1 {
    font-size: 28px;
}
h2 {
    border-bottom: 1px solid #8da7cc;
    padding-bottom: 5px;
    clear: both;
}
ul {
    list-style:none;
    list-style-image: url('data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs');
    margin-left: -25px;
}
img { border: 0; max-width: 100%;}
b,
.row2 dl dt {
    color: #3A3A3A;
    font-weight: normal ;
}
.row2 dl dd {
    margin-bottom: 8px;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: inherit;
}
form {
    width:24em;
}
form input {
    width: 98%;
}
form textarea {
    height: 9em;
    width: 100%;
}
blockquote {
    background-color: #F5F5F5 ;
    font-style: italic;
    border: 1px solid #8da7cc;
    padding: 0 10px;
    margin: 0px 0px;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    text-decoration: none;
    color: #444;
    font-style: inherit !important;
}
#header a {
    background: url(/assets/ibar.head.jpg) no-repeat white;
    background-size: contain;
    display: block;
    text-align: end;
    color: #000;
    font-family: monospace;
    text-decoration: none;
    padding-right: 120px;
    padding-top: 150px;
    font-size: 40px;
    height: 80px;
}

#navigation ul {
    margin-left: inherit;
    padding: 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
#navigation ul li {

    display: inline;
    width: 100px;
    padding: 10px 20px; 
}


@media only screen and (max-width: 549px) {
    h1 {
        font-size: 20px;
    }
    #header a {
        padding-right: 10px;
        padding-top: 125px;
        font-size: 35px;
        height: 30px;
    }

}
@media print {
    a {
        text-decoration: none;
        color: inherit;
    }
}
