@charset "utf-8";

/* NOTE: THIS CSS PAGE AFFECTS: Contact Us and its sub-pages
 
   -Contact Us Page Branding Container
   -Contact Us 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
  
   
*/   




/*--------------------------CONTACT US-BRANDING LOGO CONTAINER: BRANDING LOGO MAY DIFFER ON VARIOUS PAGES, HENCE ITS OWN ID*/

#contactus-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;
}




/* --------------------------CONTACT US MAIN NAVIGATION: MAIN NAVIGATION IS UNIQUE CAUSE ABOUT US TAB STAYS WHITE AT ALL TIMES */

.contactus-main-navmenu-container {
	height: 45px;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position: relative;
	clear: both;
	float: none;
	background-image: url(../images/contactus-navigation-background.gif);
}

.contactus-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*/

.contactus-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;
}	 

.contactus-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;
}
	
 
.contactus-main-navmenu-container-home a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}




/*Controls About Us Tab*/

.contactus-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;
}	 

.contactus-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;
}
	
 
.contactus-main-navmenu-container-aboutus a:hover {
 	color: #FFF;
	font-size: 18px;	 
 

}



/*Controls Program Tab*/

.contactus-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;
}	 

.contactus-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;
}
	
 
.contactus-main-navmenu-container-programs a:hover {
  	color: #FFF;
	font-size: 18px;	 
	

}





/*Controls News and Evetns Tab*/

.contactus-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;
}	 

.contactus-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;
}
	
 
.contactus-main-navmenu-container-news a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}





/*Controls How to Help Tab*/

.contactus-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;
}	 

.contactus-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;
}
	
.contactus-main-navmenu-container-help a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}




/*Controls FAQs Tab*/

.contactus-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;
}	 

.contactus-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;
}
	
 
.contactus-main-navmenu-container-faq a:hover {
 	color: #FFF;
	font-size: 18px;	 
 
}




/*Controls Contact Us Tab*/
.contactus-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-white-tab.gif);
	background-repeat: no-repeat;
}	 

.contactus-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: 19px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
 
.contactus-main-navmenu-container-contactus a:hover {
	background-image: url(../images/contactus-white-tab.gif);
	background-repeat: no-repeat;
}

/*-----------------------------------MAINCONTENT WRAPPER: COMMON TO ALL PAGES */

#contactus-maincontent-wrapper  {
	height: auto;
	width: 910px;
	margin-left: 50%;
	left:-455px;
	position:relative;
	clear: both;
	float: none;
	background-image: url(../images/notepade-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/*------------------------------------------------------SIDE NAV MENU---*/


#contactus-sidenav {
	height: auto;
	width: 190px;
	margin-left: 10px;
	text-align: left;
	margin-top: 0px;
	float: left;
	border: thin none #666666;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	 


#contactus-sidenav ul {
	text-indent: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}


#contactus-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;
}


#contactus-sidenav ul li a:link {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}


#contactus-sidenav ul li a:active {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	 

}

#contactus-sidenav ul li a:visited {
	color:#E5053A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	 
}


/*--------------------------------CONTACT US - MAINCONTENT COLUMN --------------------------*/
#contactus-main-column {
	width: 490px;
	height: auto;
	margin-left: 0px;
	padding: 0px;
	clear: right;
	float:left;
	 
}


 

 

/*------------------------------------------HOW TO HELP MAINCONTENT COLUMN Box 1---*/ 

#contactus-main-column-box1 {
	height: auto;
	width: 490px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	clear: right;
	float: left;
	margin-top: 10px;
	
}

#contactus-main-column-box1 ul {
	text-indent: 0px;
	list-style-type: none;
	margin-top: 25px;
	width: 440px;
	padding-left: 25px;	
	 
}

 

#contactus-main-column-box1 ul li {
	margin-top: 40px;
	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 CONTACTUS PAGE-----*/

 
#contactus-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;
}	 


#contactus-column2 ul {
	text-indent: 0px;
	list-style-type: none;
	 
	 
}

#contactus-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: EMBELLISHER--------------------*/


#contactus-apdiv-image1 {
	position:absolute;
	left:230px;
	top:1010px;
	width:165px;
	height:588px;
	z-index:7;
	margin-left: 50%;
}


/*--------------------SPECIAL CASE CSS: TABLE--------------------------*/
#contactus-table {
	padding: 10px;
	height: 400px;
	width: 400px;
	margin-left: 50px;
}


#contactus-table td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 12px;
	text-align: left;
	width:400px;
}


#myname  {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	height: 35px;
	background-image: url(../images/image-replace-myname.png);
	background-repeat: no-repeat;
}



#myemail-address  {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	height: 35px;
	background-image: url(../images/image-replace-myemail-address.png);
	background-repeat: no-repeat;
}


#myphone-number  {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	height: 35px;
	background-image: url(../images/image-replace-myphone-number.png);
	background-repeat: no-repeat;
}


#myquestions-comments  {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: -9999px;
	height: 35px;
	background-image: url(../images/image-replace-questions-comments.png);
	background-repeat: no-repeat;
}















