
/*  
Globals
--------------------------------------------------------------------------------------------------- */
#sponsors {margin:0; padding: 0;}

#sponsors {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
    color:#000;
	margin: 0;
	background-color: #fff;
} 
#sponsors hr { display: none; }

#sponsors strong, 
#sponsors b { font-weight: bold; }
#sponsors em, 
#sponsors i { font-style: italic; }

#sponsors a {
	font-weight: bold;
	font-size: 14px;
	color: #00549E;
	text-decoration: none;
}
#sponsors a:hover {
	color: #000;
}
#sponsors h2 {
    font: 32px/1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#1B578E;
	letter-spacing: -1px;
	text-align: left;
	margin: 0 0 10px 0;
}
#sponsors img {
	margin: 0 0 5px 0;
	border: 1px solid #fff;
}
#sponsors .visit a {
	background: #F9F9CE;
	text-align: center;
	padding: 5px 0;
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
#sponsors .visit a:hover {
	background: #1B578E;
	color: #fff;
}
#sponsors p {
	margin: 0;
	padding: 0;
}