#n4 a
{
	background-color: #347c2b;
}

#col1
{
	float: left;
	width: 226px;
	margin-right: 2px;	
}
#col2
{
	float: left;
	width: 504px;
	margin-right: 2px;
}
#col3
{
	float: left;
	width: 226px;	
}


/*Alter the color and spacing of the central column*/
#col2 .box
{
	background-color: #f6feef;
	color: #3b3b3b;
	
	padding: 9px 20px 20px 20px;
}

/*Set up the font styles for the main copy*/
.morePadding
{
	padding-right: 64px;
}

#col2 h2
{
	font-size: 140%;
	line-height: 120%;
	font-weight: normal;
	color: #347c2b;
	margin: 0px 0px 8px 0px;
	
	padding-bottom: 4px;
	border-bottom: 1px solid #d7ded9;
}
#col2 h2+h3
{
	margin-top: 0px;
}
#col2 h3, #col2 h4 
{
	font-size: 100%;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
}
#col2
{
	line-height: 110%;
}

#col2 p img
{
	float: left;
	margin: 5px 10px 5px 0px;
}

#col3 h2
{
	height: 16px;
}
#col3 h2 span
{
	display: none;
}

/*The quote box*/
#clientQuotes
{
	min-height: 390px;
}

#clientQuotes ul, #clientQuotes li
{
	margin: 0px;
}

#carousel
{
	margin: 0px;
}


/*The map*/
#mapTabsHolder 
{
	width: 456px;
	display: block;
	margin: auto;
	padding: 0px;
	list-style: none;
}
#mapTabsHolder li
{
	display: block;
	float: left;
	/*width: 112px;*/
	text-align: center;
	
	margin-left: 2px;
}

#mapTabsHolder li.first
{
	margin-left: 0px;
}
#mapTabsHolder li.first a
{
	/*padding-top: .75em;
	padding-bottom: 0em;
	min-height: 2.25em;*/
}

#mapTabsHolder a
{
	display: block;
	padding: .25em 1em .15em 1em;
	color: #FFFFFF;
	background-color: #9c9ea1;
	
	/*margin-bottom: 2px;*/
	border-bottom: 2px solid #f6feef;
	
	text-transform: uppercase;
	font-weight: normal;
	
	min-height: 2.5em;
	
	line-height: 1.2em;
}


#mapTabsHolder a:hover, #mapTabsHolder a.current
{
	background-color: #347c2b;
	text-decoration: none;
	
	border-bottom: 2px solid #347c2b;
}

.breaker
{
	clear: both;
	border-bottom: 2px solid #347c2b;
}



#mapHolder
{
	position: relative;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 517px;
}
#mapHolder li
{
	display: none;
	position: absolute;
	top: 0px;
	padding: 0px;
}
#mapHolder li.first
{
	display: block;
}

#statsHolder
{
	list-style: none;
	margin: 0px;
	/*The correct padding for a grey box*/
	padding: 0px 10px 0px 10px;
}
#statsHolder ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#statsHolder p
{
	display: block;
	background-color: #347c2b;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
#statsHolder p strong
{
	display: block;
	font-size: 140%;
	clear: both;
}

#statsHolder li li img
{
	display: none;
}

#statsHolder li
{
	margin: 0px;
	padding: 0px;
}

#statsHolder li li li li
{
	color: #3d3d3d;
	margin: 0px 0px 8px 0px;
}

/*Area colours

#9fd5b5
#1c3f95
#00aeef
#ffc423
#7170b3
#8cc63f
#c41230
#009590
#ed8037
#9fa615*/

/* Smart pop up boxes
-----------------------------------------------------*/

#smartOne, #smartTwo
{
	min-height: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#smartOne p
{
	font-size: 0.9em;
	color: #787878;
}

#smartTwo img
{
	margin: auto;	
}

/* Contribute fix
---------------------------------------------*/

#statsHolder
{
	position: relative;
}