/*================SITE SETTINGS BEGIN=========================================*/

body {
  background-color: #FFF3D9;
  font-family: arial, helvetica, sans-serif;
  font-size: medium;
  color: #0D0D0D;
}

h1 {
  font-size: 125%;
}

h2 {
  font-size: 115%;
}

h3 {
  font-size: 105%;
}

#header{
  clear: both;
  background-color: white;
  padding: 5px;
  display: none;
}

#footer {
  clear: both;
  padding: 5px;
}

#footerinfo {
  width: 766px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90%;
  color: #5E5E5E;
  text-align: center;
}

#footerinfo a, #footerinfo a:hover {
  color: #5E5E5E;
  text-decoration: underline;
}

#mast {
  width: 766px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

#left_column {
  width: 258px;
  float: left;
  position: relative;
}

#right_column {
  width: 508px;
  float: right;
  position: relative;
}

#logo {
  margin-left: 4px;

}

#logo img {
  border: solid white 2px;
  margin-left: 12px;
}

#navigation {
}

#navigation img {
  border: solid white 2px;
}

#navmenu #selectednav :link, #navmenu #selectednav :visited {
  color: #136b80;

}

#navmenu {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
}

#navmenu ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

#navmenu a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#navmenu ul li a {
  display: block;
  font-size: 105%;
  padding: 3px;
}

#navmenu :link, #navmenu :visited {
  color: #876008;
  font-weight: bold;
  text-decoration: none;
}

/*Some format options*/
.important {
  padding: 10px;
  background-color: #e7c577;
  font-size: 105%;
  line-height: 140%;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  border: dotted #ffeeee 2px;
}

/*clearing class*/
.clearer {
  clear: both;
}

/*===================SITE SETTINGS END========================================*/


/*=====================INDEX (HOME) PAGE BEGIN================================*/
/*indexpage*/

#indexpage #LeftColumnContent {
  margin-left: 20px;
}

#indexpage #SocialNetworking a {
  text-decoration: none;
  color: inherit;
}

#indexpage #SocialNetworking #Facebook img {
  padding-top: 10px;
  padding-right: 5px;
  float: left;
  border: none;
}

#indexpage #SocialNetworking #Facebook span {
  padding-top: 22px;
  display: block;
  font-weight: bold;
  font-size: 95%;
}

#indexpage #Newsletter {
  margin-top: 20px;
}


#indexpage #newssection {
  background-image: url(images/newsdot.gif);
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-left: 25px;
  padding-top: 5px;
  width: 187px;
}

#indexpage #newssection>h1 {
  padding-top: 15px;
}

#indexpage #SocialNetworking img {
  border-style: none;
  padding-right: 10px;
}

#indexpage #newssection .newsitem {
  margin-top: 10px;
  font-size: 90%;
  margin-bottom: 25px;
  border-bottom-color: #0f0f0f;
  border-bottom-style: dashed;
  border-bottom-width: 2px;

}

#indexpage #newssection :link, #indexpage #newssection :visited {
  text-decoration: none;
  color: black;
}

#indexpage #newssection a:hover {
  text-decoration: underline;
}

#indexpage #contentrow1 {
  margin-top: 5px;

}

#indexpage #contentrow1 img {
  border: 2px solid white;
}


#indexpage #contentrow2 {
  margin-top: 5px;

}

#indexpage #contentrow2>.column2>p {
  font-size: 95%;
}

#indexpage #contentrow2 .column1 {
  background-color: #66AEC0;
  overflow: auto;
  width: 220px;
  border: 2px solid white;
  float:left;
  margin: 5px;
  font-size: 90%;
  line-height: 130%;
  padding: 15px 10px 15px 10px;
}

#indexpage #contentrow2>.column1>p {
  background-color: #FFC994;
}

#indexpage #contentrow2 .column1 img {
  padding: 5px 15px 15px 0;
  float: left;
}

#indexpage #contentrow2 .column1 ul {
  clear: both;
  list-style: none;
  padding: 0px;
  margin: 0;
}

#indexpage #contentrow2 .column1 ul li {
  list-style: none;
  background-image: url(images/Checkmark.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 32px;
  padding-top: 5px;
}

#indexpage #contentrow2 .column2 {
  background-color: #E7AF77;
  font-size: 90%;
  overflow: auto;
  width: 220px;
  border: 2px solid white;
  margin: 5px;
  padding: 15px 10px 15px 10px;
  float: right;
}

#indexpage #contentrow2>.column2>h3 {
  clear: both;
  padding-top: 5px;
}


#indexpage #contentrow2>.column2>.InformationParagraph {
  background-color: #FFC994;
  padding: 5px;
  line-height: 130%;
}

#indexpage #contentrow2 .column2 img {
  padding: 5px;
  padding-right: 15px;
  float: left;
}


/*=====================INDEX (HOME) PAGE BEGIN================================*/

/*=====================ABOUT US PAGE BEGIN====================================*/
/*aboutuspage*/

