
/*from top to bottom of page*/

body{background-color: white;}
div#wrap{border: 1px grey solid;}

/* section 1 secondary_nav*/

#secondary_nav {
background-color: rgb(0, 43, 127);
}

/* section 2: main banner image */

.society.bsps #header {
    background-image: url( /resource/image/backgrounds/header_bsps.jpg );
    height: 97px;
}

.society.bsps #header h1#page_title {
    background-image: url( /resource/image/text/titles/title_bsps.jpg );
    margin-top: 34px;
    height: 30px;
    width: 527px;
}

.society.bsps #header h1#page_title a {
    display: block;
    height: 30px;
    width: 540px;
}

/* section 3: primary_nav */

#primary_nav {
background-color: rgb(0, 43, 127);
}

#primary_nav ul  li a {
font-weight: bold; 
color: white;
padding: 0px 5px 5px 2px;}


/* section 5: main content sections*/


#main_content #first .section h2, .general_page.society.bsps #main_content #first h1{
font-weight: bold; 
background-color: rgb(0, 43, 127); 
color: white;
padding: 2px 0px 2px 5px;
}


#main_content #first .feature h2{
font-weight: bold; 
background-color: rgb(0, 43, 127); 
color: white;
padding: 2px 0px 2px 5px;
text-align: center;
}

/*section 7: features */


#first .feature {
background-color: #faf7f2;
}

/* section 8: services*/

#second .feature  {

}

#main_content #second .features .feature h3{
color: #002B7F;
}


/* section 10: main footer */


#primary_footer {
background-image: none;
background-color: rgb(0, 43, 127);
}






