/* CSS Document */

/******************************* Specific Styles for "About Us" section */
#container {
	background: #71A7FB url(images/clientResourcesHeader.jpg) top left repeat-x;
}

#logo {
	background: transparent url(images/blueBackLogo.gif) no-repeat;
}



/*---------------------------------------- News box -----------------------------*/

#newsBox {
	top: 151px; /*151px;*/
	background: #5D8EF0;
}

#newsBox #newsHeadline {
	background: #0A0849;
} 

#newsBox li {
	background: transparent url(images/clientResourcesBullet.gif) left no-repeat;
}

#mainContent {
	padding-top: 80px; /*80px*/
}


/* --------------------- Footer ---------------------- */
#footer {
	background: transparent url(images/clientResourcesFooter.jpg) no-repeat;
}

