body{
  font-family: "Comic Sans MS","Arial";
  size: 12px;
}
form{
  float: left;
}
.container{
  margin-left: auto;
  margin-right:auto;
  width: 800px;
}
.container .main{
  float: left;
  background-image: url('../images/body_main.png');
  background-repeat: repeat;
  width: 798px;
  height: auto!important;
  min-height: 600px;
  height: 600px;
  border: 1px solid #312E2B;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.container .main .inner{
  float: left;
  background-image: url('../images/body_bg.png');
  background-repeat: repeat;
  width: 748px;
  height: auto!important;
  min-height: 500px;
  height: 500px;
  border: 1px solid #BEBAB4;
  margin: 25px;
}

/*HEADER DECLARATIONS*/

.inner #header{
  float: left;
  position: relative;
  background-image: url('../images/header_main.png');
  background-repeat: no-repeat;
  width: 722px;
  height: 288px;
  margin-top: 14px;
  margin-left: 13px;
  margin-right: 13px;
}
#header #main_menu{
  position: absolute;
  left: 130px;
  top: -10px;
  width: 239px;
  height: 46px;
  background-image: url('../images/header_menu-box.png');
  background-repeat: no-repeat;
}
#header #main_menu div{
  float: left;
  width: auto!important;
  min-width: 10px;
  width: 10px;
  height: auto!important;
  min-height: 10px;
  height: 10px;
}
#header #main_menu div a{
  text-decoration: none;
}
#header #main_menu div img{
  border-style: none;
}
#header #main_menu #home{ margin-top: 13px; margin-left: 15px; margin-right: 4px; }
#header #main_menu #about-us{ margin-top:13px; margin-right: 4px; }
#header #main_menu #contact-us{ margin-top:13px; }
#header #main_menu #faqs{ margin-top: 2px; margin-left: 8px; margin-right: 4px; }
#header #main_menu #get-involved{ margin-top: 2px; margin-right: 4px; }
#header #main_menu #be-a-hero{ margin-top: 2px; }

#header #logo{
  position: absolute;
  left: 10px;
  top: -18px;
  width: 113px;
  height: 293px;
  background-image: url('../images/header_fh.png');
  background-repeat: no-repeat;
}
#header #goal{
  position: absolute;
  right: -35px;
  top: -40px;
  width: 154px;
  height: 91px;
  background-image: url('../images/header_goal.png');
  background-repeat: no-repeat;
}
#header #impact{
  position: absolute;
  bottom: -200px;
  /*width: 302px;*/
  width: 280px;
  height: 226px;
  background-image: url('../images/middle_impact.png');
  background-repeat: no-repeat;
}
#header .panel
{
  float: right;
  width: 210px;
  height: 215px;
  margin-top:40px;
}
.panel #goal-sub
{
  float: right;
  width: 210px;
}
.panel #login
{
  float: right;
  width: 210px;
  height: auto!important;
  min-height: 30px;
  height: 30px;
  color: #fff;
  margin-top:5px;
}
.panel #login a
{
  text-decoration: none;
  color: #FFCC00;
}
.panel #login input[type="text"], .panel #login input[type="password"]
{
  background-color: #FFCC00;
  border: none;
  width: 110px;
}
.panel #login input[type="submit"]{
  background-color: #FF1212;
  border: 1px solid #fff;
  color: #fff;
  width: 50px;
}
.panel #login #avatar
{
  float: left;
  width: 90px;
  height: auto!important;
  min-height: 50px;
  height: 50px;
  margin-top: 10px;
}
.panel #login #avatar img
{
  height: 90px;
  float: left;
}
.panel #login #menu
{
  float: left;
  width: 110px;
  height: 100px;
  margin-top: 10px;
}
.panel #login #menu span
{
  float: left;
  width: 100px;
  margin-left: 5px;
  font-size: 14px;
}
/*END HEADER DECLARATIONS*/

/*MIDDLE DECLARATIONS*/
.inner .middle{
  float: left;
  width: 748px;
  height: auto!important;
  min-height: 100px;
  iehght: 100px;
}
.middle #right-column{
  float: right;
  width: 440px;
  height: auto!important;
  min-height: 260px;
  height: 260px;
  margin-right:15px;
}
.middle #left-column{
  float: right;
  width: 275px;
  height: auto!important;
  min-height: 150px;
  height: 150px;
  margin-top: 200px;
}
.middle #pledge
{
  margin-top:16px;
  float: left;
}

.middle .heroes-list{
  float: left;
  margin-top:10px;
  width: auto!important;
  min-width: 10px;
  width: 10px;
  height: auto!important;
  min-height: 10px;
  height: 10px;
}

