﻿@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	background-image: url(images/stripe_718299c92b4e829a2fec8e68fcaf64f8.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
#page {
	background-color: #FFE37E;
	min-width: 800px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#header {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	padding-left: 80px;
	height: 150px;
	text-align: left;
	background-color: #000066;
}
#menu {
	background-color: #076B8B;
	height: 25px;
	overflow: visible;
	font-size: medium;
	padding-left:25px;
}
#menu  a {
	float: left;
	/*background-image: url(images/button.png);*/
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	color: #FFE37E;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #FFE37E;
	text-decoration: none;
}
#menu  a:hover {
	background-color: #03233A;
	color: #FFFFCC;
}
#leftPanel  {
	
	float: left;
	min-width:150px;
	width:18.75%;
	height:100%;
	padding-top: 50px;
	text-align: center;
}

#leftPanel .title {
	font-weight: bold;
	font-size: medium;
}
#leftPanel ul {
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#leftPanel li {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 30px;
}
#centerPanel{
	background-color:white;
	min-width: 650px;
	width:81.25%;
	padding-top: 20px;
	float: left;
}
#content {
	padding: 10px;
	min-height: 800px;
}

.fancylist {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.fancylist a {
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 20px;
	display: inline;
}
.fancylist a:hover {
	text-decoration: underline;
}
.fancylist li {
	padding: 5px;
	list-style-type: none;
}
.fancylist  li:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}

#didYouKnow {
	height: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


/*Event page*/

.events li {
	font-size: small;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
.events  li .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	padding-left: 20px;
}
.events  li .text {
	clear: both;
	float: none;

}
.events  li .date {
	font-weight: bold;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
	line-height: 30px;
	height: 30px;
	float: left;
}

/*Home Page Events*/
.miniEvents  {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
.miniEvents  li {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	padding-bottom: 10px;
	list-style-type: none;
}
.miniEvents   .when {
	font-weight: bold;
}
.miniEvents  .what {
}




#mainPicture {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
}

a {
	color: #660000;
}
a img{
	color: #000000;
	border: none;
}



.photoCaption {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#centerLeft {
	width: 50%;
	float: left;
}
#centerRight {
	width: 50%;
	float: right;
}
.text {
	padding: 20px;
	text-align: left;
}
h3 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: large;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 10px;
}

.thumb {
	padding: 10px;
	height: 102px;
	width:150px;
	overflow:hidden;
	text-align:center;
	display: block;
	float: left;
}
.thumb:hover {
	background-color: #E2F8FE;
}
#page  #footer  {
	clear: both;
	font-size: x-small;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color:white;
}

