  /* Universal */

body {
  font-family: Helvetica, Arial, Swiss, SunSans-Regular; color: #666;
  font-size: 12px;
  line-height: 16px;
  background: #333;
  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:#cc3300;
  text-decoration: none;
}
a:hover  { 
  color:#FA4135;
  text-decoration: none;
}
a.blue:link, a.blue:visited, a.blue:active { 
  color:#0078B9;
  text-decoration: none;
}
a.blue:hover  { 
  color:#FA4135;
  text-decoration: none;
}

/* Text Styles */
div, p, ul, ol, li, img, form h1, h2, h3, h4, h5, h6, .body_text {
  color: #666;
}
p, .body_text, textarea, input, text, .error, .note, ul, ol, li { 
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
h1 {
  font-family: Verdana, Arial, Swiss, SunSans-Regular;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}
h2 {
  font-family: Verdana, Arial, Swiss, SunSans-Regular;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
h3 {
  font-family: Verdana, Arial, Swiss, SunSans-Regular;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
h4 {
  font-family: Verdana, Arial, Swiss, SunSans-Regular;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
h5 {
  font-family: Verdana, Arial, Swiss, SunSans-Regular;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}
h6 {
  font-family: Verdana, Arial, Swiss, SunSans-Regular;
  font-size: 9px;
  line-height: 14px;
  font-weight: bold;
}
hr {
  border: none 0;
  border-top: 1px dotted #666;
  height: 1px;
  margin: 0;
  padding: 0 0 10px 0;
}
ul, ol, li {
  padding-left:10px;
}
ul  {
  padding-left: 30px;
}
.error {
  font-size: 12px;
  line-height: 15px;
  color: #DB0008 ; 
  font-weight: bold;
}
.note {
  color: #333333;
}
.white {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
textarea, input, text {
  padding: 2px;
  margin: 0 0 15px 0;
	background: #FFF;
	border: #666 1px solid;
	overflow: auto;
}
.text_button {
  background: #666;
  font-weight: bold;
  color: #FFF;
	border: #666 3px solid;
  padding: 4px 4px 4px 4px;
}
.newsletter {
  width: 126px;
  height: 15px;
  background: #badef4;
	border: #666 1px solid;
	margin: 2px 0 0 0;
	overflow: auto;
  float: left;
}
.newsletter_submit  {
  background: transparent;
  border: 0;
  float: left;
  margin: 0;
  padding: 0 0 0 4px;
}
.bios { 
  list-style-type: none;
}
.text_blue  {
  color: #AA9900;
}
/* Text Styles Ends */


/* Site Images */
#site_photo {
  margin: 0 18px 6px 0;
  padding: 0;
  float: left;
}
.site_photo {
  margin: 0 18px 6px 0;
  padding: 0;
  float: left;
}
.site_image {
	border: #666 1px solid;
  margin: 0 10px 6px 0;
  float: left;
}
.site_image_right {
	border: #666 1px solid;
  margin: 0 0 10px 10px;
  float: right;
}
.sitemapLevel1, .sitemapLevel2, .sitemapLevel3 { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/* Pages Start */

/* Home */
#headerprint {
  display:none;
}
#container {
  width: 930px;
  height:100%;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 0 0 30px;
  overflow: hidden;
}  
#header_box {
  background: #FFF url("../siteimages/yli2_header.jpg") no-repeat top left;
  width: 900px;
  height: 111px;
  padding: 0 0 8px 0;
  float: left;
}

/*
#hdr01 {
  background: url("../siteimages/header_logo.jpg") no-repeat top left;
  width: 298px;
  height: 111px;
  float: left;
}
#hdr02 {
  background: url("../siteimages/header_main_01.jpg") no-repeat top left;
  width: 323px;
  height: 111px;
  float: left;
}
#hdr03 {
  background: url("../siteimages/header_main_02.jpg") no-repeat top left;
  width: 279px;
  height: 111px;
  float: left;
}
*/
#bg_box {
  background: #FFF;
  width: 900px;
  height: 100%;
  float: left;
}
#left_column_box {
  background: #FFF;
  width: 193px;
  height: 100%;
  margin: 0 10px 0 0;
  float: left;
}
#left_column_nav  {
  width: 182px;
  height: 100%;
  padding: 10px 0 15px 0;
  float: right;
}
#left_column_nav hr {
  border: none 0;
  border-top: 1px solid #666;
  height: 1px;
  margin: 0;
  padding: 0 0 0 0;
}
#left_column_network  {
  width: 127px;
  padding: 62px 0 16px 55px;
  float: right;
}
#icon_twitter  {
  width: 30px;
  height: 30px;
  padding: 0 0 0 0;
  float: left;
}
#icon_fb  {
  width: 30px;
  height: 30px;
  padding: 0 0 0 11px;
  float: left;
}
#newsletter_signup  {
  width: 170px;
  height: 100%;
  padding: 0 0 15px 12px;
  float: right;
}
#left_column_blog  {
  background: #FFF;
  width: 169px;
  height: 100%;
  padding: 5px 0 15px 13px;
  float: right;
}
/*
#left_column_blog a:link {
  color:#FFF;
  text-decoration: none;
}
#left_column_blog a:visited {
  color:#FFF;
  text-decoration: none;
}
#left_column_blog a:active {
  color:#FFF;
  text-decoration: none;
}
#left_column_blog a:hover { 
  color:#CCCC00;
  text-decoration: none;
}
*/
#left_col_donate  {
  width: 182px;
  height: 161px;
  padding: 0;
  float: right;
}

