/* GLOBAL BODY ELEMENTS */
body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 75%;
	line-height: 1.4;
	background: url(../images/layout/body_bg.png);
}
#headerContainer {
	float: left;
	width: 100%;
	min-width: 1000px;
}
#bodyContainer {
	background: #fff url(../images/layout/bodycontainer_bg.png) top repeat-x;
	padding: 15px 0px;
	width: 100%;
	min-width: 1000px;
	float: left;
}
#bodyInnerContainer {
	width: 958px;
	margin: 0px auto;
}


/* HEADER MENU */
#headerLogo_container {
	position: relative;
	z-index: 10;
	float: left;
}
#headerLogo {
	width: 128px;
	height: 129px;
	background: url(../images/layout/logo.png);
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	position: absolute;
	left: 45px;
	top: 8px;
	cursor: pointer;
}
#headerLogo h1 {
	display: none;
	margin: 0px;
	padding: 0px;
}
#headerTop {
	min-height: 69px;
	height: auto ! important;
	height: 69px;
	float: left;
	width: 100%;
	position: relative;
}
#headerImages {
	height: 173px;
	background: #3C7AA4 url(../images/layout/pictures_bg.png);
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 100%;
}
#headerPhotos {
	background: url(../images/layout/header_photos.png) right no-repeat; /* other option is header_photos_winter.png */
	height: 173px;
	float: left;
	width: 100%;
}



/* WEATHER */
#weather_container {
	float: left;
	margin-top: 14px;
	margin-left: 230px;
	display: inline;
}
#weather_title {
	float: left;
	text-align: right;
	margin-right: 8px;
	margin-top: 2px;
}
#weather_title h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-size-adjust: none;
	line-height: 1.2;
}
#weather_box {
	float: left;
	height: 43px;
}
#weather_left {
	float: left;
	width: 15px;
	height: 43px;
	background: url(../images/layout/weather_left_corners.png) top left no-repeat;
}
#weather_middle {
	float: left;
	height: 33px;
	padding: 5px 0;
	background: url(../images/layout/weather_bg.png) top repeat-x;
}
#weather_right {
	float: left;
	width: 15px;
	height: 43px;
	background: url(../images/layout/weather_right_corners.png) top right no-repeat;
}

#weather_icon {
	float: left;
	margin: 1px 0 0 -4px;
	width: 32px;
	height: 32px;
	background-repeat: none;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#weather_desc {
	float: left;
	height: 43px;
	margin: 5px 0 0 4px;
	display: inline;
	line-height: 1;
	font-size: 12px;
	font-size-adjust: none;
}


/* TOP LINKS AND SEARCH */
#headertop_search { /* holds links and search */
	width: 265px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#headertop_links { /* holds links */
	float: left;
	margin: 10px 0 4px 10px;
	display: inline;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-size-adjust: none;
}
#headertop_links a:link, #headertop_links a:visited {
	color: #fff;
	text-decoration: none;
}
#headertop_links a:active, #headertop_links a:hover {
	color: #fff;
	text-decoration: underline;
}

#search_container { /* holds search */
	width: 265px;
	height: 42px;
	float: left;
	background: #D07858 url(../images/layout/search_bg.png) no-repeat;
	position: relative;
}
#search_inputtext {
	border: 0px;
	font-size: 10px;
	font-size-adjust: none;
	line-height: normal;
	margin: 0;
	padding: 2px 5px 0;
	width: 167px;
	height: 16px;
	position: absolute;
	top: 14px;
	left: 14px;
}
#search_submit {
	background: #8E8B67 url(../images/layout/search_submit.png) no-repeat;
	border: 0px none;
	color: #fff;
	cursor: pointer;
	font-size: 9px;
	font-size-adjust: none;
	line-height: normal;
	padding: 0 0 2px;
	text-align: center;
	width: 64px;
	height: 19px;
	position: absolute;
	top: 14px;
	right: 5px;
}


/* MAIN CONTENT IN WHITE BOX */
#maincontent_container {
	width: 689px;
	float: left;
	position: relative;
	z-index: 1;
}
#maincontent_top {
	width: 689px;
	height: 13px;
	background: url(../images/layout/maincontent_top.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	font-size: 0;
	line-height: 0;
	float: left;
}
#maincontent_middle {
	width: 664px;
	padding: 0 11px 0 12px;
	background: #fff;
	border-left: 1px solid #A86533;
	border-right: 1px solid #A86533;
	float: left;
	min-height: 620px;
	height: auto ! important;
	height: 620px;
}
#maincontent_bottom {
	width: 689px;
	height: 13px;
	background: url(../images/layout/maincontent_bottom.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	font-size: 0;
	line-height: 0;
	float: left;
}
#maincontent_subpage {
	float: left;
	width: 630px;
	padding: 0 17px;
}

