@charset "utf-8";
/* CSS Document */

/* LAYOUT */
html, body, p, hr, h1, h2, h3, h4, h5, h6, ul, dd, dt, img, ol, dl, li, q, caption, a, form, input, textarea, fieldset, pre {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
/* SET BASE FONTS */

body {
	margin:21px 0 21px 0;
	background:#ddddd3;
	font-size: 0.8em;
}
p {
	margin-bottom:1px;
	margin-top:4px;
}
.weather{
	margin-right:40px;
	padding-top:20px;
}
hr {
	color:#A9CDF1;
 	border-style:dotted;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
	color:#1E6CBB;
	text-transform:uppercase;
	padding:5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:1em;
}
h4 {
	font-size:.9em;
}
h5 {
	font-size:.8em;
}
h6 {
	font-size:.7em;
	color:#00CC00;
}
#madawaska {
	background:url("/images/column_bg.gif") repeat-y center top;
	position:relative;
	margin:0 auto;
	width:980px;
}
#header {
	width:100%;
	height:231px;
	background:url("/images/header.gif") no-repeat;
}
#logo {
	overflow:hidden;
	height:128px;
	width: 400px;
	float: left;
}
.clear {
	clear:both;
}
#logo a {
	width:100%;
	height:128px;
	display:block;
	padding-top:200px;
}
a img, fieldset {
	border:none;
}
/*
==========================================
CSS NAVIGATION STYLES FOR HEADER LINKS
main navigation is handled by main-nav.css
==========================================
*/


#topheaderNavWrap {
	position:absolute;
	top:1px;
	right: 0px;
	width:400px;
	text-align: right;
	font-weight:bold;
	font-size:0.9em;
}
#topheaderNav {
	float:right;
	padding:0px 0px 0 0;
}
#topheaderNav li {
	float:left;
	display:inline;
}
#topheaderNav li#on {
	background:#5b94cd url(../images/topheadertab.gif) no-repeat right bottom;
	border-right:none;
}
#topheaderNav li.last {
	border-right:none;
}
#topheaderNav li#on a {
	background:url(../images/topheadertab.gif) no-repeat left bottom;
}
#topheaderNav a {
	color:#FFFFFF;
	display:block;   /*to increase clickable area as a's default to inline */
	float:left;
	line-height:3;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
}
#topheaderNav a:hover {
	background-color: #8EB6DD;
}
#topheaderNav a:active, #subnav2 a:focus {
	outline:0;
	background-color: #8EB6DD;
}
#headerNavWrap {
	position:absolute;
	top:52px;
	right: 0px;
	width:400px;
	text-align: right;
	font-size: 1em;
}
#headerNav {
	float:right;
	padding:5px 0px 0 0;
}
#headerNav li {
	float:left;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#headerNav li.last {
	border-right:none;
}
#headerNav a {
	color:#FFFFFF;
	display:block;   /*to increase clickable area as a's default to inline */
	float:left;
	line-height:1.5;
	padding:0 24px;
	text-align:center;
	text-decoration:none;
}
#headerNav a:hover {
	background-color: #699BCC;
}
#headerNav a:active, #subnav2 a:focus {
	outline:0;
}
a:link {
	color: #5C9F1A;
	text-decoration: none;
}
a:visited {
	color: #5C9F1A;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #5C9F1A;
	text-decoration: none;
}
#printArea ul {
	list-style-image: url(../images/navBullet.gif);
	list-style-type: square;
	margin: 5px 5px 5px 25px;
	color:#333333;
}
#printArea ol {
	margin: 5px 5px 5px 25px;
}
/*
==========================================
CSS FONT SIZER
==========================================
*/

.fontSizeWrap {
	display: block;
	position:absolute;
	height: 20px;
	margin-left: 24px;
	left: 810px;
	top: 88px;
}
.fontSize, a.fontSizeReset, a.fontSizeReset:active, a.fontSizeReset:visited, a.fontSizeIncrease, a.fontSizeIncrease:active, a.fontSizeIncrease:visited, a.fontSizeDecrease, a.fontSizeDecrease:active, a.fontSizeDecrease:visited {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	margin-left: 6px;
}
a.fontSizeReset, a.fontSizeReset:active, a.fontSizeReset:visited {
	width: 12px;
	background: transparent url(/images/font_size_reset.png) no-repeat 0px 0px;
}
a.fontSizeReset:hover {
	background-position: 0px -19px;
}
a.fontSizeIncrease, a.fontSizeIncrease:active, a.fontSizeIncrease:visited {
	width: 12px;
	background: transparent url(/images/font_size_increase.png) no-repeat 0px 0px;
}
a.fontSizeIncrease:hover {
	background-position: 0px -19px;
}
a.fontSizeDecrease, a.fontSizeDecrease:active, a.fontSizeDecrease:visited {
	width: 33px;
	background: transparent url(/images/font_size_decrease.png) no-repeat 0px 0px;
}
a.fontSizeDecrease:hover {
	background-position: 0px -19px;
}
#contentWrap {
	position:relative;
	width:980px;
	background-color: #FFFFFF;
	margin:0 auto;
	background-image: url(../images/column_bg.gif);
}
.breadcrumb {
	clear:both;
	margin:0;
	position:absolute;
	top:200px;
	width:500px;
}
.breadcrumb a:link {
	color: #666666;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #666666;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #ED6000;
	text-decoration: none;
}
.breadcrumb ul {
	margin: 0 0 0 23px;
}
.breadcrumb ul li {
	list-style-type: none;
	float: left;
	margin-left: 4px;
	font-size: 11px !important;
}
.breadcrumb ul li:first-child {
	margin-left: 0em;
}
.breadcrumb ul li.currentpage span {
	font-weight: bold;
}
/*-------------------------------------------    
    footer
-------------------------------------------*/