/*
#left_col_circles  {
  background: #155A27 url("../siteimages/bg_circles_nav.gif") no-repeat top left;
  width: 182px;
  height: 83px;
  margin: 0;
  padding: 0;
  float: right;
}
*/
#left_column_nav li {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0;
}
#left_column_subnav  {
  background: #155A27 url("../siteimages/subnav_bg.jpg") repeat-x top left;
  width: 159px;
  height: 100%;
  padding: 16px 0 0 9px;
  float: left;
}
.subnav_buttons {
  margin: 15px 0 0 0;
  float: left;
}
#content  {
  width: 697px;
  float: left;
}
#intro_box {
  width: 661px;
  height: 100%;
  margin: 0 0 10px 0;
  padding: 23px 18px 18px 18px;
  float: left;
}
#slide_show {
  background-color: black;
  width: 378px;
  padding: 0 0 40px 0;
  float: left;
}
#intro_content  {
  width: 261px;
  height: 100%;
  text-align: left;
  float: right;
}
#intro_content  p {
  font-family: Helvetica, Arial, Swiss, SunSans-Regular; color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
#intro_content  h1 {
  color: #666;
  padding-bottom: 10px;
}
#intro_content  h2 {
  color: #666;
  padding-bottom: 10px;
}
#subcolumns_box {
  background: #eae4ba url("../siteimages/bg_subcolumns_home.gif") repeat-y top left;
  width: 697px;
  height: 100%;
  float: left;
}
.print_subheader_home {
  display:none;
}
#subcolA {
  background: transparent url("../siteimages/yli2_the_center.jpg") no-repeat top left;
  width: 214px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 52px 8px 25px 10px;
  text-align: left;
  float: left;
}
#subcolA h4 {
  color: #0078B9;
}
#subcolB {
  background: transparent url("../siteimages/yli2_blog.jpg") no-repeat top left;
  width: 213px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 52px 8px 25px 10px;
  text-align: left;
  float: left;
}
#subcolC {
  background: transparent url("../siteimages/yli2_comm_programs.jpg") no-repeat top left;
  width: 214px;
  height: 100%;
  padding: 52px 8px 25px 10px;
  text-align: left;
  float: left;
}
/*
#stage_bottom {
  background: #FFF url("../siteimages/bg_stagebottom_home.gif") no-repeat top left;
  width: 900px;
  height: 20px;
  padding: 0 0 10px 0;
  float: left;
}
*/
#footer_box {
  background: #FFF;
  width: 900px;
  height: 40px;
  margin: 0 0 10px 0;
  float: left;
}
#footer_colA {
  width: 22px;
  height: 40px;
  margin: 0 12px 0 0;
  float: left;
}
#footer_colB {
  width: 822px;
  height: 26px;
  padding: 14px 44px 0 0;
  float: left;
}
#footer_colB p {
  font-family: Verdana; color: #666;
  font-size: 9px;
  margin: 0;
  padding: 0;
}
/* Home end */


