a#n7
{
	color: #3b3b3b;
}

.checkboxes label
{
	width: auto;
	text-align: left;	
}

.checkboxGroup
{
	overflow: hidden;
	clear: both;
	padding: 0px 0px 2px 3em;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid #d7ded9;
}

.checkboxGroup .inner
{
	display: none;
}

label.checkboxGroupHeading
{
	/*width: 100%;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #d7ded9;*/
}

.checkboxGroup label
{
	display: block;
	width: 40%;
	margin-right: 5%;
	float: left;
}

label input
{
	display: inline;
	width: auto;
}





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

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

.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 14px 0px;
	padding: 0px 0px 5px 0px;
	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;
}

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


/*Address box*/
.box.address p, .box.address h3
{
	margin-top: 0px;
	margin-bottom: 3px;
	
	color: #3c3c3c;
	font-size: 110%;
}
.box.address h3
{
	font-size: 125%;
}
.box.address p em
{
	font-style: normal;
	color: #777777;
}

/*Form elements*/
label
{
	display: inline-block;
	width: 173px;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 5px;
}
input, select, textarea
{
	width: 244px;
	margin-bottom: 5px;
}

#Type
{
	width: 250px;	
}

textarea
{
	height: 140px;
	position: relative;
	left: 179px;
	top: 0px;
}
.textAreaHolder
{
	position: relative;
}
.textAreaLabel
{
	display: block;
	position: absolute;
	top: 0px;
}
#submit
{
	width: auto;
	float: right;
	clear: both;
	margin: 0px 28px 20px 0px;
}

.checkboxes input
{
	margin-bottom: 0px;	
}