/* RIGHT CONTENT CONTAINER */
#rightcontent_container {
	float: left;
	width: 269px;
	padding-bottom: 10px;
	background: url(../images/layout/dolphins.png) bottom right no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
}

/* BLUE TITLE BAR */
#bluebar_top {
	width: 664px;
	min-height: 32px;
	height: auto ! important;
	height: 32px;
	background: #224A69 url(../images/layout/bluebar_top.png) top no-repeat;
	float: left;
	position: relative;
	z-index: 1;
}
#bluebar_top h1 {
	color: #fff;
	font-size: 1.2em;
	margin: .4em 0 .2em 20px;
}
#flowers{
	width: 53px;
	height: 40px;
	background: url(../images/layout/americanflag.png) no-repeat; /* replaced snow.png */ /* and replaced flowers.png */
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	position: absolute;
	right: 23px;
	bottom: 0;
}
#bluebar_bottom {
	width: 664px;
	height: 8px;
	background: #224A69 url(../images/layout/bluebar_bottom.png) no-repeat;
	float: left;
	margin-bottom: 10px;
	line-height: 0;
	font-size: 0;
}


/* LEFT BOX, INSIDE OF MAIN CONTENT */
#leftbox {
	float: left;
	width: 430px;
	padding: 0 14px 10px;
	border-right: 2px dotted #A3CE95;
	min-height: 230px;
	height: auto ! important;
	height: 230px;
}
#leftbox h2 {
	border-bottom: 2px solid #9C3800;
	font-size: 1.3em;
	margin: 0 0 .4em 0;
	padding-bottom: .1em;
}
#leftbox h3 {
	color: #444;
	font-weight: bold;
	margin: 0;
	font-size: 1.1em;
}
#leftbox ul {
	color: #9C3800;
	padding-left: 15px;
	margin: 0 0 10px 0;
}
#leftbox ul a {
	font-weight: normal;
}
#quicklinks_left {
	width: 210px;
	float: left;
	margin-right: 10px;
}
#quicklinks_right {
	width: 210px;
	float: left;
}

/* RIGHT BOX, INSIDE OF MAIN CONTENT */
#rightbox {
	float: right;
	width: 162px;
	padding: 8px 14px;
	background: #FFF9E8 url(../images/layout/village_stamp.png) bottom right no-repeat;
	min-height: 230px;
	height: auto ! important;
	height: 230px;
}
#rightbox h2 {
	font-size: 1.3em;
	margin: 0;
}


/* NEWSLETTER */
#newsletter_container_outer {
	width: 230px;
	float: right;
	margin-top: 13px;
	position: relative;
	z-index: 0;	
	height: 150px;
}
#newsletter_container {
	width: 370px;
	position: absolute;
	top: 0;
	right: 0;
}
#newsletter_top {
	width: 370px;
	height: 12px;
	background: url(../images/layout/newsletter_top.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	font-size: 0;
	line-height: 0;
	float: left;
}
#newsletter_middle {
	width: 243px;
	padding: 5px 5px 5px 120px;
	background: #F5E19D;
	border-left: 1px solid #A6612A;
	border-right: 1px solid #A6612A;
	float: left;
}
#newsletter_middle h2 {
	font-size: 1.5em;
	margin: 0 0 .3em 0;
}
#newsletter_middle p {
	margin: 1em 0;
}
#newsletter_bottom {
	width: 370px;
	height: 12px;
	background: url(../images/layout/newsletter_bottom.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	font-size: 0;
	line-height: 0;
	float: left;
}
#newsletter_inputtext {
	border: 0px;
	font-size: 10px;
	font-size-adjust: none;
	line-height: normal;
	margin: 0;
	padding: 2px 5px 0;
	background: url(../images/layout/inputtext.png) no-repeat;
	width: 157px;
	height: 16px;
}
#newsletter_submit {
	background: #8E8B67 url(../images/layout/newsletter_submit.png) no-repeat;
	border: 0px none;
	color: #fff;
	cursor: pointer;
	font-size: 9px;
	font-size-adjust: none;
	line-height: normal;
	padding: 0 0 1px;
	text-align: center;
	width: 61px;
	height: 15px;
}

