@charset "utf-8";
/* CSS Document */

*{
margin: 0;
padding: 0;
}

body{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #ffffff;
}

#container{
position: relative;
width: 982px;
height: auto;
margin: 0 auto;
padding-top: 36px;
text-align: left;
}

.clear{
clear: both;
}

#header{
position: relative;
width: 982px;
height: 162px;
background: url("../images/layout/header_home.jpg") no-repeat top left;
margin: 0 0 0 0;
}

#header #home, #header #cwbank{
position: relative;
display: block;
float: left;
}

#header #home{
height: 57px;
width: 94px;
margin: 66px 0 0 71px;
}
#header #cwbank{
height: 29px;
width: 332px;
margin: 78px 0 0 26px;
}

/* NAVIGATION styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav{
position: relative;
display: inline;
width: 249px;
height: 478PX;
float: left;
background: url("../images/layout/navigation_home.jpg") no-repeat top left;
margin: 0 0 0 0;
}
#nav #padding{
position: relative;
}
#nav #padding ul{
position: relative;
padding: 0 9px 0 53px;

list-style: none;
}
#nav ul li, #nav ul a, #nav ul span{
position: relative;
display: block;
}
#nav ul li{

}
#nav ul a{
text-indent: -9999em;
display: block;
width: 160px;
background-position: top left;
background-repeat: no-repeat;
}
#nav ul a:hover{
background-position: -160px 0;
}

ul #btn1{
height: 49px;
background-image: url("../images/layout/btn_1.jpg");
margin: 0 0 40px 0;
}
ul #btn2{
height: 71px;
background-image: url("../images/layout/btn_2.jpg");
margin: 0 0 55px 0;
}
ul #btn3{
height: 47px;
background-image: url("../images/layout/btn_3.jpg");
margin: 0 0 41px 0;
}
ul #btn4{
height: 41px;
background-image: url("../images/layout/btn_4.jpg");
}

#iefix{/* This fixes an IE bug where if the last list item is active, the background color will over extend the bottom graphic to the edge of the ul element */
height: 22px;
padding: 0;
margin: 0;
background: none;
display: inline;
}

/* CONTENT styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content{
position: relative;
display: inline;
width: 733px;
height: 478px;
float: left;
margin: 0 0 0 0;
background: url("../images/layout/content_home.jpg") no-repeat top left;
}
#content #top{

}
#content #bottom{

}
div#donation{
text-align: center;
padding: 275px 145px 0 59px;
}
div#donation p{
padding: 0;
margin: 0;
}
div#donation p#amount{
color: #fdf6b8;
font-size: 18px;
font-weight: bold;
margin: 10px 0 3px 0;
}
div#donation p#date{
font-size: 11px;
/*font-style: italic;*/
}

/* FOOTER styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer{
position: relative;
clear: both;
margin: 0;
padding: 0;
}
#footer ul{
margin: 0 auto;
width: 670px;
height: 21px;
list-style: none;
padding: 0 0 36px 0;
}
#footer ul li{
display: block;
float: left;
margin: 9px 0 0 0;
padding: 0 9px 0 9px;
border-right: 1px solid #414f4f;
}
#footer ul li#last{
border-right: none;
}
#footer ul a{
text-decoration: none;
font-weight: bold;
color: #5E7C4A;
}
#footer ul a:hover{
color: #85B069;
text-decoration: underline;
}





