﻿
#footerPanel .interpretingServicesLink
{
	width:108px;
	height:72px;
	background-image:url(../../media/template/interpretingServicesLogo.gif);
	background-repeat:no-repeat;
	display:inline-block;
	color:White;
	font-family: tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;	
	/* adjust spacing for link */
	margin-top:5px;
	margin-left:10px;
	
	/* adjust spacing for text alignmenent */
	padding-top:14px;
	padding-left:78px;
	float:left;
}


#footerPanel .interpretingServicesLink:hover
{
	color:#f0b646; /* orange */
}

#footerPanel .interpretingLanguageButtons
{
	display:inline-block;
	float:left;
	margin-left:20px;
	margin-top:5px;
}

#footerPanel .interpretingLanguageButtons .greek
{
	background-image:url(../../media/template/interpreting_greek.gif);
	background-repeat:no-repeat;	
	width:73px;
	height:17px;
	display:inline-block;
}

/* Remove as link 
#footerPanel .interpretingLanguageButtons .xgreek:hover
{
	background-image:url(../../media/template/interpreting_greek_over.gif);	
}
*/

#footerPanel .interpretingLanguageButtons .arabic
{
	background-image:url(../../media/template/interpreting_arabic.gif);
	background-repeat:no-repeat;	
	width:70px;
	height:21px;
	display:inline-block;
}

/* Remove as link
#footerPanel .interpretingLanguageButtons .arabic:hover
{
	background-image:url(../../media/template/interpreting_arabic_over.gif);
}
*/

#footerPanel .interpretingLanguageButtons .burmese
{
	background-image:url(../../media/template/interpreting_burmese.gif);
	background-repeat:no-repeat;	
	width:70px;
	height:23px;
	display:inline-block;
}

/* Remove as link
#footerPanel .interpretingLanguageButtons .burmese:hover
{
	background-image:url(../../media/template/interpreting_burmese_over.gif);
}
*/

#footerPanel .interpretingLanguageButtons .nuer
{
	background-image:url(../../media/template/interpreting_nuer.gif);
	background-repeat:no-repeat;	
	width:90px;
	height:17px;
	display:inline-block;
}

/* Remove as link
#footerPanel .interpretingLanguageButtons .nuer:hover
{
	background-image:url(../../media/template/interpreting_nuer_over.gif);
}
*/

#footerPanel .interpretingLanguageButtons .russian
{
	background-image:url(../../media/template/interpreting_russian.gif);
	background-repeat:no-repeat;	
	width:90px;
	height:21px;
	display:inline-block;
}

/* Remove as link
#footerPanel .interpretingLanguageButtons .russian:hover
{
	background-image:url(../../media/template/interpreting_russian_over.gif);
}
*/

#footerPanel .interpretingLanguageButtons .chinese
{
	background-image:url(../../media/template/interpreting_tchinese.gif);
	background-repeat:no-repeat;	
	width:90px;
	height:23px;
	display:inline-block;
}

/* Remove as link
#footerPanel .interpretingLanguageButtons .chinese:hover
{
	background-image:url(../../media/template/interpreting_tchinese_over.gif);
}
*/


#footerPanel .address
{
	padding-top:0px;
	padding-right:8px;	
	color:White;
	font-size:11px;
	line-height:16px;
	text-align:right;
	float:right;
	overflow: hidden;
	width: 235px;
}

#footerPanel .address a
{
    color: #FFFFFF;
}

.sendUsFeedbackBtn, .sendUsFeedbackBtn:hover
{
	background-repeat:no-repeat;
	height: 36px;
	width: 166px;
	display:block;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 0 0 37px;
	margin: 0 0 7px 0;
	float: right;
	text-align: left;
}

.sendUsFeedbackBtn, .sendUsFeedbackBtn:hover { background-image:url(../../media/template/feedback-button-blue.gif); }

.sendUsFeedbackBtn:hover
{	
	background-position: -203px 0px;
}

#footerPanel .buttons
{
	float:right;
	
}

#footerPanel .buttons .last
{
	padding-bottom:0px;
}


#footerPanel .buttons .volunteerWithUsBtn, #footerPanel .buttons .volunteerWithUsBtn:hover
{
	background-image:url(../../media/template/volunteerWithUsBtn.gif);
	background-repeat:no-repeat;	
	height:37px;
	width:203px;
	display:block;
	padding-bottom:7px;
}

