*
{
    outline: none;
}

body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF url(images/img1.gif) repeat-x;
    text-align: justify;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828282;
}

h2, h3, h4, h5, h6
{
    margin: 0;
}

h2
{
    font-size: 22px;
    font-weight: normal;
    color: #31576F;
    letter-spacing: 1px;
}

    h2 em
    {
        font-weight: bold;
        font-style: normal;
    }

/*h3
{
	height: 25px;
	background: #0077A7 url(images/img3.gif) repeat-x left bottom;
	padding: 13px 0 0 20px;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}*/

p, ol, ul
{
    line-height: 180%;
}

ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

ol
{
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

a
{
    color: #6B6B6B;
}

    a:hover
    {
        text-decoration: none;
    }

img
{
    border: none;
    outline: none;
}

.image
{
    float: left;
    margin: 0 20px 0 0;
    height: 235px;
    width: 339px;
}

.bg1
{
    padding: 0 20px 20px 20px;
    border-top: 1px solid #FFFFFF;
    background: #fff url(images/img4.gif) repeat-x;
}

.bg2
{
    padding: 20px;
    border-top: 1px solid #CBE1EF;
    background: #fff url(images/img4.gif) repeat-x;
    position: relative;
}

/* Header */

#header
{
    width: 950px;
    height: 160px;
    margin: 0 auto;
    position: relative;
}

    #header *
    {
        margin: 0;
        padding: 0;
        color: #FFFFFF;
    }

    #header .logo
    {
        position: absolute;
        left: 0;
        top: 5px;
    }

        #header .logo img
        {
            width: 420px;
        }

    #header h1
    {
        float: left;
        padding: 20px 0 0 10px;
        font-size: 40px;
        letter-spacing: 1px;
        position: absolute;
    }

    #header h2
    {
        float: left;
        padding: 91px 0 0 10px;
        font-size: 11px;
        font-weight: normal;
    }

    #header > ul
    {
        float: right;
        margin: 0;
        padding: 82px 0 0 0;
        list-style: none;
    }

    #header li
    {
        display: inline;
        text-transform: lowercase;
        position: relative;
        float: left;
    }

    #header .sub-menu
    {
        background-color: #8F8F8F;
        display: none;
        left: 8px;
        position: absolute;
        top: 37px;
        width: 250px;
        z-index: 5;
    }

        #header .sub-menu li
        {
            width: 100%;
            overflow: hidden;
        }

    #header > ul > li:hover > a
    {
        background: url("images/img2b.gif") repeat-x scroll 0 0 #8F8F8F;
    }

    #header ul li:hover > .sub-menu
    {
        display: block;
        padding-top: 10px;
    }

    #header > ul > li > a,
    #header .sub-menu li a
    {
        display: block;
        float: left;
        height: 25px;
        margin: 0 0 0 8px;
        padding: 12px 20px 0 20px;
        background: #ABBA47 url(images/img2.gif) repeat-x;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

        #header > ul > li > a:hover
        {
            color: #fff;
            background: url("images/img2b.gif") repeat-x scroll 0 0 #8F8F8F;
        }

    #header .sub-menu li a
    {
        background: none;
        margin: 0;
        width: 100%;
        padding-bottom: 7px;
    }

        #header .sub-menu li a:hover
        {
            background-color: #333;
        }

    #header ul > li.current_page_item > a
    {
        background: #8F8F8F url(images/img2b.gif) repeat-x;
    }

/* Content */

#content
{
    width: 950px;
    margin: 0 auto;
}

#colTwo
{
    float: right;
    width: 100%;
}

/* Tombstones */

.tombstone
{
    background-image: url(images/tombstone_small1.png);
    background-repeat: no-repeat;
    font-size: 8pt;
    font-family: Century Gothic;
    color: Black;
    text-align: center;
    height: 138px;
    width: 250px;
}

    .tombstone p
    {
        margin: 0;
        padding: 0;
        font-size: 6pt;
    }

/* Footer */

#footer
{
    clear: both;
    width: 950px;
    margin: 0 auto;
    padding: 30px 0;
    background: url(images/img7.gif) repeat-x;
}

    #footer p
    {
        margin: 0;
        text-align: center;
        text-transform: lowercase;
    }

.input_text
{
    border: 1px solid #C0C0C0;
    width: 250px;
    height: 18px;
    padding: 4px 5px;
    font-size: 9pt;
    color: #000000;
    background-color: #ffffff;
}

    .input_text:focus
    {
        border-color: #333;
    }

.validation_error
{
    padding: 4px 5px;
    font-size: 9pt;
    background-color: #FFCCBA;
    border: 1px solid Red;
    color: Red;
}

.button
{
    border-style: solid;
    border-width: 1px;
    margin: 0;
    padding: 3px 7px;
    width: 130px;
    height: 25px;
    cursor: pointer;
    font-size: 12px;
    background-color: #EEEEEE;
    border-color: #E5E5E5 #AAAAAA #AAAAAA #E5E5E5;
    color: #666666;
}

    .button:hover
    {
        background-color: #F5F5F7;
    }

.message_success
{
    padding: 4px 5px;
    font-size: 9pt;
    border: 1px solid #4F8A10;
    color: #4F8A10;
    background-color: #DFF2BF;
}

.message_problem
{
    padding: 4px 5px;
    font-size: 9pt;
    border: 1px solid #D8000C;
    color: #D8000C;
    background-color: #FFBABA;
}

.blog_content
{
    font-size: 14px;
    color: #333 !important;
}

.blog_pages_top, .blog_pages_bottom
{
    font-weight: bold;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.blog_pages_bottom
{
    margin-bottom: 30px;
    margin-top: 30px;
}

.previous_blog
{
    position: relative;
    float: left;
}

.next_blog
{
    position: relative;
    float: right;
}

    .next_blog a, .previous_blog a
    {
        padding: 5px;
        display: block;
        background-color: #8F8F8F;
        width: 100%;
        color: #fff;
    }

.partner_box
{
    border: 1px solid #999;
    margin-top: 120px;
    padding: 20px;
    background-color: #EEE;
}

    .partner_box h3
    {
        color: #114761;
        font-size: 13pt;
    }

    .partner_box h4
    {
        font-size: 11pt;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .partner_box p
    {
        margin: 0;
        font-style: italic;
    }

.no-list-type
{
    list-style-type: none;
}


/* CONTACT FORM */
form.contact
{
    float: left;
}

    form.contact > .field
    {
        float: left;
        width: 100%;
    }

    form.contact .field label
    {
        float: left;
        width: 100%;
        font-weight: bold;
        margin-bottom: 5px;
    }

    form.contact .field span.required
    {
        color: #f00;
        font-weight: bold;
    }

    form.contact .field input,
    form.contact .field textarea
    {
        float: left;
        width: 250px;
        margin-bottom: 15px;
    }

    form.contact .field textarea
    {
        font-family: Calibri;
        font-size: 14px;
        width: 500px;
        height: 150px;
        max-width: 700px;
        min-width: 250px;
    }

    form.contact .field.actions input
    {
        width: 100px;
    }

    form.contact .field span.validation_error
    {
        margin-left: 15px;
        float: left;
    }

img.contact-img
{
    left: 500px;
    position: absolute;
    top: 50px;
}
