﻿body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 70%;
    color: #3c3b3c;
}

ul.navigation li a {
    color: #3c3b3c;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

ul.navigation li a:hover {
    color: #f44014;
}

ul.navigation li ul li a {
    text-transform: none;
}

h1 {
    font-size: 2.2em;
    font-weight: normal;
    margin: 0px 0px 15px;
}

h2 {
    font-size: 1.6em;
    font-weight: normal;
    margin: 0px 0px 10px;
}

h4 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
    color: #999999;
    margin: 0px 0px 5px;
}

p {
    margin: 0px 0px 14px;
    line-height: 1.6em;
}

a {
    color: #f46c1d;
    text-decoration: none;
}

a img {
    border: none;
}

.white {
    color: #ffffff;
}

blockquote {
    display: block;
    width: 200px;
    margin: 0px 20px 20px 20px;
    padding: 0px;
    float: right;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
    color: #f44617;
}

a.service_button {
    float: left;
    width: 136px;
    padding: 8px;
    margin: 0px 2px 14px 0px;
    background: #303030;
    text-align: center;
    color: #ffffff;
    font-size: 1.3em;
    text-decoration: none;
}

a.service_button span {
    cursor: pointer;
    display: block;
    width: 126px;
    padding: 8px 5px;
    background: #3c3b3c;
}

a.service_button:hover {
    color: #d8d8d8;
}

.footer p {
    color: #d8d8d8;
    margin: 0px 0px 5px;
}

.blog_scroller li {
    color: #ffffff;
    line-height: 1.4em;
    font-weight: bold;
}

.quick_contact div.input {
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.quick_contact div.input label {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 5px;
    background: #3c3b3c;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    z-index: 100;
}

.quick_contact input.text,
.quick_contact textarea {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #3c3b3c;
    border: 0px;
    outline: none;
    margin: 0px;
    padding: 5px;
    width: 168px;
    vertical-align: top;
}

table.form_vertical {
    border-collapse: collapse;
}

table.form_vertical th {
    font-weight: normal;
    text-align: left;
    padding: 0px 0px 5px;
}

table.form_vertical td {
    padding: 0px 0px 15px;
}

input.text, select {
    border: solid 1px #d8d8d8;
    padding: 6px 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #3c3b3c;
}

table.data {
    border-collapse: collapse;
}

table.data th {
    background: #d8d8d8;
    padding: 9px;
    text-align: left;
}

table.data td {
    padding: 9px;
    border-bottom: solid 1px #d8d8d8;
}

.blog_sharing a {
    margin-right: 10px;
    color: #666666;
    font-weight: bold;
}

ul.blog_archive {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style-type: none;
}

ul.blog_archive li {
    margin: 0px;
    padding: 0px 0px 5px;
    font-size: 1.2em;
}

.portfolio_item p {
    margin: 0px 0px 8px;
}

.portfolio_item a {
    font-size: 0.9em;
    font-weight: bold;
}
