/* Universal */

body {
  font-family: Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 18px;
  background: url("../siteimages/header_background.png") repeat-x #0A2117;
  margin: 0;
  padding: 0;

}
div, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
a:link, a:visited, a:active { 
  color:#F7931E;
  text-decoration: none;
}
a:hover  { 
  color:#000;
  text-decoration: underline;
}

/* Text Styles */
div, p, ul, ol, li, img, form h1, h2, h3, h4, h5, h6, .body_text {
  color: #0000;
}
p, .body_text, textarea, input, text, .error, .note, ul, ol, li { 
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
h1 {
  font-family: Times, Serif;
  font-size: 24px;
  line-height: 19px;
  font-weight: normal;
  margin-bottom: 10px;
  font-style: italic;
}
h2 {
  font-size: 14px;
  line-height: 20px;
}
h3 {
  font-size: 13px;
  color: #F7931E;
  line-height: 18px;
}
h4 {
  font-size: 12px;
  line-height: 17px;
}
h5 {
  font-size: 10px;
  line-height: 15px;
}
h6 {
  font-size: 9px;
  line-height: 14px;
}
ul, ol, li {
  padding-left:10px;
}
.error {
  font-size: 12px;
  line-height: 15px;
  color: #DB0008 ; 
  font-weight: bold;
}
.note {
  color: #333333;
}
textarea, input, text {
  padding: 2px;
  margin: 0 0 15px 0;
	background: #eee;
	border: #ccc 1px solid;
	overflow: auto;
}
.bios { 
  list-style-type: none;
}
.site_photo, .site_image {
  margin: 0 0 5px 10px;
  padding: 0;
	border: #ccc 1px solid;
  float: right;
}    
/* Text Styles Ends */


/* Pages Start */
#headerprint {
  display:none;
}
#container {
  background: #fff;
  width: 800px;
  height:100%;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  overflow: hidden;
}  
#header {
  background: url("../siteimages/header.png") no-repeat top left #fff;
  width: 800px;
  height: 125px;
  margin: 0;
  padding: 0;
  float: left;
}
#logo {
  width: 166px;
  height: 80px;
  position: relative;
  top: 45px;
  left: 35px;
}
#content {
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0;
  float: left;
}
#col1 {
  background: url("../siteimages/sidebar_background.png") repeat-x left bottom #88CBDF;
  width: 216px;
  height: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  float: left;
}
#hope-image {
  background: url("../siteimages/hope.png") no-repeat left bottom;
  width: 216px;
  height: 100%;
}
#donate {
  width: 189px;
  height: 27px;
  margin: 0;
  padding: 12px 0 20px 27px;
  float: left;
  border-width :0 0 3px 0;
  border-style: solid;
  border-color: #fff;
}
#col2 {
  width: 584px;
  height: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  float: right;
}
#text_area {
  width: 514px;
  height: 100%;
  margin: 30px 0 0 30px;
  padding: 0;
  float: left;
}

#title {
  height: 100%;
  padding: 0;
  margin: 51px 0 0 260px;
  float: left;
}
#footer {
  background: url("../siteimages/footer_background.png") repeat-x left bottom #88CBDF;
  width: 800px;
  height: 38px;
  margin: 0;
  padding: 1px 0 0 0;
  float: left;
  color: #fff;
  text-align: center;
}
a.tumis:link, a.tumis:visited, a.tumis:active {
  color: #FFF;
  text-decoration: none;
}
a.tumis:hover {
  color: #FFF;
  text-decoration: underline;
}
#sidebar_left {
  margin: 0 0 400px 0;
  padding: 0 0 0 30px;
}