/* Secondary */
#bread_crumbs {
  background: #666;
  width: 605px;
  height: 23px;
  padding: 9px 55px 0 37px;
  float: left;
}
#bread_crumbs p {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9px;
  font-weight: bold;
  line-height: 13px;
  padding: 0;
  color: #FFF;
}
/*
#hdr02_2ndry {
  background: url("../siteimages/header_2ndry_01.jpg") no-repeat top left;
  width: 323px;
  height: 111px;
  float: left;
}
#hdr03_2ndry {
  background: url("../siteimages/header_2ndry_02.jpg") no-repeat top left;
  width: 279px;
  height: 111px;
  float: left;
}
*/
#bg_box2 {
  background: #FFF url("../siteimages/yli2_bg_stage_2ndry.gif") repeat-y top right;
  width: 900px;
  height: 100%;
  float: left;
}
#bg_box2_circles  {
  width: 900px;
  height: 100%;
  float: left;
}
#stage2  {
  width: 605px;
  height: 100%;
  padding: 40px 55px 35px 37px;
  float: left;
}
/*
#stage_bottom2 {
  background: #FFF url("../siteimages/bg_stagebottom_2ndry.gif") no-repeat top left;
  width: 900px;
  height: 20px;
  padding: 0 0 10px 0;
  float: left;
}
*/

/* Secondary end */






/* Navs */
.nav_1 { 
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.nav_2 { 
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hr_solid {
  border: none 0;
  border-top: 1px solid #666;
  height: 1px;
  margin: 0;
  padding: 0 0 0 0;
}
a.nav:link, a.nav:visited, a.nav:active {
  font-family: Helvetica, Arial, Myriad, Swiss, SunSans-Regular;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #666;
  padding: 8px 0 8px 12px;
  display: block;
}
a.nav:hover {
  font-family: Helvetica, Arial, Myriad, Swiss, SunSans-Regular;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #666;
  background: #eae4ba;
  text-decoration: none;
  display: block;
}
a.nav_on:link, a.nav_on:visited, a.nav_on:active {
  font-family: Helvetica, Arial, Myriad, Swiss, SunSans-Regular;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  text-decoration: none;
  background: #CCC;
  border-bottom: 1px solid #666;
  padding: 8px 0 8px 12px;
  display: block;
}
a.nav_on:hover {
  font-family: Helvetica, Arial, Myriad, Swiss, SunSans-Regular;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  background: #eae4ba;
  text-decoration: none;
  display: block;
}
a.nav_2nd:link, a.nav_2nd:visited, a.nav_2nd:active {
  color: #666;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  background-color: #FFF;
  border-bottom: 1px solid #666;
  margin: 0;
  padding: 8px 0 8px 30px;
  display: block;
}
a.nav_2nd:hover {
  color: #666;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  background: #eae4ba;
  margin: 0;
  display: block;
}
a.crumbs:link, a.crumbs:visited, a.crumbs:active {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 9px;
  line-height: 13px;
}
a.crumbs:hover {
  color: #FFF;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  font-size: 9px;
  line-height: 13px;
}
/* end: Navs */



#title_home {
  width: 100%;
  padding: 0 0 8px 0;
  float: left;
}
#title_home p  {
  font-family: Arial, Helvetica, Verdana;
  font-size: 25px;
  font-weight: bold;
  color: black;
  padding: 0;
  text-transform: uppercase;
}



