﻿*
{
outline: none;
}

body 
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS;
    font-size:12px;
    color:#333;
    background: url(../images/img_92.gif);
    text-align: center;
    min-width: 785px;
}

#wrapper
{
    width: 765px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFF;
    padding: 0 4px 0 4px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

/**************GLOBAL STYLES**************************************************/


h1 
{
   font-size: 22px;
   font-weight: bold;
   color: #036;
   text-transform: uppercase;
}

h2
{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #977902;
}

h3
{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-style: italic;
}

h4
{
    margin-bottom: 0.5em;
    font-size: 12px;
    font-weight: bold;
}

p
{
    margin: 5px 0 5px 0;
    padding: 3px 0 0 0;
    font-family: Verdana;
    font-size: 11px;
    line-height: 1.8em;
}

hr
{
    clear: left;
    padding-left: 3px;
    padding-right: 3px;
    height: 0px;
    border-bottom: dotted 1px #633;
}

label 
{
	width:125px;
	font-weight:bold;
	float:left;
	clear:left;
}

ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li
{
     background:url('../images/bullet2.gif') no-repeat left 2px;
     padding-left: 15px;     
     line-height: 1.8em;
     margin-bottom: 3px;
}

a
{
    color: #3465A0;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #990000;
}


/**************BRANDING****************************************************/

#branding
{
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 140px;
    background: url(../images/background-branding.jpg) no-repeat left top;
}

#branding h1 
{
    font-size: 30px;
    font-family: Times New Roman;
    color: #fff;
    padding: 10px 0 0 20px;
    margin: 0;
    text-transform: none;
}

#branding p
{
    font-family: Times New Roman;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0 0 0 20px;
}

#donate
{
    float: right;
    margin: 5px 90px 0 0;
}

/**************NAV********************************************************/

#mainnav
{
    font-family: Times New Roman;
    font-size: 15px;
    font-weight: bold;
    background-color: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#mainnav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;    
}

#mainnav ul li
{
    float: left;   
    margin-left: 0;
    padding-left: 0;
    background: none;
}

#mainnav a
{
    display: block;
    padding: 0 35px;
    color: #FFF;
    text-decoration: none;  
}

#mainnav a:hover
{
    color:#FDCE3D;
}

/**************MAINCONTENT**************************************************/

#maincontent
{
    min-height: 563px;
    padding: 40px 25px 15px 250px;
    /*background:Transparent url(../images/background-main-1.jpg) no-repeat left top;*/
    float: left;
}



#elc
{
float: left;
width: 60%;
}

#home-news
{
float: right;
padding: 10px 0 0 0;
margin-right: -25px;
width: 40%;

}

#home-news h2
{
padding: 20px 0 0 20px;
margin: 0 0 0 0;
background:  #B6C2BE url(../images/corner-top.gif) no-repeat left top;
line-height: 100%;
}

#home-news ul
{
padding: 10px 10px 10px 20px;
background: #B6C2BE url(../images/corner-bottom.gif) no-repeat left bottom;
}

#home-news ul li
{
background: none;
padding-left: 0;
padding-top: 10px;
margin-bottom: 15px;
border-top: solid 1px #999;
}

#home-news ul li a
{
display: block;
}

#home-news ul li a .title
{
display: block;
margin-bottom: 5px;
color: #036;
}

#home-news ul li a .more
{
display: none;
}

#home-news ul li a:hover .title, #home-news ul li a:hover .intro
{
color: #37587F;
}

#home-news ul li a .intro:hover
{
border-bottom: none;
}

#home-news ul li a:hover .more
{
display: inline;
color: #990000;
}


.disclaimer
{ 
    font-size: 9px;
    font-style: italic;
}

.back
{
    color: #977902;
    float: right;
    padding-right: 5px;
}

#group-photo
{
float: right;
width: 50%;
margin-left: 30px;
margin-top: -30px;
}

#group-photo p
{
font-size: 9px;
}



.project
{
float: left;
width: 350px;
height: 200px;
padding-right: 5px;
}

.project img
{
    border: solid 1px #999;
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
}

.project h2 a
{
    text-decoration: none;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-style: italic;
}

.project h2 a:hover
{
text-decoration: underline;
}

.project ul
{
    float: left;
    width: 200px;
}

.project li a
{
    text-decoration: none;
    font-weight: bold;
}

.photo
{
    padding: 2px;
    margin: 1px 10px 1px 1px;
    border: solid 1px #c4c4c4;
    background-color: #DFD199;
}


/**************FOOTER****************************************************/

#footer
{
    background: url(../images/background-footer.gif) repeat-x left bottom;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    clear: both;
}

#footer a
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;  
    padding: 15px;
}

#footer a:hover
{
    text-decoration: underline;
    color: #00b700;
}

#footer p
{
    margin: 0;
    color: #fff;
    clear: both;
    margin-bottom: 10px;
}