Styl/* ---------- reset ----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	list-style: none;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #464646;
	background-color:#333333;
}

h1 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em;
}

/* ---------- header ----------*/
#headerContainer {
	background: url("/media/img/headerBg.png") repeat-x top left;
	width: 100%;
	height: 116px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #000;
}

#logo {
	position:absolute;
	background: url("/media/img/foundationLogo.png") no-repeat top left;
	width: 270px;
	height: 46px;
	left:0px;
	margin-top:20px;
	margin-left:126px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(/media/img/foundationLogo.png);
}

/* ---------- navigation ----------*/
#mainNav {
	position: absolute;
	right: 0px;
	font-size: 14px;
	margin: 35px 126px 0 0;
}

#headerContainer #subNav {
	margin-top:76px;
}

#subNav {
	font-size: 14px;
}

#mainNav li,
#subNav li {
	float: left;
}

#mainNav li a,
#subNav li a {
	float:left;
	font-family: "Verdana","Arial","Helvetica",sans-serif;
	margin-left: 34px;
	padding-bottom: 23px;
}

.project #projectsLink, .contact #contactLink, .about #aboutLink {
	background: url("/media/img/navPointer.png") no-repeat left bottom;
}

.project #projectsLink {
	background-position:75% 24px;
}

.about #aboutLink {
	background-position: 80% 24px;
}

.contact #contactLink {
	background-position: 78% 24px;
}

.dj_ie6 .project #projectsLink, .dj_ie6 .contact #contactLink, .dj_ie6 .about #aboutLink {
	background-image: url("/media/img/navPointer.gif");
}

#mainNav a,
#subNav a {
	color: #EFEFEF;
	text-decoration: none;
}

#mainNav a:hover,
#subNav a:hover {
	color: #FFF;
}

#subNav {
	margin: 0 0 0 126px;
	font-size: 12px;
}

#subNav li {
	margin: 8px 31px 0 0;
}

#subNav li a {
	margin: 0;
}

#subNav .active, .cla #cla, .boardMembers #boardMembers,
.contribute #contribute, .donate #donate, .getInvolved #getInvolved,
.sponsor #sponsor, .structure #structure, .hundredpoint #hundredpoint {
	background: url("/media/img/subNavR.png") no-repeat right top;
	height: 25px;
	padding-right: 10px;
}

#subNav .active a, .cla #cla a, .boardMembers #boardMembers a,
.contribute #contribute a, .donate #donate a, .getInvolved #getInvolved a,
.sponsor #sponsor a, .structure #structure a, .hundredpoint #hundredpoint a
{
	background: url("/media/img/subNavL.png") no-repeat left top;
	color: #444;
	margin-left: 0;
	padding-left: 10px;
	height: 25px;
}

#subNav li a {
	padding: 4px 0 0 0;
}

/* ---------- content ----------*/

.project,
.about,
.contact {
	min-width: 830px;
}

#contentBackground {
	background: #BBCED4 url("/media/img/bodyBg.png") repeat-x top left;
	overflow:auto;
}

#content {
	background: url("/media/img/bodyImg.png") no-repeat top left;
	height: auto;
	position:relative;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CECECE;
	font-size: 12px;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:130px;
	padding-right:130px;
}

#contentOverlay {
	overflow:hidden;
	position:relative;
	width:100%;
}

/* ---------- sub content ----------*/
#subContent {
	background: #F9F9F9 url("/media/img/subContentBg.png") repeat-x top left;
	width: 100%;
	min-height: 250px;
	height:auto !important;
	height: 250px;
	border-top: 1px solid #FFF;
}

#subContent #subContentL,
#subContent #subContentR {
	float: left;
	margin: 36px 0 0 0;
	width: 48%;
}

#subContent #subContentL h2 {
	margin-left: 141px;
	margin-right: 10px;
}

#subContent h2 {
	background: #E6E6E6;
	height: 16px;
	color: #7D7D7D;
	font-size: 16px;
	font-weight: normal;
	padding: 6px 12px;
	font-family: "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #E1E1E1;
	
}

#subContent h3 {
	height: 16px;
	margin: 15px;
	color: #515152;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#subContent li, #mainContent ul li {
	background: url("/media/img/blueTriSmall.png") no-repeat 0px 7px;
	display: block;
	line-height: 20px;
	margin-left: 1em;
	padding-left: 1em;
	font-size: 12px;
}

#mainContent ol li {
	list-style:decimal;
	margin-left: 2em;
	padding-left: 0.3em;
}

/* ---------- footer ----------*/
#copyright {
	height: 30px;
	line-height: 30px;
	background: #333;
	color: #CDCDCD;
	padding: 10px 0 0 126px;
	font-size: 0.90em;
	border-top: 1px solid #000;
}

#mainContent {
	position:relative;
}

#mainScroller {
	width:1100%;
}

.contentBox {
	margin-right:2%;
	width:9%;
	float:left;
}

.contentBoxLogo {
	float: left;
	padding-right: 50px;
	width: 170px;
}

.contentBoxContent {
	float: left;
	width: 60%;
}

.contentBoxFull {
	float:left;
	width: 100%;
}

#subContent #subContentL #contributorPager {
	float:right;
	padding-top:3px;
}

#subContent #subContentL #contributorPager li {
	background: url("/media/img/dot.gif") no-repeat;
	width:10px;
	height:10px;
	float:left;
	padding:0px;
	margin:0px;
	cursor:pointer;
	padding-right:2px;
}

#subContent #subContentL #contributorPager li.active {
	background:url("/media/img/dotActive.gif") no-repeat;
}

#contributors {
	position:relative;
	margin-left:150px;
	margin-top:40px;
	height:90px;
}

.contributorBox {
	position:absolute;
	top:0;
	vertical-align:top;
}

.contributorBox img {
	vertical-align:middle;
	margin:10px;
}

.contributorBoxSelected {
	z-index:1;
}

.moreLink {
	color:#0093C8;
	display:block;
	float:right;
	font-size:12px;
	margin-top: 10px;
	margin-right: 20px;
	text-decoration:none;
	background:url("/media/img/blueTriBig.gif") no-repeat 100% 70%;
	padding-right: 14px;
}

.projectLink {
	display:block;
	width:143px;
	background:url("/media/img/linkSite.png") no-repeat;
	height:25px;
	margin-top:10px;
	text-decoration:none;
}

#mainContent p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainContent h2 {
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}

#mainContent a,
#subContent a {
	color:#0093C8;
	text-decoration:none;
}

.boardMember {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.boardMember img {
	float: left;
	padding: 7px;
	background: #FFF;
	border: 1px solid #ABABAB;
}

#mainContent .boardMember h2 {
	padding-top: 0;
}

.boardMember h2,
.boardMember p {
	float: left;
	margin-left: 15px;
	width: 70%;
}

#contactForm label {
	width: 150px;
	display:block;
}

#contactForm ul li {
	margin-left:0px;
	background-image:none;
	padding-left:5px;
	background-color:red;
	color:white;
}

.photoFrame {
	padding: 7px;
	background: #FFF;
	border: 1px solid #ABABAB;
}

.allContributors {
	margin-top: 20px;
}

.allContributors .logo {
	margin-right: 40px;
}

.allContributors .logo img {
	vertical-align: middle;
	margin-bottom: 20px;
}

.dj_ie6 #content {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='media/img/bodyImg.png',sizingMethod='crop');
	background-image:none;
}

.dj_ie6 img {
    behavior:url(/media/pngbehavior.htc);
}
