body {
  font-family: Arial;
  overflow-x: hidden;
  *margin: 0 0 0 -10px;
}
#wrapper {
  width: 100.7%;
  *width: 102%;
  margin: -20px 0 0 -10px;
  *margin-top: -5px;
}
#topBlack {
  width: 100.7%;
  *width: 102%;
  height: 35px;
  background: #303030;
  text-align: right;
  font-size: 0.9em;
}
#topBlack ul {
  width: 1245px;
  margin: auto;
}
#topBlack li {
  display: inline-block;
  *display: inline;
  *line-height: 36px;
  padding: 15px 10px 0 10px;
  *padding: 15px 1px 0 1px;
  *margin-right: 23px;
}
#topBlack a:link, #topBlack a:visited {
  color: #A8A8A8;
  text-decoration: none;
}
#header {
  width: 100.7%;
  background-color: #990000;
  border-top:    1px solid #B80000;
  border-bottom: 2px solid #700000;
  padding-top: 12px;
}
#banner {
  width: 1200px;
  height: 120px;
  margin: auto;
  background: url("../images/eftp_banner_red.gif");
}
#weather {
  text-align: right;
  font-size: 0.7em;
  color: white;
  padding-top: 107px;
  margin-right: -25px;
  *margin-right: 3px;
}
#adminWrapper {
  width: 1000px;
  margin: auto;
}
#title {
  color: white;
  font-size: 0.7em;
}


/* main navigation menu */
#navWrapper {
  width: 100vw;
  height: 53px;
  margin-top: -20px;
  background: #f5f5f5;
}
#nav {
  height: 48px;
  margin-top: 1px;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 1.2em;
}
#nav .level2 li {
  display: block;
  text-align: left;
  padding: 5px 15px 5px 15px;
}
#nav a:link, #nav a:active, #nav a:visited {
  text-decoration: none;
  /*color: #505050;*/
  color: #990000;
}
.level1 {
  *margin-top: -3px;
  *margin-left: 0;
  *padding-left: 22px;
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid white;
}
.level1 li {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.level1 li:nth-child(1) {
  width: 95px;
  border-left: 1px solid #fff;
}
#nav li {
  border-right: 1px solid white;
}
#nav ul.level1 li:hover {
  background: #990000;
}
#nav ul.level1 li:hover a:link,
#nav ul.level1 li:hover a:visited {
  color: white;
}
#button1 {
  padding-left: 0;
  padding-right: 0;
}
.button {
  display: inline-block;
  color: white;
  font-size: 1em;
  padding: 15px 22px 15px 22px;
  margin-left: -40px;
  margin-right: 37px;
  *margin-top: -5px;
}
#nav .level2 {
  position: absolute;
  display: none;
  width: 90px;
  float: left;
  font-size: 0.9em;
  margin-top: 15px;
  z-index: 999;
}
#nav li.submenu:hover .level2 li:hover a:visited {
  color: #990000;
}
#nav ul.level1 li.submenu:hover .level2 {
  display: block;
  color: #FFFFFF;
}
#list1 {
  margin-left: -38px;
}
#list6 {
  margin-left: -60px;
}
#nav ul.level1 li.submenu:hover ul.level2 li:hover {
  width: 200px;
  background: #DADADA;
}
#nav ul.level1 li.submenu:hover .level2 li.submenu:hover .level3 {
  display: list-item;
  list-style-type: none;
  margin: -31px 0 0 175px;
  *margin: -11px 0 0 328px;
}
#nav ul.level1 li.submenu:hover .level2 li,
#nav ul.level1 li.submenu:visited .level2 li {
  width: 200px;
  background: #990000;
  list-style-type: block;
  border: 0;
  border-top: 1px solid white;
  *border-top: 0;
  line-height: 30px;
  padding-left: 10px;
  margin-left: -2px;
}
#nav .level3 {
  position: absolute;
  display: none;
}
.lighthight {
  background: #990000 !important;
}
.highlight a:link {
  color: #fff !important;
}


