/*Colour references:

Dark Logo Blue: 	#0080C7
Light Logo Blue:	#7EA8DB
text Grey:			#999999
Border Grey: 		#BABCBE		

Table Of Contents:

1.	Type Selectors
2.	Structural
3.  Useful Classes
3.	Navigation
4.	Forms
5.	Hacks
6.  Specific Templates/Pages


1. Type Selectors --------------------------------------------------
---------------------------------------------------------------------*/

#mainBannerHolder{
width:42.25em;
height:14.9375em;
background-color:#FFFFFF;
margin:0 auto 0.9375em auto;
text-align:center;
}

#threeColumns{
width:42.25em;
height:auto;
}

#threeColumns .roundBox{
width:13.375em;
float:left;
}

#threeColumns .padLeft
{
padding-left:1.0em;
width:13.4em;
}

#newsSection{
height:14.9375em;
background-color:#FFFFFF;
margin-bottom:0.9375em;
}

#newsSection h2{
font-size:0.8125em;
color:#0080C7;
font-weight:bold;
padding:0 0 0.3125em 0;
}

#newsIcon{
float:right;
}

#newsSection p
{
text-align:justify;
}

#newsSection .condensedLines{
line-height:1.3em;
padding-top:0.8em;
}

#newsSection .readMore p
{
	background:url(../images/small-arrow-icon.jpg) left top no-repeat;
	padding-left:1.25em;
	padding-right:0.3125em;
	float:right;
	padding-bottom:0.0625em;
	font-size:1em;
}


#leftPageContent .roundGreyContent p{
padding-bottom:0.5em;
}

#spacer{
height:1em;
clear:both;
}

#partners
{
height:auto;
margin-top:1.9em;
margin-bottom:0;
}