.heroes-list #heroes{
  float: left;
  width: 364px;
  margin-left: 10px;
  margin-top: 5px;
}
.heroes-list #heroes #head{
  float: left;
  width: 364px;
  height: 57px;
  background-image: url(../images/middle_heroes.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.heroes-list #heroes #body{
  float: left;
  width: 333px;
  padding: 10px;
  margin-left: 9px;
  height: auto!important;
  min-height: 100px;
  height: 100px;
  background: #fff;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.heroes-list #superheroes{
  float: left;
  width: 360px;
  margin-left: 5px;
}
.heroes-list #superheroes #head{
  float: left;
  width: 360px;
  height: 62px;
  background-image: url(../images/middle_superheroes.png);
  background-position: 1px left;
  background-repeat: no-repeat;
}
.heroes-list #superheroes #body{
  float: left;
  width: 334px;
  padding: 10px;
  margin-left: 4px;
  height: auto!important;
  min-height: 100px;
  height: 100px;
  background: #fff;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.heroes-list #institutional-heroes{
  float: left;
  width: 732px;
  margin-left: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.heroes-list #institutional-heroes #head{
  float: left;
  width: 732px;
  height: 45px;
  background-image: url(../images/middle_institutional_heroes.png);
  background-position: 1px left;
  background-repeat: no-repeat;
}
.heroes-list #institutional-heroes #body{
  float: left;
  width: 700px;
  padding: 10px;
  margin-left: 10px;
  height: auto!important;
  min-height: 100px;
  height: 100px;
  background: #fff;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.hero_box
{
  width: 333px;
  float: left;
  height: auto!important;
  min-height: 10px;
  height: 10px;
  border: 1px solid #000;
  margin-bottom: 5px;
}
.hero_box .avatar{
  float: left;
  width: 66px;
  padding-left: 6px;
  padding-top: 6px;
}
.hero_box .avatar img{
  float: left;
}
.hero_box .hero_info{
  float: left;
  padding: 10px;
  font-size: 12px;
  width: 240px;
  height: auto!important;
  min-height: 10px;
  height: 10px;
  border-left: 1px solid #000;
}
.hero_info .name{
  font-weight: 700;
  font-size: 13px;
}
.hero_info div{
  float: left;
  width: 100%;
  height: auto!important;
  min-height: 10px;
  height: 10px;
}

#reg_form{
  background-image: url(../images/reg_form_bg.png);
}
#faq_page{
  background-image: url(../images/middle_faqs-bg.png);
}
#getinvolved_page{
  background-image: url(../images/middle_get-involved-bg.png);
}
#aboutus_page{
  background-image: url(../images/middle_about-us-bg.png);
}
#contactus_page{
  background-image: url(../images/middle_contactus-bg.png);
}

.middle .profile {
  border: 2px solid #000;
  background-repeat: repeat;
  float: right;
  width: 436px;
  height: auto!important;
  min-height: 160px;
  height: 160px;
  -moz-border-radius: 1em;
  -border-radius: 1em;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
}
.profile #head{
  width: 436px;
  float: left;
  position: relative;
  height: auto!important;
  min-height: 33px;
  height: 33px;
}
.profile #head img{
  position: absolute;
  right: -15px;
  bottom: -5px;
}
.profile #body{
  float: left;
  padding:10px;
  margin-top: 10px;
  width: 426px;
  height: auto!important;
  min-height: 160px;
  height: 160px;
  position: relative;
}
.profile #body p{
  float: left;
  margin-top: 0px;
  text-align: justify;
  width: 415px;
}
/*Force no float for image-wrap*/
.aboutmembers p{
  float: none !important;
}
.aboutmembers .image{
  float:left;
  width: auto!important;
  min-width: 10px;
  width: 10px;
  height: auto!important;
  min-height: 10px;
  height: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.profile #body .page_info
{
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 5px;
  float: left;
  width: auto!important;
  min-width: 50px;
  width: 50px;
}
.profile #body .page_message
{
  text-decoration: underline;
  font-weight: 700;
  color: #FFCC00;
  margin-bottom: 5px;
  float: left;
  width: auto!important;
  min-width: 50px;
  width: 50px;
}
.profile #body #donate_now{
  position:absolute;
  right: 5px;
  top: 20px;
}
.profile #body .subtitle{
  font-family: "Comic Sans MS", Arial;
  font-size: 13px;
  font-weight: 700;
}
.profile #body .subtitle a{
  text-decoration: none;
  color: #563D1A;
}
.profile #body table tr th{
  text-align: left;
}
.profile #body table tr td{
  width: auto!important;
  min-width: 150px;
  width: 150px;
  margin: 0px;
  vertical-align: bottom;
}

#reg_form input[type="text"], #reg_form input[type="password"], #reg_form textarea{
  border: none;
  width:150px;
}
#reg_form select{
  border: none;
}

.boardmember{
  float: left;
  text-align: center;
  width: 140px;
  height: 170px;
}
/*END MIDDLE DECLARATIONS*/

/*FOOTER DECLARATIONS*/
.inner .footer{
  float: left;
  width: 798px;
  position: relative;
  height: 170px;
}
.footer #hero{
  position: absolute;
  bottom: -15px;
  left: 5px;
  width: 179px;
  height: 183px;
  background-image: url('../images/footer_donate.png');
  background-repeat: no-repeat;
}
.footer #topsi{
  position: absolute;
  bottom: -37px;
  left: 200px;
  width: 251px;
  height: 213px;
  background-image: url('../images/footer_topsi.png');
  background-repeat: no-repeat;
}
.footer #copyright{
  position: absolute;
  bottom: -41px;
  right: 29px;
  width: 282px;
  height: 211px;
  background-image: url('../images/footer_copyright.png');
  background-repeat: no-repeat;
}
/*END FOOTER DECLARATIONS*/