/* CSS Document */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
	background-color: black;
	margin: 0;
	padding: 0;
}

a {
	color: white;
}

a:hover {
	color: #00A4E7;
}

/**** MAIN CSS ****/

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

#main #flash {
	text-align: center;
}

/**** HEADER CSS ****/

#header {
	height: 90px;
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
}

#header .phone {
	text-align: right;
	padding-top: 38px;
	font-size: 18px;
	font-style: italic;
}

#header .nav {
	color: white;
	text-align: right;
	padding-top: 10px;
	font-size: 12px;
}

#header .nav .menuitem {
	display: inline;
}

#header .nav a {
	color: white;
	text-decoration: none;
	padding: 0;
}

#header .nav a:hover, #header .nav a.active {
	color: #00A4E7;
	text-decoration: none;
}

/**** CONTENT CSS ****/

#blue_content {
	margin-top: 15px;
	background-color: #0F75BC;
	padding: 0px 7px 7px 7px;
	color: white;	
}

#blue_content .date_motto {
	height: 18px;
	padding: 5px 0px;
}

#grey_content {
	background-color: #CCC;
	padding: 5px 5px 5px 5px;
	color: black;
	clear: both;
}

.storybox a, .event a {
	color: #0F75BC;
}

.storybox a:hover, .event a:hover {
	color: #666;
}

.col300 {
	float: left;
	width: 300px;
	margin-right: 5px;
}

.col605 {
	float: left;
	width: 605px;
	margin-right: 5px;
}

.col360 {
	float: left;
	width: 360px;
}

.storybox {
	border: 1px solid #999;
	background-color: white;
	background-image: url(images/background_titles.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: white;
	height: 16px;
	padding: 3px 8px;
}

.storybox .subhead {
	font-size: 14px;
	font-weight: bold;
	color: #0F75BC;
}

.storybox p {
	margin: 0px;
	padding: 6px 0px;
}

.storybox .story {
	padding: 5px;
}

.eventbox {
	border: 1px solid #666;
	background-color: #999;
	padding: 1px 3px 3px 3px;
}

.eventbox .headline {
	font-size: 16px;
	color: white;
	float: left;
}

.eventbox .month {
	font-size: 16px;
	color: white;
	float: right;
}

.event, .noevent {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #CCC;
	clear: both;
	padding: 5px 60px 5px 5px;
	margin-bottom: 3px;
	background-position: top right;
	background-repeat: no-repeat;
}

.noevent {
	display: none;
}

.eventbox .monthnav {
	clear: both;
}

.monthnav a, .monthnav a:visited {
	color: white;
	text-decoration: none;
}

.monthnav a:hover {
	color: #666;
	text-decoration: none;
}

#video_rotator { overflow: hidden; width: 360px; height: 224px; }
#video_rotator_nav { margin: 0px; padding: 0px; }
#video_rotator_nav a { border: 1px solid #666; background: #CCC; text-decoration: none; margin: 1px 1px; padding: 3px 5px; color: black; display: block; float: left;  }
#video_rotator_nav a.activeSlide { background: #0F75BC; }
#video_rotator_nav a:focus { outline: none; }


/**** FOOTER CSS ****/

#footer {
	border-top: 1px solid #0F75BC;
	padding: 20px;
	font-size: 11px;
}

#footer a img {
	vertical-align: middle;
	border: 0px;
	margin: 8px;
}