/* CSS Document */

#navbar {
	width: 160px;
	/* border-right: 1px solid #000; */
	padding: 0 0 1em 0;
	font-family: Impact, Arial, sans serif;
	background-color: #D71D24;
	color: #FFF;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#navbar li {
	border-bottom: 1px solid #FFF;
	margin: 0;
}
#navbar li a {
	display: block; /* Makes links active for full-width of DIV in all but IE */
	font-size: 1.3em;
	padding: 2px 1px 2px 5px;
	/*border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;*/
	background-color: #D71D24;
	color: #fff;
	text-decoration: none;
	width: 100%; /* Makes links active for full-width of DIV in IE */
}
#navbar li a.selected {
	background: #000;
}
#navbar li a.childnav {
	font-size: 1em;
	text-indent: 25px;
}
#navbar li.childnav {
	border-style:none;
}
#navbar a.childnav_selected {
	background: #000;
	font-size: 1em;
	text-indent: 25px;
}
html>body #navbar li a {
	width: auto;
}
td.navbar {
	background-color: #D71D24;
	vertical-align:top;
}
#navbar li a:hover {
	/*border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;*/
	background-color: #000;
	color: #fff;
}
.alert {
	color:red;
}

/* Main content section styles */
#maincontent {
	width: 600px;
	background-color: #FFFFFF;
	background-image: url(images/bigsteeple_trans.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: arial, helvetica, sans serif;
	padding-bottom: 10px;
	padding-left: 25px;
}
#announce {margin-left: 5px; float: right; width: 150px; border-style: dotted; border-color: #D71D24;  padding: 5px 5px 5px 10px; font-family: verdana, sans serif; }
#maincontent h1 { font-weight: bold; font-size: large; font-family: arial, sans serif;}
#maincontent h2 { font-weight: bold; font-size: medium; }
#maincontent h3 { font-weight: bold; font-size: .9em; line-height: 100%;}
#maincontent h4 { font-weight: bold; font-size: .8em; line-height: 100%;}
#maincontent p, ul, ol, blockquote { font-weight: normal; font-size: .75em; }
.b { font-weight: bold; }
.i { font-style: italic; }
.floatright {float: right; padding-left: 10px; font-family: arial, sans serif; font-size: .8em; font-weight: bold;}
#maincontent ul {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 25px;
}
h3 + p {margin-top: 0; }
td, th { vertical-align: top; text-align: left; }
/*styles for calendar */
table.calendar { border: 0; font-size: .75em; text-align: left; }
td.time { padding-right: 5px; }
td.event { padding-right: 15px; }
.date { font-weight: bold; }	
/*styles for leadership tables */
td, th { vertical-align: top; text-align: left; }
table#admin, table#board, table#committee {	font-size: .75em; font-family: arial, sans serif;}
table#admin.td, table#admin.th {padding-right: 5px; margin-right: 0;}

/* styles for Footer */
#footer {
	background:  #000;
	color: white;
	font-family: impact, verdana, sans serif;
	font-size: .8em;
	width:  800px;
	left: 0;
	right: 0;
	z-index: 10;
	margin-top: -2px;
	margin-left: 2px;
	padding-left: 10px;
	min-height:65px;
}
.copy {width: 800px; color:black; font-size: 8pt; font-family: arial, sans serif; text-align:center; text-decoration:none;}
.address {font-family:arial, sans serif; font-size: .8em;}
#footer a:link  {text-decoration: none; color: white; background: black; font-family: impact, verdana, sans serif;}
#footer a:hover {background: black; color: #D71D24;}
#footer a:visited {color: white; text-decoration: none;}
#copy a:link {color:black;}
#copy a:visited {color:black;}

