@charset "UTF-8";
br.clear {
	clear: both;
}
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: center; /* 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: "Trebuchet MS", Helvetica, Verdana;
	font-size: 100%;
	background-image: url(../Images/siteBackground.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 5px auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
	background-position: 250px;
	background-color: #D9DFF6;
} 
.twoColFixLtHdr #container #mainContent .map {
	text-align: center;
	height: 370px;
	width: 760px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ImgRight     {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 4px solid #FFFFFF;
}
.ImgLeft {
	border: 4px solid #FFFFFF;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.twoColFixLtHdr #header {
	padding: 0;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #AABAF7;
} 
.twoColFixLtHdr #container #mainContent a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 10px;
}
.twoColFixLtHdr #footer {
} 
.twoColFixLtHdr #footer p {
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(../Images/footer.png);
	margin: 0;
	padding: 4px;
}
.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;
}
.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;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	font-size: 22px;
	background-color: #AABAF7;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent ul {
	list-style-type: square;
	margin-top: 10px;
	margin-bottom: 10px;
}
.largeStandOut {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 18px;
	background-color: #AABAF7;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #000000;
	text-align: center;
	margin: 5px 40px;
}
.twoColFixLtHdr #container #mainContent li {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Verdana;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 14px;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .blockQuote {
	margin: 15px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
.twoColFixLtHdr #container #mainContent .news {
	text-align: center;
	height: 500px;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #mainContent .smallPrint {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent .quote {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 16px;
	color: #000000;
	margin: 5px;
	padding: 5px;
	height: 135px;
	width: 326px;
	position: relative;
	left: 510px;
	top: 268px;
	visibility: visible;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 22px;
	font-style: italic;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .contactAddress {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
}
.twoColFixLtHdr #container #header .fb {
	position: absolute;
	visibility: visible;
	z-index: 1000;
	height: 20px;
	width: 20px;
	top: 121px;
	left: 44px;
}
.twoColFixLtHdr #container #mainContent .minus2pt {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent #flashcontent {
	text-align: center;
}

