@charset "utf-8";
/* CSS Document */

*{
padding: 0px;
margin: 0px;
}


body{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: black;
background-image: url(images/bg/background.gif);
background-color: white;
background-repeat: repeat-x;
}

#page{
width: 780px;
margin: 0px auto;
}

#header{
width: 780px;
height: 272px;
background-image: url(images/bg/header.jpg);
}

#navbar{
width: 780px;
height: 40px;
background-image: url(images/bg/navbar.gif);
margin-bottom: 20px;
text-align:center;
}

.navbar_link a{
display: block;
float: left;
width: 114px;
height: 25px;
margin-left: 8px;
margin-right: 8px;
margin-top: 6px;
line-height: 22px;
text-decoration: none;
color: black;
}

.navbar_link a:hover{
background-image: url(images/bg/button_hover.gif);
color: white;
}



#page_wrapper{
width: 780px;
}

#sidebar{
width: 220px;
height: 460px;
background-image: url(images/bg/sidebar.gif);
float: left;
margin-right: 20px;
text-align: center;
}

.sidebar_title{
color: white;
font-size:20px;
text-align:right;
margin-top: 20px;
margin-right: 20px;
font-weight:100;
}

.sidebar_text{
text-align: right;
margin-right: 20px;
line-height: 20px;
color: white;
}

.title_link{
color: black;
font-size: 16px;
text-decoration: none;
line-height: 25px;
}

.title_link:hover{
color:#FFFFFF;
}

.sub_link{
color: #AFD1D0;
font-size: 14px;
text-decoration: none;
margin-right: 10px;
}

.sub_link:hover{
color:white;
}

.link_wrap{
text-align: right;
margin-right: 20px;
}

.profile_title{
text-align: center;
}

.profile_image{
float: left;
margin-right: 5px;
}

img{
border: none;
}


#sidebar_info{
margin-top: 75px;
height: 70px;
font-size: 14px;
color: white;
line-height: 20px;

}

#gallery_link{
margin-top: 35px;
}

#gallery_link a{
font-weight: bold;
font-size:14px;
color: #246cb0;
text-decoration: none;
}


#content_wrapper{
width: 540px;
float: left;
}

#content_top{
width: 540px;
height: 21px;
background-image: url(images/bg/content_top.gif);
}

#content_body{
padding: 0px 20px 10px 20px;
width: 500px;
min-height: 410px;
background-image: url(images/bg/content_body.gif);
}


.content_header{
color: #3399FF;
font-size: 24px;
font-weight: 100;
}

.content_subheader{
color: black;
font-size: 16px;
}

#content_body h2{
font-size: 14px;
color: #0099FF;
}

#content_body p{
font-size: 12px;
}

#content_footer{
width: 540px;
height: 21px;
background-image: url(images/bg/content_bottom.gif);

}

#form{
line-height: 25px;
}

.form_width{
width: 80px;
text-align: right;
float: left;
}

.form_column{
width:80px;
text-align:right;
}


.form_float{
float: left;
}

.testimonial_name{
color:#0099FF;
}

.charities_who_span{
margin-right: 10px;
}

#engage_link{
margin:80px auto;
margin-bottom: 0px;
width: 120px;
height: 124px;
display: block;
background-image: url(images/bg/engage_button.gif);
}

#engage_link a{
display: block;
height: 124px;
}

#engage_link:hover{
background: url(images/bg/engage_button_hover.gif);
}
