﻿*	{
margin: 0;
padding: 0;
font-family:"Trebuchet MS",Verdana,Arial,Sans-Serif;
font-size:12px;
}

#site_container
{
    position:relative;
    width:780px;
    min-height:700px;
    margin: 0 auto;
}


    #logo
    {
        width:630px;
        height:85px;
        background-color: #82031b; 
        text-align:left;
        margin-bottom:5px;
        
    }    
    


#main_content
{
    
    position:relative;
    background-image:url(../images/bg.jpg);
    background-position:left;
    background-repeat:repeat-y;
    min-height:450px;
    _height:450px;
    float:left;
  
}
    
    #banners
    {
        
        width:140px;
        height:540px;
        background-color:#FFF;
        float:left;        
        position:relative;
        top:-90px;
        margin-bottom:-90px;
    }
    
        #banners ul
        {
            
            list-style:none;
            margin:0;
            padding:0;
        }
        
        #banners ul li
        {
            margin-left:0px;          
            text-align:right;
            height:135px;
        }
        
        
    #dynamic_menu
    {        
        width:140px;
        min-height:440px;
        _height:440px;
        background-color:#dadada;
        float:left;       
        position:relative;          
        
    }
    
    
        #mailing_link
        {
            width:140px;
            height:110px;
                       text-align:center;
        }
        
        
        
        #dynamicmenu_wrapper
        {
            
            min-height:270px;
            _height:270px;
            
        }
        
        
        #searchpane
        {
           
            width:128px;
            padding:5px;            
            height:80px;            
            font-size:11px;
            position:relative;
            
            
        }
            #searchpane input
            {
                width:99%;
                border:1px solid #888888;              
                
            }
            
            #searchpane a
            {
                color:#82031b; 
                text-decoration:none;
                float:right;
               
            }
            
            #searchpane a:hover
            {
                text-decoration:underline;
            }
            
            
 h2
 {
    font-size:14px;
    color:#82031b; 
    background-color:#FFF;
    margin-bottom:10px;
 }
 
     
        
    #content
    {
        width:480px;        
        float:left;
        min-height:450px;
        _height:450px;
        padding:5px;
        
        
        
        
       
    }
        #content p
        {
            font-size:12px;
            text-align:justify;
        }
        
        
        
.CurrentPage a
{
    background-color:#dadada;/*#9f9f9f; */
    
}


h1
{
    color:#82031b;
    letter-spacing:2px;
    font-size:18px;
    font-weight:bold;
       
}
.headerwrapper
{
    border-bottom:1px dashed #dadada;
}

.btn
{
    padding:2px;
    border:1px solid #82031b;
    text-decoration:none;
    color:#82031b;
    position:relative;
    font-weight:bold;
    letter-spacing:1px;
    font-size:12px;    
    background-color:#fff;
}

a.btn:hover
{
    color:#82031b;
    background-color:#dadada;
    border:1px solid #82031b;
}

a.more
{
    color:#82031b;
    font-size:11px;
    background-image:url('../images/link.jpg');
    background-position:right;    
    background-repeat:no-repeat;
    text-decoration:none;
    padding-right:10px;
}

a.more:hover
{
    background-color:#dadada;
    
}

h3,h3 a
{
    font-weight:bold;
    font-size:12px;
    letter-spacing:1px;
    color:#000000;
    text-decoration:none;
}

h4
{
    font-style:italic;
    font-size:11px;
    font-weight:normal;
}

a 
{
    text-decoration:none;
}

img 
{
    border:0;
}
