﻿body 
{
    font-family: Trebuchet MS, Calibri, Georgia;
    font-size: 10pt;
    color: #555555;
    margin-top: 1px;
}

h1
{
    color: #FF0000;
    font-size: 12pt;
}

h2
{
    color: #FF0000;
    font-size: 11pt;
}

h3
{
    color: #FF0000;
    font-size: 10pt;
}

a
{
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

i
{
    font-size: 8pt;
}

.wrapper
{
    width: 1050px;
    height:500px;
    margin: auto;    
}

.header
{
    position: relative;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center top;
    height: 179px;
    display: block;
    z-index: 2;
}

.dove
{
    position: relative;
    float: right;
    padding-right: 20px;
}

.menu
{
    position: relative;
    text-align: center;
    padding-left: 350px;
    #padding-left: 260px;
    top: 85px;
}

.sub
{
    position: relative;
    text-align: center;
    padding-left: 265px;
    top: 73px;
    #top: 78px;
}

.main
{
    position: relative;
    width: 990px;
    margin: auto;
    height: 375px;
    background-image: url('images/content_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    top: -40px;
    padding-top: 20px;
    text-align: center;
    z-index: 1;
}

.flash
{
    text-align: center;
}

.default
{
    text-align: center;
}

.content
{
    display: block;
    float: left;
    width: 825px;
    text-align: left;
}

.content .container
{
    height: 200px;
}

.content .quotecontainer
{
    height: 360px;
}

.content .container .left
{
    float: left;
    width: 500px;
}

.content .container .right
{
    margin-right: 10px;
    float: right;
    width: 285px;
}

.content .quotecontainer .left
{
    float: left;
    width: 500px;
}

.content .quotecontainer .right
{
    margin-right: 10px;
    float: right;
    width: 285px;
}

.content .container .right .middle
{
    text-align: center;
}

.content .container .right .mail a
{
    color: #FFFFFF;
}

.content .container .right .mail a:hover
{
    color: #FF0000;
}

.content .both
{
    margin-right: 5px;
}

.content .both .contact
{
    font-family: Verdana;
    text-align: center;
    font-size: 11pt;
}

.content .quotecontainer .left_quote
{
    float: left;
    width: 380px;
}

.content .quotecontainer .right_quote
{
    margin-right: 10px;
    float: right;
    width: 380px;
}

.content .text
{
    float: left;
    width: 805px;
}

.content .image
{
    float: right;
    padding-top: 65px;
    padding-right: 22px;
    top: 300px;
    width: 179px;
    height: 266px;
}

.content .bottom
{
    width: 97%;
    float: left;
}

.adsense
{
    text-align: center;
    float: right;
    position: relative;
    width: 165px;
}

.review
{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.review h1
{
    text-align: center;
}

.review a
{
    text-align: center;
}

.review b
{
    text-align: center;
}

.review .centre
{
    text-align: center;
}

.submitQuote
{
    padding-top: 10px;
    text-align: center;
}

.central
{
    width: 400px;
    text-align: left;
}

.footer
{
    background-image: url('images/footer.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 130px;
    position: relative;
    top: -120px;
}

p i
{
    font-size: 10pt;
}

.copy
{
    position: relative;
    top: 135px;
    text-align: center;
    width: 100%;
    font-size: 8pt;
}