/*mission statement area*/
#aboutuspage #missionsection {
  margin-top: 30px;
  margin-left: 45px;
  padding-top: 10px;
  width: 187px;
  font-size: 95%;
}

#aboutuspage #missionsection img {
  float: left;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 15px;
}

#aboutuspage #missionsection h2 {
  padding-top: 10px;
}

#aboutuspage #missionsection p {
  clear: both;
}

#aboutuspage #contentrow1 {
  background-color: #E79A4F;
  margin-top: 5px;
  padding: 15px;
  border: white 2px solid;

}



/*=====================ABOUT US PAGE END======================================*/

/*=====================CONTACT US PAGE BEGIN==================================*/
/*contactpage*/

#contactpage #contentrow1 {
  background-color: #E79A4F;
  margin-top: 5px;
  padding: 10px;
  border: white 2px solid;

}

#contactpage #contentrow1 img {
  float: right;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

#contactpage #leftcontainer #address {
  margin-top: 10px;
  margin-left: 30px;
  width: 204px;
}

#contactpage #leftcontainer #address :link, #contactpage #leftcontainer #address :visited {
  color: inherit;
  text-decoration: underline;
}

#contactpage #leftcontainer #address div {
  background-color: #1A95B2;
  border: solid white 2px;
  padding: 10px;
  font-size: 105%;
  line-height: 140%;
  width: 100%;
}

#contactpage #contactform {
  margin-left: 30px;
  width: 214px;
  padding: 5px;
  background-color: #1A95B2;
  border: solid white 2px;
}

#contactpage #contactform>div {
  background-color: #45A8C0;
  padding: 5px;
}

/*Messages*/
#contactpage #contactform .info {
  font-size: 85%;
}

#contactpage #contactform p.messagearea {
  background-color: #E7C577;
  padding: 5px;
}

#contactpage #contactform .error {
  color: #7b0101;
  font-size: 85%;
}


#contactpage #contactform div {
  padding-top: 10px;
  margin: auto;
}

#contactpage label, #contactpage input, #contactpage textarea, #contactpage select {
  display: block;
}

#contactpage input, #contactpage textarea, #contactpage select,
#contactpage button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80%;
  width: 95%;
  border-width: 3px;
  border-style: solid;
  border-color: #1A95B2;
  line-height: 100%;
  padding: 2px;
}

#contactpage select {
  width: 98%;
}

#contactpage label {
  padding-bottom: 5px;
  font-size: 95%;
}

#contactpage #contactform abbr {
  color: #7b0101;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  vertical-align: middle;
}

#contactpage textarea {
  height: 150px;
  width: 96%;
}

#contactpage div.controls {
  padding-top: 10px;

}

#contactpage .controls {
  display: inline;
  margin: auto;
}

#contactpage #contactform button.reset {
  padding-left: 5px;
  width: auto;
  display: inline;
  margin-top: 10px;
}

#contactpage #contactform input.submit {
  padding-right: 5px;
  width: auto;
  display: inline;
  margin-top: 10px;
}



/*=====================CONTACT US PAGE END====================================*/

/*=====================FOOD PROGRAMS PAGE BEGIN===============================*/
/*foodprogrampage*/

#foodprogrampage #contentrow1 {
  background-color: #E79A4F;
  margin-top: 5px;
  padding: 10px;
  border: white 2px solid;
}

#foodprogrampage #foodmenu {
  background-color: #1A95B2;
  border: 2px solid white;
  margin-top: 10px;
  margin-left: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 229px;
  font-size: 95%;
}

#foodprogrampage #foodmenu h1 {
  text-align: center;
}

#foodprogrampage #foodmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#foodprogrampage #foodmenu ul li {
  margin: 10px;
  padding: 5px;
  background-color: #6EB9CC;

}

#foodprogrampage #foodmenu ul li.menuitemselected, #foodprogrampage #foodmenu ul li:hover {
  background-color: #89E7FF;
  color: blue;

}


#foodprogrampage #foodmenu a, #foodprogrampage #foodmenu a:visited, #foodprogrampage #foodmenu a:link {
  text-decoration: none;
  color: #000000;
}

/*food programs list*/
#foodprogrampage #fplist ul {

}

#foodprogrampage #fplist :link, #foodprogrampage #fplist :visited {
  color: inherit;
  text-decoration: none;
}

#foodprogrampage #fplist a:hover {
  color: inherit;
  text-decoration: underline;
}

#foodprogrampage table {
  caption-side: top;
  border: 2px #9b6835 solid;
  border-collapse: collapse;
  padding: 5px;
}

#foodprogrampage td, #foodprogrampage th {
  border: 1px #874708 solid;
  background-color: #e78477;
  text-align: right;
  padding: 3px;
}

#foodprogrampage th {
  font-weight: bold;
  background-color: #e7604f;
  text-align: left;
  padding: 3px;
}

