
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500);



body{
	padding: 0;
	margin: 0;
	background-color:#f5f5f5;
    font-family: 'Roboto', sans-serif;
	color:#5c5c5c;
}

h2,p {
	padding: 0;
	margin: 0;	
}

h1 {
	font-size:70px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font-size:26px;
	font-weight:500;
}

h3 {
    font-size: 16px;
    font-weight: 500;
}

p  {
	font-size:12px;
	font-weight:400;
	line-height: 150%;
}

#wrapper {
    height: auto;
    margin: auto;
    padding-bottom: 25px;
    width: 1028px;
}

.subtext {
	font-size:10px;
	font-weight:300;	
}

.floating_divider{
	float:left;
}
.content_centerer {
	width:1028px;
	height:auto;
	margin:auto;
}

.content_holder {
    background: none repeat scroll 0 0 #f7fef7;
    border: 1px solid #e2e2e2;
    height: auto;
    margin-bottom: 25px;
    overflow: auto;
    padding-bottom: 15px;
    width: 1028px;
}
/* ------- Start of Navigation ------- */
#nav {
    background-color: #f7fef7;
    height: 42px;
    position: fixed;
    width: 100%;
}
/* ------- End of Navigation ------- */


/* ------- Start of Overview Page ------- */
#title {
    background-color: #f7fef7;
    height: auto;
    overflow: auto;
    padding-top: 60px;
    text-align: center;
    width: 1028px;
	border: 1px solid #e5e5e5;
}

#intro_text {
    border-bottom: 1px solid rgba(65, 65, 65, 0.10);
    overflow: auto;
    padding: 15px 64px;
    width: 900px;
	background-color: #f7fef7;
}

#healthimpact_container {
    float: left;
    height: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    width: 250px;
}

#healthimpact_chart {
    height: 250px;
    margin-top: 10px;
    width: 250px;
}

.donut-inner {
    margin: 65% 30% auto auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}

.donut-inner h3{
	margin-bottom: 5px;
	margin-top: 0;
}

.donut-inner span {
	font-size: 12px;
}

.donut-inner2 {
    margin: 60% 30% auto auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}

.donut-inner2 h3{
	margin-bottom: 5px;
	margin-top: 0;
}

.donut-inner2 span {
	font-size: 12px;
}

#totals_container {
    border-left: 1px solid rgba(65, 65, 65, 0.10);
    float: left;
    margin-left: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    width: auto;
}

.titles {
    background-color: #414141 !important;
    color: #f7fef7;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
    text-align: left;
}

.subtitles {
    background-color: #414141 !important;
    color: #f7fef7;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}


.stats_container {
    background-color: #414141;
    border-right: 1px solid;
    color: #f7fef7;
    float: left;
    height: 200px;
    padding-top: 48px;
    text-align: center;
    width: 200px;
}

.stats_major {
	font-size:50px;
}

.bordered_containers {
    border-right: 1px solid rgba(65, 65, 65, 0.10);
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    overflow: auto;
    padding-right: 20px;
}

/* ------- End of Overview Page ------- */



/* ------- Start of Liberia Page ------- */
.legend {
	margin-bottom:12px;
	overflow: auto;
}

.legend_colorbox_first {
    background-color: #414141;
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 10px;
}

.legend_colorbox_second {
    background-color: #d15050;
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 10px;
}

.legend_colorbox_third {
    background-color: rgb(119, 119, 119);
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 10px;
}


.legend_colorbox_mining {
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 10px;
}

.legend_colorbox_agriculture{
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 10px;
}

.legend_colorbox_manufacturing {
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 10px;
}

.legend_colorbox_services {
    float: left;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    width: 10px;
}

.legend_colorbox p {
	padding-top:5px;
}

.moreinfo_box {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.moreinfo_box h4{
	margin:0;
	text-transform:uppercase;
}

.moreinfo_box:hover {
	font-size:16px;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.moreinfo_boxes {
    background-color: #f7fef7;
    border: 2px solid #d15050;
    color: black;
    display: none;
    padding: 10px;
}

.moreinfo_boxes p {
	line-height:160%;
}

/* ------- End of Liberia Page ------- */

#healthimpact_container2 {
    margin-left: 57px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-align: center;
    width: 250px;
}