/* navigation */
.navigation {
  width: 190px;
  list-style-type: none;
  margin: 20px 0 0 16px;
  padding: 0;
}
a.nav:link, a.nav:visited, a.nav:active {
  font-family:  Myriad Pro, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #003D1E;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 0 15px;
}
a.nav:hover {
  font-family:  Myriad Pro, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #FCF999;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 0 15px;
}
a.nav_on:link, a.nav_on:visited, a.nav_on:active {
  font-family:  Myriad Pro, Helvetica, Swiss, SunSans-Regular;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FCF999;
  text-decoration: none;
  padding: 0 0 0 15px;
}
a.nav_on:hover {
  font-family:  Myriad Pro, Helvetica, Swiss, SunSans-Regular;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 0 0 0 15px;
}
.nav_line {
  border-width :0 0 1px 0;
  border-style: dashed;
  border-color: #0A2117;
}
li.navlist {
  margin: 0 0 5px 0;
  padding: 0;
  color: #6F2D00;
}
.nav_1 { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav_2 { 
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 6px 0 0 27px;
}

/*
.navigationOff {
  font-size: 12px;
  padding: 1px 10px 0 0;
  float: left;
  text-transform: uppercase;
}
a.navigationOff:link, a.navigationOff:visited, a.navigationOff:active {
  color:#fff;
  text-decoration: none;
}
a.navigationOff:hover {
  color:#FAE643;
  text-decoration: none;
}
.navigationOn {
  font-size: 12px;
  padding: 1px 10px 0 0;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
a.navigationOn:link, a.navigationOn:visited, a.navigationOn:active {
  color:#FAE643;
  text-decoration: none;
}
a.navigationOn:hover {
  color:#FAE643;
  text-decoration: none;
}


*/
a.nav_2nd:link, a.nav_2nd:visited, a.nav_2nd:active {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
a.nav_2nd:hover {
  color: #000;
  text-decoration: underline;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
#second_nav { 
  font-family: Arial, Verdana;
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  padding: 0;
}
a.nav_2:link, a.nav_2:active, a.nav_2:visited { 
  text-decoration: none; 
}
a.nav_2:hover { 
  text-decoration: underline;
}
#third_nav { 
  font-family: Arial, Verdana;
  color: #fff;
  font-size: 12px;
  color: #008FD5;
  text-align: left;
  margin: 10px 0 0 0;
  font-weight: bold;
}
a.nav_3:link, a.nav_3:active, a.nav_3:visited { 
  color: #6E83B0;
  text-decoration: none; 
}
a.nav_3:hover { 
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dotted #442206;
}


/*  Pages End */
 

.list_container {
  width: 425px;
  float: left;
  margin: 10px 0 10px 0;
  padding: 0 0 15px 0;
  border-width :0 0 1px 0;
  border-style: dotted;
  border-color: #0A2117;
}
.list_item {
  width: 100%;
  float: left;
}
#email_this {
  width:130px; 
  padding:3px; 
  margin:8px 0 8px 0;
  border-width: 1px 0 1px 0;
  border-style:solid;
  border-color: #E03F09;
}

/* Tell a Friend Start */
#tell_friend {
  width: 380px;
  height: 100%;
  border-width: 1px;
  border-color: #ccc;
  background-color: #fff;
  padding: 10px;
}
#tell_friend td {
  text-align: left;
  font-size: 11px;
  line-height: 30px;
  color: #130d06;
}
#tell_friend table {
  background-color: #ffffff;
}
/* Tell a Friend End */

/* Start Gallery */  
.portfolio_container { 
  width: 90%;
  margin:15px 0 0 0;
  padding: 13px;
  background-color:#fff;
	border:solid 1px #8B2B01;
  float:left;
}
.portfolio_container p { 
  font-size: 10px;
  line-height: 12px;
  color:#000;
}
.portfolio_photo { 
  margin: 12px 0 12px 6px;
  padding: 0;
  float:right;
}
.portfolio_photo img { 
	border:solid 1px #8B2B01;
}
.portfolio_img  { 
  margin:0;
  padding:0;
}
.portfolio_img img { 
	border:solid 1px #8B2B01;
}
#portfolio {
  width: 90%;
  background-color: #fff;
	border:solid 1px #8B2B01;
}
#portfolio td {
  background-color: #fff;
  padding:15px 10px 10px 10px;
}  
.portfolio_thumb_t {
  width: 95%;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 1px 1px 0 1px;
  border-style:solid;
  border-color: #DF4104;
}
.portfolio_thumb {
  width: 95%;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 0 1px;
  border-style:solid;
  border-color: #DF4104;
}
.portfolio_thumb_b {
  width: 95%;
  height:100%;
  float:left;
  background-color: #fff;
  padding: 13px;
  margin: 0 0 0 0;
  border-width: 0 1px 1px 1px;
  border-style:solid;
  border-color: #DF4104;
}
.portfolio_number {
  background-color: #0A2117;
  padding: 4px;
  margin: 0 3px 3px 3px;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 10px;
  border:solid 1px #EB008B;
}
a.portfolio_number:link, a.portfolio_number:visited, a.portfolio_number:active { 
  color:#fff;
  text-decoration: none;
}
a.portfolio_number:hover {
  color:#fff;
  text-decoration: underline;
}
.portfolio_number_on {
  background-color: #fff;
  padding: 4px;
  margin: 0;
  margin: 0 3px 3px 3px;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 10px;
  line-height: 14px;
	border:solid 1px #EB008B;
}
.portfolio_back {  
  font-size: 10px;
  line-height: 14px;
  color: #fff;
}
#gal_image {
  background-color: #fff;
	border:solid 1px #8B2B01;
  height:100%;
  float:left;
}  
.portfolio_page {
	border:solid 1px #8B2B01;
  height:100%; 
  float:left;
}
/* End gallery */

#petitionPage {
  list-style-type: none;
}
.petitionsContainer { 
  width: 100%;
  height: 100%;
  margin:15px 0 0 0;
  padding: 13px;
  background-color:#fff;
  border:solid 1px #0E4141;
  float:left;
}
.nav_line {
  padding:0;
}
li.navlist {
  margin: 0 0 5px 0;
  padding: 0;
  color: #6F2D00;
}

.nav_1 { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav_2 { 
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 2px 5px;
}
.email {
  font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
  background: #fff;
  margin: 0;
  padding: 15px;
}