/* CALENDAR */
#calendar_container {
	width: 237px;
	float: left;
	margin-top: 15px;
	margin-bottom: 14px;
	margin-left: 18px;
	display: inline;
}
#calendar_top {
	width: 237px;
	height: 12px;
	background: url(../images/layout/calendar_top.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	font-size: 0;
	line-height: 0;
	float: left;
}
#calendar_middle {
	width: 225px;
	padding: 0 5px;
	background: #fff;
	border-left: 1px solid #A6612A;
	border-right: 1px solid #A6612A;
	float: left;
	text-align: center;
}
#calendar_middle h3 {
	color: #9E3B00;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 .3em 0;
}
#calendar_bottom {
	width: 237px;
	height: 14px;
	background: url(../images/layout/calendar_bottom.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
	font-size: 0;
	line-height: 0;
	float: left;
}

/* BUTTONS - Online Payments, Download Village Forms */
.rounded_button {
	float: left;
	width: 235px;
	height: 38px;
	margin: 0 0 5px 20px;
	display: inline;
	text-align: center;
	cursor: pointer;
}
.rounded_button h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-size-adjust: none;
	font-weight: bold;
	margin: 7px 0 0 0;
}
#buttonred {
	background: url(../images/layout/buttonred.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
}
#buttonblue {
	background: url(../images/layout/buttonblue.png) no-repeat;
	behavior: url(../files/iepngfix/iepngfix.htc); /* IE6 PNG fix */
}


/* FAQs */
#faq_container {
	float: right;
	margin-top: 10px;
	display: inline;
	width: 250px;
}

/* RIGHT LINKS ON ALL SUBPAGES */
#rightlinks {
	float: left;
	margin-left: 18px;
	display: inline;
	width: 233px;
}
#rightlinks h1 {
	color: #444;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: .3em;
}
#rightlinks h1 a:link, #rightlinks h1 a:visited {
	color: #444;
	text-decoration: none;
	border: none;
	padding: 0;
}
#rightlinks h1 a:hover, #rightlinks h1 a:active {
	color: #008AC0;
	text-decoration: none;
	border: none;
	padding: 0;
}
#rightlinks ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#rightlinks li a {
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
	padding: .2em 0;
	border-bottom: 2px dotted #008AC0;
	display: block;
	width: 233px;
}
#rightlinks li a:link, #rightlinks a:visited {
	color: #114D6E;
	text-decoration: none;
}
#rightlinks li a:hover, #rightlinks a:active {
	color: #008AC0;
	text-decoration: none;
}
#selected {
	color: #008AC0 ! important;
}


/* CENSUS TABLE */
.census_table {
	text-align: left;
	width: 100%;
}
.census_table_heading td {
	font-size: 1.1em;
	background: #ccc;
	border-bottom: 1px solid #E6E6E8;
	padding: 0 6px;	
}
.census_table_title td {
	font-size: 1.1em;
	background: #E6E6E8;
	border-bottom: 1px solid #377097;
	padding: 3px 6px;
}
.census_table_cell td {
	border-bottom: 2px solid #E6E6E8;
	padding: 2px 6px;
}


/* FILES */
.xml_file_table {
	text-align: left;
	width: 100%;
}
.xml_file_title th {
	font-size: 1.1em;
	background: #E6E6E8;
	border-bottom: 1px solid #377097;
	padding: 3px 6px;
}
.xml_file_cell td {
	border-bottom: 2px solid #E6E6E8;
	padding: 2px 6px;
}
.file_icon {
	margin: 4px 0 -5px;
}



/* TEXT */
h1, h2, h3 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
}
h1 {
	color: #6F4B00;
	font-size: 1.4em;
	font-weight: normal;
	margin: .4em 0 0 0;
}
h2 {
	color: #9C3800;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
}
h3 {
	color: #444;
	font-size: 1.1em;
	margin: 1.1em 0 0.1em;
}
a:link, a:visited {
	color: #0F4C6D;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #0F4C6D;
	text-decoration: none;
}



/* MISC */

p {
	margin: 1em 0;
}
img {
	border: none;
	padding-bottom: 5px;
}
.image_container {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 15px;
	background: #efefef;
}
hr {
	float: left;
	width: 100%;
	height: 4px;
	color: #e4e5e6;
	background: #e4e5e6;
	border: none;
	margin: .8em 0;
	padding: 0;
}

/* FOOTER */
#footer {
	border-top: solid 1px #214c6b;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}
#footer p {
	color: #FFFFFF;
	font-size: 8pt;
	margin: 2px;
}
.floatRight {
	float: right;
	padding: 5px;
}
.floatLeft {
	float: left;
	padding: 5px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
}


/* ADMIN */
#login_table {
	background: #fff;
	border: 6px solid #215172;
	padding: 1.6em;
	margin: 60px auto;
}
#login_table h1 {
	margin: 0 0 .7em 0;
	font-weight: bold;
}