.donateNowBtnWhite, .donateNowBtnWhite:hover,
.donateNowBtn, .donateNowBtn:hover
{
	background-repeat:no-repeat;
	height: 25px;
	width: 166px;
	display:block;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 13px 0 0 37px;
	margin: 0 0 7px 0;
}

.donateNowBtn, .donateNowBtn:hover { background-image:url(../../media/template/donate-button-blue.gif); }
.donateNowBtnWhite, .donateNowBtnWhite:hover { background-image: url(../../media/template/donate-button-white.gif); }

#footerPanel .buttons .volunteerWithUsBtn:hover
{
	background-position: -203px 0px;
}

.donateNowBtn:hover, .donateNowBtnWhite:hover
{	
	background-position: -203px 0px;
}

#footerMenuPanel ul
{	
	display:block;
	clear:both;
	list-style-image:none;
	padding:0px;
	margin:0px;
	padding-bottom:6px;
	margin-left:10px;
}

#footerMenuPanel li
{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	
}

#footerMenuPanel li a
{
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	line-height:12px;	
	color: Gray;
	padding:0px;
	padding-left:10px;
	padding-right:10px;	
	background-image:url(../../media/template/footerMenuSep.gif);
	background-position:right center;	
	background-repeat:no-repeat;
}

#footerMenuPanel li a.lastItem
{
	border-right:none;
}

#footerMenuPanel li a:hover
{
	color:Black;
}

#quickLinks
{
	padding-bottom:20px;
}

* html #quickLinks
{
	position:static;
}

.quickLinks ul
{
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}

#quickLinks li
{
	padding-bottom:6px;
	overflow:hidden;	
}

#quickLinks li.last
{
	padding-bottom:0px;
}

#quickLinks li a
{
	width:184px;
	height:31px; /* 44px adjusted for padding */
	background-image:url(../../media/buttons/quickLinkBtn.gif);
	background-repeat:no-repeat;
	background-position:0px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	font-weight:700;
	display:block;
	padding-top:13px;		
	padding-left:10px;
}

#quickLinks li a:hover
{
	background-position:-194px;
	color:#8eca00;
}


/* Buttons */

a.moreLink
{
	margin:0px;
	padding:0px;
	width:93px;
	height:22px;
	background-image:url(../../media/buttons/moreInfo.gif);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;	
}

a.moreLink .text
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color: white;
	text-transform:uppercase;
	text-decoration:none;
	width:100%;
	text-align:center;
	display:inline-block;
}


a.moreLink:hover
{
	background-position:-93px;
}


/* Read More Button */

a.readMore
{
	font-family:Trebuchet MS, tahoma, Geneva, sans-serif; 
	color:#6bb600;
	font-size:10px;
	/*text-transform:uppercase;*/
	background-image:url(../../media/template/readMoreArrow.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	padding-right:20px;	
	display:inline-block;
	padding-bottom:1px;
}


a:hover.readMore
{
	text-decoration:underline;
}


/* */

a.serviceDirectory
{
	margin:0px;
	padding:0px;
	width:273px;
	height:38px;
	background-image:url(../../media/buttons/serviceDirectory.gif);
	background-repeat:no-repeat;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}

a.serviceDirectory .text
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	color: white;
	text-transform:uppercase;
	text-decoration:none;
	width:223;  /* 273px - 50px */
	padding-left:50px;
	vertical-align:middle;
	display:inline-block;	
}

a.serviceDirectory:hover
{
	background-position:-273px;
	text-decoration:none;
}

/* */


.locationQuickLinks a.openingHours,
.locationQuickLinks a.parking,
.locationQuickLinks a.facilities
{
	margin-right:1px;
	margin-left:0px;
	margin-bottom:15px;
	padding:0px;
	width:169px;
	height:38px;	
	background-repeat:no-repeat;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}

.locationQuickLinks a.last
{
	margin-right:0px;
}


.locationQuickLinks a.openingHours:hover,
.locationQuickLinks a.parking:hover,
.locationQuickLinks a.facilities:hover
{
	background-position:-169px;
	text-decoration:none;
}


.locationQuickLinks a.openingHours
{
	background-image:url(../../media/buttons/openingHours.gif);
}

.locationQuickLinks a.parking
{
	background-image:url(../../media/buttons/parking.gif);
}

.locationQuickLinks a.facilities
{
	background-image:url(../../media/buttons/facilities.gif);
}
