﻿body 
{
    background-image:url('../images/bg_img.jpg');
    background-position:top;
    background-repeat:repeat-x;
    margin:0px auto;
    font-family:Arial;
    font-size:14px;
    color:#777777;
    background-color:#118ede;
}



h1
{
    color:#13a3fe;
    font-size:20px;
    margin:0px;
    font-family:Arial Rounded MT Bold;
}

h2
{
    color:#999999;
    font-size:16px;
    margin:0px;
    font-family:Arial Rounded MT Bold;
}

.Blue
{
    color:#44b6ff;
    font-size:18px;
    margin:0px;
    margin-left:20px;
    font-family:Arial Rounded MT Bold;
}

.darkBlue
{
    color:#348ffa;
    font-size:18px;
    margin:0px;
    margin-left:100px;
    font-family:Arial Rounded MT Bold;
}

h3
{
    color:#13a3fe;
    font-size:18px;
    margin:0px;
    font-family:Arial Rounded MT Bold;
}

.outerContainer
{
    width:1000px;
    margin:0px auto;
    padding:0px;
    margin-top:0px;
}

.mainBody
{
    margin-bottom:10px;
}

.header
{
    background-image:url('../images/header_bg.gif');
    background-repeat:no-repeat;
    width:1000px;
    height:245px;
    padding-top:15px;
}

.logo
{
    padding-left:20px;
}

.menu
{
    width:1000px;
    height:39px;
}

.menu_left
{
    width:12px;
    height:39px;
    background-image:url('../images/menu_left.png');
    background-repeat:no-repeat;
}

.menu_item
{
    height:39px;
    background-image:url('../images/menu_item.png');
    background-repeat:repeat-x;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
}

.menu_phone
{
    height:39px;
    background-image:url('../images/menu_item.png');
    background-repeat:repeat-x;
    text-align:left;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
}

.menu_hover
{
    height:39px;
    background-image:url('../images/menu_hover.png');
    background-repeat:repeat-x;
    text-align:center;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
}

.menu a
{
    color:#FFFFFF;
    text-decoration:none;
    font-size:16px;
}

.menu_right
{
    width:12px;
    height:39px;
    background-image:url('../images/menu_right.png');
    background-repeat:no-repeat;
}

.footer
{
    width:1000px;
    height:59px;
    background-image:url('../images/footer.png');
    background-repeat:no-repeat;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    color:#FFFFFF;
    font-size:14px;
}

.footer a
{
    color:#FFFFFF;
    text-decoration:none;
}

.welcome_box
{
    width:464px;
    height:205px;
    background-image:url('../images/welcome_box_bg.gif');
    background-repeat:no-repeat;
    vertical-align:top;
    padding:10px;
}

.contact_form
{
    width:495px;
    height:205px;
    background-image:url('../images/contact_form_bg.gif');
    background-repeat:no-repeat;
    padding:10px;
    vertical-align:top;
}

.latest_updates
{
    width:464px;
    height:205px;
    background-image:url('../images/latest_updates_bg.gif');
    background-repeat:no-repeat;
    padding:10px;
    vertical-align:top;
}
