@charset "utf-8";
/* CSS Document */

/**FOOTER**/

footer {
	font-family:  Helvetica, Arial, sans-serif;
	overflow:auto;
	padding:20px 0 0;
	background: #670005;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.32, #890d19),
    color-stop(0.87, #670005)
);
	background-image: -moz-linear-gradient(
    center bottom,
    #890d19 32%,
    #670005 87%
);
	color: #FFF;
}
footer .row {
		max-width:1140px;
	margin:0 auto;
	}
footer .sideBars {
	border-right:solid 1px #914a4e;
	border-left:solid 1px #914a4e;
	min-height: 410px;
	}
footer .sideBars .footerHeading, footer .sideBars p {
	margin-left: 10px;
	margin-right: 10px;	
	}	
.footerHeading {
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	font-family: "Century Gothic", Arial;
	margin-bottom: 5px;
}
footer .quickLinksBox {
	display:block;
	max-width: 43%;
	overflow: visible;
	float: left;
	background: url(ua_seal.png) no-repeat center top;
	}
footer .quickLinksBox .quickLinksList {
	padding: 10px;
	float: left;
	max-width: 42.5%;
	min-width:200px;
	min-height: 360px;
	margin: 5px 10px 5px 5px;
	background: rgba(101, 2, 2, .5);
	 box-shadow: 0 0 5px rgba(145, 74, 78, .5);
    -webkit-box-shadow: 0 0 5px rgba(145, 74, 78, .5); 
    -moz-box-shadow: 0 0 5px rgba(145, 74, 78, .5);
}
footer .newsEvents {
	margin: 5px 10px 0 0;
	padding-top:10px;
	max-width: 34%;
	float: left;
	}
.newsEvents ul {
	margin: 0 10px 20px 10px;
}
footer ul li a , .newsEvents ul a {
		text-decoration:none;
}
footer ul li a:hover , .newsEvents ul a:hover,footer .connectWithUs a:hover {
		text-decoration:underline;
}
.footerHeadingRule {
	border-bottom:solid 1px #914a4e;
	text-align:left;
	margin-bottom:10px;
	clear:both;
	}
footer ul {
	list-style: none;
	margin-left: 10px;
}
footer ul li {
	margin-bottom:10px;
	}
footer ul li a {
	color: #FFF;
	font-size: .8em;
}
footer .connectWithUs {
	margin-top:10px;
	float: left;
	width: 230px;
	font-family: "Century Gothic", Arial;
}
footer .connectWithUs a {
	color:#FFFFFF;
	text-decoration:none;
	}
footer .vcard {
	position:relative;
	margin:0 0 20px 0;
	}
footer .adr, footer .tel {
	text-align:right;
	font-size:0.9em;
	line-height: 16px;
	}
footer .logo{
	display:block;
	margin: 0 auto 0px auto;
	max-width:227px;
	margin-bottom: 10px;
	border:none;
	}
footer .icon {
	display:block;
	height:32px;
	width:32px;
	margin: 0 2px 5px 2px;
	float:left;
	}	
footer .email {
	background: url(icons/Mail-1.png) no-repeat;
	}
footer .facebook {
	background: url(icons/facebook_32.png) no-repeat;
	}
footer .twitter {
	background: url(icons/twitter_32.png) no-repeat;
	}
footer .Flickr {
	background: url(icons/flickr_32.png) no-repeat;
	}
footer .youTube {
	background: url(icons/youtube_32.png) no-repeat;
	}
footer .fourSquare {
	background: url(icons/fourSquare_32.png) no-repeat;
	}
footer .linkedIn {
	background: url(icons/linkedin_32.png) no-repeat;
	}
footer #giveNowButton {
	display: block;
	clear: both;
	height: 65px;
	width: 163px;
	background: url(Make-A-Gift.png) no-repeat;
	margin-top: 10px;
	margin-left: 8px;
}
footer .footerFooter {
	background: #971321;
	border-top: 1px solid #944D50;
	overflow: auto;
	padding: 10px 0px;
	margin-top: 20px;
	clear: both;
	display:block;
}
footer .footerFooter ul {
	margin:0;
	padding:0;
	}
footer .footerFooter ul li {
	float: left;
	margin-left: 10px;
	padding-right: 0px;
}
footer .footerFooter ul li a {
	border-right: 1px solid #FFF;
	padding-right: 10px;
	text-decoration: none;
}
footer .footerFooter ul li a:hover {
		text-decoration: underline;
}
footer .footerFooter ul li a.last {
	border-right: none;
	padding-right: 0;
}
footer .footerFooter li.first {
	padding-left: 0px;
	margin-left: 0px;
}
@media handheld, only screen and (max-width: 480px) {

footer .quickLinksBox {
	max-width: 100%;
	margin:0 10px;
	}
footer .quickLinksBox .quickLinksList, footer .newsEvents, footer .connectWithUs {
	clear:both;
	margin: 10px auto;
	padding:10px;
	max-width: 100%;
	height:auto;
	}
footer .sideBars {
	border-right:none;
	border-left:none;
	height: auto;
	}
footer .sideBars .footerHeading, footer .sideBars p {
	margin-left: 0px;
	margin-right: 0px;	
	}
footer .logo{
	margin-left:0px;
	}
footer .footerFooter ul li {
	float: none;
	margin-left: 0px;
	padding-right: 0px;
}
footer .footerFooter ul li a {
	text-decoration: underline;
	border-right: none;
	padding-right: 0px;
}
footer .footerFooter ul li a:hover {
		text-decoration: none;
}
footer .footerFooter ul li a.last {
	border-right: none;
	padding-right: 0;
}
footer .footerFooter li.first {
	padding-left: 0px;
	margin-left: 0px;
}
}
