@import url("/webfonts/KnockoutHTF50/stylesheet.css");
@import url("/webfonts/KnockoutHTF30/stylesheet.css");
@import url("/webfonts/MyriadProBoldCond/stylesheet.css");
.banner {
	position:relative;
	overflow:hidden;
	border-top: 2px solid #fff;
}
.banner img#button{
	position: absolute;
	top: 50px;
	right: 32px;
}
.banner .callout  {
	width: 500px;
	position: absolute;
	left: 40px;
	top: 50px;
}
.banner .callout h3 {
	font: normal 68px/52px "KnockoutHTF50";
	text-transform: uppercase;
	margin: 0px 0px 24px;
	padding: 0px;
	color: #ffd640;
}
.banner .callout .white{
	color: #fff;
}
.banner .callout .yellow{
	color: #ffd640;
}
.banner .callout p {
	font: normal 21px/22px "KnockoutHTF30";
	margin: 0px 0px 12px;
	padding: 0px;
	color: #010101;
}
.banner .body {
	position:absolute;
	top:21px;
	left:17px;
	background:#0050ac;
	border:1px solid #fff;
	width:300px;
	color:#fff;
	font-family:'MyriadProCond', sans-serif;
	font-size:22px;
	line-height:30px;
	padding:20px 14px 13px 27px;
}
.banner .body em{
	font-family:'MyriadProCondIt', sans-serif;
	font-style: normal;
	font-weight: normal;
}
.banner .body h3 { font-weight:normal; font-size:22px; text-transform:uppercase; padding-bottom:3px; }
.banner .body h3 a { color:#fff; }
.banner .body h3 a:hover { color:#000; text-decoration:none; }
.banner .body span { padding:0 5px; }
.banner .body .more { text-transform:uppercase; color:#fff; padding-right:29px; background:url(/images/banner-more.png) no-repeat right 2px;  }
.banner .body .more:hover {
	color:#fff;
	background-position:right -36px;
	text-decoration:none;
}
/*End of Thumbs*/

/*Testimonials*/
#sidebar .contact p{
	color: #c00d0d;
	padding: 12px 18px 0 0;
	border-top: 1px solid #807d7d;
	font: 20px/26px MyriadProCond, sans-serif;
}
/*Thumbs*/
.partner-row  { position:relative; overflow:hidden; border-bottom:1px solid #807d7d; padding:6px 0 12px; }
.partner-row  h2{
	color: #052b68;
	text-align: center;
	font: normal 18px/24px MyriadProSemibold, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
}
.partner-row  h3{
	color: #605d5d;
	text-align: left;
	font: normal 23px/31px MyriadProCond, sans-serif;
	margin-top: 4px;
	clear: left;
	padding-top: 9px;
}
.partner-row h3 em{
	font-style: normal;
	font-family: MyriadProCondIt, sans-serif;
}
.partner-row h3 a{
	text-decoration: underline;
}
.partner-thumb  { float:left; width:146px; }
.partner-thumb + .partner-thumb  { padding-left:6px; }
.partner-thumb a {
	position: relative;
	display: block;
	margin-bottom: 4px;
	height: 127px;
	width: 146px;
}
.partner-thumb a img { display:block; }
.partner-thumb a span {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrow_thumbs_new.png) no-repeat 0 0;
}
.partner-thumb a:hover span { background-position:0 -30px; }
.partner-thumb h4 { font-family:'MyriadProCond', sans-serif; font-weight:normal; font-size:17px; color:#052b68; line-height:21px; }
.partner-thumb h4 span {
	color:#fff;
	background:#052b68;
	text-transform:uppercase;
	padding:1px 3px 0;
	font: 16px 'MyriadProSemiBoldCond', sans-serif;
}
#content .article a{
	color: #605d5d;
	text-decoration: underline;
	cursor: pointer;
}
#content .article a:hover {
	color: #c00d0d;
}
#content .article .contribute{
	font-weight: bold;
	padding-right: 19px;
	background: url(/images/article-contribute.png) no-repeat right 3px;
	text-decoration: none;
}
#content .article .contribute:hover { text-decoration:none; color:#c00d0d; }
#content .article .donation{
	font-weight: bold;
	padding-right: 19px;
	background: url(/images/article-contribute.png) no-repeat right 3px;
	text-decoration: none;
	color: #c00d0d;
}
#content .article .donation:hover { text-decoration:none; color:#c00d0d; }
#content .article .arrow{
	font-weight: bold;
	text-decoration: none;
	color: #c00d0d;
	font-family: MyriadProBoldCond, sans-serif;
}
#content .article .arrow span{
	padding-right: 19px;
	background: url(/images/article-contribute.png) no-repeat right 3px;
	text-decoration: none;
}
#content .article #avon {
	float: right;
	width: 189px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content .article #avon img {
	display: block;
}
#content .article #avon p {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
}
.banner .button{
	color: #fff;
	background: #57ACE2;
	font: normal 18px/20px "KnockoutHTF30", sans-serif;
	width: 140px;
	display: block;
	text-align: center;
	float: right;
	margin-top: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 6px 0px #000;
	-webkit-box-shadow: 0 0 6px 0px #000;
	box-shadow: 0 0 6px 0px #000;
	padding: 9px 0 6px;
	position: absolute;
	right: 38px;
	bottom: 38px;
	z-index: 100;
}
.banner .button:hover {
	text-decoration: none;
	background: #052B68;
}
#sidebar .eventbrite {
overflow: hidden;
}
#sidebar .eventbrite div {
float: right;
margin-left:15px;
}
#sidebar .eventbrite h3 {
color: #4f77ba;
	border-top: 1px solid #605d5d;
	padding-top: 9px;
	margin-top: 3px;
	margin-bottom: 6px;
	font: normal 22px/26px MyriadProSemiboldCond, sans-serif;
}
