﻿/* 
_________________________________________________________________

Necessary styles/hacks

_________________________________________________________________
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    }
    
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0;
    }

.clearfix {
    display: inline;
    }  

    * html .clearfix {height: 1%;}
    .clearfix {display: block;}

/* 
_________________________________________________________________

Body/Container

_________________________________________________________________
*/

body {
        background: #000000 url(images/logoback3.jpg);
        font-family: Arial, Tahoma, Verdana;
        }
        
#container {
        width: 857px;
        margin: 0 auto;
        margin-top: 3px;
        background: #EBF4DE url(images/containerbg.jpg);
        border-left: 5px solid #545454;
        border-right: 5px solid #545454;
        }
        
/* 
_________________________________________________________________

Header

_________________________________________________________________
*/

h1 {
        height: 40px;
        background: url(images/h1bg.jpg);
        font-size:20px;
        font-weight:normal;
		padding:22px 0 0 28px;
        }

h1 em {
		font-style:normal;
		color:#591212;
		}
        
h2 {
        height: 140px;
        background: #CBD1BB
        text-indent: -9999px;
        border-bottom: 0px solid #EDEDED;
        margin-left: 30px;
        }

       
/* 
_________________________________________________________________

Content

_________________________________________________________________
*/

#content {
        width: 575px;
        float: left;
        margin: 5px;
        margin-left: 13px;
        }
        
/* 
_________________________________________________________________

Headers/Paragraph

_________________________________________________________________
*/

h3 {
        font-size: 24px;
        color: #111;
        border-bottom: 2px solid #111;
        }
        
h4 {
        font-size: 18px;
        margin: 15px 0 0 20px;
        }
        
#content p {
        font-size: 12px;
        color: #070000;
        margin: 10px 10px 25px 50px;
        line-height: 20px;
        border-left: 3px solid #141414;
        padding-left: 13px;
        }
        
#content p a{
		font-size: 15px;
		color: #cc6600;
		font-weight: bold;
		text-decoration:none;
}
#content p a:hover{
		font-size: 15px;
		color: #000000;
		font-weight: bold;
		text-decoration:underline;

}
        
/* 
_________________________________________________________________

Navigation

_________________________________________________________________
*/

#nav {
        list-style-type: none;
        width: 220px;
        background: #000000 url(images/containerbg_nav.jpg);
        float: right;
        }
        
#nav li {
        display: inline;
        }
        
#nav a {
        display: block;
        height: 23px;
        padding: 9px 0 0 10px;
        font-size: 14px;
        text-decoration: none;
        color: #FFFFFF;
        border-bottom: 1px #784000
                
        }
        
#nav a:hover {
        background: #000000;
        color: #ffff00;
        text-decoration: underline;
        }
        
/* 

_________________________________________________________________
Navigation Two

_________________________________________________________________
*/

#nav2 {
        list-style-type: none;
        font-size: 9pt;
        text-decoration: none;
        color: #3d290b;
        
        }
        
#nav2 a {
        display: inline;
        font-size: 9pt;
        text-decoration: none;
        color: #784000;
        }
        
#nav2 a:hover {
        text-decoration: underline;
		color: #6c4906;
		}
        
/* 

_________________________________________________________________

Footer

_________________________________________________________________
*/

address {
        margin-top: -30px;
        height: 30px;
        margin: 0 auto;
        margin-bottom: 5px;
        background: #3d290b;
        font-size: 12px;
        color: #FFF;
        width: 850px;
        border-left: 5px solid #545454;
        border-right: 5px solid #545454;
        border-bottom: 5px solid #545454;
        text-align: center;
        padding-top: 6px;
        }
        
address a {
        color: #FFF;
        }
/* 

_________________________________________________________________

Anchor Action

_________________________________________________________________
*/

#under 
a
{
text-decoration: none;
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #274B1F;
}

#under
a:hover
{
text-decoration: underline;
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #599C4A;
}        