body {
	background: #003333;
	padding: 0 0 10px 0;
	margin: 0;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003333;
	text-align: center;
}
#Wrapper {
	width: 740px;
	padding: 0 10px;
	margin: 0 auto;
	background: #fff url(../images_gen/wrapper_bg.gif) repeat-y center;
	text-align: left;
}
#Wrapper.FullWidth {
	background: #fff url(../images_gen/wrapper_bg_full_width.gif) repeat-y center;
}
#Header {
	padding: 0;
	margin: 0;
	background: url(../images_gen/header_bg.jpg) no-repeat left top;
	width: 740px;
	text-align: center;
}
#Header h1 {
	margin: 0 auto;
	padding: 0 0 100px 0;
	background: url(../images_gen/logo_bg.jpg) no-repeat top left;
	width: 500px;
	height: 85px;
	cursor: pointer;
}
#Header h1 img {
	display: none;
}
#Navigation {
	background: #215151;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}
ul#MainNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#MainNav li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#MainNav li.Last {
	float: right;
	margin: 0;
	padding: 0;
}
ul#MainNav li h3 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul#MainNav li h3 a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 11px;   /* 5 8 5 8 including Meat */
	display: block;
}
ul#MainNav li h3 a:hover {
	background: #003333;
	color: #00FFFF;
}
ul#MainNav li h3 a.Active {
	background: #003333;
	color: #3D8D35;
}
ul#MainNav li.Last a {
	margin: 0;
	padding: 5px 12px 5px 13px;    /* 5 10 5 10 including Meat */
}
#Page {
	background: url(../images_gen/page_bg.gif) no-repeat bottom left;
}
#Wrapper.FullWidth div#Page {
	background: url(../images_gen/page_bottom_full_width.gif) repeat-x bottom;
}
#PageInner {	
	background: url(../images_gen/page_top.gif) repeat-x top;
	width: 740px;
	padding: 0 0 15px 0;
}
#LeftColumn {
	width: 188px;
	padding: 0;
	margin: 0 0 0 18px;
	_margin: 0 0 0 9px;
	background: url(../images_gen/leftcol_top.gif) no-repeat top center;
	float: left;
}
#LeftColumnInner {
	width: 188px;
	padding: 0;
	margin: 0;
	background: url(../images_gen/leftcol_bg.gif)  repeat-y top center;
	min-height: 120px;
	_height: 120px;
}
#LeftColumnBottom {	
	width: 188px;
	height: 28px;
	margin: 0;
	padding: 0;
	background: url(../images_gen/leftcol_bottom.gif) no-repeat;
}
#LeftColumn h2 {
	margin: 0;
	padding: 15px 0 0 0;
	width: 188px;
	text-align: center;
	font-size: 120%;
	color: 	#97AFAF;
}
ul#SubNav {
	width: 131px;
	padding: 10px 7px 0 7px;
	margin: 0 0 0 22px;
	list-style: none;
	background: url(../images_gen/duck_bg.gif) no-repeat center;
	min-height: 120px;
	_height: 120px;
}
ul#SubNav li {
	padding: 3px 0;
}
ul#SubNav h4 {
	font-size: 85%;
	margin: 0;
}
ul#SubNav h4 a {
	text-decoration: none;
	color: #003333;
}
ul#SubNav h4 a.Active {
	text-decoration: none;
	color: #3D8D35;
	font-size: 120%;
}
h1.PageTitle {	
	float: left;
	margin: 20px 0 15px 20px;
	font-weight: normal;
	font-size: 200%;
	width: 430px;
}
#Wrapper.FullWidth h1.PageTitle {	
	float: none;
	margin: 0;
	padding: 20px 0 15px 20px;
	width: auto;
}
#Content {	
	width: 495px;
	float: right;
	padding: 0 20px 0 0;
	min-height: 280px;
	_min-height: 280px;
}
#Wrapper.FullWidth div#Content {	
	width: 700px;
	float: none;
	padding: 0 20px 0 20px;
}
#Content.Home {	
	padding: 20px 20px 0 20px !important;
}
#Content p, #Content h1, #Content h2 {
	margin: 0 0 12px 0;
}
#Content h1 {
	font-size: 160%;
	font-weight: normal;
	color: #215151;
}
#Content h2 {
	font-size: 120%;
	color: #215151;
}
h3.DateHead {
	margin: 0 0 12px 0;
	font-size: 120%;
	color: #9FB5B5;
}
#RightColumn {
	float: right;
	margin: 0 0 15px 15px;
	width: 182px;
}