#foodprogrampage caption {
  font: 105% 'Times New Roman', Times, serif;
  font-weight: bolder;
  padding: 5px;
}


/*=====================FOOD PROGRAMS PAGE END=================================*/

/*=====================DONATE PAGE BEGIN======================================*/
/*donatepage*/

/*LEFT COLUMN*/

#donatepage #FoodDriveForm {
  background-color: #1A95B2;
  border: 2px solid white;
  margin-top: 10px;
  margin-left: 16px;
  padding: 5px;
  font-size: 85%;
}

#donatepage #FoodDriveForm #FoodDriveFormBackground {
  background-color: #45A8C0;
  padding: 5px;
}

#donatepage #FoodDriveForm hr {
  color: #57D5F2;
  width: 99%;
  height: 2px;
}

#donatepage input, #donatepage textarea, #donatepage select,
#donatepage button {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 80%;
  width: 95%;
  border-width: 2px;
  border-style: solid;
  border-color: #1A95B2;
  line-height: 100%;
  padding: 2px;
}

#donatepage #FoodDriveForm input.date {
  display: inline;
  width: 65%;
}

#donatepage #FoodDriveForm button.date {
  width: auto;
  display: inline;
  margin-left: 3px;
  margin-right: 3px;
  border: inherit;
}

#donatepage #FoodDriveForm button.function {
  width: auto;
  display: inline;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 5px;
}

#donatepage #FoodDriveForm label {
  font-size: 95%;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}

#donatepage #FoodDriveForm abbr {
  color: #7b0101;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  vertical-align: middle;
}

#donatepage .error {
  color: #7b0101;
  font-weight: bold;
  font-size: 110%;
}

#donatepage .info {
  font-weight: bold;
  font-size: 125%;
}

#donatepage #FoodDriveForm .instructions, #donatepage .messagearea {
  padding: 5px;
  background-color: #57D5F2;
  font-size: 85%;
  line-height: 105%;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  border: dotted #ffeeee 2px;
}

/*RIGHT COLUMN*/

#donatepage #missionsection {
  margin-top: 10px;
  margin-left: 45px;
  padding-top: 10px;
  width: 187px;
  font-size: 95%;
}

#donatepage #missionsection>img {
  float: left;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 15px;
}

#donatepage #missionsection>h2 {
  padding-top: 10px;
}

#donatepage #missionsection>p {
  clear: both;
}

#donatepage #contentrow1 {
  background-color: #E79A4F;
  margin-top: 5px;
  padding: 15px;
  border: white 2px solid;

}

#donatepage #donationoptions p {
  padding-left: 10px;
}

/*Paypal Layout*/
#donatepage #Paypal {
  width: 100%;
}

#donatepage #Paypal input {
  width: auto;
  border: none;
  padding: 0;
}

#donatepage #Paypal a {
  text-decoration: none;
}

#donatepage #ppLeft {
  width: 33%;
  float: left;
}

#donatepage #ppCenter {
  width: 33%;
  float: left;
}

#donatepage #ppRight {
  width: 33%;
  float: left;
}


/*=====================DONATE PAGE END========================================*/

/*=====================VOLUNTEER PAGE BEGIN===================================*/
/*volunteerpage*/

#volunteerpage #missionsection {
  margin-top: 30px;
  margin-left: 45px;
  padding-top: 10px;
  width: 189px;
}

#volunteerpage #missionsection :link, #volunteerpage #missionsection :visited {
  color: inherit;
  text-decoration: underline;
}

#volunteerpage #missionsection p {
  background-color: #1A95B2;
  border: solid white 2px;
  padding: 10px;
  font-size: 105%;
  line-height: 140%;
  width: 100%;

}

#volunteerpage #contentrow1 {
  background-color: #E79A4F;
  margin-top: 5px;
  padding: 15px;
  border: white 2px solid;

}

#volunteerpage #contentrow1 ol {
  line-height: 130%;
}

#volunteerpage #contentrow1 ol li {
  margin-bottom: 5px;
}


/*=====================VOLUNTEER PAGE END=====================================*/

/*=======================NEWS PAGE BEGIN======================================*/
/*newspage*/

#newspage #missionsection {
  margin-top: 10px;
  margin-left: 45px;
  padding-top: 10px;
  width: 187px;
  font-size: 95%;
}

#newspage #missionsection img {
  float: left;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 15px;
}

#newspage #missionsection h2 {
  padding-top: 10px;
}

#newspage #missionsection p {
  clear: both;
}

#newspage #contentrow1 {
  background-color: #E79A4F;
  margin-top: 5px;
  padding: 15px;
  border: white 2px solid;
}

#newspage #contentrow1 :link, #newspage #contentrow1 :visited {
  color: inherit;
  text-decoration: underline;
}

#newspage #contentrow1 h1 {
  text-align: center;
}

#newspage #contentrow1 .newsitem {
  margin-bottom: 25px;
  border-bottom-color: #0f0f0f;
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}

/*=======================NEWS PAGE END========================================*/
