/* CSS Document */

body {
	background-color: #066;
	margin: 0;
	padding: 0;
	margin-top: 18px;
	margin-bottom: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:visited, a:active {
	color: #E0A810;
}

a:hover {
	color: white;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 20px;
}

#footer {
	width: 974px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #003466;
	border-top: 1px solid #BFDBDC;
	border-bottom: 1px solid #BFDBDC;
	padding: 10px;
	background-color: white;
}

/* NAVIGATION CSS */

#nav {
	color: #E0A810;
	text-align: center;
	margin: 20px 0px 30px 0px;
}

#nav .menuitem {
	display: inline;
}

#nav .menuitem a {
	color: #E0A810;
}

#nav .menuitem a:hover {
	color: white;
}

#nav .menuseparator {
	margin: 0px 10px;
	display: inline;
}

/* CONTENT CSS */

.leadstory {
	background-image: url(images/background_boxes.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 194px;
	padding: 50px 0px
}

.leadstory .story {
	background-color: #BFDBDC;
	width: 594px;
	height: 188px;
	margin: 0 auto;
	background-image: url(images/background_leadstory.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 6px;
	padding-left: 200px;
}

.headline {
	font-size: 18px;
	padding-bottom: 5px;
}

.leadstory .story .headline {
	color: #066;
}

.substory .headline, .intstory .headline {
	color: #FFFFFF;
	font-weight: bold;
}

.blue {
	color: #003466;
}

.phone {
	color: #E0A810;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	background-image: url(images/background_banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 90px;
	height: 30px;
}

.substory {
	float: left;
	width: 463px;
	color: #BFDBDC;
	padding: 0px 17px;
}

.intstory {
	color: #BFDBDC;
	padding: 0px 17px;
}

.clearboth {
	clear: both;
}

.nil {
	border: 0;
	padding: 0;
	margin: 0;
}

.right {
	float: right;
	margin-left: 10px;
}

.center {
	text-align: center;
}

.size10 {
	font-size: 10px;
}



/* CALENDAR CSS */

#calendar {
	border: 1px solid #BFDBDC;
	padding: 10px 10px 0px 10px;
}

#calendar .event {
	border-top: 1px solid #BFDBDC;
	clear: both;
	color: #003466;
}

#calendar .date {
	float: left;
	width: 135px;
	height: 20px;
	background-color: #BFDBDC;
	border-bottom: 1px solid #003466;
	color: #003466;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/background_event_date.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-left: 40px;
}

#calendar .cell {
	float: left;
	margin: 5px 5px 10px 5px;
	border: 1px solid #003466;
	background-color: #DFEDEE;
	width: 600px;
}

#calendar .location {
	width: 579px;
	background-color: #003466;
	color: #BFDBDC;
	font-size: 11px;
	padding: 1px;
	background-image: url(images/background_location_at.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#calendar .topic {
	padding: 10px;
}

/* LINKS CSS */

#links {

}

#links p {
	background-color: #BFDBDC;
	border-bottom: 1px solid #003466;
	color: #003466;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/background_link_web.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
	padding-left: 40px;
	font-size: 14px;
	width: 60%;
}

#links p a {
	display: block;
	width: 80%;
	background-color: #003466;
	color: white;
	padding: 1px;
	padding-left: 30px;
	background-image: url(images/background_location_at.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	font-size: 11px;
	margin-left: 30px;
	text-decoration: none;
}

#links p a:hover {
	color: #E0A810;
}

/***** CONTACT US CSS *****/	
	
#contact {
	width: 458px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	border: 1px solid white;
	padding: 5px;
	background-color: #BFDBDC;
	color: #003466;
	}

#contact .element {
	width: 450px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	color: blue;
	text-decoration: none;
}
