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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eff0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
img {
	border: 0px;
}
strong {
	color: #999;
}
h1 {
	color: #febe66;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	color: #febe66;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px #febe66 solid;
}
h3 {
	color: #febe66;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic; 
}
a {
	color: #febe66;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.main {
	width: 774px;
	margin: 0px auto 10px auto;
	background-image: url(../images/backer_main.jpg);
	background-repeat: repeat-y; 
}
.mainHome {
	margin: 0px auto 0px auto;	
}
.header {
	position: relative;
	height: 132px;
	background-image: url(../images/backer_header.jpg);
	background-repeat: no-repeat;
}
.discussProject {
	position: absolute;
	right: 20px;
	top: 40px;
}
.navigation {
	position: relative;
	width: 763px;
	height: 27px;
	margin-left: 6px;
	background-image: url(../images/backer_navigation.jpg);
	background-repeat: repeat-x;
}
.navigation a:hover {
	text-decoration: none;
}
.content {
}
.contentLeft {
	width: 160px;
	float: left;
}
.contentLeft img {
	padding: 20px 0px 20px 6px;
}
.subNavigation {
	text-align: right;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px 10px 10px;
	border-right: 2px #cbd3cf solid;
}
.subNavigation a {
	color: #fcac38;
}
.contentRight {
	width: 590px;
	float: right;
	padding: 0px 6px 40px 0px;
}
.pageHeader {
}
.pageHeaderHome {
	margin: 0px 0px 0px 7px;
}
.pageContent {
	padding: 0px 30px 30px 30px;
}
.pageContentHome {
	padding: 0px 0px 0px 6px;
}
.pageContentHomeLeft {
	width: 334px;
	float: left;
}
.pageContentHomeRight {
	width: 360px;
	padding: 50px 20px 20px 20px;
	float: left;
}
.pageContentHomeRight h2 {
	font-size: 22px;
}
.pageContentHomeRight p {
	font-size: 14px;
	line-height: 20px;
}
.footer {
	height: 20px;
	padding-top: 30px;
	background-image: url(../images/backer_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.footerHome {
	width: 774px;
	margin: 0px auto 0px auto;
	height: 25px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/backer_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px -13px;
	text-align: center;	
}
.footer a {
	color: #89898c;
	padding-right: 10px;
	font-style: italic;
}
.footerHome a {
	color: #89898c;
	padding: 20px 10px 0px 0px;
	font-style: italic;
	display: inline-block;
}
.featureNews {
	width: 170px;
	padding: 10px;
	border: 1px #febe66 solid;
	float: right;
	margin: 0px 0px 30px 20px;
}
.featureNews img {
	float: right;
	margin: 0px 0px 20px 20px;
}
.featureVideo {
	width: 275px;
	height: 234px;
	padding: 80px 0px 0px 250px;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/backer_feature_video.jpg);
	background-repeat: no-repeat;
}
.contactForm {
	width: 390px;
	height: 329px;
	background-image: url(../images/backer_contact_form.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	margin: 20px 0px 20px 0px;
}
.contactForm input {
	font-size: 11px;
	margin: 0px;
	padding: 2px;
}
.contactForm table {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.contactForm td {
	margin: 0px;
	padding: 4px;
}
