html, body{
  background: url('imgs/body_bg.gif') repeat-x;
  font-family:Arial;
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
  position: center;
  height:100%;
}
td{
  font-family:Arial;
  font-size: 12px;
  color: #000;
}

a{color: #013E83; text-decoration: underline; font-size: 11px;}
a:hover{text-decoration: none;}

h1{
  color: #004A95;
  font-size: 18px;
}

h2{
  color: #4674A9;
  font-size: 14px;
}

h3{
  color: #4674A9;
  font-size: 12px;
}
.wrapper{
  height: 100%; 
  width: 100%
}

.logo {
  margin: 0 auto;
  background: url('imgs/header_bg2.gif') no-repeat;
  width: 865px;
}

.top{
  margin: 0 auto;
  height: 123px;
}

.menu{
  float: left;
  margin: 79px 0 0 0;
  height: 24px;
  width:745px;
}

ul.nav{
  margin: 0 0 0 20px;
  padding: 0;
  color: #ffffff;
  height: 24px;
}
ul.nav li{
  float: left;
  background: url('imgs/middle_corner.gif') bottom center repeat-x;
  height: 24px;
  display: inline;

}

.content_wrapper {
  position: relative;
  margin: 0 auto;
  width: 865px;
  height: 100%;  
}

.content {
  position: relative;
  float: left;
  height: 100%;
  width: 865px; 
}

.picture{
  float: left;
  width: 351px;
  background: url('imgs/baby.gif') no-repeat;
  height: 341px;
}

.left_nav_wrapper{
  float: left;
  width: 330px;
}

.left_nav{
  width: 230px;
  margin: 40px auto 0px auto;
}

#left_nav_title{
  background-color: #336699;
  font-size:14px;
  color: white;
  padding: 0 10px 0 10px;
}

#left_nav_content{
  background: white url('imgs/eventContent_bg.gif') repeat-x;
  font-size:12px;
  border: 1px solid white;
}

.brokenTitle{
  margin-top:15px;
}

.subMenu{
  background: url('imgs/eventTitle_bg.gif') repeat-x;
  float: left;
  width: 200px;
  margin: 30px 20px 0 100px;
}

.subMenu_title{
  font-size:14px;
  color: white;
  padding: 0 10px 0 10px;
}

.subMenu_menu{
  background: url('imgs/eventContent_bg.gif') repeat-x;
  font-size:12px;
}

.child {
  background: url('imgs/content_bg.gif') no-repeat;
  position: top right;
  float: left;
  width: 500px;
  margin: 0 0 0 0px;
}

.specilas_wrapper{
  margin: 0 auto;
  padding-top:20px;
  width: 865px;
}

.events_wrapper{
  float: left;
  width: 300px;
  margin: 0;
  background-color: #336699;
}

.links_wrapper {
  float: left;
  width: 350px;
  margin: 0 0 0 20px;
  background-color: #336699;
}

.donation_wrapper {
  float: left;
  width: 165px;
  margin: 0 0 0 20px;
  background-color: #336699;
}

.event_title{
  font-size:14px;
  color: white;
  padding: 2px 10px 2px 10px;
}

.event_info{
  background: white url('imgs/eventContent_bg.gif') repeat-x;
  font-size:12px;
  padding: 10px;
  border-top: 1px solid white;
}

.linkContent_wrapper{
  float: left;
}

.link_content{
  margin-left:15px;
  float: left;
}

.link_content li{
  list-style-image: url('imgs/arrow.gif');
}

.clearLeft{
  clear: left;
}

.text_wrapper{
  font-size: 12px;
  margin: 16px 0 0;
}

#joinButton{
  width: 78px;
  margin: 5px auto 0px auto;
}

.footer{
  clear: both;
  text-align: right;
  background:url('imgs/footer_bg.gif') repeat-x;
  height:31px;
}

ul.footer_text{
  display: inline;
  margin: 10px;
}

ul.footer_text li{
  display: inline;
  padding-right: 10px;
}


ul.footer_text li a{
  display: inline;
  padding-right: 10px;
  color: #013E83;
  text-decoration: none;
}

.borderBlue{
  border: 1px solid #4878AE;
}

/******************* TESTIMONIALS ********************/

.testimonial{
  float: left;
  margin: 0 10px 0 0;
}

.testimonial1{
  float: right;
  margin: 0 10px 0 0;
}

.testimonial_image{
  border: 1px solid #4878AE;
}

.testimonial_image_desc{
  font-size: 11px;
  font-style: italic;
  color: #4878AE;
  text-align: center;
}

.testimonial_border{
  margin: 0 auto;
  width: 80%;
  border-bottom: 1px solid #4878AE;
}

/*****************************************************/

/**************** SIDE BARS **************************/

.default_box_top{
  border-left: 1px solid #C7DDF5;
  border-right: 1px solid #C7DDF5;
  border-bottom: 1px solid #C7DDF5;
  width: 200px;
  margin: 50px 0 0 0;
  background:url('imgs/si.gif') repeat-x;

}

.default_header{
  background: #4878AE;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 2px 2px 2px;
}

.default_box_content li{
  list-style-image: url('imgs/arrow.gif');
}
/*****************************************************/

#adv1{
  background: url('imgs/shirtorder.jpg') no-repeat;
  width: 120px;
  height: 75px;
  position: absolute;
  left: 10px;
}
#adv2{
  background: url('imgs/notforprofit.jpg') no-repeat;
  width: 117px;
  height: 55px;
  position: absolute;
  top: 130px;
  left: 10px;
}

#adv3{
  background: url('imgs/newsimplified.jpg') no-repeat;
  width: 118px;
  height: 120px;
  position: absolute;
  top: 45px;
  left: 440px;
}

#verifyTable{
  position:relative;
  width:300px; 
  margin:10px 0 0 137px; 
  border: 1px solid blue;
}
