/* Override styles for the company section */

/*	Main colour: #7194B2	*/

#header, #mainNavigation #company a, #mainContainer
/*	Have to have #mainContainer here for Netscape or use the clear both class	*/
/*	Since this just adds a 1px line of colout ro the bottom of the page in NS only, this is the better solution	*/
{
	background: #7194B2 none;
}

#navContentContainer
{
	background: #FFF url(../../images/common/background_company.gif) repeat-y left top;
}

#mainContent #teaser, .newsTeaser
{
	background: #D2F0FF none;
}

h1, h2
{
	color: #003;
}

a
{
	color: #006;
}

#mainContent a:hover
{
	text-decoration: none;
}

.newsTeaser div, .testimonial
{
	margin: 5px;
}

.testimonial p, .testimonial h2
{
	padding: 5px;
}


#clientImages
{
	width: 100%;
	text-align: center;
}

#clientImages img
{
	margin: 0 30px;
}