#contributionHistory {
  margin-top: 16px;	
}
.contributionHistory {
  width: 248px;
  font-size: 0.7em;
  text-transform: uppercase;
}


/* IE fixes for navigation menu */
#nav {*margin-left: -4px;}
#nav li {
  *display: inline;
  *margin-top: 1px;
  *padding: 0 20px 0 20px;
  *line-height: 48px;
}
#button2, #button3, #button4, #button5,
#button6, #button7, #button8 {
  *border-left: 1px solid white;
}
#nav ul.level2 li {
  *display: block;
  *width: 180px;
}
#nav ul.level1 li.submenu:hover .level2 {
  *margin-top: 33px;
}
#nav ul.level1 li.submenu:hover #list4 li {
  *margin-left: -25px;
}
#nav ul.level1 li.submenu:hover #list6 li {
  *margin-left: -61px;
}
/* end of main navigation menu */


#homeContent {
  width: 1346px;
  margin: auto;
}
#homeLeft {
  width: 256px;
  float: left;
  margin-left: 7px;
  text-align: right;
}
#leftNav {
  margin-left: -46px;
  *margin-top: 12px;
  border-right: 1px solid #DADADA;
}
#leftNav li {
  display: block;
  width: 242px;
  line-height: 50px;
  padding-right: 20px;
  border-bottom: 1px dotted #DADADA;
}
#homeLeft a:link, #homeLeft a:visited {
  color: #990000;
  text-decoration: none;
}
#homeRight {
  width: 1082px;
  float: right;
}
#homeRight a:link, #homeRight a:visited {
  color: blue;
  text-decoration: none;
}
#slideShow {
  width: 802px;
  float: left;
  padding: 7px 14px 15px 14px;
  font-size: 0.9em;
}
.mainContent {
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  padding-top: 20px;
  line-height: 25px;
  font-size: 0.9em;
  margin-top: -20px;
}
.mainContent h4 {
  margin-top: -7px;
}
.mainContent img {
  padding-right: 10px;	
}
#onTheNews li {
  *margin-bottom: 15px;
}
.leftColFieldSet legend,
.rightColFieldSet legend {
  color: #990000;
  font-size: 1.2em;
  font-weight: bold;
}
.leftColFieldSet, .rightColFieldSet {
  width: 250px;
  *width: 225px;
  font-size: 0.8em;
  margin-top: 40px;
  *padding-top: 40px;
  margin-bottom: 40px;
  -moz-border-radius: 10px;  
  border-radius: 10px; 
  border: 5px solid #DADADA;
}
.leftColFieldSet {
  margin-left: -25px;
}
fieldset a:link, fieldset a:visited {
  color: blue;
  text-decoration: none;
}
.leftColFieldSet ul {
  *width: 225px;
  *margin-left: -25px;
}
.leftColFieldSet p {
  color: #888888;
  line-height: 20px;
  text-align: justify;
}
.leftColFieldSet li {
  display: block;
  *list-style-type: none;
  width: 208px;
  line-height: 40px;
  border-bottom: 1px dashed #DADADA;
  margin-left: -48px;
  *margin-left: 0;
  padding-left: 10px;
  *padding-left: 0;
  padding-right: 10px;
  *padding-right: 20px;
}
.rightColFieldSet li {
  line-height: 20px;
  margin-left: -20px;
  *margin-left: -10px;
  *margin-right: 10px;
  padding-bottom: 10px;
}
.rightColFieldSet p {
  margin-left: 5px;
  *margin-left: 10px;
  *margin-right: 10px;
  *margin-bottom: 15px;
}
#rightMostCol {
  width: 252px;
  float: right;
  margin-top: 15px;
  line-height: 23px;
}
#rightMostCol a:link,
#rightMostCol a:visited {
  color: #484848;
  text-decoration: none;
}
.rightMostHeaders {
  width: 250px;
  height: 30px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  padding-left: 10px;
  background: #990000;
  font-size: 0.8em;
}
.rightColFieldSet {
  margin-top: 20px;	
}
.mission {
  width: 250px;
  font-size: 0.8em;
  margin-top: 10px;
}
.mission img {
  padding-top: 5px;
  padding-right: 7px;
}
#publication {
  width: 250px;
  height: 170px;
  *height: 190px;
  font-size: 0.8em;
  margin-left: -22px;
  *margin-top: 5px;
  *margin-bottom: 10px;
}
#publication li {
  *margin-left: 40px;
}
#announcement {
  width: 260px;
  height: 464px;
  font-size: 0.8em;
  margin: 10px 15px 10px 0;
  overflow: auto;
}
#announcement img {
  padding-right: 7px;	
}
#homeFooter {
  width: 1200px;
  height: 36px;
  line-height: 36px;
  background: #404040;
  margin: 0 0 -10px -10px;
  text-align: center;
  color: #E8E8E8;
  font-size: 0.7em;
}
h2 {
  margin: 25px 0 0 20px;
  color: #990000;
}
h3 {
  color: #990000;
}
#getInvolved li {
  margin-bottom:  20px;
}
table {
  border-collapse: collapse;
}
#report th {
  background: #990000;
  text-align: center;
  color: white;
}
.oddRow {
  background: #fff;  /*#F5F5F5;*/
  line-height: 25px;
}
.evenRow {
  background: #FAE4FA; /*#F8F8FF;*/
  line-height: 25px;
}
.l,.L {
  width: 300px;
  padding-left: 3px;
}
.c {
  width: 93px;
  text-align: center;
}
.r {
  width: 93px;
  text-align: right;
  padding-right: 10px;
}
.R {
  width: 420px;
  text-align: right;
  padding-right: 5px;
}
#spaceBeforeFooter {
  width: 101.7%; 
  height: 100px; 
  margin-left: -6px;
}
.testimonial_right {
  padding: 10px 0 0 10px;
}
.students_testimony {
  padding-top: 7px;
}
#testimonials li {
  line-height: 25px;
}
.gallery li {
  display: inline-block;
  list-style-type: none;
}
#gallery {
  width: 620px;
  margin: 36px 0 0 32px;
  text-align: center;
}
#gallery h4 {
  text-align: right;
  margin-right: 16px;
}
.gallery img {
  width: 128px;
  height: 96px;
}
.contribution {
  font-size: 0.8em;
  line-height: 32px;
}
#contribution {
  margin-right: -20px;
  padding-top: 10px;
}
#contribution_list {
  width: 260px;
  height: 200px;
  margin-right: -20px;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 0.8em;
  overflow-y: auto;
}
#contribution_list li {
  display: block;
  list-style-type: none;
  margin-left: -40px;
  padding-left: 5px;
  border-bottom: 1px solid white;
}


