/* Start of CMSMS style sheet 'bf-layout' */
body {
	background-color: #E0F3FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

a {
	color: #227496;
	text-decoration: none;
}

	a:hover {
		color: #333;
		text-decoration: underline;
	}

.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 775px;
	margin: 15px auto;
	padding: 10px;
	background-color: #FFF;
}

	#header {
		width: 775px;
		height: 110px;
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		background-image: url(images/header-bg.jpg);
		border: ;
	}
	
		#logo a {
			width: 372px;
			height: 110px;
			margin: 0px 0px 0px 201px;
			float: left;
			text-indent: -9999px;
			overflow: hidden;
		}
		
	h1 {
		height: 40px;
		color: #227496;
		font-size: 1.7em;
		font-weight: bold;
		line-height: 2.1;
	}
	
	h2 {
		color: #227496;
		font-size: 1.7em;
		font-weight: bold;
	}
	
	#content, #image, #home-image {
		float: left;
		min-height: 342px;
		margin: 0px 0px 10px 0px;
	}
	
	#content {
		width: 400px;
		padding: 0px 0px 0px 0px;
		margin-right: 10px;
		overflow: auto;
		font-size: 1.2em;
		line-height: 1.3;
	}
	
	#content-wo {
		width: 775px;
		padding: 0px 0px 15px 0px;
		margin-right: 10px;
		overflow: auto;
		font-size: 1.2em;
		line-height: 1.3;
	}
	
		#content p {
			margin: 0 0 13px 0;
		}
		
		#content a {
			color: #227496;
		}
		
			#content a:hover {
				text-decoration: underline;
			}
	
	#image, #home-image {
		width: 365px;
		background-color: #777;
	}
		
	#footer {
		width: 775px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		clear: both;
		border-top: 2px solid #E0F3FA;
	}
	
		#copyright {
			width: 300px;
			margin: 5px auto 0px auto;
			padding: 0px 0px 0px 0px;
			text-align: center;
			color: #777;
		}
		
/*======================================================================*/
/* HOME PAGE & NEWS
/*======================================================================*/
#news {
	width: 345px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #EEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #227496;
}

	#news h2 {
		padding: 0 0 5px 0;
		border-bottom: 3px dotted #227496;
	}
	
	#news .NewsSummary {
		font-size: 1.2em;
	}
	
	#news .NewsSummarySummary {
		padding: 8px 0 0 0;
	}

#home-image {
	height: 222px;
	min-height: 222px;
}

/*======================================================================*/
/* WHAT'S ON CALENDAR
/*======================================================================*/
table#cal-calendar {
	width: 773px;
	margin: 1px auto;
	border: 1px solid #AAA;
}

	table#cal-calendar caption {
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
	}
	
		table#cal-calendar caption a {
			margin: 0 30px;
			font-size: 0.8em;
		}

	table#cal-calendar td, table#cal-calendar th {
		width: 14.2%;
		border: 1px solid #AAA;
	}
	
	table#cal-calendar th {
		padding: 1px 0;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	table#cal-calendar td {
		height: 90px;
		padding: 3px;
		vertical-align: top;
		text-align: right;
		font-weight: bold;
	}
	
	.weekend {
		background-color: #F3F3F3;
	}
	
	table#cal-calendar .calendar-today {
		background-color: #E0F3FA;
	}
	
	table#cal-calendar ul {
		font-size: 0.8em;
		font-weight: normal;
		text-align: left;
	}
	
	.calendar-event h1 {
		font-size: 1.4em;
	}
	
	.calendar-event div {
		margin: 0 0 15px 0;
	}
	
		.calendar-date-from span, .calendar-details span {
			font-size: 1.1em;
			font-weight: bold;
		}

/* End of 'bf-layout' */