#footer {
	margin:auto;
	font-size:0.9em;
	color:#FFFFFF;
	width:980px;
	height:221px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footerlinks {
	text-align:right;
	position: relative;
	float: right;
	line-height: 20px;
}
/*-------------------------------------------    
    footer white logo links 3
-------------------------------------------*/
#logo1 {
	overflow:hidden;
	height:120px;
	width: 140px;
	float: left;
}

#logo1 a {
	width:100%;
	height:79px;
	display:block;
	padding-top:200px;
}
#logo2 {
	overflow:hidden;
	height:120px;
	width: 120px;
	float: left;
}

#logo2 a {
	width:100%;
	height:79px;
	display:block;
	padding-top:200px;
}

#logo3 {
	overflow:hidden;
	height:120px;
	width: 140px;
	float: left;
}

#logo3 a {
	width:100%;
	height:79px;
	display:block;
	padding-top:200px;
}
#logo4 {
	overflow:hidden;
	height:120px;
	width: 105px;
	float: left;
}

#logo4 a {
	width:100%;
	height:79px;
	display:block;
	padding-top:200px;
}
#logo5 {
	overflow:hidden;
	height:120px;
	width: 125px;
	float: left;
}

#logo5 a {
	width:100%;
	height:79px;
	display:block;
	padding-top:200px;
}

#footer ul {
	margin:15px 15px 15px 0;
	list-style-type: none;
	float: right;
	width: 300px;
}
#footer ul li {
	width: 140px;
}
#footer li {
	float:right;
	padding-left:10px;
}
#footer p {
	clear:both;
	padding:0 43px 0 0;
	margin-top:4px;
}
#footer a {
	color: #FFFFFF;
}
#social_links {
	width: 340px;
	clear: right;
	float: right;
	position: relative;
	top: -12px;
}
#social_links ul { margin:5px;
}
#social_links ul li {
	width: 80px;
	text-align: right;
}
#subscribe {
	width: 400px;
	float: left;
	margin-left: 40px;
	position: relative;
}
#subscribe input {
	font-size: .95em;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 2px;
	line-height: 1.0em;
}
#comment {
	font-size: .95em;
}
/*-------------------------------------------    
    secondary page 3 column layout
-------------------------------------------*/

.box {
	width: 258px;
	margin-left: 20px;
	background: #1E6CBB url(../images/box-bottom-menu.gif) no-repeat left bottom;
}
.box h2 {
	background: url(../images/box-top-menu.gif) no-repeat left top;
	padding: 10px;
	color:#FFFFFF;
}
.box p {
	color:#FFFFFF;
}
#contentleft {
	display:block;
	float:left;
	width:310px;
}
#contentmiddle {
	display:block;
	float:left;
	padding-top:0px;
	width:640px;
}
.amtable {
	border-collapse: collapse;
	width: 624px;
	margin-left: 0px;
	margin-top: 5px;
}
.amtable td {
	padding: 3px;
}
.amtable tr {
	border: 1px solid #AAAAAA;
	padding: 3px;
}
.tableview {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	font-size: 12px;
}
.tableview td {
	border: 1px solid #1E6CBB;
	padding: 1px;
}
.tableview th {
	border: 1px solid #1E6CBB;
	font-weight: bold;
	text-align: center;
	color: #1E6CBB;
	background-color: #A9CDF1;
	padding: 3px;
}
.tableview th a {
	font-weight: bold;
	color: #1E6CBB;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #A9CDF1;
	color: #535063;
}
.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	border: 0px;
	width: 620px;
}
.tableedit td {
	border: 0px solid #1E6CBB;
	padding: 2px;
}
.tableedit th {
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: right;
	color: #1E6CBB;
	background-color: #FFFFFF;
	padding: 2px;
}
.calendar {
	width: 100%;
	border-collapse: collapse;
	font-size:0.9em;
}
.calendar td {
	border: 1px solid #999999;
	width: 90px;
	height: 90px;
	min-height: 90px;
}
.calendar th {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding:10px;
}
.calendarToday {
	background-color: #CCCCCC;
}
.calendar p {
	margin: 0;
	padding:0;
	font-size:.85em;
}
.calendarEvent p {
	margin: 0;
	padding:0;
	font-size:.85em;
}
.event {
	width: 620px;
	border-collapse: collapse;
	font-size:.9em;
}
.event td {
	border: 1px solid #999999;
	width: 90px;
	height: 90px;
	min-height: 90px;
}
.event th {
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding:10px;
}
#photo {
	float: left;
}
#photothumblist {
	float: right;
	text-align: center;
	width: 150px;
}
#photothumblistinner {
	height: 400px;
	overflow: auto;
}
.thumbfont {
	color:#FFFFFF;
	font-size:.8em;
	padding:1px;
}
.uploadbutton{ padding:5px;}

