@import url('/css/default.css');
@import url('/css/DropMenu.css'); 
@import url('/css/cms.css');
@import url('/css/calendar.css');

/* Generic Styles */


body {
	background:url('/media/structure/bg.gif') #643200 repeat-x;
	font:8pt "Helvetica";
	margin:0px;
}

.white {
	color: #FFF;
}
p {
	margin: 0px 0px 20px 0px;
}
a {
	color: #C60;
	font:9pt "Helvetica";
	font-weight: bold;
}

h1 { 
	font: bold 13pt "Helvetica";
	color: #C60;
}

h2 {
	background-color: #414F66;
	color: #FFF;
	padding: 3px 10px;
	margin-top: 0px;
}

.hr{
	border-bottom: 1px solid #CCC; 
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

#container {
	width:900px;
	margin:0 auto;
	background: #FFF;
	border-bottom: 10px solid #414F66;
}

#content {
	width: 580px;
	float: left;
	background-color: #FFF;
	border-top: 10px solid #414F66;
	padding: 10px 30px;
}
	#content p {
		padding-left: 10px;
	}

.content_narrow {
	width: 275px;
}

.content_image {
	float: right;
	padding: 10px;
	background-color: #E6E6E6;
	border: 1px solid #C60;
	margin: 15px 20px 20px 15px;
}
	.content_image img {
		border: 1px solid #CCC;
	}

img.bottom {
	vertical-align:text-bottom;
}
	
/* default regular sponsors */
.sponsor, .sponsor3, .sponsor3small {
	display: block;
	float: left;
	width: 100px;
	margin: 0px 10px;
	text-align: center;
	height: 130px;
	font-weight: bold;
}	/* high-priority sponsors: shared */
	.sponsor1, .sponsor1small, .sponsor2, .sponsor2small {
		text-align: center;
		min-height: 99px;
		padding-top: 10px;
		margin-top: 5px;
		margin-bottom: 15px;
		border: 1px solid #CCCACB;	
		font-weight: bold;
	}	/* high-priority sponsors: specific */
		.sponsor1 {
			background:url('/media/structure/sponsor_bg1.jpg') no-repeat;
			width: 588px;
		}
		.sponsor1small {
			background:url('/media/structure/sponsor_bg1_small.jpg') no-repeat;
			width: 250px;
		}	
		.sponsor2 {
			background:url('/media/structure/sponsor_bg2.jpg') no-repeat;
			width: 588px;
		}
		.sponsor2small {
			background:url('/media/structure/sponsor_bg2_small.jpg') no-repeat;
			width: 250px;
		}
	
#footer {
	width: 900px;
	margin: 0 auto;
	color: #999;
}
	#footer p {
		margin: 5px 0px;
		padding: 0px 10px;
	}
	#footer a {
		color: #FFF;
	}
	#footer .right_float a {
		color: #999;
	}