@charset "UTF-8";
/* CSS Document */
* { margin:0; padding:0; border:0px;}
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#A9A9A9;
}
h1 { 
	font-size:18px;
	color:#0A738B;
	font-weight:normal;
	text-transform:uppercase;
	padding:5px 0;
}
h2 { 
	font-size:13px;
	color:#404040;
	font-weight:bold;
	padding:5px 0;
}
h2.home { text-transform:uppercase; font-size:10px; padding-top:15px;}
p { font-size:13px; line-height:24px; color:#404040; padding-bottom:13px;}

td, th { font-size:13px; line-height:16px; color:#404040; padding-bottom:13px;}

a, a:visited, a:link {color:#0A738B;}
a:hover {color:#657C18; text-decoration:none;}
li {font-size:13px; line-height:24px; color:#404040; padding-bottom:0px; margin-left:15px;} 
ul.home li {font-size:10px; line-height:12px; padding-bottom:1px;}
.oneColFixCtr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
}
#column1 { 
	position:absolute;
	width:167px;
	/*background-color:#00FF00;*/
	text-align:left;
	}
#column2 { 
	margin-left:167px;
	width:630px;
	padding-top:154px;
	/*background-color:#FF0000;*/
	}
#column3 { 
	width:167px;
	float: right;
	padding-top:154px;
	/*background-color:#00FF00;*/
	text-align:left;
	}
#navBlocks {
	text-align:left;
	width:200px;
	margin-top:50px;
}
#eventBlocks { 
	text-align:left;
	width:167px;
	border-top: solid #0A738B 7px;/*BLUE*/}
#eventBlocks h2 { padding-top:10px; padding-bottom:5px;}

#eventBlocks dl { font-size:10px; color:#404040}
#eventBlocks dt { font-weight:bold; margin-bottom:0px;}
#eventBlocks dd { margin-bottom:15px;}


#navBlocks a, #eventBlocks h2 a {
	display:block;
	text-transform:uppercase;
	margin-left:30px;
	color:#A9A9A9;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:7px;
	font-size:14px;
}
#eventBlocks h2 a { 
	margin-left:0px; /*override above style */
}

#navBlocks a:link, #navBlocks a:visited, #eventBlocks h2 a:link, #eventBlocks h2 a:visited {
	color:#404040;
	text-decoration:none;
}
#eventBlocks a { text-decoration:none;}
#navBlocks a:hover, #eventBlocks h2 a:hover {
	color:#0A738B;
	text-decoration:none;
}

#logo { 
	border-top: solid #A9A9A9 7px;
	padding:28px 0 0 0;
	margin:0px;
}
#pageHeader {
	width:630px; /* same as column 2*/
	border-top: solid #657C18 7px;/*GREEN*/
	padding:1px 0 5px 0;
}
#pageFooter {
	width:630px; /* same as column 2*/
	border-bottom: solid #0A738B 7px;/*BLUE*/
	margin-top:50px;
	padding:1px 0 5px 0;
	font-size:9px;
	color:#404040;
}

.divider { margin:20px 0 5px 0; }
.greenText { color: #657C18; }
.blueText { color: #0A738B; }
.reg { font-size:9px; position:relative; top:-3px; margin-bottom:-3px; }
h1 .reg { top:-5px; font-size:10px; }

.callOut { width:200px; float:right; margin-top:5px; }
.callOut hr { background:url(../images/dots.jpg); height:3px; }
.callOut p {
	color: #0A738B; 
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	padding:15px; }

#didYouKnow {
	width:120px;
	float:left;
	margin-right:15px;
	font-size:10px;
	padding:5px 15px 0px 15px;
	background:url(../images/did-you-know.jpg);
}
#didYouKnowText { float:left; margin-right:15px; margin-top:5px; }

#didYouKnow h2 { color:#FFFFFF; font-weight:normal; font-size:12px; padding-top:0; }
#didYouKnow p { color:#000000; font-size:10px; line-height:12px; font-weight:bold; padding-top:10px; }

#serviceTable { 
	width:630px;
	margin-bottom:10px;
	}
#eventTable { width:630px; margin-top:10px; }
#eventTable th { font-weight:bold; vertical-align:top; color:#0B421B; padding-right:30px; }
#eventTable td { vertical-align:top;  }
#eventTable .title { color:#404040; font-weight:normal; font-style:normal; }
#eventTable .location { color:#404040;font-weight:normal; font-style:normal; }
#eventTable .time { color:#404040;font-weight:normal; font-style:normal; }
#eventTable .description { font-family: "Georgia", "Times New Roman", Times, serif; font-style:italic;  color:#757575; }
#eventTable a { font-family:Helvetica, Arial, sans-serif; text-transform:uppercase; font-size:10px;font-style:normal; }