a.crumbs:link, a.crumbs:visited, a.crumbs:active {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 9px;
  line-height: 13px;
}
a.crumbs:hover {
  color: #FFF;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  font-size: 9px;
  line-height: 13px;
}
#title_home {
  width: 100%;
  height: 100%;
  padding: 0 0 8px 0;
  float: left;
}
#title_home p  {
  font-family: Arial, Helvetica, Verdana;
  font-size: 25px;
  font-weight: bold;
  color: black;
  padding: 0;
  text-transform: uppercase;
}
#title {
  width: 100%;
  padding: 0;
  float: left;
}
#title p  {
  font-family: Arial, Helvetica, Verdana;
  font-size: 25px;
  font-weight: bold;
  color: black;
  padding: 0;
  text-transform: uppercase;
}
#second_nav { 
  font-family: Arial, Verdana;
  font-size: 12px;
  color: #aaa;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  padding-bottom: 10px;
}
a.nav_2:link, a.nav_2:active, a.nav_2:visited { 
  text-decoration: none; 
}
a.nav_2:hover { 
  text-decoration: underline;
}
#third_nav { 
  width: 100%;
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  text-align: left;
  margin: 0;
  padding-bottom: 10px;
  float: left;
}
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 #666;
}
a.tumis:link, a.tumis:visited, a.tumis:active {
  color: #FFF;
  text-decoration: none;
}
a.tumis:hover {
  color: #FFF;
  text-decoration: underline;
}
/*  Pages End */
 

.list_container {
  width: 100%;
  height: 100%;
  float: left;
  margin: 10px 0 10px 0;
  padding: 0 0 15px 0;
  border-width :0 0 1px 0;
  border-style: dotted;
  border-color: #666;
}
.list_item {
  width: 100%;
  height: 100%;
  float: left;
}
.module_thumb {
  width: 130px;
  margin: 0 18px 10px 0;
  float: left;
}
.module_thumb_sm {
  width: 90px;
  margin: 0 18px 10px 0;
  float: left;
}
.mod_content_right  {
  width: 455px;
  float: left;
}
#email_this {
  width:130px; 
  padding:3px; 
  margin:8px 0 8px 0;
  border-width: 1px 0 1px 0;
  border-style:solid;
  border-color: #666;
}
#search_field {
  width: 430px;
  height: 43px;
  padding-top: 10px;
  float: left;
}
.search_text  {
  width: 250px;
  height: 20px;
  margin: 8px 0 0 0;
  padding-top: 6px;
  float: left;
}

/* 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%;
  height: 100%;
  margin:15px 0 0 0;
  padding: 13px;
  background-color:#fff;
	border:solid 1px #666;
  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 #666;
}
.portfolio_img  { 
  margin:0;
  padding:0;
}
.portfolio_img img { 
	border:solid 1px #666;
}
#portfolio {
  width: 90%;
  background-color: #fff;
	border:solid 1px #666;
}
#portfolio td {
  background-color: #fff;
  padding:15px 10px 10px 10px;
}  
.portfolio_thumb_t {
  width: 90%;
  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: #666;
}
.portfolio_thumb {
  width: 90%;
  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: #666;
}
.portfolio_thumb_b {
  width: 90%;
  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: #666;
}
.portfolio_number {
  background-color: #666;
  padding: 4px;
  margin: 0 3px 3px 3px;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 10px;
  border:solid 1px #666;
}
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 #666;
}
.portfolio_back {  
  font-size: 10px;
  line-height: 14px;
  color: #fff;
}
#gal_image {
  background-color: #fff;
	border:solid 1px #666;
  height:100%;
  float:left;
}  
.portfolio_page {
	border:solid 1px #666;
  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 #666;
  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: 6px 0 0 27px;
}
.email {
  font-family: Verdana, Arial, Helvetica, Swiss, SunSans-Regular;
  background: #fff;
  margin: 0;
  padding: 15px;
}
#right_col_cell {
}
.pro_iframe {
  width: 220px;
  height: 320px;
  margin: 0;
  padding: 0;
}

/* SALSA Style */
#salsa  {
  padding: 20px;
}
