@CHARSET "UTF-8";

/* The Sponsor module shares much of the same CSS styling with the Orgs module. If the styling you are looking for isn't here, look in the Orgs CSS file */

/*** SUMMARY BOX - MAIN PAGE ***/
.sponsor_main h2.name {
	color: #C41230;
	}
/*** END SUMMARY BOX - MAIN PAGE ***/
	
.sponsorHeader .title {
	background: url(/themes/global/default/normal/images/temp/sponsor_header.jpg) repeat-x left top;
	}

/*** AD BOX ***/
.adBox_middle {
	float: left;
	width: 500px;
	margin-bottom: 30px;
	text-align: center;
	}
	
.adBox_side {
	float: left;
	width: 200px;
	margin-bottom: 30px;
	text-align: center;
	}
/*** END AD BOX ***/

/*** SPONSOR SERVICES - MAIN ORG PAGE ***/
.service_single {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}
	
	.service1, .service2, .service4, .service5, .service7, .service8 {
		margin-right: 12px;
		}
	
	.service_single a img {
		margin-bottom: 6px;
		border: 1px solid #B3B3B3;
		width: 143px;
		height: 88px;
		}
		
		.service_single a:hover img {
			opacity: .5;
			}
		
	.service_single h3 {
		color: #C41230;
		font-size: 1.3em;
		margin-bottom: 6px;
		}
		
	.service_single .service_about {
		line-height: 1.4;
		}
/*** END SPONSOR SERVICES - MAIN ORG PAGE ***/
			
			
			
			
			
			
			
			
			
