/* Main Styles */
body {
	background-image: url(../images/watermark.jpg);
	background-color: #fff;
}

body,
p,
td {
	font-family: Lucida Sands, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0;
	margin-bottom: 0.25em;
	padding: 0;
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	color: #001581;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2 {
	margin: 0;
	margin-bottom: 0.25em;
	padding: 0;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #001581;
	background-image: url(../images/header-background-small.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/break-small.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h3.plain {
	background-image: none;
}

p {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #663366;
	text-decoration: none;
}

a:visited {
	color: #663366;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 2em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding: 0;
	font-style: italic;
}

cite {
	font-weight: bold;
	font-style: normal;
}

p.cite {
	text-align: right;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

/* Container Elements */
#outer-container {
	text-align: center;
}

#inner-container {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	text-align: left;
}

/* Blocks for Min Height Hack */
.prop {
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* Header */
.header {
	margin: 0;
	padding: 0;
	height: 160px;
}

/* Navigation */
#navigation {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 87px;
	background-color: #DFF9FF;
}

#navigation ul,
#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li.on ul,
#navigation li.off ul {
	margin: 0;
	padding: 0;
}

#navigation a {
	text-decoration: none;
}

#navigation li {
	/*float the main list items*/
	margin: 0;
	float: left;
	display: block;
}

#navigation .right li {
	float: right;
}

#navigation li ul {
	display: none; 
}

#navigation li.off ul,
#navigation li.on ul {
	position: absolute;
	padding-left: 28px;
	padding-right: 28px;
	/*put the subnav below*/
	top: 64px;
	/**top: 64px; reposition for IE*/
	left: 0;
	background-color: #DFF9FF;
	height: 24px;
	width: 712px;
}

#navigation li a {
	color: #d6e3b0;
	font-weight: bold;
	/*display: block;*/
	height: 15px;
}

#navigation li.on a {
	color: #7a8566;
}

#navigation li.on ul a,
#navigation li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #7a8566;
	width: auto;
	margin-right: 16px;
}

#navigation li.on ul {
	display: block;
}

#navigation li.off:hover ul,
#navigation li.over ul {
	display: block;
	z-index: 6000;
}

#navigation li.off a:hover,
#navigation li:hover a,
#navigation li.over a {
	background: #DFF9FF;
	color: #7a8566;
}

#navigation .printpage li {
	float: right;
}

#navigation .printpage li a {
	color: #663366;
	font-size: 10px;
	font-weight: normal;
}

#navigation .printpage li a:hover {
	text-decoration: underline;
}

/* Footer */
.footer {
	position: relative;
	padding: 8px;
	text-align: right;
	background-color: #DFF9FF;
}
.footer-home {
	height: 64px;
}
.footer p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.footer img {
	vertical-align: middle;
}
.footer .printpage {
	float: left;
	width: 200px;
	text-align: left;
}
.footer-home .printpage {
	float: left;
	width: 400px;
	text-align: left;
}
.footer-home .sitecredit {
	position: absolute;
	right: 16px;
	bottom: 64px;
}
.footer-home .sitecredit img {
	margin-right: 16px;
	vertical-align: middle;
}

/* Content */
#content {
	padding: 8px;
	padding-right: 7px;
	background-color: #DFF9FF;
}

#content .prop {
	height: 431px;
}

#content .footer {
	text-align: right;
	font-size: 10px;
}

.cross_background {
	background-image: url(../images/cross.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

.quote {
	background-image: url(../images/quote-background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.contact {
	background-image: url(../images/bangor-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Columns */
.column {
	margin: 0;
	background-color: #DFF9FF;
}

#content .left {
	float: left;
	margin-right: 8px;
	width: 260px;
}

#content .left .prop {
	height: 180px;
}

#content .itinerary .event .date {
	width: 80px;
}

#content .itinerary .event .details {
	margin-left: 80px;
}

#content .middle {
	float: left;
	width: 276px;
}

#content .middle .prop {
	height: 180px;
}

#content .right {
	float: left;
	margin-left: 8px;
	width: 191px;
}

#content .right .prop {
	height: 180px;
}

#content .right h1 {
	background-image: url(../images/header-background-small.jpg);
}

#content .right blockquote {
	margin-left: 0;
	margin-right: 0;
}

#content .stretch {
	margin-left: 0;
	margin-right: 0;
	width: 553px;
}

#content .thinner {
	width: 500px
}

#content .thicker {
	width: 242px;
}

/* Image Effects */
.halo {
	position: relative;
}

.halo .medium {
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
	height: 192px;
	background-image: url(../images/halo-medium.png);
}

/* Horizontal Rule Replacement */
.break {
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	height: 24px;
	width: 256px;
	background-image: url(../images/break-medium.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.break-small {
	margin-top: 1em;
	margin-bottom: 1.5em;
	height: 24px;
	width: 144px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/break-small.jpg);
}

.floatedleft {
	float: left;
}

/* Floated Images */
img.floatedleft {
	margin-right: 8px;
}

img.floatedright {
	float: right;
	margin-left: 8px;
}

img.border {
	padding: 2px;
	border: 1px solid #666;
}

.besideform {
	width: 275px;
}

/* Forms */
input, textarea {
	font-family: Lucida Sands, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form {
	width: 250px;
	margin-right: 16px;
}

.form .textbox {
	padding: 2px;
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
}

.form .dropdown {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
}

.form .buttons {
	text-align: right;
}

.form div.error p {
	color: #990000;
}

.form #cf_fields div.error p {
	margin: 0;
	padding: 0;
}

.form input.error, .form textarea.error {
	padding-left: 20px;
	background-image: url(../images/alert.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.right .form dl {
	width: 200px;
}

.form dt {
	float: left;
	clear: left;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 0;
	margin-right: 0;
	width: 80px;
	text-align: right;
}
.form dd {
	margin-bottom: 6px;
	margin-left: 80px;
	padding-top: 4px;
	padding-left: 6px;
}

.right .form dd .textbox {
	width: 108px;
}

/* Itinerary */
.itinerary .year {
}

.itinerary .year_header {
	font-weight: bold;
}

.itinerary .month {
}

.itinerary .month_header {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
	text-align: center;
	font-weight: bold;
}

.itinerary .event {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #999;
}

.itinerary .event .date {
	float: left;
	width: 150px;
}

.itinerary .event .details {
	margin-left: 150px;
}

/* Printable Page */
#printable {
	display: none;
}

.cm_editor {
	position: absolute;
	background-color: #fff;
}

.cm_editor textarea {
	width: 100%;
}

.cm_editor .cm_links {
	text-align: right;
}

.cm_editor .cm_links a {
	cursor: default;
}