@charset "utf-8";

/* NOTE: THIS CSS PAGE AFFECTS: How To Help Page and its sub-pages
 
   -How To Help Page Branding Container
   -How To Help Page Main Navigtion
   -Main Content Wrapper for Home, About Us, Programs, News & Events, How to Help, FAQs, Contact Us et al
   -Main Content Information unique to this page
  
   
*/   
 

/*--------------------------HOW TO HELP-BRANDING LOGO CONTAINER: BRANDING LOGO MAY DIFFER ON VARIOUS PAGES, HENCE ITS OWN ID*/

#howtohelp-branding-container {
	height: 160px;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	padding: 0px;
	background-color: #FFF;
	clear: both;
	float: none;
	position: relative;
	background-image: url(../images/branding-logo1.jpg);
	background-repeat: no-repeat;
}




/* --------------------------HOW TO HELP MAIN NAVIGATION: MAIN NAVIGATION IS UNIQUE CAUSE ABOUT US TAB STAYS WHITE AT ALL TIMES */

.howtohelp-main-navmenu-container {
	height: 45px;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position: relative;
	clear: both;
	float: none;
	background-image: url(../images/howtohelp-navigation-background.gif);
}

.howtohelp-main-navmenu-container ul {
	height: 55px;	   /*there will be extra area for a background gradient fad*/
	margin: 0px;
	padding: 0px;
	width: 910px;	
}





/*Controls Home Tab*/

.howtohelp-main-navmenu-container-home {                   
	float: left;
	clear: right;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	width:108px;
	height: 35px;
	top: 5px;            
	padding: 0px;
	background-image: url(../images/home-red-tab.gif);
	background-repeat: no-repeat;
}	 

.howtohelp-main-navmenu-container-home a {
	width: 108px;
	height: 35px;
	display: block;	 /*this allows for the cursor/link to show in absence of text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.howtohelp-main-navmenu-container-home a:hover {
  	color: #FFF;
	font-size: 18px;	 
}




/*Controls About Us Tab*/

.howtohelp-main-navmenu-container-aboutus {                    
	float: left;
	clear: right;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	width:130px;
	height: 35px;
	top: 5px;            
	padding: 0px;
	background-image: url(../images/aboutus-red-tab.gif);
	background-repeat: no-repeat;
}	 

.howtohelp-main-navmenu-container-aboutus a {
	width: 130px;
	height: 35px;
	display: block;	 /*this allows for the cursor/link to show in absence of text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.howtohelp-main-navmenu-container-aboutus a:hover {
  	color: #FFF;
	font-size: 18px;	 
	

}



/*Controls Program Tab*/

.howtohelp-main-navmenu-container-programs {                    
	float: left;
	clear: right;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	width:130px;
	height: 45px;
	top: 5px;                           
	padding: 0px;
	background-image: url(../images/program-red-tab.gif);
	background-repeat: no-repeat;
}	 

.howtohelp-main-navmenu-container-programs a {
	width: 130px;
	height: 30px;
	display: block;	  /*this allows for the cursor/link to show in absence of text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.howtohelp-main-navmenu-container-programs a:hover {
  	color: #FFF;
	font-size: 18px;	 


}





/*Controls News and Evetns Tab*/

.howtohelp-main-navmenu-container-news {                    
	float: left;
	clear: right;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	width:184px;
	height: 45px;
	top: 5px;           
	padding: 0px;
	background-image: url(../images/news-red-tab.gif);
	background-repeat: no-repeat;
}	 

.howtohelp-main-navmenu-container-news a {
	width: 184px;
	height: 45px;
	display: block;	  /*this allows for the cursor/link to show in absence of text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.howtohelp-main-navmenu-container-news a:hover {
  	color: #FFF;
	font-size: 18px;	 

}





/*Controls How to Help Tab*/

.howtohelp-main-navmenu-container-help {                    
	float: left;
	clear: right;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	width:160px;
	height: 45px;
	top: 5px;            
	padding: 0px;
	background-image: url(../images/help-white-tab.gif);
	background-repeat: no-repeat;
}	 

.howtohelp-main-navmenu-container-help a {
	width: 160px;
	height: 45px;
	display: block;	  /*this allows for the cursor/link to show in absence of text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
	
.howtohelp-main-navmenu-container-help a:hover {
	background-image: url(../images/help-white-tab.gif);
	background-repeat: no-repeat;
}




/*Controls FAQs Tab*/

.howtohelp-main-navmenu-container-faq {                     
	float: left;
	clear: right;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	width:78px;
	height: 45px;
	top: 5px;            
	padding: 0px;
	background-image: url(../images/faqs-red-tab.gif);
	background-repeat: no-repeat;
}	 

.howtohelp-main-navmenu-container-faq a {
	width: 78px;
	height: 45px;
	display: block;	  /*this allows for the cursor/link to show in absence of text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.howtohelp-main-navmenu-container-faq a:hover {
  	color: #FFF;
	font-size: 18px;	 

}




/*Controls Contact Us Tab*/
.howtohelp-main-navmenu-container-contactus {                  
	float: left;
	clear: right;
	list-style-type: none;
	text-decoration: none;
	position: relative;
	text-align: center;
	width:120px;
	height: 45px;
	top: 5px;            
	padding: 0px;
	background-image: url(../images/contactus-red-tab.gif);
	background-repeat: no-repeat;
}	 

.howtohelp-main-navmenu-container-contactus a {
	width: 120px;
	height: 45px;
	display: block;	  /*this allows for the cursor/link to show in absence of text*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.howtohelp-main-navmenu-container-contactus a:hover {
  	color: #FFF;
	font-size: 18px;	 

}

/*-----------------------------------HOWTOHELP MAINCONTENT WRAPPER: COMMON TO ALL PAGES */

#howtohelp-maincontent-wrapper  {
	height: auto;
	width: 910px;
	background-color: #FFFFFF;
	margin-left: 50%;
	left:-455px;
	position:relative;
	clear: both;
	float: none;
       background-image: url(../images/howtohelp-maincontent-wrapper.jpg);
	background-repeat: no-repeat;

}











/*--------------------------------HOW TO HELP - MAINCONTENT COLUMN --------------------------*/
#howtohelp-main-column {
	width: 490px;
	height: auto;
	margin-left: 0px;
	padding: 0px;
	clear: right;
	float:left;
}


 

 

/*------------------------------------------HOW TO HELP MAINCONTENT COLUMN Box 1---*/ 

#howtohelp-main-column-box1 {
	height: auto;
	width: 490px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	clear: right;
	float: left;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#howtohelp-main-column-box1 ul {
	text-indent: 0px;
	list-style-type: none;
	margin-top: 15px;
	width: 440px;
	padding-left: 25px;	 
}

 

#howtohelp-main-column-box1 ul li {
	margin-top: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EBE9ED;
	padding-bottom: 25px;
	list-style-position: outside;
	list-style-image: url(../images/bullets-1.gif);
	 
}


/*-----------------------------------COLUMN 2: DONATION BOX.ID CAUSE UNIQUE TO HOW TO HELP PAGE-----*/

 
#howtohelp-column2{
	height: auto;
	width: 180px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	float: right;
	background-color: #FFF;
	margin-right: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #E5053A;
}	 


#howtohelp-column2 ul {
	text-indent: 0px;
	list-style-type: none;
	 
	 
}

#howtohelp-column2 ul li {
	margin-top: 0px;
	margin-left: 15px;    
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 10px;
	color: #333;
	margin-right: 10px;
}

 



