@charset "utf-8";
/* CSS Document */

#sides-container-pane #left-shadow{
position:absolute;
top:0;
left:0;
background-image:url(../images/interface/home/leftShadow.jpg);
height:604px;
width:65px;

}
#sides-container-pane #right-shadow{
position:absolute;
top:0;
left:795px;
background-image:url(../images/interface/home/rightShadow.jpg);
height:604px;
width:65px;
}

#header #homepage-banner{
width:730px;
margin:0 auto;
z-index:-1;
position:relative;
}

#homepage-content-pane{
width:730px;
* width:731px;
height:213px;
margin-left:65px;
* margin-left:1px;
position:relative;
text-align:left;
*top:-2px;
}


#homepage-content-pane #navigation-pane{
width:243px;
height:213px;
float:left;
position:relative;
}

#homepage-footer-tab{    
position:relative;
margin:0px auto;
width:730px;
border:0px solid red;
* top:-2px;
}





#navigation-pane a {
background-repeat: no-repeat;
text-decoration: none;
display: block;
}




#homepage-content-pane #fb-what-we-do{
background-image:url(../images/interface/home/whatWeDo.jpg);
width:240px;
height:213px;
float:left;
}

#homepage-content-pane #fb-what-we-do #fb-wwd-content{
margin:90px 25px 20px 25px;
line-height:15px;
}

#homepage-content-pane #fb-how-can-you-help{
    background-image:url(../images/interface/home/howYouCanHelp.jpg);
    width:247px;
    height:213px;
    float:left;
}

#homepage-content-pane #fb-how-can-you-help #fb-hcyh-content{
margin:70px 65px 20px 25px;
line-height:15px;
/*margin-top:150px;*/
}

ul#fb-hcyh-content{
list-style:url(../images/interface/home/bullet-arrow-mini.jpg);
}

#fb-hcyh-content a:link, #fb-hcyh-content a:visited, #fb-hcyh-content a:hover{
color:#03244f;
text-decoration:none;
}

#fb-hcyh-content a:hover{
text-decoration:underline;
}


/*Making a world of difference feature box*/

#fb-world-of-difference{
background-image:url(../images/interface/home/world-of-difference.jpg);
width:247px;
height:213px;
float:left;
}

#fb-world-of-difference #fb-mawod-content{
margin:90px 55px 20px 20px;
line-height:15px;

}


/*END Making a world of difference feature box*/






#fb-what-we-do .fb-more, #fb-world-of-difference .fb-more,  #fb-how-can-you-help .fb-more{
background-image:url(../images/interface/home/more-arrow-mini.jpg);
background-position:right;
background-repeat:no-repeat;
position:absolute;
width:35px;
height:15px;

margin-left:182px;
margin-top:185px;
* margin-left:152px;
}


.fb-more a:link,
.fb-more a:visited,
.fb-more a:hover{color:#03244f; text-decoration:none;}

.fb-more a:hover{
text-decoration:underline;
}
