@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	min-height: 100%;
	width: 100%;
}

h1 {
	margin: 0 0 20px 0;
	clear: none;
	font-size: 28px;
	text-transform: capitalize;
	font-weight: normal;
	clear: both;
}

a {
	color: #e0731c;
	text-decoration: underline;
}

a:hover {
	color: #066e35;
	text-decoration: none;
}

#container {
	width: 1000px;
	min-height: 200px;
	margin: 30px auto 0 auto;
}

#logo {
	margin-top: 10px;
	width: 320px;
	height: 90px;
	background: url(../images/logo.png);
	float: left;
	clear: none;
}

#header-wrapper {
	width: 100%;
	background: #9ce3ab url(../images/background.jpg);
}

#header {
	width: 1000px;
	height: 105px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#content {
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
	overflow: hidden;
}

#footer {
	height: 50px;
	font-size: 11px;
	text-align: center;
	color: #6D6D6D;
	width: 1000px;
	padding-top: 25px;
	margin: 0 auto 0 auto;
	clear: both;
}

/* FOR INVESTMENT AND CONTRIBUTE */
.benefits {
	list-style: none;
	width: 295px;
	margin: 10px 20px 0 21px;
	padding: 0;
	float: left;
}

.benefits li {
	width: 275px;
	padding: 10px;
	margin: 0;
}

.benefits li.available {
	background: #d5f4d7;
}

.benefits li.not-available {
	background: #bbe6c8;
	color: #ea0000;
}

.benefits li.first {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.benefits li.last {
	-moz-border-radius-buttomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.benefits li.normal, .benefits li.last {
	border-top: thin #e6f6f8 solid;
}

.benefits li .price {
	font-size: 18px;
	width: 60px;
	display: inline-block;
	vertical-align: top;
}

.benefits li .description {
	font-size: 12px;
	width: 205px;
	display: inline-block;
}

