@font-face {
    font-family: 'EntypoRegular';
    src: url('../fonts/entypo.eot');
    src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo.woff') format('woff'),
         url('../fonts/entypo.ttf') format('truetype'),
         url('../fonts/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, sans-serif;
}
a {
    color: #0099cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.1em;
}
h2 {
    font-size: 1.6em;
    font-weight: bold;
}
h3 {
    font-size: 1.3em;
    font-weight: bold;
}
h4 {
    border-bottom: solid 1px #bbbbbb;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    text-transform: uppercase;
}
h5 {
    color: #999999;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}
h6 {
    color: #bbbbbb;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}
#content, #sidebar, #footer, p {
    font-size: 1em;
    line-height: 1.3em;
}
h1 + p {
    margin-top: 0.5em;
}
p + p {
    margin-top: 0.5em;   
}
#nav a:hover {
    text-decoration: none;   
}
#response .tel {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
#breadcrumb p {
    color: #999999;
    font-size: 0.8em;
}
#footer {
    color: #ffffff;
}
.footer-box p,
.footer-box ul,
.footer-box ol {
    font-size: 0.8em;
    line-height: 1.3em;
}
#copyright p {
    color: #888888;
    font-size: 0.8em;
}
#copyright a {
    color: #aaaaaa;
}