/* HEADERS */
h2 {
	text-align: center;
}

/* INTRODUCTION */
div#introduction {
	margin: -25px -10px 0px;
	padding: 10px;
	position: relative;
}
div#introduction h2 {
	margin: 7px 0px 10px 275px;
}
div#introduction p {
	line-height: 150%;
	margin-left: 275px;
	min-height: 170px;
}
div#introduction div#slideshow {
	position: absolute !important;
	top: 13px;
}
div#introduction div#slideshow img {
	left: 0px;
	position: absolute;
	top: 0px;
}

/* AFFILIATIONS */
div#affiliations {
	border-bottom: 1px solid #DDD;
	margin: 0px -10px;
	padding-bottom: 10px;
}
div#affiliations ul {
	clear: both;
	font-size: 0.9em;
	height: 80px;
	list-style-type: none;
	margin-top: -5px;
	text-align: center;
}
div#affiliations ul li {
	float: left;
	width: 50%;
}
div#affiliations ul li {
	float: left;
	width: 50%;
}
div#affiliations ul li a.logo_link {
	display: block;
}
div#affiliations ul li a.logo_link:hover {
	background: none;
}

/* CLASS TIMES */
div#class_times {
	float: left;
	margin-right: -10px;
	padding: 20px;
	width: 280px;
}
div#class_times h2 {
	background: #E7F0F4;
	margin: -20px -20px 10px;
	padding: 5px;
}
div#class_times dl {
	margin-top: 20px;
}
div#class_times dl ul {
	list-style-type: none;
}
div#class_times dl ul li {
	margin-bottom: 3px;
}

/* DOJO LOCATION */
div#dojo_location {
	border-right: 1px solid #DDD;
	clear: both;
	float: left;
	margin-left: -10px;
	padding: 20px;
	width: 279px;
}
div#dojo_location h2 {
	background: #E7F0F4;
	margin: -20px -20px 10px;
	padding: 5px;
}
div#dojo_location h3 {
	font-size: 1.1em;
	text-align: center;
}
div#dojo_location small a.external {
	background-position: right -12px;
}
div#dojo_location small a.external:hover {
	background-position: right 0px;
}
address {
	font-style: normal;
}

/* DEFINTION LISTS */
dl dt {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px;
}
dl dd {
	margin-left: 10px;
}

/* UPCOMING EVENTS */
div#upcoming_events {
	clear: left;
	padding-bottom: 10px;
}
div#upcoming_events h2 {
	background: #E7F0F4;
	border-top: 1px solid #DDD;
	margin: 10px -10px;
	padding: 5px;
}
div#upcoming_events table {
	margin-top: -5px;
	width: 100%;
}
div#upcoming_events table tr.alternate {
	background: #EEE;
}
div#upcoming_events table td {
	padding: 3px;
}
div#upcoming_events table td.date {
	color: #888;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	width: 30%;
}
div#upcoming_events table em {
	background: none;
	color: #C70D00;
}

/* NEWS & ANNOUNCEMENTS */
div#news {
	clear: left;
	margin-top: -5px;
	padding-bottom: 15px;
}
div#news h2 {
	background: #E7F0F4;
	border-top: 1px solid #DDD;
	margin: 10px -10px;
	padding: 5px;
}
div#news table {
	margin-top: -5px;
	width: 100%;
}
div#news table tr.alternate {
	background: #EEE;
}
div#news table td {
	padding: 3px;
}
div#news table td.date {
	color: #C70D00;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	width: 30%;
}