.clear {
	clear: both;
}

a, a:link {
    text-decoration: none;
/*    color: rgb(0, 153, 34); */
	color: #8f5902;
}

a:visited {
    text-decoration: none;
/*    color: rgb(0, 113, 34);	*/
	color: #6f3902;
}

a:hover {
    text-decoration: underline;
}


#headerWrapper, #topContentWrapper, #mainContentWrapper, #footerWrapper {
    width: 100%;
    clear: both;
}

#headerContent, #topContent, #mainContent, #footerContent {
    width: 800px;
    
    margin-left: auto;
    margin-right: auto;
}

#headerWrapper {
    height: 5em;
	background-color: rgb(33, 33, 33);
}

#headerContent {
    line-height: 5em;
}

#navigation h1 {
	font-size: 275%;
	margin-top: 0;
}

#navigation a {    
    margin: 0 1em 0 1em;
	padding: 8px 5px 8px 5px;
    
	color: rgb(212, 255, 142);
    text-decoration: none;
}

.link {
    float: left;
    font-size: 1.4em;
}

#navigationLinks {
	float: right;
}

#navigation a, #navigation a:visited {
	color: #af7922;
}

#navigation a:hover {
    color: white;
}

#navigation a.activeLink {    
    color: white;
	background-color: #383838;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#navigationMarker {
    width:1px;
    height:0;
    
    position: relative;
    
    margin-top: -0.7em;
    margin-left: auto;
    margin-right: auto;

/*  border-bottom: rgb(255, 212, 142) solid 0.8em; */
	border-bottom: white solid 0.8em;
    border-top: none;
    border-left: transparent solid 0.8em;
    border-right: transparent solid 0.8em;
}

#logo {
    height: 5em;
    
    margin: 0;
    padding: 0;
    
    float: left;
   	clear: none;
	
	color: #efe;
}


#logo a, #logo a:visited, #logo a:hover {
	display: block;
  	float: left;

    line-height: 3.57em;

    text-decoration: none;
    
    color: white;
}

#logoImage {
	float: left;
	margin: 0 10px 0 0;
}

#topContentWrapper {
	background-color: white;
    min-height: 1em;
}

#topContent {
    padding: 1em 0 1em 0;
}

#topLeftContent {
    width: 470px;
    float: left;
    
    margin-right: 5px;
}

#topLeftContent h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: rgb(64, 53, 36);
}

#topRightContent {
    width: 320px;
    float: left;

    margin-left: 5px;
/*	background-color: rgba(0, 0, 255, 0.3); */

    font-size: 1.3em;
    line-height: 1.72em;
}

#topRightContent h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    
	color: #666;
}

#topRightContent p {
    color: rgb(64, 53, 36);
}

a img {
    border: none;
    text-decoration: none;
}

#downloadImage {
    width: 300px;
    height: 300px;
    margin-left: 20px;
}

#tagline {
/*
   display: block;
   clear: left;
   text-align: center;
*/
}

#mainContent {
    font-size: 1.2em;
    line-height: 1.6em;
    
/*    color: rgb(64, 53, 36); */
	color: #000;
    
    padding-top: 1em;
    padding-bottom: 1em;
}   

#mainContent h2 {
    font-size: 1.8em;
    line-height: 1.4em;
	color: rgb(84, 73, 56);
}

#mainContent h1 {
    line-height: 1.4em;
}

#twitters {
    width: 290px;
    float: left;
}


#mainContent p {
    line-height: 1.6em;
}

#footerContent {
    padding-top: 1em;
    color: rgb(128, 120, 109);
    font-size: 1.2em;
}

#footerContent a {
    font-weight: bold;
    text-decoration: none;
/*  color: rgb(128, 120, 109); */
    color: rgb(138, 130, 119);
}

#footerContent a:hover {
    text-decoration: underline;
}

.footerNavSection {
    float: left;
    width: 180px;
    margin-right: 20px;
}

.footerNavSection ul, .footerNavSection li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerNavSection li {
    padding-bottom: 1em;
}

#footerContent li a {
    font-weight: normal;
}

.footerNavSection p {
    padding: 0;
    margin: 0;
        
    line-height: 2em;
    width: 220px;
}

#copyrightInfo {
    clear: both;
    padding: 2em 0 2em 0;

    font-size: 0.8em;
}


ol.commentlist  {
    font-size: 80%;
}


.footnotes {
    font-size: 80%;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.user {
	padding: 5px 5px 0.5em 5px;
	border: 2px solid #dfdfdf;
	background-color: #ffffff;
	
	border-radius: 10px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.user_summary {
	width: 700px;
	margin: 20px auto 10px auto;
	height: 250px;
	min-height: 250px;
}

img.profile_picture {
	padding: 5px;
	float: left;
}

.team_member{
	width: 100%;
	margin-bottom: 10px;
}

.team_member_image {
	width: 10%;
	float: left;	
}

.team_member_bio {
	width: 89%;
	float: right;
}

.total { 
    padding-left: 20px;
    background: url('/images/completed.png') no-repeat;
    float: right;
    font-size: 1.5em;
    margin: 10px 10px 0 0;
}

#help_top_left {
	width: 70%;
	float: left;
}

#help_top_right {
	width: 27%;
	float: right;
}

