﻿.fullDivider{
	background-color:#fff;
}
.fullDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
}
.contentDivider{
	background-color:#fff;
}
.contentDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
	margin-right:20px;
	width:652px;
}
.factsheetColumn{
	float:left;
	width:460px;
}
#factSheetLeftColumn{
	border-right:1px solid #c8dbdc;
	padding:7px 20px 20px 0;
}
#factSheetRightColumn{
	border-left:1px solid #c8dbdc;
	margin-left:-1px;
	padding:7px 0px 20px 20px;
}

.factsheetColumn h1{
	font-weight:normal;
	padding:10px 0 14px 0;
	margin-bottom: 12px;
	border-bottom:1px solid #c8dbdc;
	font-size:1.2em;
	color:#09828f;
	font-family: arial, helvetica, verdana, lucida, sans-serif;	
}
.factsheetColumn ul{
	padding-bottom: 10px;
}
.factsheetColumn li{
	padding-bottom: 5px;
}
.factsheetColumn a{
	color:#333333;
	font-size:1.1em;
}
.factsheetColumn a span {
	color:#32c8d7;
}
