@charset "UTF-8";
/* CSS Document */

body {
	background: #999999 url(../images/main_bkgrnd.jpg) repeat-y center;
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;

}

#wrap {
	width: 937px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 187px;
	width: 937px;
	background: #999999 url(../images/hp_header.jpg) no-repeat;
	text-indent: -9999px;
	text-align: center;
}

#header ul {
	text-indent: 0px;
	width: 937px;
	margin-top: 137px;
	margin-left: 6px;
	padding: 0;
	list-style: none;
	float: left;
}

#header ul li {
	float: left;
}

#header ul a {
	display: block;
	padding: 2px 19px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #b3c6de;
	border-left: #b3c6de solid 1px;
}

#header ul .first a {
	border-left: #003399 solid 1px;
}

#header ul a:hover {
	background: #A0B4C6;
	color: #003399;
}

#stories {
	min-height:799px;
	width: 468px;
	background: #ccc;
	float: left;
}

#story {
	width: 451px;
	margin: 3px 0 10px 8px;
	padding-bottom: 8px;
	background: #eaedef url(../images/story_bkgrnd.jpg) bottom repeat-x;
}

#story h1 {
    font-size: 20px;
	font-weight: lighter;
	color: #DAE3EF;
	background: #003399;
	padding: 6px;
	margin-bottom: 10px;
}

#story p {
	padding: 0 8px 10px 8px;
	font-size: 12px;
	line-height: 18px;
}

#story a {
	color: #333333;
	font-weight: bold;
}

#story a:visited {
	color: #333333;
}

#story img.left {
	border: #003399 solid 1px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 8px;
	float: left;
}

#story img.right {
	border: #003399 solid 1px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 8px;
	float: right;
}

#info {
	width: 469px;
	float: right;
}

#info2 {
	width: 469px;
	float: right;ffffff;
}

#logo {
	width: 150px;
	height: 241px; 
	float: left;
	background: #339933 url(../images/logo_bkgrnd.jpg) repeat-x;
}

#logo img {
	margin: 25px 0 5px 11px;
}

#logo a {
	color: #333333;
	font-size: 11px;
	text-align: center;
	margin: 0 11px;
}

#logo a:visited {
	color: #333333;
}	
	
#events {
	width: 319px;
	height: 241px;
	float: right;
	background: #9cbc9c url(../images/events_bkgrnd.jpg) repeat-y;
}

#events h1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	color: #EBF5EB;
	padding: 5px 0 0 20px;
}

#eventHolder {
	width: 273px;
	height: 184px;
	background: #cccccc;
	margin: 5px 0 0 12px;
	padding: 10px;
}

#scroll {
	width: 271px;
	height: 178px;
	overflow: auto;
	margin: 0;
}

#dates {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	color: #EBF5EB;
	background: #339933;
	margin: 0 5px 10px 0;
	padding: 5px;
}

#dates h2 {
	font-size: 13px;
	font-weight: bold;
}

#lgPhoto {
	clear: both;
}

#whatsNew {
	background: url(../images/new_bkgrnd.jpg) repeat-x;
} 

#whatsNew h1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #DAE3EF;
	padding: 5px;
	background: #003399;
}

#whatsNew p {
	font-size: 11px;
	padding: 6px 0 6px 12px;
}

#whatsNew a {
	text-decoration: none;
	color: #003399;
}

#whatsNew a:hover {
	font-weight: bold;
}

#whatsNew p.odd {
	background: #adb1b4;
}

#footer {
	clear: both;
	background: #ccc;
}

#footer ul {
	width: 937px;
	padding: 5px 0;
	list-style: none;
	float: left;
	background: #003399 url(../images/footer_bkgrnd.jpg) repeat-y right;
}

#footer ul li {
	float: left;
}

#footer ul a {
	display: block;
	padding: 2px 40px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #b3c6de;
	border-left: #b3c6de solid 1px;
}

#footer ul .first a {
	margin-left: 212px;
}

#footer ul .second a {
	margin-left: 115px;
}


#footer ul .special a {
	color: #EBF5EB;
}

#footer ul .special a:hover {
	color: #339933;
	background: #CCE5CC;
}

#footer ul a:hover {
	background: #A0B4C6;
	color: #003399;
}

.clear {
	clear: both;
}

#footer p {
	color: #666666;
	height: 42px;
	background: url(../images/logos.gif) no-repeat left;
	font-size: 10px;
	padding-left: 700px;
	padding-top: 15px;
	
}