@charset "utf-8";

/* NOTE: THIS CSS PAGE AFFECTS: Home Page, Photogallery
 
   -Home Page Branding Container
   -Home Page Main Navigtion
   -Main Content Wrapper for Home, About Us, Programs, News & Events, How to Help, FAQs, Contact Us et al
   -Flash Slide Show Container
   -Main Content Columns
  
   
*/   

 

/*--------------------------HOME-BRANDING LOGO CONTAINER: BRANDING LOGO MAY DIFFER ON VARIOUS PAGES, HENCE ITS OWN ID*/

#home-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: repeat;
}



/* --------------------------MAIN NAVIGATION: MAIN NAVIGATION IS UNIQUE CAUSE HOME TAB STAYS WHITE AT ALL TIMES */

.home-main-navmenu-container {
	height: 45px;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position: relative;
	clear: both;
	float: none;
	background-image: url(../images/home-navigation-background.gif);
}

.home-main-navmenu-container ul {
	height: auto;	   /*there will be extra area for a background gradient fad*/
	margin: 0px;
	padding: 0px;
	width: 910px;	
}





/*Controls Home Tab*/

.home-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-white-tab.gif);
	background-repeat: no-repeat;
}	 

.home-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: 19px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/home-white-tab.gif);
	background-repeat: no-repeat;
}
	
 
.home-main-navmenu-container-home a:hover { 

  
	background-image: url(../images/home-white-tab.gif);
	background-repeat: no-repeat;
}




/*Controls About Us Tab*/

.home-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;
}	 

.home-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;
}
	
 
.home-main-navmenu-container-aboutus a:hover { 

 	color: #FFF;
	font-size: 18px;	 
 

}



/*Controls Program Tab*/

.home-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;
}	 

.home-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;
}
	
 
.home-main-navmenu-container-programs a:hover {
 	color: #FFF;
	font-size: 18px;	 
 

}





/*Controls News and Evetns Tab*/

.home-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;
}	 

.home-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;
}
	
 
.home-main-navmenu-container-news a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}





/*Controls How to Help Tab*/

.home-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;
}	 

.home-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;


}
	
.home-main-navmenu-container-help a:hover {
  	color: #FFF;
	font-size: 18px;	 

}




/*Controls FAQs Tab*/

.home-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;
}	 

.home-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;
}
	
 
.home-main-navmenu-container-faq a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}




/*Controls Contact Us Tab*/
.home-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;
}	 

.home-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;
}
	
 
.home-main-navmenu-container-contactus a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}








/*-----------------------------------MAINCONTENT WRAPPER: UNIQUE TO ALL PAGES */

#home-maincontent-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	clear: both;
	float: none;
	background-image: url(../images/home-wrapper-background.jpg);
}


/*--------------------------------HOME-MAINCONTENT COLUMN 1--------------------------*/
#home-maincontent-column1 {
	width: 675px;
	height: auto;
	margin-left: 20px;
	padding: 0px;
	clear: right;
	float:left;
	
}




/*----------------------------- MAINCONTENT COLUMN 1 CONTAINER 1 (FEATURE BOX)-------------------------*/

#home-column1-container1 {
	width: 667px;
	height: auto;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	
}

#home-column1-container1 p {                          /*------this is for text in the intro box only of the home page---*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	height: auto;
	width: 490px;
	text-align: left;
	margin-left: 10px;
	text-indent: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	clear: right;
	color: #333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

 


/*-----------------------------MAINCONTENT COLUMN 1 CONTAINER2: CONTAINS MAIN HOME PAGE CONTENT---*/

#home-column1-container2 {
	width: 667px;
	height: auto;
	margin-left: 0px;
	padding: 0px;
	float: left;
	clear:right;
 	}

/*------------------------------------------MAINCONTENT COLUMN 1 CONTAINER2 BOX 1--POUR PROGRAMS COLUMN---*/ 

#home-column1-container2-box1 {
	height: 895px;
	width: 215px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	clear: right;
	float: left;
	margin-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#home-column1-container2-box1 ul {
	text-indent: 0px;
	list-style-type: none;
	margin-top: 15px;
    width: 165px;
}

 
#home-column1-container2-box1 ul li {
	margin-top: 15px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #EBE9ED;
	height: auto;
	width: 185px;
	padding-bottom: 25px;
	color: #333;
}	




/*----------------------------------------MAINCONTENT COLUMN 1 CONTAINER2 BOX 2---NEWS & EVENTS-*/

#home-column1-container2-box2  {
	height: 775px;
	width: 215px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 15px;
	clear: right;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 10px;
}


#home-column1-container2-box2 ul {
	text-indent: 0px;
	list-style-type: none;
	margin-top: 15px;
    width: 165px;
}


#home-column1-container2-box2 ul li {
	margin-top: 15px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #EBE9ED;
	height: auto;
	width: 185px;
	color: #333;
	padding-bottom: 25px;
}	

 




/*----------------------------------------CMAINCONTENT COLUMN 1 CONTAINER2 BOX 3--HOW TO HELP---*/


#home-column1-container2-box3 {
	height: auto;
	width: 215px;
	margin-left: 0px;
	text-align: left;
	margin-top: 15px;
	clear: right;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/background-donationbox.jpg);
	background-repeat: no-repeat;
}	 

#home-column1-container2-box3 ul {
	text-indent: 0px;
	list-style-type: none;
	margin-top:15px;
	margin-right: 20px;
	
}


#home-column1-container2-box3 ul li {
	margin-top: 15px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #EBE9ED;
	font-size: 0.9em;
	height: auto;
	width: 200px;
	padding-top: 0px;
	color: #333;
	padding-bottom: 25px;
	
}

 




 




/*-------------------------------------------------- HOME-MAINCONTENT COLUMN2/ THIS CONTAINS THE DONATION BOX AND MISC----*/

#home-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;
}	 


#home-column2 ul {
	text-indent: 0px;
	list-style-type: none;
	 
	 
}

#home-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;
}


 

/* ------------------------------       Embellishing CSS   */ 

#home-apDiv-image1 {
	position:absolute;
	left:210px;
	top:1210px;
	width:219px;
	height:90px;
	z-index:1;
	margin-left: 50%;
}

#home-apDiv-espanoltab {
	position:absolute;
	left:105px;
	top:690px;
	width:75px;
	height:230px;
	z-index:2;
	margin-left: 50%;
} 