.ImageHolder {
	margin: 0 0 10px 0;
	text-align: center;
	color: #215151;
	background: #E6EFEE;
	border: 1px solid #215151;
}
.ImageHolder a, .ImageHolder img {
	padding: 0;
	margin: 0 0 0 0;
}
.ImageHolder img {
	display: block;
}
.ImageHolder h3 {
	font-size: 100%;
	margin: 6px 0 6px 0;
	padding: 0 10px;
}
.ImageHolder p {
	border-top: 1px solid #215151;
	font-size: 80% !important;
	margin: 0 !important;
	padding: 5px;
}
.ImageHolder p.Link {
	float: right;
	font-weight: bold;
}
.ImageHolder p.Link a{
	color: #fff;
	text-decoration: none;
}
.ImageHolder p.Link a:hover{
	color: #F9F28E;
	text-decoration: underline;
}
#RightColumn h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #3D8D35;
}
.Testimonial {
	padding: 10px;
	margin: 0 0 15px 0;
	background: #E6EFEE;
	font-size: 95%;
}
.Testimonial p {
	padding: 2px 0 0 0;
	text-indent: 25px;
	background: url(../images_gen/open_quot_white.gif) no-repeat top left;
}
.Testimonial p.TestDate {
	padding: 2px 25px 0 0 !important;
	text-indent: 0 !important;
	background: url(../images_gen/close_quot_white.gif) no-repeat bottom right !important;
}
div.RelatedLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.RelatedLinks {
	padding: 10px;
	margin: 0 0 15px 0;
	background: #E6EFEE;
	font-size: 95%;
}
div.Downloads {
	font-size: 95%;
}
div.Downloads a img {
	border: none;
}
div.Downloads a {
	text-decoration: none;
}
.StandardTeaser {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E6EFEE;
}
.StandardTeaser img{
	float: right;
	margin: 5px 0 10px 15px;
	border: 1px solid #215151;
}
.StandardTeaser h3{
	margin: 0 0 12px 0;
	font-size: 130%;
}
.StandardTeaser p{
	margin: 0 0 12px 0;
}
.StandardTeaser h3 a{
	text-decoration: none;
	font-weight: normal;
	color: #3D8D35;
}
.StandardTeaser h3 a:hover {
	text-decoration: underline;
}
.StandardTeaser h4 {
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}
.StandardTeaser blockquote{
	margin: 0;
	padding: 1px 0 0 0;
	text-indent: 25px;
	background: url(../images_gen/open_quot.gif) no-repeat top left;
}
.StandardTeaser blockquote p{
	padding: 1px 25px 0 0;
	background: url(../images_gen/close_quot.gif) no-repeat bottom right;
}
.GalleryRow {
	margin: 5px 0 20px 0;
	width: 520px;
}
.GalleryRow dl {
	width: 150px;
	float: left;
	margin: 0 19px 0 0;
	text-align: center;
	border: 1px solid #215151;
	font-size: 80%;
}
.GalleryRow dl.Last {
	margin: 0;
}
.GalleryRow dl dd {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #215151;
}
.GalleryRow dl dt {
	background: #215151;
	margin: 0;
	padding: 0;
}
.GalleryRow dl dt img {
	border: none;
	display: block;
	margin: 0;
}
.GalleryRow dl dd h3{
	padding: 4px 0 4px 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
.ResultsNav {
	text-align: center;
}
.ResultsNav p{
	margin: 0 0 5px 0;
}
.ResultsNav span{
	margin: 0 2px;
	font-size: 140%;
}
.ResultsNav span a{
	margin: 0 5px;
	font-size: 70%;
}
dl.BiogDate {
	width: 700px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	position: relative;
	border-bottom: 1px solid #E6EFEE;
}
dl.BiogDate dt {
	padding: 0 0 0 0;
	margin: -18px 0 0 0;
	font-size: 700%;
	position: absolute;
	bottom: 0;
	top: 0;
	font-family: "Times New Roman", Times, serif;
	color: #E6EFEE;
	font-style: italic;
}
dl.BiogDate dd {
	margin: 0;
	padding: 0 0 0 200px;
	position: relative;
	z-index: 5;
	min-height: 75px;
}
dl.BiogDate dd div.ImageHolder {
	float: right;
	margin: 0 0 15px 15px;
	width: 180px;
}
table.Accommodation {
	border-collapse: collapse;
	border: 1px solid #9BB2B2;
	width: 100%;
	font-size: 95%;
	margin: 0 0 15px 0;
}
table.Accommodation th {
	padding: 5px 10px;
	text-align: center;
}
table.Accommodation td {
	padding: 5px;
}
#Footer {
	background: #215151;
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
	font-size: 80%;
	color: #fff;
	width: 740px;
}
#Footer p {
	margin: 0;
	padding: 8px;
	float: left;
}
#Footer ul {
	margin: 0;
	padding: 8px;
	float: right;
	list-style: none;
}
#Footer ul li {
	margin: 0;
	padding: 0 9px 0 7px;
	display: inline;
	border-right: 1px solid #fff;
	font-weight: bold;
}
#Footer ul li a {
	color: #fff;
	text-decoration: none;
}
#Footer ul li a:hover {
	color: #00FFFF;
	text-decoration: none;
}
#Footer ul li.Last {
	border: none;
	padding: 0 0 0 7px;
}
#Bottom {
	width: 760px;
	height: 13px;
	margin: 0 auto;
	padding: 0;
	background:url(../images_gen/bottom.gif) no-repeat top;
}
#FooterBadges {
	width: 740px;
	padding: 2px 0;
	margin: 0 auto;
	text-align: left;
}
#FooterBadges a {
	margin: 0 0 5px 0;
}
.TwoPennies {
	color: #215151;
	font-size: 80%;
	float: none;
	text-decoration: none;
	padding: 5px 0 !important;
	clear: both;
	width: 190px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}