html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 145%;
	background: #fff url('images/headerbg.png') repeat-x;
	color: #000;
}

body.mceContentBody {
	background: #fff;
}

@font-face {
	font-family: "Trajan";
	src: url('trajan-fontkit/trajan-webfont.eot');
	src: local('☺'), url('trajan-fontkit/trajan-webfont.woff') format('woff'), url('trajan-fontkit/trajan-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #00457c;
	padding: 0;
	margin: 0 0 0.5em;
}

h1, h2 {
	font-family: "Trajan", Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-variant: small-caps;
	border-bottom: solid 1px #cde;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h1 {
	font-size: 210%;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
	padding: 3px 0 10px;
}

h2 {
	font-size: 150%;
	padding: 0 0 6px;
}

h3 {
	font-size: 120%;
}

a:link, a:visited {
	color: #00457c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link.imglink, a:visited.imglink, a:hover.imglink  {
	border: none;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

form  {
	margin: 0;
}

input, select, textarea {
	margin-bottom: 0.5em;
	border: solid 1px #cde;
	padding: 0.5em;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

input.full, select.full, textarea.full {
	width: 380px;
}

form select {
	padding: 0 0 0 0.5em;
	height: 2em;
	width: auto;
}

label {
	margin-bottom: 1em;
	font-weight: bold;
}

label.checkradio {
	font-weight: normal;
	margin: 0 1em 0 0.25em;
}

input.checkradio {
	border: none;
	vertical-align: middle;
}

input[type=hidden] {
	visibility: hidden;
}

input:focus, textarea:focus {
	border-color: #719dc0;
	outline: none;
}

.formbutton, #goog-wm-sb {
	display: inline-block;
	width: auto;
	padding: 0.4em 1em;
	background: #eaf5fc url('images/buttonshadows.png') repeat-x bottom center;
	color: #00457c;
	border: solid 1px #cde;
	font-weight: bold;
	width: auto;
	overflow: visible;
	cursor: pointer;
}

.formbutton:hover, #goog-wm-sb:hover {
	text-decoration: underline;
}

.formbutton:active, .formbutton.selected, #goog-wm-sb:active {
	background-position: top center;
	border-color: #719dc0;
	outline: none;
}

.error {
	background: #fdd;
	padding: 1em;
	margin-bottom: 1em;
}

.error ul {
	margin: 0;
}

table {
	font-size: 100%;
}

hr {
	color: #cde;
	background-color: #cde;
	height: 1px;
	border: 0;
}

.nostylesline {
	display: none;
}

.contentimageright {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

.contentimageleft {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.contentimageright img, .contentimageright img {
	display: block;
	box-shadow: 0 0 10px #bbb;
	-moz-box-shadow: 0 0 10px #bbb;
	-webkit-box-shadow: 0 0 10px #bbb;
}

#container {
	position: relative;
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	overflow: auto !important;
	overflow: visible;
	background: url('images/menubg.png') repeat-y left;
}

#footer {
	position: relative;
	clear: both;
	height: 60px;
	background: #fff url('images/headerbg.png') repeat-x;
}

#footercontent {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 18px 0 0;
	text-align: center;
	background: url('images/headerleftbg.png') no-repeat;
}

#header {
	position: relative;
	height: 200px;
	background: url('images/headerleftbg.png') no-repeat;
}

#header h1 {
	position: absolute;
	width: 195px;
	height: 105px;
	left: 20px;
	top: 48px;
	padding: 0;
	border: none;
	line-height: 1;
}

#header h1 a {
	display: block;
	border: none;
}

#headerimages {
	position: absolute;
	top: 20px;
	left: 265px;
	width: 670px;
	height: 160px;
	overflow: hidden;
}

#headerimages img {
	position: absolute;
	top: 0;
	left: 0;
}

#menubar {
	background: #00457c url('images/menubg.png') repeat-y;
	float: left;
	padding-bottom: 60px;
	width: 235px;
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 20px 20px 50px;
	background: url('images/menuwave.png') no-repeat bottom left;
}

