@charset "UTF-8";
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: #002387;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #4F82B1;
}
h1 {
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size: 16px;
	text-align: center;
}
h3 {
	margin-top: 3px;
	font-size: 16px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#sidebarRText h3 {
	text-align: center;
}
a{
	color: #06C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footerText {
	height: 73px;
	width: 770px;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	margin-left: 220px;
	padding-top: 12px;
}
#footerText p {
	margin-bottom: 3px;
	margin-top: 3px;
}
#footerText p a {
	color: #002387;
	text-decoration: none;
}
#footerText p a:hover {
	text-decoration: underline;
}
.thrColFixHdr #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/sidebarL_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 
.thrColFixHdr #header {
	position: relative;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
}
#home-attention {
	padding: 10px;
	border: medium solid #002387;
	clear: right;
}
#sidebarR {
	float: right;
	width: 201px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sidebarRText {
	background-image: url(../images/sidebarR_bg.gif);
	background-repeat: repeat-y;
	width: 173px;
	padding-right: 12px;
	padding-left: 15px;
	padding-top: 8px;
}
#sidebarRText img {
	margin-left: -15px;
}
#LHmap {
	background: #fff;
	padding: 10px 0;
}
.thrColFixHdr #mainContent {
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-image: url(../images/footerL.jpg);
	background-repeat: no-repeat;
	height: 85px;
	padding-right: 10px;
	background-position: left;
} 
.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;
}
.eventsDiv {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #537FB1;
}
.eventsDiv img {
	width: 40%;
	float: left;
}
.centerDiv {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.photoDiv {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.photoRight {
	text-align: center;
	float: right;
	margin-left: 10px;
}
.photoLeft {
	text-align: center;
	float: left;
	margin-right: 10px;
}
#reduce-reuse-recycle img {
	width: 15%;
	float: left;
}
#signature {
	text-align: right;
	float: right;
	width: auto;
	padding-top: 5px;
}
#signature a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#facebook {
	position: absolute;
	left: 268px;
	top: 77px;
}
.rev-box {
	font-size: 16px;
	color: #fff;
	background: #537FB1;
	padding: 10px;
}
.rev-box a {
	color: #f4c915;
}
