﻿html, body {
    margin: 0px;
    padding: 0px;
}

h2 {
 font-size: 18px;
 color: #5E2800;
 font-family: Arial, Sans-Serif;
}

h4 {
 font-size: 13px;
 color:  #666666;
 font-family: Arial, Sans-Serif;
 text-align: left;
 margin-left: 5px;
}

body 
{
    font: 12px Tahoma, Geneva, sans-serif;
    background: #EEEEEE;
    text-align: center;
    color: #444444;
}

#container {
    
    width: 750px;
    margin: auto;
    height: 100%;
    margin-top: 10px;
    background: #FFFFFF;
    border: double 3px #CCCCCC;
    border-right: double 3px #CCCCCC;
}

#header 
{
    width: 100%;
    width: 750px;
    margin: auto;
    height: 150px;
    padding-top: 15px;
}

#logo {
    margin: 0;
    height: 100px;
    width:750px;
    background: #FFFFFF;
}

#nav {
    position: relative;
    display:block;
    height: 40px;
    width: 720px;
    font-size: 16px;
    background: transparent;
    font-family: Tahoma, Geneva, Sans-Serif;
    /*border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;*/
    margin-top:0px;
    padding-bottom: 0px;
    margin:auto;
}

#nav ul {
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
    margin:auto;
}

#nav ul li {
    display: block;
    float: left;
    margin: auto;
    height: 30px;
}

#nav ul li a {
    display: block;
    float: left;
    color: #999999;
    text-decoration: none;
    padding: 0px 10px 0 20px;
    height: 23px;
    _height: 31px;
    padding-top: 5px;
    /* Insert divider here */
    background: transparent;
}

#nav ul li a:hover, #nav ul li a.current {
    color: #5E2800;
    _height: 32px;
    background: transparent;
}

#nav-l-cap {
    background: transparent url(Images/nav-l-cap.png);
    width: 25px;
    height: 30px;
}

#nav-r-cap {
    background: transparent url(Images/nav-r-cap.png);
    width: 25px;
    height: 30px;
}

#content {
    width: 750px;
    margin: 0 auto;
    _margin: 0 auto 0 19px; /* For IE Only */
    min-height: 350px;
    height: auto;
	padding-top: 5px;
	/*background: url(Images/CroppedFront.jpg);*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0.0em;

}

#content p {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #333333;
    font-family: Tahoma, Geneva, Sans-Serif;
    text-align: left;
}

#content a:hover {
    color: #5E2800; 
    
}

#content a {
    color: #005E28;
    text-decoration: none;
    
}
    
.bgAbout {
    
}
 


.text {
    position: relative;
    top: 2.7em;
}

#footer {
    position: relative;
    /*border-top: 1px solid #CCCCCC;*/
    margin: auto; 
    clear: both;
    height: 25px;
    width: 750px;
    overflow: hidden;
    color: #999999;
    font-size: 10px;
}

#copyright {
    width: 250px;
    float: left;
    color: #999999;
    font-size: 9px;
    margin:auto;
    padding-left: 0px;
    margin-left:-10px;
}

#alt-nav {
    width: 250px;
    float: right;
    color: #999999;
    font-size: 10px;
    margin: auto;
}

#alt-nav a {
    text-decoration: none;
    color: #999999;
}

#alt-nav a:hover {
    color: #005E28;
    text-decoration: none;
}

.contactInfo {
	margin-left: 90px;
  text-align:center;
}

.contactInfo.p {
 color: #333333;
}
