@charset "UTF-8";
/* CSS Document */

body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #00375F;
	background-image: url(img/back_shadow.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	line-height: 130%;
}
.hd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 110%;
}
.big_type {
	font-size: 18px;
	line-height: 120%;
}
.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}
.oneColFixCtrHdr #container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(img/main_background.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header  {
	background-color: #FFFFFF;
	height: 174px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	height: 80px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-color: #ABAF84;
	border-right-color: #ABAF84;
	border-bottom-color: #ABAF84;
	border-left-color: #ABAF84;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3pix; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	vertical-align: baseline;
}
a:link {
	color: #C77700;
none
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	color: #437D97;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #C77700;
	text-decoration: none;
}

/* ID Styles */

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	background-color: #99CC99;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #336600;
	line-height:8px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	color:#663300;
	background-color: #FFFFCC;
	}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	list-style-type: square;
}
	
/* Class Styles */

.small_georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 120%;
	list-style-type: square;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CCFF;
}
.big_blue {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #336600;
}
.navText {
	color: #003366;
	line-height:8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3097C6;
	position: relative;
	left: 15px;
	right: 15px;
	width: 210px;
}
.test_name {
	font-size: 12px;
	font-style: italic;
	color: #32A9C6;
	position: relative;
	width: 175px;
	text-align: left;
	left: 50px;
	line-height: 100%;
}

