.general-content-one {
    padding: 15px 0;
}
.background-ltblue-gradient {
	background: #c6eef6;
	background: -moz-linear-gradient(top, #c6eef6 1%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #c6eef6 1%,#ffffff 100%);
	background: linear-gradient(to bottom, #c6eef6 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6eef6', endColorstr='#ffffff',GradientType=0 );
}
.background-khaki-gradient {
	color: #000000;
	background: #f0eedb;
	background: -moz-linear-gradient(top, #f0eedb 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f0eedb 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f0eedb 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eedb', endColorstr='#ffffff',GradientType=0 );
}
.emphasis {
    color: #000000;
    font-family: "myriad-pro-condensed", sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.25em;
}