#menubar li {
	font-size: 115%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#menubar a, #menubar strong {
	display: block;
	height: 24px;
	margin: 0;
	padding: 12px 0 0;
	text-decoration: none;
	border: none;
	color: #cde9ff;
	background: url('images/menuline.png') no-repeat bottom right;
}

#menubar a:hover, #menubar .selected {
	background-position: bottom left;
	color: #fff;
}

#menubar li ul {
	margin: 0;
	padding: 2px 10px 10px;
	background: #cde;
}

#menubar li ul li {
	font-size: 90%;
	text-transform: none;	
}

#menubar li ul a, #menubar li ul strong {
	color: #00457c;
	background: none;
	height: auto;
	padding: 8px 0 2px;
	border-bottom: solid 1px #719dc0;
}

#menubar li ul a:hover, #menubar li ul .selected {
	color: #00457c;
}

#contentarea {
	position: relative;
	float: left;
	width: 670px;
	padding: 25px 25px 65px;
	margin: 0 0 0 5px;
	overflow: hidden;
}

#maincontent {
	position: relative;
	float: left;
	width: 400px;
}

#sidecontent {
	float: right;
}

.sidepanel, .panel {
	width: 250px;
	background: #eaf5fc url('images/panel250.png') no-repeat bottom;
	padding: 0 0 15px;
	margin-bottom: 15px;
}

.sidepanel div, .panel div {
	background: #eaf5fc url('images/panel250.png') no-repeat top;
	padding: 15px 15px 0;
}

.sidepanel h2, .panel h2 {
	font-size: 140%;
	padding: 0;
	border: none;
}

.sidepanel h3, .panelh3 {
	margin: 0 0 0.25em;
}

.sidepanel ul, .panel ul {
	margin: 0;
	padding: 0 0 0 1.5em;
	color: #00457c;
}

.sidepanel ul strong, .panel ul strong {
	color: #000;
}

.sidepanel p, .panel p {
	margin: 0;
	padding: 0 0 0.5em;
}

.sidepanel p:last-child, .panel p:last-child {
	padding: 0;
}

.morelink {
	clear: both;
	text-align: right;
	margin-top: -1em;
}

.date {
	margin: 0 0 0.5em;
	font-weight: bold;
}

.breadcrumbs {
	position: relative;
	margin: -3.6em 0 2em 20em;
}

.highlight {
	font-weight: bold;
	color: #f1592a;
}

#homecontent {
	position: relative;
	width: 670px;
	height: 446px;
	background: #eaf5fc url('contentimages/homebg.jpg') no-repeat;
	margin-bottom: 20px;
}

#homecontent #intro {
	position: absolute;
	width: 610px;
	padding: 15px 30px;
	top: 20px;
	left: 0;
	text-align: center;
	text-shadow: 0 0 5px #fff;
}

#homecontent #intro p {
	margin-bottom: 0;
}

#homecontent #intro strong {
	color: #00457c;
}

#homecontent .panel {
	background: none;
	position: absolute;
	top: 286px;
	width: 180px;
	height: 125px;
	padding: 15px 15px 0;
	line-height: 135%;
	overflow: hidden;
	text-shadow: 0 0 5px #fff;
}

#homecontent .panel h2 a {
	display: block;
}

#homecontent #panel1 {
	left: 0;
}

#homecontent #panel2 {
	left: 230px;
}

#homecontent #panel3 {
	left: 460px;
}

#homecontent .morelink {
	margin-top: -0.5em;
}

#thumbcontainer h2, #thumbcontainer p {
	margin-right: 20px;
}

#thumbcontainer {
	position: relative;
	width: 690px;
	overflow: hidden;
}

.thumblink {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	width: 210px;
	height: 140px;
	overflow: hidden;
}

.thumblink img {
	position: absolute;
	top: 0;
	left: 0;
}

.thumblink strong {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 190px;
	height: 30px;
	line-height: 30px;
	padding: 110px 10px 0 !important;
	padding: 0 10px 0;
	background: url('images/thumb210caption.png') no-repeat bottom center !important;
	background: #eaf5fc;
	font-size: 110%;
	text-transform: uppercase;
	text-shadow: 0 0 5px #fff;
	cursor: pointer;
}

