#n2 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: 10px 24px 24px 24px;
}

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

.itemContent
{
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #d7ded9;
}

#col2 h2
{
	font-size: 140%;
	line-height: 120%;
	font-weight: normal;
	color: #347c2b;
	margin: 0px 0px 15px 0px;
}
#col2 .itemContent h2
{
	margin: 0px 0px 5px 0px;
}

#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;
}

p.title
{
	color: #787878;
	font-size: 100%;
	margin: 0px 0px 5px 0px;
}

/*About us menu*/
#about1 a, #about2 a, #about3 a, #about4 a
{
	color: #797979;
}
#about1 a:hover, #about2 a:hover, #about3 a:hover, #about4 a:hover
{
	color: #ffffff;
}
.menu p
{
	padding-left: 14px;
}