﻿@charset "UTF-8";
/* CSS Document */

.oldbrowser	{ 
display: none; /*hide from new browsers*/
}

/*  * {margin: 0px; padding: 0px;} /* important to get consistent rendering among all browsers. Sets margin and padding of every element to 0px */  

a, a img {
	border: none;
}

body {
	margin: 5px auto;
	background-color: #BBBBAA; /*A8ACA0;*/
	background-image: none;
	text-align: center; /* required to center body in IE5 PC */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; /* specify base font size in em's, all others in % */
	color: #3d4428;
	/*border: 2px solid #0B354F;*/
}

#body_wrapper {
	background-color: #BBBBAA;
	position: relative;
	width: 760px;
	border: 4px solid;
	overflow: hidden;
	right: 0px;
	margin: 0px auto;  /* centers the layout for most browsers */
	text-align: left; /* left-justifies all text. Required since we used text-align:center in the body tag to center the whole layout for IE5 PC */
}

#banner {
	width: 760px;
	margin: 0px;
	height: 395px;
	border-bottom: 3px solid;
}

.style1 {color: #000000}
.style2 {
	font-weight: bold;
	color:  #482400;
}

#content {
	/*border-bottom:3px solid;*/
	width:760px;
}
/*Beginning of Navbar*/
#navbar {
	padding-top: 10px;
	float: left;
	clear: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #BBBBAA;
	text-align: left;
}
#navbar ul { /*horizontal alignment */
	list-style-type: none;
	list-style-position: outside;
	text-indent: 5px;
	width: 180px;
	padding-left: 3px;
}
#navbar li {
	margin: 0 0 0 0;
}
#navbar a:link, #navbar a:visited {
	background-color: #BBBBAA;
	color: black; 
	text-decoration: none;
}
#navbar a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#contact {
	margin:5px;
	float: left;
	clear: left;
	width: 180px;
	padding-left: 3px;
	font-style: italic;
}
#contact a:link {
	background-color: #BBBBAA;
	color: black;
	text-decoration: none;
	font-size: 92%;
}
#contact a:hover {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 92%;
}

/* End of Navbar*/

.schedule {
	float:right;
	margin-bottom:10px;
	text-align:center;
}
.schedule table {
	width: 500px;
	border: 1px solid #777;
	background:#B2B3A5;
}
.story {
	padding: 10px 20px 10px 20px;
	width: 500px;
	height:auto;
	background-color: #BBBBAA;
	float: right;
	border-left: 2px solid #858980;
}
.story p {
	margin-bottom: 10px;
}
.TopLink {
	text-align: right;
	font-size: 90%;
}
.story img {
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 0px;
}
.story img.center {
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	border: 0px;
}
.story img.center_pingree {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.story a:link {
	color: #000000;
	text-decoration: underline; 
}
.story a:visited {
	color: #0F0F0F;
}
.story a:hover {
	color: #FFFFFF;
}
.announcement p {
	margin: 5px 0px 5px 0px;
	text-align: center;
	border: 2px solid;
}
#testimonials p {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}
.credit {
	font-weight: normal;
	font-size: 95%;
	margin-top: 0px;
}
/* headers */
h1, h2 {
	color:  black;
}

h1 {
	text-align: center;
	font-size: 110%;
}
h2 {
	font-size: 105%;
	font-weight: bold;
	text-align: center;
}

table {
	padding: 3px;
}

.comment {
	background-color: #E8E7E3;
	border:1px solid #999;
	clear:right;
	color: #0E101F;
	float: right;
	margin-bottom:5px;
	padding:2px;
	/*width:35%;*/
}

.comment ul {
	margin-left: 10px;
}

.comment a:hover {
	color: #692E8D;
}

.gallery_left {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.gallery_main {
	position: relative;
	width: 100%;
	clear: left;
	margin: 10px;
	border: 1px;
	height: 130px;
}
.gallery_main_portrait {
	position: relative;
	width: 100%;
	clear: left;
	margin: 10px;
	border: 1px;
	height: 140px;
}

.gallery_left img {
 	padding: 3px 30px;
}
.gallery_right {
	width: 175px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.gallery_center {
	margin-right: 175px;
	margin-left: 175px;
}
.gallery_center img {
	padding: 3px 30px;
}
.gallery_right img {
	padding: 3px 30px;
}
.caption {
	clear: both;
	font-size: smaller;
	text-align: center;
}
.gallery_left .portrait {
	padding: 0px 50px;
}
.gallery_right .portrait {
	padding: 0px 50px;
}

.highlight {
	color: #B60E46;
	font-weight: bold;
}
.highlight_red {
	color: red;
}
li {
	margin-left: 10px;
}
legend  {
	color: black;
}
.video
	{
	width: 320px;
	float: right;
	padding-left:10px;
	margin-top:-10px;
}