.thumblink:hover strong {
	text-decoration: underline;
}

a:link.prev, a:link.next, a:link.close, a:visited.prev, a:visited.next, a:visited.close {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('images/buttonlarr.png') no-repeat;
	text-indent: -999px;
	overflow: hidden;
	border: none;
	display: none;
}

a:link.next, a:visited.next {
	background: url('images/buttonrarr.png') no-repeat;
}

a:link.close, a:visited.close {
	background: url('images/buttonclose.png') no-repeat;
}

#collectioncontent {
	float: left;
	width: 300px;
}

#collectioncontent img {
	display: block;
	margin: 20px 0;
}

#collectioncontent .panel {
	width: 300px;
	background: #eaf5fc url('images/panel300.png') no-repeat bottom;
}

#collectioncontent .panel div {
	background: #eaf5fc url('images/panel300.png') no-repeat top;
}

#collectionplan {
	position: relative;
	float: right;
	width: 350px;
	text-align: center;
}

#overlay {
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	background: transparent;
	background: rgba(255,255,255,0.75);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/overlay.png', sizingMethod='scale');
	width: 670px;
	height: 450px;
	padding: 30px;
	text-align: center;
}

.photo {
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}

.loading {
	background: #eaf5fc url('images/loading.gif') no-repeat center;
	width: 48px;
	height: 48px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: inset 0 0 10px #a6c2d3;
	-moz-box-shadow: inset 0 0 10px #a6c2d3;
	-webkit-box-shadow: inset 0 0 10px #a6c2d3;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px;
}

#galcontainer {
	position: relative;
}

#galmain {
	width: 600px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	display: block;
}

#galmain img {
	position: absolute;
}

#galthumbs {
	margin: 0 auto 15px;
	display: block;
	width: 600px;
	overflow: auto;
	overflow-y: hidden;
}

#galthumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#galthumbs li {
	width: 135px;
	height: 90px;
	display: inline;
	margin-right: 20px;
}

#gallery a.prev {
	top: 30px;
	left: -5px;
}

#gallery a.next {
	top: 30px;
	right: -5px !important;
	right: 20px;
}

#galcaption {
	width: 600px;
	margin: 20px auto 0;
}

#galcaption h2 {
	border: none;
}

#packages #contentarea h2 {
	clear: none !important;
	clear: both;
}

.blockitem {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px #cde !important;
	border-bottom: none;
	overflow: hidden;
	clear: both;
}

.blockitem img {
	float: left;
}

.blockcontent {
	float: right;
	width: 440px;
}

.blockcontent h3 {
	float: left;
	font-family: "Trajan", Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 150%;
}

.blockcontent h4 {
	font-size: 120%;
}

.blockcontent .aside {
	float: right;
	color: #f1592a;
	font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 150%;
}

.blockcontent .details {
	clear: both;
}

.blockcontent .formbutton {
	float: right;
	margin-top: -1em;
}

.optionpicker {
	text-align: center;
}

@media print {
	body {
		height: auto !important;
	}
	
	#container {
		width: auto !important;
		height: auto !important;
		min-height: 0;
		margin: 0;
	}
	
	#header {
		background: #fff;
		border-bottom: solid 3px #cde;
		height: auto;
		padding: 0 0 20px 20px;
	}
	
	#header h1 {
		position: relative;
		top: 0;
		left: 0;
	}
	
	#footer {
		border-top: solid 3px #cde;
		background: #fff;
	}
	
	#headerimages, #menubar {
		display: none;
	}
	
	#contentarea {
		padding: 25px 0;
	}
	
	body, #container, #footercontent {
		width: 670px;
		background: #fff;
	}

	#container, #contentarea, #thumbcontainer {
		overflow: visible !important;
	}
	
	.panel, .sidepanel {
		border: solid 1px #cde;
	}
	
	.thumblink strong {
		padding: 0 10px 0 !important;
		border: solid 1px #cde;
	}
}