/*---------------------------------SPECIAL CASE CSS: HOW TO HELP PAGE ---------------------*/

#howtohelp-apdiv-image1 {
	position:absolute;
	left:229px;
	top:1015px;
	width:200px;
	height:350px;
	z-index:2;
	margin-left: 50%;
}




/*----------------------------------VOLUNTEER PAGE: MAIN CONTENT WRAPPER---*/

#volunteer-maincontent-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	background-image: url(../images/volunteer-wrapper-bg.jpg);
 
}
/*------------------------------------------------------VOLUNTEER SIDE NAV MENU---*/


#volunteer-sidenav {
	height: auto;
	width: 190px;
	margin-left: 10px;
	text-align: left;
	margin-top: 0px;
	float: left;
 	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	 


#volunteer-sidenav ul {
	text-indent: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}


#volunteer-sidenav ul li {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	width: 150px;
}


#volunteer-sidenav ul li a:link {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}


#volunteer-sidenav ul li a:active {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	 

}

#volunteer-sidenav ul li a:visited {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	 
}



/*--------------------------------VOLUNTEER PAGE - MAINCONTENT COLUMN --------------------------*/
#volunteer-main-column {
	width: 490px;
	height: auto;
	margin-left: 0px;
	padding: 0px;
	clear: right;
	float:left;
}


/*-------------------------------VOLUNTEER PAGE: TABLE CSS -----------------*/

#table-volunteer  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#table-volunteer tr td {
	vertical-align: top;
	padding-bottom: 5px;	 
}


/*-------------------------------PRIVACY PAGE CSS ONLY--------------------*/


#privacy-maincontent-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	background-image: url(../images/privacy-wrapper-bg.jpg);
       background-repeat: no-repeat;
       background-color: #FFF;
 
}





#privacypage-margin   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
       padding-left: 20px;


}

#privacypage-margin ul   {
       margin: 0px;
}


#privacypage-margin ul li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
       list-style-image: none;
	list-style-type: disc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
      
}

/*------------------------------------------------DONATION PAGE CSS ONLY ---------*/


/*DONATIONS MAINCONTENT WRAPPER*/

#donations-maincontent-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	background-image: url(../images/donations-maincontent-wrapper.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
 
}


/*--TABLE CSS--*/

#donation-table td  {
	padding: 3px;
	width: 100px;	
}


/*---------------------------------INKINDGIFTS PAGE SPECIAL CASE CSS---------------------*/

#inkindgifts-apdiv-image1 {
	position:absolute;
	left:229px;
	top:995px;
	width:200px;
	height:350px;
	z-index:2;
	margin-left: 50%;
}



/*------------------------------------------------SPONSORS PROGRAMS PAGE CSS ONLY ---------*/


/*SPONSOR PROGRAMS MAINCONTENT WRAPPER*/

#sponsorprograms-maincontent-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	background-image: url(../images/sponsorprograms-maincontent-wrapper.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
 
}


/*----------------------------------DONATION THANK YOU PAGE CSS */ 


/*MAIN CONTENT WRAPPER---*/

#thankyou-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	background-image: url(../images/thankyoubackground.jpg);
 
}
