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

#inv-right {
	width: 340px;
	padding: 0;
	float: right;
	clear: none;
	overflow: hidden;
}

#inv-left {
	width: 630px;
	padding: 0;
	float: left;
	clear: none;
}

#side-bar {
	height: 340px;
	margin: -5px 0 0 0;
	background: url(images/sidebar.png);
}

#side-bar h1 {
	margin: 0;
	color: #000;
	padding: 10px 0 0 40px;
	font-size: 48px;
	float: left;
	clear: both;
}

#side-bar h2 {
	margin: 0;
	color: #595959;
	padding: 7px 0 13px 40px;
	font-size: 15px;
	text-transform: uppercase;
	float: left;
	clear: both;
}

#banner {
	width: 310px;
	height: 68px;
	padding: 15px 0 10px 0;
	color: #FFF;
	font-size: 13px;
	line-height: 14px;
}

#contribute {
	width: 180px;
	height: 48px;
	margin: -3px 0 0 78px;
	display: block;
	background: url(../images/contribute.png) no-repeat 0 0;
}

#contribute:hover {
	background-position: 0 -48px;
}

#project-closed {
	width: 200px;
	height: 48px;
	margin: -3px 0 0 66px;
	display: block;
	background: url(images/projectClosed.png) no-repeat 0 0;
}

.video {
	width: 640px;
	margin: 0 auto 0 auto;
}

.social-bar {
	text-align: center;
	font-size: 13px;
	color: #666;
}

.social-bar h3 {
	margin: 5px 0 2px 0;
	font-weight: normal;
	font-size: 13px;
	color: #666;
}

.social {
	display: inline-block;
}

.social a {
	height: 24px;
	padding: 2px 3px 3px 28px;
	margin: 5px 20px 0 20px;
	clear: none;
	display: inline-block;
}

.social a {
	color: #959595;
	text-decoration: none;
}

.social a:hover {
	color: #1ba137;
}

#facebookLink {
	display: inline-block;
	float: left;
	clear: none;
	margin-top: 3px;
}

.social-bar #twitter a {
	width: 30px;
	background: url("../images/icons/twitter.png") no-repeat;
}

.social-bar #email a {
	width: 25px;
	background: url("../images/icons/email.png") no-repeat;
}

.desc {
	margin-top: 15px;
	min-height: 100px;
	color: #484848;
}

.desc h1 {
	margin-top: 0;
	color: #000;
}

.blackOverlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
}

#emailBox {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	height: 300px;
	width: 500px;
	padding: 16px;
	border: 5px solid #e0731c;
	background-color: #d5f4d7;
	z-index: 1002;
	overflow: hidden;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.label {
	color: #20343B;
}

tr .label {
	width: 110px;
}

.close {
	position: relative;
	top: -10px;
	float: right;
	clear: none;
	font-size: 12px;
	color: #09F;
}

.close:hover {
	color: #009;
	cursor: pointer;
}

input[type=text] {
	width: 200px;
	height: 20px;
	border: thin solid #20343B;
	font-size: 12px;
	padding: 2px;
}

textarea {
	resize:none;
	width: 480px;
	clear: both;
	height: 60px;
	margin: 10px 0;
	font-size: 12px;
	padding: 3px;
}

#groupvestorMessage {
	color: #146765;
	width: 480px;
	height: 60px;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
}

#emailStatus {
	font-size: 18px;
	text-align: center;
	padding-top: 100px;
	line-height: 25px;
}

h2 {
	margin: 20px 0 5px 0;
	text-align: center;
}

h3 {
	margin: 0 0 7px 0;
	color: #000;
}

.desc h2 {
        margin: 20px 0 5px 0;
        font-weight: normal;
        font-size: 20px;
        text-align: center;
}

.desc h3 {
        margin: 0 0 7px 0;
        font-weight: normal;
        font-size: 20px;
        color: #000;
        text-align: left;
}


.desc p {
        margin: 0 0 15px 20px;
        font-weight: normal;
        font-size: 13px;
        text-align: left;
}

.desc li {
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 13px;
        text-align: left;
}


.description {
	color: #4D575D;
}

