/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color:#004400;     
	font: 75%/1.5em Georgia, "Eras Demi ITC", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#004400; 
	font: 1.9em/1em Georgia, "Eras Demi ITC", Times, serif;
}

h1 {

}

h2 {

}

h3 {
    font-family:"Eras Demi ITC";
	font-size: 1.8em;
    font-weight:200;
    width:800;
   
    text-align:center;
    <!--margin-left:23%;-->

}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #00FF00;
	font-family: "Eras Demi ITC";
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style: disc;
	color: #555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #555 !important;
	font-weight: bold;
}

a {
	color: #555;
	text-decoration: none;
}

/*a:link {
	color: #555;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #555;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #555;
	text-decoration: underline;
}

a:active {
	color: #555;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}


/* Spacing
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px;
}

h3 {
	padding-top: 10px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}


/* Layout index.html
----------------------------------------------------------------------------------------------------*/

html{
     background: url(..//images/background.png) repeat;
     padding: 0 0 40px;
     text-align: center;
}

body{
     margin-bottom: 20px;
     width: 960px;
     margin: 0 auto;
     border:none;
}

header{
       background-image:url(..//images/header_bg.png);
       height: 179px;
       width: 100%;
       margin-top:10px;
}

img.logo{

     padding-right:58em;
     padding-top:1em;
}


img.homepic{

     padding-right:4em;
     padding-top:2em;
     height:350px;
}

p.name{
     position:absolute;
     color:#004400;
     font-family:"Lato";
     font-size:25pt;
     padding-left:0.8em;
     top:5.5pc;
}

p.mission{
     position:absolute;
     color:#004400;
     font-family:"Lato";
     font-size:16pt;
     top:11%;
     margin-left:28%;
     line-height:17pt;
}

header h1{
       color:#004400; 
       float:left;
       font-size:1.4em;
       line-height:2em;

       margin-top:0px;
       margin-left:45px;
       border:none;
}

header h1 a{
       color:#004400; 
       background: url(..//images/logo_img2.png)no-repeat;
       cursor:default;
       display:inline-block;
       padding-right:120px;
       padding-top:115px;
       font-family:"Eras Demi ITC";
       font-size:2.0em;
       height:30px;
       text-decoration:none;      
        
}

header h2{
       color:#004400;
       float:right;
       font-size:1.0em;

       margin-top:95px;
       padding-bottom: 10px;
       padding-right:20px;
       width:550px;
       font-family:"Eras Demi ITC";

}



#mainContent{
       background-image:url(../images/body_bg.png);
       clear:both; 
       margin:50px 0px 30px 0px;
       padding:20px;
       min-height:360px;
       border-top: 1px solid #85a32f;
       border-bottom: 1px solid #85a32f;     
}

#mainRight{
       color:#005500;
       font-size:medium;

       margin-left:25%;
       text-align:left;
       
       
       

}


nav{
    color:#004400;
    background: url(../images/nav_bg.png) no-repeat;
    float:left;
    padding-top: 64px;
    padding-bottom: 56px;
    width:200px;
    text-align:left;
}

nav h3{
    color:#004400;
    font-weight:bolder;
    font-size:1.3em;
    margin: 0 15px;
    padding: 5px;
    border-bottom: 4px double #85A32F;
}

nav ul{
    list-style: none;
    width:200px;
    margin-left:0;
    padding-top:5px;
    border:none;
}

nav ul li{
    display:block;
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid #85a32f;

}

nav ul li:hover{
    background-color: #85a32f;
}

nav ul li a{
    font-size:1.2em;
    padding: 10px 90px 10px 10px;
    border:none;
}

nav ul li a:hover{
    color:#fff;
}

body {
     margin-bottom:20px;
     width:960px;
     margin:0 auto;
     border:none;  

}

/* Layout page-01.html
----------------------------------------------------------------------------------------------------*/
section.about{
       color:#004400;
       font-size:medium;

       margin-left:25%;
       text-align:left;

 }

#about{
  font-size:2em;
  text-decoration:none;
  display:inline-block;
  padding-bottom: 3px;
  padding-top: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

p.aboutcontent
{
  columns:2;
  color:#004400;
  font-size:120%;
  margin-left:23%;
  line-height:125%;

}


