@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #015DA6;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wrapper {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 203px;
	background-color: #015DA6;
}
.header  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header  img  a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header-nav {
	float: right;
	width: 500px;
	height: 138px;
	vertical-align: bottom;
	background-position: right top;
	background-repeat: no-repeat;
}
.header-nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.header-nav li {
	display: inline;
}
.header-nav a, .header-nav a:visited {
	display: block;
	float: right;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4D5E66;
}
.header-nav a:hover {
	background-color: #7B7D7C;
	color: #FFFFFF;
}
.left-column {
	float: left;
	width: 153px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
.left-column img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left-column .menu {
	background-image: url(../images/menu-background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left-column .menu ul {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left-column .menu li {
	margin: 0px;
	padding: 0px;
}
.left-column .menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 122px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.left-column .menu a:hover {
	background-color: #124771;
}
.left-column  .menu .menu-top:hover {
	background-repeat: no-repeat;
	background-position: left top;
}
.left-column .menu .menu-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}

.wrapper   .left-column  .menu-bottom{
	border-bottom-style: none;
}
.left-column .menu .menu-bottom:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/menu-bottom-hover.jpg);
}

.left-column .menu .menu-bottom-bg {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/menu-bottom.jpg);
	height: 26px;
}

.content-wrapper {
	float: left;
	width: 100%;
	background-repeat: repeat-y;
	background-position: left;
	overflow:hidden;
	background-image: url(../images/wrapper-bg.jpg);
}
.content {
	float: left;
	width: 613px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	min-height: 340px;
	overflow: hidden;
}
.breadcrumbs {
	text-align: right;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.content ul {
	line-height: 16px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.content li {
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
	list-style-type: none;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.content ol li {
	background-image: none;
	list-style-type: upper-alpha;
	padding: 0px;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 28px;
}
.content .numbers li {
	list-style-type: decimal;
}
.content .list-sub-alpha li {
	background-image: none;
	list-style-type: lower-alpha;
	padding: 0px;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 92px;
}
.content a, .content a:visited {
	color: #A81108;
	text-decoration: underline;
}
.content a:hover {
	color: #006699;
	text-decoration: none;
}
.content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #BC1620;
	background-color: #F6B422;
	margin-top: 8px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 28px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 9px;
	background-image: url(../images/headline.jpg);
}
.home-announcement {
	margin-left: 26px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.content strong {
	color: #1E1E1E;
}
.content  .center-bigger p {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #BC1620;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 32px;
	margin-bottom: 15px;
	margin-left: 28px;
}
.content  h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 32px;
	margin-bottom: 15px;
	margin-left: 28px;
	background-color: #3C83BB;
	padding: 5px;
}
.content p {
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 28px;
	line-height: 17px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
.content strong {
	color: #003366;
}
.table-01 {
	width: 553px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	background-color: #ECE9D8;
}
.table-cell03 {
	vertical-align: top;
	width: 50%;
}
.table-01-odd-row {
	background-color: #FFFFFF;
}
.table-01 td {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.panoramic-img {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6694AE;

}
.left-justify {
	text-align: left;
}
.float-right01 {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.float-right02 {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float-right03 {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}
.margin-right {
	margin-right: 32px;
}

.img-border  {
	border: 1px solid #CCC;
}

.footer {
	text-align: center;
	color: #ECECEC;
	vertical-align: top;
	padding-top: 0px;
	font-size: 11px;
}
table#chart {
	width: 553px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: #EBEBE0;
}

#chart   .col-01 {
	width: 29%;
}
#chart   .col-02 {
	width: 45%;

}
#chart  .col-03 {
	width: 9%;
}
#chart  .col-04 {
	width: 17%;
}
#chart  th {
	text-align: left;
	padding: 3px;
	background-color: #015DA6;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #015DA6;
	border-right-color: #015DA6;
	border-bottom-color: #CCCCCC;
	border-left-color: #015DA6;
}
#chart tr.odd-row {
	background-color: #FFFFFF;

}
#chart td {
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	vertical-align: top;
}
#chart  tr:hover {
	background-color: #FFBE2C;
	color: #003366;
}
#chart .sub-head {
	background-color: #CCCCCC;
	color: #333333;
}
#chart   .sub-head:hover  {
	background-color: #CCCCCC;
	color: #333333;
}
#chart strong {
	color: #015DA6;
}
#locations {
	margin-left: 28px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.content .events-gallery {
	width: 553px;
	margin-left: 28px;
}
.locations-holder {
	width: 553px;
	margin-left: 28px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #015DA6;
}

.locations-holder-main {
	width: 380px;
	text-align: left;
	vertical-align: top;
}
.locations-navigation {
	background-color: #015DA6;
	vertical-align: top;
	height: 280px;
	padding: 0px;
	width: 151px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #015DA6;
	border-left-color: #E4E4E4;
}
.locations-navigation ul {
	margin: 0px;
	padding: 0px;
}
.locations-navigation li {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
.locations-navigation   ul li  a,.locations-navigation ul li  a:visited {
	display: block;
	width: 149px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #014A87;
}
.locations-navigation  ul li a:hover {
	color: #FFFFFF;
	background-color: #014A87;
}
.location-header {
	width: 538px;
	margin-left: 28px;
	background-color: #E6E3D3;
	padding: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: right;
}
.locations-navigation   img    {
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.location-header strong {
	font-size: 14px;
	color: #015DA6;
}
.table-no-styles {
	width: 553px;
	margin-left: 28px;
}
.horizontal-rule01 {
	height: 1px;
	width: 553px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFC543;
	margin-left: 28px;
}
.content .calender-holder {
	width: 553px;
	margin-left: 28px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.breadcrumbs     {
	color: #999999;
	margin: 0px;
	width: 538px;
	margin-left: 28px;
	background-color: #E6E3D3;
	padding: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: right;
}
.gallery {
	text-align: left;
}
.hp-slideshow {
	padding-top: 0px;
	padding-left: 28px;
}
#newsletter-signup-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 148px;
	vertical-align: top;
	line-height: 12px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/menu-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 5px;








	padding-bottom: 7
.px;
	padding-left: 0px;
	padding-bottom: 7px;
}
#newsletter-signup-box h2 {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#newsletter-signup-box form {
	margin: 0px;
	padding: 0px;
}
#newsletter-signup-box #Email {
	height: 14px;
	width: 108px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #999999;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#newsletter-signup-box #button {
	font-size: 11px;
	background-color: #999;
	color: #FFFFFF;
	margin-bottom: 0px;
	height: 20px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 1px;
	width: 48px;
	border: 1px solid #666;
}
#newsletter-signup-box  #button:hover {
	background-color: #124771;
	color: #FFFFFF;
}
