@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: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1F3985;
	background-image: url(img/base-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapthis {
	position: relative;
}
#mainContent p {
	font-size: 85%;
	padding-right: 20px;
	padding-left: 20px;
	color: #333333;
}
#sidebar1 p {
	font-size: 75%;
	color: #333333;
}
.twoColFixLtHdr #container {
	width: 928px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(img/content-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #header {
	background: #FFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 205px;
} 
#mainContent h1 {
	font-size: 125%;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#mainContent h2 {
	padding-left: 20px;
	font-size: 90%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	height: 1475px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding-top: 39px;
}
.date  {
	color: #1B3C7E;
	font-style: oblique;
	font-weight: bold;
}
#sidebar1 h1 {
	color: #152F79;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: lighter;
}
#sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #314F8B;
	font-weight: lighter;
}
.twoColFixLtHdr #mainContent {
	margin-top: -21px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 308px;
	background-color: #FFFFFF;
	padding: 0;
	min-height:1480px;
	height:auto !important;
} 
#rotator {
	background-color: #CCCCCC;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #993300;
	border-left-color: #993300;
	text-align: left;
	vertical-align: top;
	height: 150px;
	float: right;
	width: 615px;
}
.twoColFixLtHdr #footer {
	width: 904px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-image: url(../img/footer-tile.png);
	background-repeat: repeat-x;
	background-position: left bottom;
} 
.twoColFixLtHdr #footer p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 80%;
}




#footerLinks li {
	list-style-type: none;
	display: block;
	margin-left: -22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 175%;
}
.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;
}
#secondNav {
	background-color: #FFFFFF;
	font-size: 75%;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-bottom: 20px;
}
#secondNav a {
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #153077;
	border-right-color: #153077;
	border-bottom-color: #DD4C35;
	border-left-color: #153077;
	padding-left: 12px;
	display: inline;
	padding-right: 12px;
	margin-right: 12px;
}
#secondNav a:visited {
	color: #333333;
}
#secondNav a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #153077;
}

#container1 {
	width:928px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 230px;
	background-image: url(img/footer-tile.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#col1 {
	float:left;
	width:296px;
	font-size: 75%;
	height: 225px;
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
}
#col1 p {
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
}
#col2 p {
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
}
#col3 p {
	text-align: left;
	vertical-align: top;
	padding-left: 12px;
}
#col2 {
	float:left;
	width:290px;
	text-align: left;
	vertical-align: top;
	font-size: 75%;
	padding-left: 22px;
	height: 225px;
	list-style-type: none;
}
#col2 li {
	display: block;
	margin-left: -20px;
	list-style-type: none;
}
#col2 h3 {
	color: #666666;
	font-size: 100%;
}
#col3 h3 {
	color: #666666;
	font-size: 100%;
}
#col1 h3 {
	font-size: 100%;
	color: #666666;
}
#col3 {
	float:left;
	width:289px;
	text-align: left;
	vertical-align: top;
	font-size: 75%;
	height: 225px;
	padding-left: 12px;
}
#col3 li {
	list-style-type: none;
	padding: 0px;
	display: block;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}
#col2 a, #col2 a:visited {
	color: #1F3A83;
	font-weight: normal;
	line-height: 1.4em;
}
#col3 a, #col3 a:visited {
	line-height: 1.4em;
	font-weight: normal;
	color: #1F3A83;
}
#col1 a, #col1 a:visited {
	color: #1F3A83;
}
#copyright {
	font-size: 75%;
	width: 928px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	color: #99CCFF;
}
#sidebar1 a, #sidebar1 a:visited {
	color: #333333;
}

#quotebox {
	width:550px;
	height:350px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	border: 1px solid #999999;
}
a:link {
	color: #152F79;
}

#ss {
	background-color: #333333;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #FF0000;
	height: 450px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #152F79;
}#slides {
	background-color: #232323;
	padding: 0px;
	height: 440px;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
}
.townImgLeft {
	padding-right: 18px;
	padding-bottom: 40px;
}
#picTable {
	margin-left: 20px;
	margin-top: 25px;
	width: 500px;
}
#picTable td {
	padding-right: 12px;
}
.resourceCap  {
	color: #152F79;
	font-weight: bold;
}
.aboutPic {
	padding-right: 18px;
}
#aboutSlidShow {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #424242;
}
#updatenews {
	padding: 0px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
.danvers-img {
	margin-right: 12px;
	padding-bottom: 50px;
}
.peabody-img {
	padding-bottom: 85px;
	padding-right: 12px;
}

