/* Universal */
body {
  background: #D0F6A2 url("../siteimages/home_bg.jpg") repeat-x;
  margin: 0; 
  padding: 0;
}  
a img {
  margin: 0;
  padding: 0;
  border-width:0;
  border-style:none;
  border-color:#fff;
  color:#000;
  }
div, p, ul, ol, li, img, form h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
a:link { 
  color:#0066FF;
  text-decoration: none;
}
a:visited { 
  color: #669900;
  text-decoration: none;
}
a:hover  { 
  color:#BBD758;
  text-decoration: none;
}
a:active { 
  color:#ff700b;
  text-decoration: none;
}
input.text {
  background: #eee;
  border: #ccc 1px solid;
}

select {
  background: #eee;
  border: #ccc 1px solid;
}

textarea {
  background: #eee;
  border: #ccc 1px solid;
  overflow: auto;
}
.textfield {
  margin:0;
  padding:3px 14px 3px 10px;
  height:0;
  width:179px;
  height:15px;
  border:solid 0 #fff;
  background: transparent url("../siteimages/join_04.gif") no-repeat;
}
.home_photo img {
  margin: 0 10px 5px 0;
  padding: 0;
  border-style: solid;
  border-color: #8B2B01;
  border-width: 1px;
  float: left;
}    
/* Text Styles */
p { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #333;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #33CC33;
}

h2 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #094A94;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #094A94;
}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #7A2828;
  margin-bottom: 5px;
}
h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #FF6600;
}
h6 {
  font-family: georgia, serif;
  font-size: 9px;
  line-height: 14px;
  color: #7A2828;
  text-transform: lowercase;
}
ul {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 11px;
  line-height: 15px;
  color: #333;
  padding-left:10px;
}
li {
  margin: 0 0 6px 0;
}
ol {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #333;
  padding-left:10px;
}
u {
  color: #333;
}
.text_bold {
  font-weight: bold;
  color: #7A2828;
}
.error {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #333333 ; 
}
.note {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  color: #333333 ;
}
.body_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
  color: #666666;
  vertical-align:bottom;  
}
.subheader { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #7A2828;
}

/* Page Styles */  
.body_secondary {
  background: #BCFE82 url("../siteimages/secondary_bg.jpg") repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #333;
  margin: 0; 
  padding: 0;
}
#second_nav {
  width: 444px;
  font-family: arial, helvetica, sans-serif;
  line-height: 16px;
  font-size: 12px;
  color: #798980;
  position: absolute;
  left: 310px;
  top: 145px;
  text-align: center;
}
#third_nav {
  width: 518px;
  font-family: arial, helvetica, sans-serif;
  line-height: 15px;
  font-size: 11px;
  color: #798980;
  position: absolute;
  left: 270px;
  top: 182px;
  text-align: center;
  z-index: 2;
}
a.nav_2:link, a.nav_2:visited { 
  color: #798980;
  text-decoration: none;
}
a.nav_2:hover, a.nav_2:active {
  color: #BBD758;
  text-decoration: none;
}
a.nav_3:link, a.nav_3:visited { 
  color: #798980;
  text-decoration: none;
}
a.nav_3:hover, a.nav_3:active {
  color: #BBD758;
  text-decoration: none;
}
#breadcrumbs {
  height: 18px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #FF9900;
  text-align: right;
  vertical-align:top;
  margin-top: 6px;
}
.crumbs {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #FF9900;
}
a.crumbs:link, a.crumbs:visited, a.crumbs:active {
  color:#ff700b;
  text-decoration: none;
}
a.crumbs:hover {
  color: #99CC33;
  text-decoration: none;
}
.foot_link {
  font-family: verdana, helvetica, sans-serif;
  font-size: 9px;
  line-height: 15px;
  color: #5B5855;
}
a.foot_link:link, a.foot_link:visited, a.foot_link:active { 
  color: #5B5855;
  text-decoration: none;
}
a.foot_link:hover {
  color: #000;
  text-decoration: underline;
}
.news_link {
  color: #0066FF;
}
a.news_link:link, a.news_link:visited, a.news_link:active {
  color: #0066FF;
  text-decoration: none;
}
a.news_link:hover {
  color: #99CC33;
  text-decoration: none;
}

/* Home Header */
.print_header {
  display: none;
}
#header_container {
  width: 840px;
  float: left;
}
#header_home {
  width: 210px;
  height: 217px;
  float: left;
}
#sub_tagline {
  background: url(../siteimages/human_rights.gif) no-repeat;
  width: 282px;
  height: 105px;
  position:absolute;
  left: 12px;
  top: 197px;
}

