@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	float: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/bkg_grad1.jpg);
	background-color:#000;
	width: 100%;
}
#divMain {
	width: 100%;
	text-align: center;
}
#divBanner {
	width: 100%;
	height: 100px;
	display: block;
	margin-bottom: 15px;
}
.logo {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
.logo img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #666666;
}

#divBanner .siteTitle {
	text-align: right;
	margin-right: 25px;
}
#navBar {
	background-color: #C00;
	height: 24px;
	display: block;
	width: 100%;
	margin-top: 17px;
	float: left;
}

/*------------ top Menu --------- */
ul#nav {
	padding: 0;
	margin-left: 75px;
	display: block;
}
ul#nav li {
	float:left;
	list-style:none;
	position:relative;
	text-align: center;
}
ul#nav a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:0.7em;
	line-height:25px;
	padding: 6px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#nav a:hover {
	color:#000;
	background-color:#FFF;
}
ul#nav li ul {
	position:absolute;
	top:auto;
	left:0px;
	z-index:50;
	width:12em;
	padding:1px;
	background-color:#CC0000;
	display:none;
}
ul#nav li ul li{
	float:none;
	text-align: left;
}
ul#nav li ul li a{
	float:none;
	padding: 7px 10px 6px 10px;
}
ul#nav li:hover ul{
	display:block;
}

div#printHeader {
	display:none;
}
.column1 {
	width: 35%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	margin-top: 19px;
}
.column1 p, .column1 li, .column2 p, .column2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-bottom: .5em;
	line-height: 1.3em;
	margin-top: .5em;
}
.column1 li, .column2 li {
	margin: 0px;
	padding: 0px;
}

.column2 {
	width: 61%;
	float: left;
	margin-top: 19px;
}
.scrollBox {
	overflow: auto;
	height: 550px;
	padding-right: 15px;
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.scrollBox li  {
	margin: 0 0 .5em 0;
	padding: 0px;
	color:#CC0000;
	font-weight:bold;
	font-size: .7em;
	text-align:left;
	border: 1px solid #FFF;
}
.scrollBox li:hover, .scrollBox a:hover{
	color:#FFF !important;
	background-color:#C00;
	cursor:pointer;	
}
.scrollBox a {
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: -3px;
}
.scrollBox li span {
	font-weight: normal;
}
.selLink {
	border-color: #C00 !important;
}
#indxRimg {
	float: right;
	height: 250px;
	width: 250px;
	overflow: hidden;
	background-position: center -35px;
	margin-left: 15px;
	border: 1px solid #666;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #CC0000;
	text-align: center;
	letter-spacing: 0.1em;
}
h3           {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	color: #CC0000;
	text-align: center;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
h5 {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
p.scheduleDate {
	color: #666;
	text-align: left;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	text-transform: uppercase;
	overflow: hidden;
	padding-top: 0.7em;
}
.scheduleDate span {
	font-weight: normal;
	text-transform: none;
}
p.scheduleItem   {
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
p.scheduleDesc {
	margin-left: 50px;
	text-align: left;
	display: block;
	margin-top: 0px;
}
.dropcap {
	color: #CC0000;
	float: left;
	font-family: "arial narrow", "arial black", sans-serif;
	font-size: 3em;
	line-height: 1em;
	padding: 0 4px 0 0;
	margin-top: -4px;
}
/*.column1 li, .column2 li {
	font-size: .9em;
	margin-bottom: 0.4em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
}	
.column1 ul, .column2 ul {
	list-style-position: outside;
	list-style-type: square;
	display: block;
	margin-top: -0.5em;
	margin-left: 15px;
}*/
.box {
	padding: 10px;
	width: 93%;
	border: 1px solid #666;
	text-align: center;
	margin-right: auto;
	background-color: #FFF;
	margin-left: auto;
	margin-bottom: 15px;
	clear: both;
}
.smImgBox {
	padding: 5px;
	height: 200px;
	width: 160px;
	border: 1px solid #666;
	text-align: center;
	margin-right: 7px;
	background-color: #FFF;
	margin-left: 7px;
	margin-bottom: 20px;
	display: inline-table;
	vertical-align: top;
}
.smImgBox img {
	margin-top: 5px;
	text-decoration:none;
	border-color: #FFF;
}
.smImgBox:hover {
	border-color: #C00;
	text-decoration:none;
}
#divSponsor {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	float: none;
}
#divSponsor img {
	/*border: 1px solid #666666;*/
	border: none;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#divSponsor  a  {
	background-color: #FFF;
	border: 1px solid #666;
	padding: 1px;
	display: inline-block;
	margin-bottom: 6px;
}
#divSponsor a:hover   {
	background-color: #FFF;
	border-color: #CC0000;
}
a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFF;
	background-color: #CC0000;
}
a:hover img {
	border:none;
	border-color:#fff;
	text-decoration:none;
}
#divFooter {
	font-size: .7em;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 35px;
	clear: both;
}
ul.alphaLinks   {
	list-style-type: none;
}
.alphaLinks li {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.quiltTitle {
	font-size: .7em;
	font-weight: bold;
}
.quiltTitle span {
	font-weight:normal;
	size:.9em;	
}
.noticeFaint {
	font-size: .7em;
	color: #999;
	margin-top: 10px;
}
.noticeStrong {
	font-size: .8em;
	font-weight: bold;
}
.lgImg {
	max-width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #CCC;
}
ul {
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.red {
	color: #C00;
}
.smaller {
	font-size: .8em;
}
.larger {
	font-size: larger;
	margin-top: 1em;
}
.justify {
	text-align: justify;
}
.normal {
	font-weight: normal;
}
.gray {
	color: #333;
}
.left {
	text-align: left;
}
a img {
	text-decoration:none !important;
	border:none !important;
	border-color:transparent !important;
	text-align: center;
}
.nlCol {
	padding-right: 3px;
	padding-left: 3px;
	font-size: .7em;
	text-align: left;
	display: block;
	width: 90px;
	margin-bottom: 0.5em;
	float: left;
}
form {
	width: 100%;
	max-width:725px;
	margin: 0 auto;
	font-size:0.9em;
}
.formField {
	/*display: inline-block;*/
	float: left;
	margin-top:0.5em;
}
.formLabel {
	width:150px;
	clear: left;
	/*display: inline-block;*/	
	float:left;
	text-align:right;
	margin-top:.5em;
	margin-right:.3em;
}
#waitMsg {
	font-weight: bold;
	color: #CC0000;
	display: none;
}
p.caption {
	font-size:0.7em;
	margin-top: -1px;
}
p.important , ul.important{
	font-weight: bold !important;
	color: #333;
	text-align: justify;
}
.hide {
	display:none;
	position: absolute;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #333;
	text-align: center;
	cursor: pointer;
}
.odd {
	background-color: #CCC;
}
form table td {
	padding: 5px;
}
form table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
ul.calendar {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 0.5em;
	margin-top: 10px;
}
ul.calendar li {
	font-size:.75em;
	display: inline-block;
	font-weight: bold;
	color: #CC0000;
	border: 1px solid #FFFFFF;
}
ul.calendar li a {
	padding: 0 3px;
}
ul.calendar .selected {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 3px;
	border: 1px solid #CC0000;
}

