﻿/* CSS Reset */

*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

p {
    line-height: 1.6em;
    display: block;
    font-family: "Trebuchet MS",MetaBlack,sans-serif;
}

h1 {
    font-family: "Trebuchet MS",MetaBlack,sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #81A100;
}

h2 {
    font-family: "Trebuchet MS",MetaBlack,sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #484848;
    text-shadow: 0px 1px 0px white;
}

img {
    display: block;
}

input, a {
    font-family: "Trebuchet MS",MetaBlack,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #1f1f1f;
}

/* End CSS Reset */

/* Main layout */

body {
    background-image: url('../images/bright-light.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f6f6f6;
    height: 100%;
}

#wrap {
    margin: 0 auto;
    width: 620px;
    height: auto;
}

#container {
    width: 570px;
    height: auto;
    margin-top: 100px;
    box-shadow: 0 0 2px #dfdfdf;
    border: 3px solid #e8e8e8;
}

#error_section 
{
    background-color: #f5f5f5;
    padding: 15px 25px 10px;
}

#error_section img {
    height: 64px;
    width: 64px;
    float: left;
    margin-left: -10px;
    margin-top: -5px;
    margin-right: 5px;
}

#error_section h1 {
    padding-top: 15px;
    text-shadow: 1px 1px 0 #fff;
}

#separator {
    border-top:1px solid #ccc;
    border-bottom:1px solid #fff;
    height: 0;
}

p.description {
    color: #484848;
    text-shadow: 0px 1px 0px white;
    font-family: "Trebuchet MS",MetaBlack,sans-serif;
    font-size: 12px;
}

#left_side {
    padding: 35px 25px;
    background-color: #fafafa;
}

#left_side a {
    color: #484848;
    font-family: "Trebuchet MS",MetaBlack,sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

#left_side a:hover {
    text-decoration: underline;
}

/* End Contact Form style */

#container_shadow {
    background: url("../images/container_shadow.png") no-repeat;
    height: 45px;
    width: 550px;
    display: block;
    margin: 0 auto 50px auto;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

/* End Main layout */