.currentMember {}
	.currentMember .thumb { float: right; margin-left: 20px; }
	    .currentMember .thumb a { display: block; text-align: center; }
	    .currentMember .thumb a.avatar { border: 1px solid #000; -moz-border-radius: 2px; -webkit-border-radius: 2px; padding: 5px; margin: 0 0 5px; }
	
.pastMembers { margin: 20px 0 0; }
	.pastMembers ul { list-style: none; margin: 0 0 0 15px; }
		.pastMembers ul li { float: left; border: 1px solid #000; border-width: 1px 0 0 1px; }
		.pastMembers ul li:first-child { -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; }
		.pastMembers ul li:last-child { border-width: 1px 1px 0; -moz-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; }
			.pastMembers ul li a { display: block; padding: 5px 15px; }
		.pastMembers ul li.selected { background-color: #d05d0a; }
		    .pastMembers ul li.selected a { color: #fff; font-weight: bold; cursor: default; }
	.pastMembers .box { padding: 20px; margin: 0 0 20px; border: 1px solid #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
		.pastMembers .box img { float: left; margin: 0 20px 20px 0; }
		.pastMembers .box .content {}
			.pastMembers .box .content p { font-weight: bold; line-height: 1em; }
				.pastMembers .box .content dl {  }
    				.pastMembers .box .content dt { float: left; width: 135px; }
    				.pastMembers .box .content dt:after { content: ":"; }
						.pastMembers .box .content dd { float: left; width: 300px; }				
a[rel~="pdf"] { background-position: right center; padding-right: 20px; }

.pastPosition { margin-left: 20px; line-height: 1.5em; }
    

/* About index */
#About {}
	#About .memberBenefits { margin: 20px 0; color: #F7971E; }
		#About .memberBenefits li { float: left; width: 46%; margin: 0 0 5px 20px; }
	#About blockquote { background: url('/ui/images/symbols/quote-left.png') no-repeat left top; margin: 20px 0; }
			#About .memberBenefits li p { margin: 0; color: #000; }
				#About .memberBenefits li p span { font-weight: bold; }
		#About blockquote p { background: url('/ui/images/symbols/quote-right.png') no-repeat right bottom; line-height: 2em; font-style: italic; padding-right: 20px; }
		#About blockquote p:first-child { background: none; }
		#About blockquote p:first-child:first-letter { padding-left: 45px; }
		#About blockquote p:first-child:first-line { font-weight: bold; }
		    #About blockquote p span { font-weight: bold; text-transform: uppercase; }
		#About blockquote div { text-align: right; font-weight: bold; color: #d05d0a; }
		#About blockquote div:last-child:before { content: "- "; }
	#About .column1 .title { margin: 20px 0 10px; }
	
/* How to Join */
#HowToJoin {}
	#HowToJoin .membershipNav { margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px dotted #999; }
	#HowToJoin .membershipTypes { border-top: 1px dotted #999; margin: 20px 0 0; }
		#HowToJoin .membershipTypes div { margin: 20px 0; padding: 0 0 20px; border-bottom: 1px dotted #999; }
		#HowToJoin .membershipTypes div:last-child { border-bottom: none; margin: 20px 0 0; padding: 0; }
			#HowToJoin .membershipTypes div div { margin: 10px 0; padding: 0; font-weight: bold; border-bottom: none; }
		#HowToJoin .membershipTypes ul { list-style: none; }
			#HowToJoin .membershipTypes ul li { display: inline; }
				#HowToJoin .membershipTypes ul li a { border-right: 1px solid #000; margin-right: 10px; }
				#HowToJoin .membershipTypes ul li:last-child a { border-right: none; }
				
/* Meet the Board */
#MeetTheBoard {}
	#MeetTheBoard .FeaturedMember {}
		#MeetTheBoard .FeaturedMember .Polaroid { margin: 0 10px 10px 0; }
		#MeetTheBoard .FeaturedMember .fn { margin: 0; }
	#MeetTheBoard ul { list-style: none; }
		#MeetTheBoard ul li.vcard { width: 130px; height: 200px; float: left; position: relative; margin-right: 36px; text-align: center; }
		#MeetTheBoard ul li.vcard:last-child { margin-right: 0; }
			#MeetTheBoard ul li.vcard .fn { width: 120px; position: absolute; z-index: 100; top: 120px; left: 6px; }
			#MeetTheBoard ul li.vcard .Polaroid { padding: 0 5px 8px; }
	#MeetTheBoard .Heading4a + ul { margin: 20px 0 0; }
	#MeetTheBoard .directors { float: left; width: 828px; }
	#MeetTheBoard .cseaDirectors {}
	    #MeetTheBoard .cseaDirectors .Heading5a { line-height: 1.2em; font-size: 1.3em; margin: 0 0 20px; }
	    #MeetTheBoard .cseaDirectors .vcard { position: relative; width: 130px; height: 200px; text-align: center; float: left; }
	        #MeetTheBoard .cseaDirectors .vcard .fn { position: absolute; left: 6px; top: 120px; width: 120px; z-index: 100; }
	
#BoardMembers {}
	#BoardMembers .currentMember .Heading5a { clear: both; margin: 20px 0 10px; }
	#BoardMembers .currentMember ul { margin: 10px 0; color: #F7971E; }
		#BoardMembers .currentMember ul li { margin-left: 25px; }
			#BoardMembers .currentMember ul li p:first-child { color: #333; font-weight: normal; margin: 5px 0; }
	
#Scholarships {}
	#Scholarships .intro .Heading5a { clear: both; margin: 20px 0 10px; }
	#Scholarships .intro .thumb { float: right; margin-left: 20px; }
	    #Scholarships .intro .thumb a { display: block; text-align: center; }
	    #Scholarships .intro .thumb a.avatar { border: 1px solid #000; -moz-border-radius: 2px; -webkit-border-radius: 2px; padding: 5px; margin: 0 0 5px; }
	#Scholarships .intro p:first-child { font-weight: bold; }
	#Scholarships .resources { list-style: none; margin: 20px 0; }
	    #Scholarships .resources li { width: 25%; float: left; font-weight: bold; }
	        #Scholarships .resources li ul { list-style: disc; margin: 0; line-height: 1.5em; }
	            #Scholarships .resources li ul li { width: 100%; float: none; margin-left: 20px; font-weight: normal; }
			
#Committees {}
    .committeeListing { list-style: none; }
        .committeeListing li { float: left; width: 48%; height: 165px; margin: 20px 19px 20px 0; }
        	.committeeListing li .thumb { float: left; margin-right: 20px; }
        	    .committeeListing li .thumb img { border: 1px solid #000; -moz-border-radius: 2px; -webkit-border-radius: 2px; padding: 5px; margin: 0 0 5px; }
        	    .committeeListing li .thumb div { text-align: center; }
        	.committeeListing li .content {}
        	    .committeeListing li .content p { height: 115px; margin: 10px 0 0; }
        	    .committeeListing li .content a { display: block; float: right; }

#BoardDirectors {}
    #BoardDirectors .pastMembers {  list-style: none; }
