@charset "utf-8";

/* NOTE: THIS CSS PAGE AFFECTS: Programs Page and its sub-pages
 
   -Programs Page Branding Container
   -Programs 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
  
   
*/   
 
 /*-------------------------- PROGRAMS-BRANDING LOGO CONTAINER: BRANDING LOGO MAY DIFFER ON VARIOUS PAGES, HENCE ITS OWN ID*/

#programs-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);
}
 


 

/* --------------------------PROGRAMS MAIN NAVIGATION: MAIN NAVIGATION IS UNIQUE CAUSE ABOUT US TAB STAYS WHITE AT ALL TIMES */

.programs-main-navmenu-container {
	height: 45px;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position: relative;
	clear: both;
	float: none;
	background-image: url(../images/programs-navigation-background.gif);
}

.programs-main-navmenu-container ul {
	height: 55px;	   
	margin: 0px;
	padding: 0px;
	width: 910px;	
}


/*Controls Home Tab*/

.programs-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;
}	 

.programs-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;
}
	
 
.programs-main-navmenu-container-home a:hover {
 	color: #FFF;
	font-size: 18px;	 
 	
}




/*Controls About Us Tab*/

.programs-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;
}	 

.programs-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;
}
	
 
.programs-main-navmenu-container-aboutus a:hover {
 	color: #FFF;
	font-size: 18px;	 
 	

}



/*Controls Program Tab*/

.programs-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-white-tab.gif);
	background-repeat: no-repeat;
}	 

.programs-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: 19px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.programs-main-navmenu-container-programs a:hover {
	background-image: url(../images/program-white-tab.gif);
	background-repeat: no-repeat;	

}





/*Controls News and Evetns Tab*/

.programs-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;
}	 

.programs-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;
}
	
 
.programs-main-navmenu-container-news a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}





/*Controls How to Help Tab*/

.programs-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-red-tab.gif);
	background-repeat: no-repeat;
}	 

.programs-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: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;


}
	
.programs-main-navmenu-container-help a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}




/*Controls FAQs Tab*/

.programs-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;
}	 

.programs-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;
}
	
 
.programs-main-navmenu-container-faq a:hover {
  	color: #FFF;
	font-size: 18px;	 

}




/*Controls Contact Us Tab*/
.programs-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;
}	 

.programs-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;
}
	
 
.programs-main-navmenu-container-contactus a:hover {
  	color: #FFF;
	font-size: 18px;	 

}



/*--------------------------------PROGRAMS - MAINCONTENT WRAPPER --------------------------*/

#programs-maincontent-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	clear: both;
	float: none;
	background-image: url(../images/programs_muscles.gif);
	background-repeat: no-repeat;
}




/*--------------------------------PROGRAMS - MAINCONTENT COLUMN --------------------------*/
#programs-main-column {
	width: 490px;
	
	height: auto;
	margin-left: 0px;
	padding: 0px;
	clear: right;
	float:left;
}


 

 

/*------------------------------------------PROGRAMS MAINCONTENT COLUMN Box 1---*/ 

#programs-main-column-box1 {
	height: auto;
	width: 490px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	clear: right;
	float: left;
	margin-top: 15px;
 
}

#programs-main-column-box1 ul {
	text-indent: 0px;
	list-style-type: none;
	margin-top: 10px;
	width: 440px;
	padding-left: 25px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #333
}

 

#programs-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: 20px;
	list-style-position: outside;
	list-style-image: url(../images/bullets-1.gif);
	 
}


/*-----------------------------------COLUMN 2: DONATION BOX.ID CAUSE UNIQUE TO NEWS AND EVENTS PAGE-----*/

 
#programs-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;
}	 


#programs-column2 ul {
	text-indent: 0px;
	list-style-type: none;
	 
	 
}

#programs-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---------------------*/

#programs-apdiv-image1 {
	position:absolute;
	left:229px;
	top:1025px;
	width:200px;
	height:350px;
	z-index:1;
	margin-left: 50%;
}