/* finance page */
#accordion {
  width: 600px;
  font-size: 0.9em;
  margin: auto;
  margin-top: 40px;
}
#accordion tr {
  line-height: 20px;	
}
.c1, .c3 {width: 250px; padding-left: 10px;}
.c2, .c4 {width: 110px;}
.bookBalanceL {
  width: 175px; 
  padding-left: 10px; 
  color: #990000;
  font-weight: bold;
}
.bookBalanceR {
  color: #990000;
  font-weight: bold;	
}
#updateFinance {
  width: 525px; 
  margin: auto; 
  text-align: center;
}


/* contributors page */
#contributors {
  margin: 25px 0 30px 20px;	
}
#donationDetail {
  width: 640px;
  margin: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75em;
}
#contriHeaders {
  line-height: 24px;
  color: #fff;
  background: #990000;
}
#donationDetail th,
#donationDetail td {
  padding-left: 7px;
  text-align: left;	
}
table.tablesorter thead tr .header {
  background-image: url(../images/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
} 
table.tablesorter thead tr .headerSortUp {
  background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, 
table.tablesorter thead tr .headerSortUp {
  background-color: #F9C;
}
.donorInfo, .donorRec {
  width: 600px; 
  margin: auto; 
  margin-top: 30px;	
}
#donorInfo {
  font-size: 0.8em;	
}
#donorInfo th {
  background: #990000;
  color: #fff;
  line-height: 25px;
}
#donorInfo th[class=left] {
  text-align: left;	
}
.donorInfo td {
  line-height: 25px;
  color: black;
}
.c {text-align: center;}
.left {
  text-align: left; 
  padding-left: 5px; 
  text-transform:uppercase;
}
#btnRow {
  width: 566px;
  margin: auto;
}
#btnPos {
  width: 154px; 
  margin: auto; 
  margin-top: 20px;	
}


