

/* Generic float classes */
.right{
	float: right;
}

.left{
	float: left;
}

/* Text style */

.size10{
font-size: 10px;
}

.size11{
font-size: 11px;
}

.size14{
font-size: 14px;
}

.size10Italic{
font-size: 10px;
font-style:italic;
}

.size9{
font-size: 9px;

}


/* Text colors */

.orange{
	color: #ec9122;
}

.green{
	color: #5c791b;
}

.purple{
	color:#592887;
}

.lightGrey{
	color:#bcbcbb;
}

.lightGreen{
color: #d3de93;
}

.white{
color: #fff;
}

.blue{
color: #0060af;
}

.smallGrayText {
color:#999999;
font-size:10px;
}

/* Links */


a{
color:#4088c3;
text-decoration:underline;
border:0;
}

a:hover{
color:#4088c3;
text-decoration:none;
}

.searchBar{
	width: 255px;
	height: 34px;
	padding: 11px 0 0 0;
	margin-right: 68px;
	float:left;
}


.selectMenuSite {
	width: 73px;
	height: 23px;
	float:left;
	margin-right: 4px;
	background: url(images/select_site.gif) no-repeat;
}

.selectMenuCalendar {
	width: 73px;
	height: 23px;
	float:left;
	margin-right: 4px;
	background: url(images/select_calendar.gif) no-repeat;
}

.selectMenu select{
	width: 73px;
	height: 23px;
	opacity:0;
	filter: alpha(opacity=0);
	color: #c3c2c2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.headerSearch input{
	float:left;
	border: 0 none;
	margin: 3px 0 0 4px;
	width: 142px;
	color: #c3c2c2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;	
}

.headerSearch {
	background:url(images/bg_searchInput.gif) no-repeat;
	height:23px;
	width:177px;
	font-size: 0;
	float:left;

}
.headerSearch #go {
	float:right;
	height:23px;
	width:28px;
	margin:0;
}


.alert{
	color: #eb1e25;
	background:url(images/alert.gif) no-repeat;
	padding-left: 64px;
}





/* footer */
.footer{
	float:left;
	width: 966px;
	height: 64px;
	background-color:#FFFFFF;
	margin-left: 33px;
	display:inline;
	padding: 10px 0 0 0;
	z-index: 20;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3a3a3;
	-webkit-text-size-adjust:none;
}

.footer a{
	color: #106ab4 !important;
	text-decoration:none;
	font-size: 11px !important;

}

.footer a:hover{
	color: #106ab4;
	text-decoration:underline;
	font-size: 11px;

}

.footer ul{
	margin:0;
	padding:0;
	float: right;
}

.footer li{
	list-style:none;
	float: left;
	margin-right: 10px;
}

.footerText{
	width: 610px;
	float:left;
	font-size: 11px;
}

.footerSponsors{
	float: left;
}

.footerCredits{
	width: 380px;
	white-space:nowrap;
	float:left;
	font-size: 11px;
}


/* START SLIDESHOW STYLES */

.slideShowContainer{
	width: 601px;
	height: 145px;
	margin: 30px 0;
}

.jCarouselLite{
	background:url(images/slideshow-bg.gif) no-repeat;
	float:left;
	width: 520px !important;
}

.jCarouselLite li{
	list-style:none !important;
	background:none !important;
	height: 145px !important;
	padding-left: 24px !important;
}

.jCarouselLite li img{
	width: 96px;
	height: 96px;
	border: 2px solid #fff;
	margin-top: 22px;
}

.jCarouselLite h3{
	display:none;
}

.prev{
	background:url(images/slideshow-prev.gif) no-repeat;
	width: 40px;
	height: 145px;
	float:left;
	cursor:hand;
}

.next{
	background:url(images/slideshow-next.gif) no-repeat;
	width: 40px;
	height: 145px;
	float:left;
	cursor:hand;
}

/* START DONORS LIST STYLES */
ul.donorLeft{
	float:left;
	padding:0 !important;
	margin: 0 21px 0 0 !important;
	width: 290px;
}

ul.donorRight{
	float:left;
	padding:0;
	margin:0;
	width: 290px;
}

ul.donorLeft li, ul.donorRight li{
	background: none;
	padding:0 !important;
}
	

/* CLEAR HACK */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
