@charset "UTF-8";
/* CSS Document */

a {
	color: #ffc20e;
	text-decoration: none;
}

a img {
	border: 0px;
}

body {
	background-color: #4d6489;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	color: #fff;
	line-height: 1.25em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

h1 {
	color: #ffc20e;
	font-size: 1.5em;
	line-height: 1.75em;
}

p {
	margin-bottom: 12px;
}

p a:hover, #newsList a:hover {
	border-bottom: 1px dotted #ffc20e;
}

ul, ol {
	margin-left: 15px;
}

ul ul {
	margin-bottom: 15px;
}

ul#carousel {
	list-style: none;
	margin: 0px;
}

/* Contact Bar styles BEGIN */
#contactBar {
	background-color: #303744;
	border: 1px solid #ffc20e;
	border-top: none;
	color: #596882;
	overflow: auto;
	padding: 14px;
	padding-bottom: 25px;
}
#contactBar b, #contactBar strong {
	color: #8f9cb4;
}
#contactBar span {
	display: none;
}
#contactBar #header {
	background-image: url(images/hdrContact.gif);
	display: inline-block;
	height: 30px;
	margin-bottom: 10px;
	width: 190px;
}
#contactBar li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	width: 33%;
}
#contactBar ul {
	margin: 0;
	padding: 0;
}
/* Contact Bar styles END */

#container {
	margin: 0 auto;
	overflow: auto;
	width: 900px;
}

#content {
	background-color: #425575;
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;
	border: 1px solid #ffc20e;
	border-top: none;
	overflow: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
#content1 {
	background-color: #425575;
	border: 1px solid #ffc20e;
	border-top: none;
	overflow: auto;
	padding: 10px 30px 20px 30px;
}
#content1 .calendarItem a {
	font-weight: bold;
}
#content1 .newsItem a {
	font-weight: bold;
	margin-left: 0px;
}
#content1 .newsItem .title {
 	color: #ffc20e;
  font-weight: bold;
  margin-left: 0px;
}
#content1 .newsItem .attachLink {
  font-size: 9pt;
  font-weight: normal;
}

#footer {
	color: #697C9C;
	font-size: 8pt;
	margin: 15px 0;
	text-align: center;
}

#header {
	height: 118px;
}

#largeImage {
	border-top: 1px solid #ffc20e;
	height: 375px;
	overflow: hidden;
}

#leftCol {
	float: left;
	overflow: auto;
	padding: 0 14px;
	width: 467px;
}

#logo {
	float: left;
}

#navbar {
	float: right;
	padding-top: 90px;
	text-align: right;
	width: 500px;
}

#rightCol {
	float: right;
	margin-top: -10px;
	overflow: auto;
	width: 403px;
}

#newsHeader span, #calendarHeader span, #hoursHeader span {
	display: none;
}
a#newsHeader {
	background: url(images/hdrNews.gif) repeat 0px 0px;
	display: inline-block;
	height: 26px;
	margin-bottom: 10px;
	width: 403px;
}
a#calendarHeader {
	background: url(images/hdrCalendar.gif) repeat 0px 0px;
	display: inline-block;
	height: 26px;
	margin-bottom: 10px;
	width: 403px;
}
div#hoursHeader {
	background: url(images/hdrHours.gif) repeat 0px 0px;
	display: inline-block;
	height: 26px;
	margin-bottom: 10px;
	width: 403px;
}

.calendarItem, .newsItem {
	margin-bottom: 10px;
}
.calendarItem a, .newsItem a {
	margin-left: 11px;
}
.rightContent {
	margin: 0 10px 20px 10px;
}

.dateStyle, .dateStyle2 {
	color: #132239;
	font-size: 9pt;
}
.dateStyle2 {
	position: relative;
	top: -8px;
}

.locationStyle {
	color: #8f9cb4;
	font-size: 9pt;
	margin-left: 11px;
}

.tableData {
	background-color: #425575;
	margin-bottom: 20px;
	width: 341px;
}
.tableData2 {
	background-color: #596882;
	margin-bottom: 20px;
	width: 100%;
}
.tableData td, .tableData th {
	padding: 3px;
}
.tableData th {
	background-color: #2a4166;
	color: #ffc20e;
	font-weight: bold;
}
.tableData tr {
	border-bottom: 1px solid #425575;
}
.tableData2 tr {
	border-bottom: 1px solid #425575;
}
.tableData .firstCol {
	background-color: #1F365B;
}