@charset "UTF-8";
/* STYLES UNIQUE TO SIW 3-COLUMN LAYOUT */

#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 514px;
	/*background-image: url(../demo-images/sol.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;*/
}
#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 12px;
	padding: 16px 28px 16px 34px;
	color: #666666;
}
#c2 .content {
	color: #333333;
	font-size: 12px;
	padding: 16px 27px 16px 27px;
	line-height: 18px;
}
#c3 .content {
	font-size: 12px;
	padding: 16px 36px 16px 26px;
}

#c1 h1 {
	font-size: 14px;
	line-height: 18px;
	color: #006837;
	margin: 6px 0 0 0;
}


#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

