
/*--------------------------------------------------------------------------------------------------
	1. Global
--------------------------------------------------------------------------------------------------*/

body
{
    text-align: center;
    background: #603912;
}

.doc_body
{
    background-color: #ffffff;
    width: 873px;
    margin-top: 20px;
    padding: 5px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------------------------------------------
	2. Header
--------------------------------------------------------------------------------------------------*/

div.header
{
    background-color: #01aef0;
    padding: 6px;
    height: 159px;
    width: 860px;
}
div.logo
{
    float: left;
}

.social_networks
{
  float:right;
  width:285px;
  margin-top:10px;
  /*border:1px solid red;*/
}

.social_networks img
{
  float:left;
  margin-bottom:10px;
  margin-left:5px;
}

.social_networks .toplinetext
{
 text-align:center;
 margin-left:20px;
}

.signupfornewsletter
{
  float:right;
  width:280px;
  margin-top:10px;
  text-align:right;
   /*border:1px solid red;*/
}

/*--------------------------------------------------------------------------------------------------
	3. Navigation Level
--------------------------------------------------------------------------------------------------*/

div.navigationwrapper
{
    width: auto; /*background: #f8f8d6;*/
    clear: both;
    height: 34px;
    border-top: solid 6px #ffffff;
}
div.navigationwrapper ul
{
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div.navigationwrapper li
{
    float: left;
    width: 97px;
    height: 33px;
}
div.navigationwrapper li a
{
    display: block;
    width: 97px;
    height: 33px;
}
li.nav_item
{
    background: url(../Images/btn_primary_nav.jpg);
    width: 97px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
li.nav_item a
{
    width: 97px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

li.nav_donate
{
    background: url(../Images/btn_Donate.jpg);
    width: 97px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
li.nav_donate a
{
    width: 97px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}



/*--------------------------------------------------------------------------------------------------
	4. Main Content Level
--------------------------------------------------------------------------------------------------*/


.content_td
{
    background-color: #efe7d0;
    min-height: 450px;
    width: 700px;
    /*border: 1px solid #CC00FF;*/
}
.content_right_edge
{
    background: url(../Images/content_right_edge.png);
    background-position: right;
    background-repeat: repeat-y;
    width: 10px; 
    /*border:1px solid red;*/
}

/*
div.maincontent
{
    width: auto;
    padding: 10px;
    background: #fbfc8e;
    min-height: 200px;
}
*/

div.subnavigationwrapper
{
    width: 180px;
    float: left;
    background: #d63137;
    padding:0px 15px 15px 15px;
    margin-left:5px;
    margin-top:20px;
}
div.subnavigationwrapper div.subnavigation
{
    /*width: auto;*/
    background: #d63137;
    padding: 6px; 
    /*min-height:100px;*/
   /* text-align: right;*/
    color: #ffffff;
}
div.subnavigationwrapper div.subnavigation ul
{
    list-style: none;
    list-style-type: none;
    margin: 0px;
    /*text-align: right;*/
}
div.subnavigationwrapper div.subnavigation li
{
    margin-bottom: 20px;
    color: #ffffff;
    /*text-align: right;*/
    font-weight: bold;
    font-size: 13px;
}

div.subnavigationwrapper div.subnavigation a
{
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}
/* PAGE TITLES*/
div.subnavigationwrapper h4
{
    color: #000000;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 4px;
    margin-top: 10px;
    
    
}
div.subpagecontent
{
    width: 600px;
    float: left; 
    margin-left:10px;
    /*margin-right: 
    10px; margin-top:20px;*/
    color: #855c1f;
    text-align: left;
    font-size: 12px;
    padding: 5px 10px 10px 10px;
    line-height: 18px;
    /*border:1px solid green;*/
}

div.subpagecontent a
{
    color: #855c1f;
    text-align: left;
    font-size: 12px;
}

div.subpagecontent p
{
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

div.subpagecontent h3
{
    width: 620px;
    float: right;
    margin-right: 10px;
    color: #855c1f;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

div.subpagecontent img
{
    border: 1px gray solid;
}

div.subpagecontent li
{
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

div.subpagecontent h1
{
    width: auto;
    color: #402001;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
}

/*--------------------------------------------------------------------------------------------------
	6. Footer
--------------------------------------------------------------------------------------------------*/

div.footer
{
    float: left;
    color: #000;
    padding: 10px 10px 5px 10px;
    height: 100px;
    background: url(../Images/footer_bg.png);
    background-repeat: no-repeat;
    width: 860px;
    margin-top: -115px;
    margin-left: 2px;
    
     /*    border:1px solid red;*/
}

.footer_td
{
    padding: 0px;
    margin: 0px;
    height: 100px;
    background-color: #efe7d0;
}
div.footer a
{
    color: #402001;
}
div.footer div.footerleft
{
    width: 45%;
    text-align: left;
    float: left;
    line-height: 14px;
    padding: 5px;
    margin-left: 10px;
}
div.footer div.footerleft strong
{
    padding-bottom: 4px;
    font-size: 14px;
}
div.footer div.footerright
{
    width: 45%;
    text-align: right;
    float: right;
    padding: 10px;
    margin-right: 10px;
}



#InLineNews
{
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 430px;
    overflow: hidden;
    color: #402001;
    line-height: 18px;
    font-size: 14px;
    max-height: 150px;
}

#InLineNews a
{
    color: #855c1f;
}

fieldset
{
    border: 1px solid gray;
    padding: 5px;
    width: 95%;
    margin-left: 10px;
}

legend
{
    font-weight: bold;
}



.ShoppingCartHeader
{
    font-weight: bold;
}


.borderit
{
    border: solid 1px #402001;
}



div.homeleveltwo
{
    clear: both;
    padding:20px 0px 0px 10px;
    
}

.slideshowholder
{
 width:415px;
 height:244px;
 vertical-align:top;
  
 /*border:1px solid #000000;*/

}
.slidesnavigation
{
   float:right;
   height:25px;
   margin-top:-45px;
   width:305px;
   margin-right:20px;
   position:relative;
   z-index:99;
  /*border:1px solid green;*/
}

.featured_products
{
    height: 155px;
    width: 670px;
    background: url(../Images/featured_products_bg.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}

.featured_products_inner
{
    float:left;
    height:102px;
    margin-top:45px;
    margin-left:5px;
    width:645px;
    overflow:hidden;
   /* border:1px solid #000;*/
}


.featured_products_inner img
{
    float:left;
    height:100px;
    width:100px;
    border:1px solid #603912;
    margin-left:25px;
    
}

.volunteer_form
{
    border:1px solid #603912;
    padding:5px;
    margin-top:15px;
    
}
.volunteer_form .fullwidth
{
    width:100%;
}


.volunteer_form table
{
    margin-bottom:20px;
    
}

.volunteer_form table td 
{
    padding:5px;
    
}

.volunteer_form caption
{
    font-weight:bold;
    font-size:16px;
}
.volunteer_form .field_label
{
    font-weight:bold;
    width:100%;
    color:#000;
}