/* Home Left Col: Cadre News*/
#cadre_news_tab {
  background: url(../siteimages/home_cadre_news.gif) no-repeat;
  width: 242px;
  height: 22px;
  position:absolute;
  left: 29px;
  top: 335px;
}
#news_container {
  overflow: auto;
  width: 260px;
  height: 292px;
  position:absolute;
  left: 29px;
  top: 357px;
  margin: 0 0 0 11px;
}
#news_item {
  width: 235px;
  text-align: left;
  padding: 0 9px 0 0;
  margin: 21px 0 0 0;
}
#news_item img{
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
  border-width: 3px;
  border-style: solid;
  border-color: #4A87C6;
}
#news_item p {
  font-family: helvetica, arial, sans-serif;
  font-size: 9px;
  line-height: 15px;
  color: #789980;
  margin: 0;
}

/* Home Right Col: Nav Box*/
#navbox_container {
  width: 456px;
  height: 441px;
  position: absolute;
  left: 360px;
  top: 225px;
}
#navbox_english_tab {
  width: 244px;
  height: 3px;
  float: left;
}
#navbox_spanish_tab {
  width: 212px;
  height: 38px;
  float: left;
}
#navbox_header {
  background: url(../siteimages/home_navbox_header.gif) no-repeat;
  width: 456px;
  height: 73px;
  float: left;
}
#navbox_content_area {
  background-color: #FFF;
  width: 410px;
  height: 270px;
  float: left;
  padding: 18px 0 25px 37px;
  overflow: auto;
}
#navbox_shadow {
  background: url(../siteimages/home_navbox_shadow.gif) no-repeat;
  width: 8px;
  height: 321px;
  float: left;
}
#navbox_row_container {
  width: 319px;
  float: left;
}
#navbox_row_item_left {
  width: 165px;
  float: left;
  margin: 24px 20px 0 0;
}
#navbox_row_item_left p{
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #9A9E81;
  margin: 8px 0 0 23px;
}
#navbox_row_item_right {
  width: 155px;
  float: left;
  margin: 24px 0 0 27px;
}
#navbox_row_item_right p{
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #9A9E81;
  margin: 8px 0 0 23px;
}

/* Secondary Header */
#header_secondary {
  width: 210px;
  height: 217px;
  float: left;
}

/* Secondary Left Menu */
#left_menu_container {
  width: 224px;
  height: 401px;
  position: absolute;
  left: 0px;
  top: 184px;
}
#left_menu_top {
  background: url("../siteimages/left_menu_top.gif") no-repeat;
  width: 224px;
  height: 18px;
}
#left_menu_english_tab {
  width: 117px;
  height: 23px;
  float: left;
}
#left_menu_spanish_tab {
  width: 102px;
  height: 23px;
  float: left;
}
#left_menu_area {
  background: url("../siteimages/left_menu_bg.jpg") no-repeat;
  width: 224px;
  height: 442px;
  float: left;
  padding: 11px 0 0 30px;
}
  
/* Secondary Center Box */
#center_box_container {
  width: 606px;
  height: 550px;
  position: absolute;
  left: 224px;
  top: 184px;
}
#center_box_left {
  background: url("../siteimages/center_box_left_curve.jpg") no-repeat bottom #FFFFFD;
  width: 69px;
  height: 550px;
  float: left;
}
#center_box_center {
  background: url("../siteimages/center_box_bg.jpg") repeat-x bottom #FFFFFD;
  width: 470px;
  height: 550px;
  float: left;
}
#center_box_right {
  background: url("../siteimages/center_box_right_curve.jpg") no-repeat bottom #FFFFFD;
  width: 66px;
  height: 550px;
  float: left;
}
#center_box_text_layer {
  width: 497px;
  height: 460px;
  position: absolute;
  left: 274px;
  top: 215px;
  overflow: auto;
  padding: 0 15px 0 0;
}
#center_box_text_layer_not_used img {
  padding: 0 0 15px 18px;  
}

.content_item_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Footer */
#foot_home {
  width: 855px; 
  height: 22px; 
  padding: 2px 0 0 5px;
  margin: 0;
  left: 0;
  top: 650px;
  background: #ACF55E; 
  position: absolute; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .75px;
  color: #0066FF;
  z-index: 2;
}
#foot {
  width: 855px; 
  height: 22px; 
  padding: 2px 0 0 5px;
  margin: 0;
  left :0;
  top: 728px;
  background: #ACF55E; 
  position: absolute; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .75px;
  color: #0066FF;
  z-index: 2;
}
#headerprint {
  display:none;
}