.ContainerWrapper{
	position:relative;
	width:99.5%;
	background-color: white;
	float: left;
}
.ContainerWrapper *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}
.HeaderContainer{
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.HeaderImg{
	position:relative;
	width:100%;
	height:auto;
}
.HeaderImg img{
	width:100%;
}
.HeaderTextContainer{
	position:absolute;
	top:0px;
	width:95%;
	height:100%;
	left:5%;
	padding-top:3%;
}
.HeaderTextTop{
	position:relative;
	width:100%;
	font-size:60px;
	font-family:"FNBSansThin";
	color:#ffffff;
}
span.BolderText{
	font-family:"FNBSansBold";
}
.HeaderTextBottom{
	position:relative;
	width:100%;
	font-size:22px;
	font-family:"FNBSansThin";
	color:#ffffff;
	padding-top:2%;
}
.BottomContainer{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	padding-top:3%;
}
.LeftColumn{
	position:relative;
	float:left;
	width:70%;
	height:100%;
	padding-left:5%;
}
.RightColumn{
	position:relative;
	float:left;
	width:25%;
	left:5%;
	height:100%;
}
.ContentTop{
	position:relative;
	float:left;
	font-size:18px;
	font-family:"FNBSansRegular";
	color:#000000;
	width:100%;
}
.ContentBottom{
	position:relative;
	float:left;
	font-size:13px;
	font-family:"FNBSansRegular";
	color: #666666;
	width:100%;
	padding:3% 0px;
	padding-right: 10px;
}
.theBlock {
	width: 100%;
	height:130px;
	position:relative;
}
.theBox1, .theBox3 {
	width: 37px;
	height:60px;
	float: left;
}
.theBox2 {
	float: left;	
	width: 72%;
	padding-left: 2%;
}

.ListColumnsContainer {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-top:3%;
}

.bottomLeftColumn{
	position:relative;
	float:left;
	width:35%;
	height:auto;
			
}
.bottomRightColumn{
	position:relative;
	float:left;
	width:35%;
	left:30%;
	height:auto;
}

.BottomList{
	font-family: "FNBSansBold";
	font-size: 45px;
	color: #099;
}
.ListContainer{
	position:relative;
	float:left;
	width:100%;
}
.ui-product-single-ul {
	margin-left: 2px;
	margin-bottom: 15px;
}
.ui-theme li{
	font-family:"FNBSansRegular";
	font-size: 15px;
	color: #000000;
	line-height: 35px;
}
.ui-product-single-ul li{
	background: url("/03images/chameleon/productGrid/bullet_grey.png") no-repeat scroll 0 15px transparent;
}
.ui-theme p{
	padding: 5px 0px 2px 0px;
	margin: 0;
	font-size: 1em;
	color: #666666;
	font-size: 13px;
	font-family:"FNBSansLight";
	line-height: 16px;
}
.RightColumnHeader{
	position:relative;
	width:100%;
	font-size:13px;
	font-family:"FNBSansBold";
	padding-left: 45px;
}
.RightColumnContainer{
	padding: 12px 0 12px 40px;
	color: #666666;
}
.moreButton{
	background-image: url("/03images/themes/Obama10YearsTheme/morePointsButton.jpg");
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 10px 0 10px 40px;
	font-family: "FNBSansRegular";
	font-size: 13px;
	color: #666666;
	cursor: pointer;
}
.mediumScreen .HeaderTextTop {
	position: relative;
	width: 100%;
	font-size: 37px;
	font-family: "FNBSansThin";
	color:#ffffff;
}
.mediumScreen .HeaderTextBottom {
	position: relative;
	width: 100%;
	font-size: 18px;
}

.smallScreen .ContainerWrapper{
	
}

.smallScreen .bottomLeftColumn{
	width: 97%;
	padding-left: 3%;
	height:auto;
}
	
	
.smallScreen .bottomLeftColumn{
	position: relative;
	float: left;
	width: 100%;
	left: 0%;
	height: auto;
	
}	
.smallScreen .bottomRightColumn{
	width: 94%;
	left: 3%;
}
.smallScreen .LeftColumn{
	width: 97%;
	padding-left: 3%;
	height:auto;
}
.smallScreen .RightColumn{
	position: relative;
	float: left;
	width: 100%;
	left: 0%;
	height: auto;
	padding-top: 6%;
}
.smallScreen .ui-theme li{
	line-height: 21px;
}
.smallScreen .ui-theme p {
	padding: 0px 5px 2px 5px;
}
.smallScreen .ui-product-single-ul li{
	background: url("/03images/chameleon/productGrid/bullet_grey.png") no-repeat scroll 0 8px transparent;
}
.tinyScreen .HeaderTextTop {
	font-size: 27px;
}
.tinyScreen .HeaderTextBottom {
	font-size: 14px;
}