@charset "UTF-8";
/* CSS Document */


/* ===========================================
         SPONSORS SECTION
==============================================*/

.sponsorsSection {
	padding: 2em 11px 20px 8px;
	border-top: 13px solid #dedbd4;
	}

.sponsorsSection h3 {
	margin: 0 20px 0.4em 4px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	color: #f65e48;
	text-transform: lowercase;
	}

.sponsorsSection table {
	border-top: 1px dotted #88766e; 
	}

.sponsorsSection tr {
	vertical-align: top;
	}

.sponsorsSection td {
	width: 171px;
	padding: 0 24px 14px;
	color: #f65d48;
	border-right: 1px dotted #88766e;
	}

.sponsorsSection td.last {
	border-right: 0;
	}

.sponsorsSection .firstRow td {
	padding-top: 28px;
	}

.sponsorsSection .lastRow td {
	padding-bottom: 28px;
	border-bottom: 1px dotted #88766e; 
	}

.sponsorsSection a {
	display: block;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #59453c;
	background: url(../images/icons/bullet-pink.gif) 0 0.3em no-repeat;
	text-decoration: none;
	}

.sponsorsSection a:hover { color: #f00; }


/* ---- Featured Sponsors ---- */

#featuredSponsors tr {
	vertical-align: middle;
	}

#featuredSponsors td {
	height: 95px;
	padding: 0;
	text-align: center;
	border-bottom: 1px dotted #88766e; 
	}

#featuredSponsors a {
	display: inline;
	padding-left: 0;
	background-image: none;
	}