/* gallery page */
#currentPage {
  width: 524px; 
  text-align: right; 
  margin: auto; 
  margin-top: 20px; 
  margin-bottom: 5px;
  font-weight: bold;	
}


/* media page */
#media {
  margin: 20px;
}


/* admin page */
#loginBtn, #updateFinanceBtn, #donorsContribution, #sendBtn, #pageUpdateBtn {
  width: 154px; 
  height: 30px; 
  background: #990000; 
  color: #fff;
}
#adminGreeting {
  margin: 20px 0 20px 0; 
  color: #990000; 
  font-weight: bold;	
}
hr {margin: 20px 0 30px 0;}


#pages th {
  background: #000066;
  color: white;
  line-height: 25px;
  font-size: 0.8em;
}
#titleLabel {
  color: red;
}
#title {
  margin-bottom: 20px;
}
.title {
  width: 150px;
  font-size: 0.9em;
  text-align: center;
}
.content {
  width: 700px;
  height: 200px;
  padding: 10px;
  overflow-y: scroll;
}
.edit, .view, .dele {
  width: 50px;
  text-align: center;
}
.edit img, .delete img {
  margin-top: 4px;	
  margin-bottom: -4px;
}
.center {
  text-align: center;	
}
#edit {
  width: 1250px;
}
#editContent {
  width: 836px;
  margin: auto;
}
#editSubmit {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#eftpPages {
  margin-bottom: 30px;
}
.ui-datepicker {
  width: 162px;
  font-size: 0.7em;
}
#result {
  margin-top: 20px;	
  color: blue;
  font-weight: bold;
}
#contact {
  margin: 25px 0 0 23px;
  line-height: 22px;
}
#contactForm {
  margin: 10px 0 20px -3px;
}
#contactForm label {
  padding-left: 2px;	
}
.note {
  margin-top: 20px; 
  color: blue;
}


/* biography */
.desc h4 {
  padding-bottom: 20px;
}
#team {
  margin-top: 25px;
  margin-bottom: 64px;
}
.bioContainer {
  max-width: 860px;
  height: 180px;
  margin: 0 5px 0 5px;
}
.bioPortraitBox {
  width: 160px;
  height: 140px;
  float: left;
  text-align: center;
  padding-top: 20px;
  background: #f5f5f5;
}
.bioDesc {
  max-width: 582px;
  height: 160px;
  float: right;
  font-size: 0.9em;
  background: #f6f6f6;
  padding-left: 15px;
  padding-right: 15px;
}
.bioDesc p {
  margin-top: -20px;
  line-height: 20px;
}
.bioPic {
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0 30px #333;
}
.embededPic {
  padding-right: 15px;
  padding-top: 5px;
}


/* program page */
#volunteerBlock span, #studentBlock span {
  margin: 0;
  color: blue;
  cursor: pointer;
}

#volunteerReflection {
  margin: 20px 0 0 -18px;
}

#studentReflection {
  margin-left: -18px;
}


/* gallery page */
#galleryWrapper {
  width: 960px;
  height: 800px;
  margin: 20px 0 20px 20px;
}
#years {
  width: 98px;
  height: 800px;
  float: left;
}
.year {
  height: 22px;
  background: #f5f5f5;
  border: 5px solid #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 6px;
  cursor: pointer;
}
#photos {
  width: 826px;
  height: 900px;
  float: right;
  margin-top: 3px;
}
#photos img {
  padding: 0 15px 15px 0;
}


/* resource page */
#resource li {
  line-height: 30px;
}


