@charset "utf-8";
/* CSS Document */
/* Keeps scrollbar always visible */
html {overflow: -moz-scrollbars-vertical;}
* {
   margin:0;
   padding:0;
   border:0;
}

body, html {
	background-color: #E7EAFB;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #01326A;
}
a:visited{
	color: purple;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px; 
}
ul {
	margin: 0;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #556DE1;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #01326A;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #01326A;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #01326A;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table {
	color: #01326A;
	border-collapse: collapse;
}
td {
	border: 1px solid #666666;
	padding: 4px;
}

#container {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	border: 1px solid #002F90;
}
/*used this in testing google search */

#quickLinks  {
	margin: 0px;
	padding: 2px;
	text-align: right;
	background-color: #01326A;
}
#quickLinks ul {
	margin: 0px;
	padding: 0px;
}
#quickLinks li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
	color: #FFFFFF;
}
#quickLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftColumn {
	float: left;
	width: 185px;
	margin-bottom: 10px;
}
#nav {
	background-color: #FFFFC6;
	padding: 8px;
	border: 1px solid #000000;
	list-style-image: none;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 155px;
}	
#nav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#nav li {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: none;
	text-decoration: none;
	list-style-type: none;
	color: #01326A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a:link, #nav a:visited {
	color: #01326A;
	text-decoration: none;
}  
#nav a:hover {
	color: #01326A;
	text-decoration: underline;
	font-weight: bold;
}
#newsletter {
	width: 180px;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: left;
}

#content {
	background-color: #FFFFFF;
	margin: 0px;
	position: relative;
	left: 0px;
	float: right;
	width: 780px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul ul {
	list-style-image: none;
	list-style-type: disc;
}
#content li {
	margin-top: 3px;
	padding-top: 5px;
}
#rightColumn {
	width: 250px;
	float: right;
	margin: 0px 0px 0px 10px;
	background-color:#FFFFFF;
}
#events {
	margin: 0px 0px 10px 0px;
}
#events table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #01326A;
	border-collapse: collapse;
}
#events table p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#events td {
	border: 1px solid #666666;
	padding: 4px;
}
#events tr:nth-of-type(odd) {
	background-color: #F5F5FD;
}
#events tr:nth-of-type(even) {
	background-color: #DBDFF8;
}
#flyers {
	border: 1px solid #666666;
	background-color:#F5F5FD;
	margin: 15px 0px 15px 0px;
}
#flyers h1 {
	font-size: 12px;
	border-bottom: 1px solid #666666;
	padding: 4px;
	font-style: normal;
}
#footer {
	background-color: #01326A;
	clear: both;
	height: 20px;
}
/*#gallery div {
   border: 1px solid black;
   margin: 10px;
   padding: 10px;
   width: 100px;
   font-size: small;
   float: left;
   text-align: center;
}*/
#infobox {
	background-color: #DBDFF8;
	width: 200px;
	padding: 8px;
}
.current {
	color: #01326A;
	font-weight: bold;
}
div.pic {
	float:left;
	height:185px;
	width:120px;
	margin: 15px;
	padding: 0px;
}

div.pic img {
	border:1px solid;
	border-color: black;
}
div.pic ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li.officer_title {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
li.officer_name {
	text-align:left;
}
.emphasis {
	font-weight: bold;
	color: #0020C7;
}



.center {
	text-align: center;
}

.sideBox_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFC6;
	color: #01326A;
	text-align: center;
	font-weight: bold;
}
/*.sideBox_h1_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #FFFFD5;
	color: #01326A;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A5A5A5;
	margin: 0px;
	text-align: center;
}*/

.sideBox_ul {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
	padding-left: 20px;
}
.sideBox_ul_li {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.caption {
	text-align: center;
	font-style: italic;
	padding: 10px 0;
}
.photos {
	float:left;
	height:185px;
	width:100px;
	margin: 15px;
	padding: 0px;
}
.photoslandscape {
	float:left;
	height:115px;
	width:100px;
	margin: 5px;
	padding: 0px;
}
.flowers {
	float: left;
	height: 170px;
	margin 15px;
	width: 135px;
	padding: 0px;
}
.foldersTable table{
	padding-bottom: 40px;
	border: 0 none;
}
.foldersTable td{
	border: none;
}
.question {
	font-weight: bold;
	color: #F06;
}
.answer {
	font-style: italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.even {
	background-color: #DBDFF8;
}
.odd {
	background-color: #F5F5FD;
}
.star_li {
    list-style-image: url(../images/yellow_star.15.gif);
}
.qa_answer {
	font-style: italic;
	padding-left: 10px;
}
.indent_left {
	padding-left: 15px;
}
.rednote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
.blackemphasis {
	font-weight: bold;
	text-decoration: underline;
}

