body {
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: #666;
    background: #333333;
}
body, table {
    font-size: 12px;
}
div.wrapper {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div#header {
    height: 105px;
    background: #fff url('../images/bg.png') repeat-x top center;
}
img#logo {
    margin-top: 27px;
    float: left;
}
div#topmenu {
    float: right;
    height: 95px;
    line-height: 95px;
}
div#topmenu a {
    float: left;
    margin-left: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
div#topmenu a:hover {
    color: #111;
}
div#banner {
    background: #fff;
    height: 256px;
}
div#menu {
    width: 288px;
    height: 246px;
    float: left;
    background: #E2291C url('../images/menu.png');
}
div#menu a {
    display: block;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: 16px 24px;
}
div#menu a:hover {
    background: #111;
}
div#menu a div {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1px;
}
div#menu hr {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #fff;
    height: 2px;
    border: 0px;
}
img#banner {
    float: right;
}       
div#main {
    background-color: #F2EEEB;
    padding: 10px 0px;
}
div#main div.wrapper {
    width: 860px;
    background: #fff;
    padding: 30px;
}
div#footer {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 10px;
    color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
    color: #E2291C;
    font-family: 'Tahoma', 'Arial', sans-serif;
    font-weight: normal;
    line-height: 120%;
}
h1 {
    font-size: 20px;
    padding-bottom: 5px;
}
p.subhead {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 25px;
    color: #999;
}
h2 {
    font-size: 16px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
h3 {
    padding: 15px 0px;
    font-size: 14px;
}
p {
    line-height: 120%;
    padding-bottom: 15px;
}
ul {
    list-style: square;
    margin-left: 14px;
    padding-bottom: 6px;
}
li {
    padding-bottom: 6px;
}
a {
    color: #E2291C;
}
a:hover {
    text-decoration: none;
}
div#services {
    float: right;
    width: 500px;
    height: 317px;
    overflow: hidden;
}
div.service {
    float: left;
    background: #F2EEEB;
    width: 200px;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
    font-size: 11px;
    color: #333;
}
div.service img {
    margin-bottom: 4px;
}
a.services_more {
    margin-top: 4px;
    width: 200px;
    height: 21px;
    display: block;
    background: url('../images/services_more.png') no-repeat;
}
label {
    font-weight: bold;
    font-size: 13px;
}
input.text, textarea {
    width: 400px;
    padding: 4px 3px;
    margin-top: 3px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Arial Rounded Bold MT', 'Arial', sans-serif;
    color: #333;
    border: 1px solid #ccc;
}
ul.errors {
    margin: 0;
    border: 1px solid red;
    padding: 10px 20px;
    padding-top: 16px;
    width: 360px;
    _width: 400px;
    background: #EABABA;
    color: #333;
    list-style: none;
    margin-bottom: 20px;
    font-weight: bold;
}

