/* Charts */

div.colcontainer {
	clear:left;
	margin-left: 70px;
}
div.colcontainer div.threecolchart {
	width:155px;
	float:left;
	margin-right: 10px;
	min-height:150px;
	height:250px;
	background:#fcf8e9;
	margin-bottom:10px;
}

div.colcontainer div.threecolchart p {
	width:145px;
	padding-left:10px;
}

div.colcontainer div.threecolchart h2 {
	width:155px;
	padding:10px;
}

div.colcontainer div.threecolchart h3 {
	width:155px;
	padding:10px;
}

div.colcontainer div.threecolchart table {
	padding: 5px 0 0 10px;
	border-top:1px solid #000;
}
div.colcontainer div.threecolchart th {
	color: #333333;
	font-size:200%;
	font-weight:normal;
	text-align:left;
}


div.colcontainer div.threecolchart_tabs {
	width:155px;
	float:left;
	margin-right: 10px;
	background:#fffbe5;
}

div.colcontainer div.threecolchart_tabs p {
	width:155px;
}

div.colcontainer div.threecolchart th_tabs {
	color:gray;
	font-size:200%;
}


div.colcontainer div.colchart {
	float:left;
	padding-right: 12px;
	background:#fcf8e7;
	float:left;
}


div.colcontainer div.colchart_right p {
	width:319px;
	float:right;
	background:#fcf8e7;
	margin-right:30px;
	height:284px;
}

/* new styles for what we do section */

div.cream_bg {
	background:#fcf8e7; 
	width:100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

div.cream_bg h3 {
	margin: 0px;
	padding: 3px 0px 10px 10px;
}

div.cream_bg p {
	padding:10px 0 0 10px;
}

div.cream_bg img {
	margin: 0px;
	padding: 0px;
}

div.cream_bg hr.simple_line {
	border-top: 1px solid #000;
}

div.cream_left {
	float:left;
	padding-right:10px;
}

div.cream_right {
	float:right;
    background:#fcf8e7; 
	padding-right:10px;
}

div.cream_right p {
	width:330px;
}

table.charttable { 
	border: none;
	border-collapse: collapse;
	background-color: #fcf8e9;
	margin: 0;
	padding: 0;
}

table.charttable td { 
	border: none;
	border-collapse: collapse;
	background-color: #fcf8e9;
	margin: 0;
	padding: 0;	
}

table.charttable th { 
	border: none;
	border-collapse: collapse;
	background-color: #fcf8e9;
	margin: 0;
	padding: 0;
}