﻿body
{
    background-image: url('images/bg_gradient.png');
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
    font-family: 'Gill Sans MT';
    color:#fff;
    font-size:16px;
    background-color:#edecf6;
}

#page
{
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}


#top_main_container
{
    float: left;
    background-image: url('images/top_main_container.png');
    height: 16px;
    width: 1000px;
}

#center_main_container
{
    float: left;
    width: 1000px;
    min-height: 600px;
    background-image: url('images/center_main_container.png');
    background-repeat: repeat-y;
}



#left_bar
{
    width: 180px;
    text-align: center;
    float: left;
}

#content
{
    width: 800px;
    float: left;
}

#content_top
{
    float: left;
    background-image: url('images/content_top.png');
    height: 41px;
    width: 800px;
}


#content_mid
{
    float: left;
    background-image: url('images/content_center.png');
    min-height: 500px;
    width: 720px;
    background-repeat: repeat-y;
    padding:0px 40px;
    
}

#content_btm
{
    float: left;
    background-image: url('images/content_btm.png');
    height: 41px;
    width: 800px;
}


#btm_main_container
{
    float: left;
    background-image: url('images/btm_main_container.png');
    background-repeat:no-repeat;
    height: 16px;
    width: 1000px;
    padding-bottom:20px;
}

#menu
{
    margin-bottom:20px;
}
#menu a
{
    margin-right:20px;
}

a img
{
    border:0px;
}

a:hover img
{
    border:0px;
    opacity:0.8;
    filter:alpha(opacity=80)
}


a
{
    color: #FF6600;
}
a:link, a:visited, a:hover, a:active
{
    
    text-decoration:none;
}


a:hover
{
    
    text-decoration:underline;
}

a:active
{
    text-decoration:none;
}

.services
{
    float:left;
    padding:15px;
    font-size:24px;
    
}

.info
{
    float:left;
    width:720px;
    background-color:White;
}

.title
{
    
    color: #CC3300;
    width:700px;
    font-size:20px;
    padding:10px 5px 10px 5px;
    background-color:#222;
}

.field
{
    
    width:700px;
    padding:10px 5px 10px 5px;
    background-color:#333;
    font-size:18px;
}

.field input
{
    
    font-size:18px;
    width:300px;
    margin-bottom:10px;
}

.field select
{
    font-size:18px;
    width:auto;
    margin-bottom:10px;
}

.field textarea
{
    font-size:18px;
    width:350px;
    margin-bottom:10px;
}

.form
{    
    width:100%;
}

