﻿body, html 
{
    font-family:Arial;
    margin:0;
    padding:0;
}

#main
{
    width:1000px;
    margin:0 auto;
    background-color:#ba3f14;    
}

#logo
{
    width:273px;
    height:261px;
    float:left;
    
    
}

.menu
{
    font-size: 14px;
    color: white;
    font-family: Arial;
    text-decoration:none; 
    display: block;   
    line-height:20px;
    border-bottom:solid 1px #ff9b37;
    background-color:#e65f31;   
}

.submenu
{    
    font-size: 14px;
    color: white;
    font-family: Arial;
    text-decoration:none; 
    display: block;   
    line-height:20px;
    border-bottom:solid 1px #ff9b37;

 
}

a.menu:hover
{
    color:#566995;
}

#menu
{
    background-color:#e65f31;
    width:253px;
    float:left;
    clear:both;
    padding-left:20px;
}

#services
{
    float:left;
    clear:both;
    width:273px;    
    background-color:#ba3f15;
    text-align:center;
}

.service_title
{
    font-size:18px;
    color:#ff9b37;
    
    font-weight:bold;
    padding-top:10px;
    text-decoration:none;
}

.small_txt
{
    font-size:10px;
    color:White;
    font-style:italic;
    margin-left:20px;
}

.links
{
    font-size:14px;
    color:#ff9b37;
    margin-left:20px;
    font-weight:bold;
    text-decoration:none;
}

#footer
{
    background-color:#8f2e0c;
    font-size:13px;
    color:White;
    width:700px;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    text-align:left;
}

#footer-right
{
    background-color:#8f2e0c;
    font-size:13px;
    color:White;
    width:280px;
    float:left;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    text-align:right;
}


#shadow
{
    background-image:url(img/shadow.jpg);
    background-repeat:repeat-x;
    height:5px;
    width:1000px;
    clear:both;
    display: table-row;
}

#leftcol
{
    width:273px;
    float:left;
    margin:0px;
    height:100%;
    
}



#right
{
    width:727px;
    float:right;
    padding-bottom:10px;
    
}

#top_home
{
    background-color:#ab3309;
    height:111px;
    width:727px;
    float:right;
}

#mid_home
{
    background-color:#ba3f14;
    width:727px;
    clear:both;
    float:right;
    min-height:605px;
    
}


h1
{
    color:#b94126;
    font-size:16px;
    margin-top:3px;
    padding-left:10px;
}

h2
{
    color:#41428e;
    font-size:14px;
    font-weight:bold;
}

h3
{
    color:#41428e;
    font-size:16px;
    font-weight:bold;
}

.content
{
    font-size:12px;
    color:Black;
    padding-left:10px;
    padding-right:10px;
    background-color:White;
}


.content2
{
    background-color:White;
}

.scroll
{
    overflow:auto;
    border:solid 1px #c0c0c0;
    padding:10px;
    background-color:White;
    height:300px;
}

.contact_tbl
{
    margin-left:10px;
    margin-bottom:10px;
}


#bball
{
    width:363px;
    float:right;
       
}

.mail a
{
    color:#41428e;
    text-decoration:none;
}

.mail a:hover
{
    color:#b94126;
    text-decoration:underline;
}

.blue-title
{
    color:#41428e;
    font-size:14px;
    font-weight:bold;
}

.home-title a
{
    color:#ff9b37;
    font-size:22px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
}

.home-title a:hover
{
    text-decoration:underline;
    color:White;
}

.zoomimg
{
    display:block;
    margin: 0 auto;    
    margin-bottom: 5px;
}