html, body { 
	height: 100%;
	margin: 0;
	padding: 0;
}

body form { height: 100%; _height: auto; padding: 0; margin: 0; }

.Container { 
	position: relative;
	width: 840px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	height: auto;
	background: url('images/bg_container.png') repeat-y;
	_height: 100%
}
html>body .Container {
	height: auto;
}

.PageHeaderContainer {
	padding-top: 10px;
}

.PageHeader {
	position: relative;
	_height: 130px;
	min-height: 130px;
	width: 800px;
	margin: 0 auto;
}

.PageHeader h1 {
	position: absolute;
	font-size: 30px;
	z-index: 2;
	top: 30px;
	left: 20px;
	color: white;
}
.PageHeader a { color: white; text-decoration: none;}
.PageHeader img { 
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

/*
New PageHeader to enable TinyMCE 
================================
*/

.PageHeader .LogoField {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 130px;
}
.PageHeader .LogoField img {
	position: static;
}

.PageHeader .HeaderField {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 130px;
	overflow: hidden;
}
.PageHeader .HeaderField h1 {
	position: static;
	padding-top: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	color: white;
}
.PageHeader .HeaderField h2 { color: white; }
.PageHeader .HeaderField h3 { color: white; }
.PageHeader .HeaderField h4 { color: white; }
.PageHeader .HeaderField h5 { color: white; }
.PageHeader .HeaderField h6 { color: white; }

.PageHeader .HeaderField img {
	position: static;
}


/*
================================
*/

.PageNavigator {
	_height: 30px;
	min-height: 30px;
	background: #efefef;
	border: none;
	width: 800px;
	margin: 0 auto;
}

.PageContent {
	padding: 30px;
	padding-bottom: 50px;
	height: auto;
}

.PageFooter {
	position: absolute;
	bottom: 10px;
	padding: 0;
	width: 100%;
	clear: both;
	min-height: 30px;
}
.PageFooter .CopyrightText {
	background-color: #efefef;
	width: 680px;
	margin: 0 auto;
	font-size: 8pt;
	padding: 10px;
	padding-right: 110px;
	min-height: 10px;
	_height: 10px;
}
.PageFooter .CopyrightText p { margin: 0; padding: 0; }
/*
.PageFooter .CopyrightText { margin-left: 10px; padding: 10px 0; font-size: 8pt; width: 670px; }
.PageFooter .CopyrightText a { }
.PageFooter .CopyrightText a:hover { }
.PageFooter .CopyrightText p { margin: 0; padding: 0; }
*/
/*
.PageFooter .dinStudioLink { float: right; margin-right: 10px; padding-top: 10px; font-size: 8pt; text-align: right;}
*/
.PageFooter .dinStudioLink { position: absolute; bottom: 10px; right: 30px; font-size: 8pt; text-align: right; }
.PageFooter .dinStudioLink a:link { }
.PageFooter .dinStudioLink a:hover { }

/* Functions */
/* ================================================== */



.MainPageInlineContainer {
	float: left;
}
.MainPageInlineContainer .ImageContainer {
	width: 200px;
	text-align: center;
	margin-right: 15px;
}

.MainPageInlineContainer .ParagraphContainer {
	width: 190px;
	font-size: 8pt;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #efefef;
}

.MainPage {
}
.MainPage .NewsContainer {
	float: right;
	margin-left: 15px;
	width: 210px;
}
.MainPage .NewsItem .date { font-size: 8pt; font-style: italic; }
.MainPage .NewsItem {
	text-align: left;
	font-size: 8pt;
	width: 190px;
	margin-left: 10px;
	padding: 5px;
	background-color: #efefef;
}
.MainPage .NewsItem h2 { margin-bottom: 0px; }

.MainPage .BodyTextContainer {
}

.EmptyPage {
}

.TextLayout1 .FunctionTable {
	border-collapse: collapse;
}
.TextLayout1 .LeftColumn {
	width: 510px;
	padding: 0 15px;
	vertical-align: top;
}
.TextLayout1 .RightColumn {
	width: 200px;
	padding: 0 15px;
	vertical-align: top;
}
.TextLayout1 .RightColumn .ImageContainer {
	text-align: center;
}

.TextLayout1 .RightColumn .ParagraphContainer {
	font-size: 8pt;
	padding: 5px;
	background-color: #efefef;
}

.TextLayout2 .FunctionTable {
	border-collapse: collapse;
}
.TextLayout2 .LeftColumn {
	width: 355px;
	padding: 0 15px;
	vertical-align: top;
}
.TextLayout2 .RightColumn {
	width: 355px;
	padding: 0 15px;
	vertical-align: top;
}
.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-top: 2px;
	margin-right: 5px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 170px;
	padding: 5px;
	background-color: #efefef;
	margin-right: 5px;
	font-size: 8pt;
}

.GalleryDescription {
	margin: 0;
	padding: 0;
	text-align: center;
}
.GalleryDescription #text {
	overflow-y: auto;
	overflow-x: hidden;
	height: 45px;
	text-align: center; 
	color: white;
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 10px auto;
	width: 110px;
	height: 40px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 30px; 
	height: 30px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 30px; 
	height: 30px;
	text-decoration: none;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-size: 13pt;
	margin: 0;
	width: 50px;
	height: 30px;
	padding-top: 5px;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 30px; 
	height: 30px;
}
.GalleryNavigator a.Next { 
	display: block; 
	float: left; 
	width: 30px; 
	height: 30px;
	text-decoration: none;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 .FunctionTable {
	width: 460px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery1 .BodyTextContainer {
	margin: 0 15px;
}
.ImageGallery1 .FunctionTable .ImageCell {
	width: 130px;
	background-color: #efefef;
	border: 10px solid white;
	vertical-align: top;
	padding: 5px 0;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	text-align: center;
}

.ImageGallery1 .FunctionTable .ParagraphContainer {
	padding: 5px;
	font-size: 8pt;
}

.ImageGallery2 .BodyTextContainer {
	margin: 0 15px;
}
.ImageGallery2 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable .ImageCell {
	padding: 5px;
	width: 130px;
	vertical-align: top;
	background-color: #efefef;
	border: 10px solid white;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
	background-color: #efefef;
	border: 10px solid white;
	min-height: 60px;
	_height: 60px;
	width: 410px;
	padding: 5px;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	text-align: center;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	font-size: 8pt;
}

.ImageGallery3 .BodyTextContainer {
	margin: 0 15px;
}
.ImageGallery3 .FunctionTable {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable .ImageCell {
	width: 50px;
	vertical-align: top;
	padding: 5px;
	background-color: #efefef;
	border: 10px solid white;
}
.ImageGallery3 .FunctionTable .TextCell {
	width: 390px;
	vertical-align: top;
	padding: 5px;
	background-color: #efefef;
	border: 10px solid white;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	text-align: center;
	min-height: 50px;
	_height: 50px;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	font-size: 8pt;
	min-height: 50px;
	_height: 50px;
}

.Diary .FunctionTable {
	border-collapse: collapse;
}
.Diary .LeftColumn {
	width: 230px;
	vertical-align: top;
}
.Diary .LeftColumn .DiaryListItem {
	padding: 0 15px;
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 10pt;
	margin: 0;
	text-decoration: underline;
	padding-bottom: 10px;
}
.Diary .RightColumn {
	width: 510px;
	padding: 0 15px;
	vertical-align: top;
	border-left: 1px solid #efefef;
}
.Diary .RightColumn .DiaryDate h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
}

.Diary .DiaryList .GroupByDay,
.Diary .DiaryList .GroupByMonth,
.Diary .DiaryList .GroupByYear {
	padding: 0 15px;
}
.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	font-size: 10pt;
	margin: 0;
	text-decoration: underline;
	padding-bottom: 10px;
	font-weight: normal;
}
.Diary .DiaryList .GroupByDay a:hover,
.Diary .DiaryList .GroupByMonth a:hover,
.Diary .DiaryList .GroupByYear a:hover {
	text-decoration: none;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay h2,
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	margin: 0;
	padding-bottom: 5px;
}


/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryView {
	padding-bottom: 30px;
}

.Diary .DiaryCommentFunction {
	width: 470px;
}
.Diary .DiaryDateInput {
	font-family: Georgia, Tahoma, Arial;
	margin: 0;
	margin-bottom: 10px;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}
.Diary .DiaryCommentListItem {
	padding: 0 15px 15px 15px;
}
.Diary .DiaryCommentListItemContainer {
	border: 0;
	padding: 0;
	margin: 0;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	padding-bottom: 3px;
}

.Diary .DiaryCommentFormTable input {
	border: 1px solid #555;
}
.Diary .DiaryCommentFormTable textarea {
	border: 1px solid #555;
}
.Diary .DiaryCommentListItemContainerMiddle h2 {
	font-weight: bold;
}

.Diary .DiaryCommentForm span.CommentLabel {
	font-size: 9pt;
}

/*
========================================================================
*/

.Guestbook .BodyTextContainer {
	margin: 0 15px;
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	margin-top: 15px;
}
.Guestbook .GuestbookForm {
	padding: 0 15px;
	vertical-align: top;
	width: 200px;
}
.Guestbook .GuestbookForm input.textname { width: 200px; border: 1px solid #555; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.textemail { width: 200px; border: 1px solid #555; margin-bottom: 10px; }
.Guestbook .GuestbookForm textarea.textmessage { width: 200px; height: 130px; border: 1px solid #555; margin-bottom: 10px; }
.Guestbook .GuestbookForm input.GuestSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}
.Guestbook .GuestbookList {
	vertical-align: top;
	padding-left: 15px;
	border-left: 1px solid #efefef;
}
.Guestbook .GuestbookList h2 {
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: bold;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	margin-bottom: 15px;
}
.Guestbook .GuestbookList .GuestbookListItem {
	padding: 0 15px 0 15px;
}

.FileArea .BodyTextContainer {
	margin: 0 15px;
}
.FileArea .FunctionTable {
	width: 510px;
	margin: 20px auto;
	padding: 15px 0;
	border-collapse: collapse;
	border-top: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
}
.FileArea .IconCell { width: 50px; text-align: right; vertical-align: top; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; }
.FileArea .FileList {
	width: 510px;
	border-collapse: collapse;
}
.FileArea .FileList a { text-decoration: none; }
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin: 0 0 3px 0; font-size: 8pt; }

.Contact .FunctionTable {
	border-collapse: collapse;
}
.Contact .LeftColumn {
	width: 410px;
	padding: 0 15px;
	vertical-align: top;
}
.Contact .RightColumn {
	width: 310px;
	padding: 0 15px;
	vertical-align: top;
}
.Contact .RightColumn .ImageContainer {
	text-align: center;
}
.Contact .RightColumn .ParagraphContainer {
	font-size: 8pt;
	padding: 5px;
	width: 290px;
	margin: 0 auto;
	background-color: #efefef;
}
.Contact .ContactForm { margin-top: 10px; }
.Contact .ContactForm input.text { width: 200px; border: 1px solid #555; margin-bottom: 10px; }
.Contact .ContactForm textarea.textmessage { width: 380px; height: 130px; border: 1px solid #555; margin-bottom: 10px; }
.Contact .ContactForm input.ContactSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.LayoutPage .layout-1 .Contact .ContactForm textarea,
.LayoutPage .layout-1 .Contact .ContactForm input[type=text] { width: 50%; }

.LayoutPage .layout-2 .Contact .ContactForm textarea,
.LayoutPage .layout-2 .Contact .ContactForm input[type=text],
.LayoutPage .layout-5 .col-1 .Contact .ContactForm textarea,
.LayoutPage .layout-5 .col-1 .Contact .ContactForm input[type=text],
.LayoutPage .layout-6 .col-0 .Contact .ContactForm textarea,
.LayoutPage .layout-6 .col-0 .Contact .ContactForm input[type=text] { width: 75%; }

.GalleryCommentFormControl textarea { border: 1px solid #555; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	font-size: 11px;
	color: white;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

/* DropDown Menu */
/* ================================================== */

.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.DropMenu a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
}

.DropMenu a:hover {
	text-decoration: none;
}
.DropMenu a.toplevel {
	padding-top: 9px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: -2px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.DropMenu a.toplevel:hover {
	text-decoration: none;
}

.DropMenu a.parent {
	background: url('images/rightarrow.gif') right no-repeat;
}
.DropMenu a.parent:hover {
}

.DropMenu li {
	position: relative;
	_position: static;
	float: left;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: bold;
	margin: 0;
/*
	margin-left: -2px;
*/
	background-color: white;
	border: 2px solid #efefef;
}

.DropMenu li li {
	padding: 0;
	width: 170px;
}

.DropMenu li ul a {
	padding: 5px 10px;
	_width: 150px;
}

.DropMenu li ul a:hover {
	background-color: #efefef;
}

.DropMenu li ul ul {
	margin: -28px 0 0 170px;
}

.DropMenu li:hover ul ul, .DropMenu li:hover ul ul ul, .DropMenu li.sfhover ul ul, .DropMenu li.sfhover ul ul ul {
	left: -999em;
}

.DropMenu li:hover ul, .DropMenu li li:hover ul, .DropMenu li li li:hover ul, .DropMenu li.sfhover ul, .DropMenu li li.sfhover ul, .DropMenu li li li.sfhover ul {
	left: auto;
}

.DropMenu li:hover, .DropMenu li.hover {
	position: static;
	background-color: #efefef;
}

/*
Gallery
===============================================================
*/

.GalleryTable {
	font-size: 8pt;
}

div.Gallery1 .GalleryCell, div.Gallery1 .GalleryImageCell, div.Gallery1 .GalleryTextCell, 
div.Gallery2 .GalleryCell, div.Gallery2 .GalleryImageCell, div.Gallery2 .GalleryTextCell, 
div.Gallery3 .GalleryCell, div.Gallery3 .GalleryImageCell, div.Gallery3 .GalleryTextCell, 
div.Gallery4 .GalleryCell, div.Gallery4 .GalleryImageCell, div.Gallery4 .GalleryTextCell, 
div.Gallery5 .GalleryCell, div.Gallery5 .GalleryImageCell, div.Gallery5 .GalleryTextCell {
	background-color: #efefef;
	padding: 10px !important;
}
.GalleryImageCell {
	text-align: center;
}

div.Gallery1 {
	width: 650px;
}
div.Gallery1 .GalleryTable {
	width: 650px;
}
div.Gallery1 .GalleryCell {
	width: 120px;
}

div.Gallery1 .GalleryTable .GalleryColumnPadding,
div.Gallery2 .GalleryTable .GalleryColumnPadding,
div.Gallery3 .GalleryTable .GalleryColumnPadding,
div.Gallery4 .GalleryTable .GalleryColumnPadding,
div.Gallery5 .GalleryTable .GalleryColumnPadding {
	width: 10px !important;
}
div.Gallery1 .GalleryTable tr.GalleryRowPadding td,
div.Gallery2 .GalleryTable tr.GalleryRowPadding td,
div.Gallery3 .GalleryTable tr.GalleryRowPadding td,
div.Gallery4 .GalleryTable tr.GalleryRowPadding td,
div.Gallery5 .GalleryTable tr.GalleryRowPadding td {
	height: 10px !important;
}

.GalleryPagerLinks .PreviousPage {
	width: 30px;
	height: 30px;
}
.GalleryPagerLinks .NextPage {
	width: 30px;
	height: 30px;
}

.GalleryPagerLinks .PreviousPage a {
	width: 30px;
	height: 30px;
}
.GalleryPagerLinks .PageNumber {
	padding-top: 5px;
}
.GalleryPagerLinks .NextPage a {
	width: 30px;
	height: 30px;
}

.Gallery8 {
	width: 780px;
}
.Gallery8 .GalleryContainer {
	width: 780px;
}
.Gallery8 .Fullview {
	width: 780px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 780px;
	height: 585px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 780) + "px");
}
.Gallery9 {
	width: 780px;
}
.Gallery9 .GalleryContainer {
	width: 760px;
	margin: 0 auto;
}
.Gallery9 .Fullview {
	width: 620px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 620px;
	height: 465px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 620) + "px");
}
.Gallery10 {
	width: 780px;
}
.Gallery10 .GalleryContainer {
	width: 760px;
	margin: 0 auto;
}
.Gallery10 .Fullview {
	width: 580px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 580px;
	height: 435px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 580) + "px");
}

/*
===============================================================
*/


.ResponsiveDesign .MainPage { padding-right: 210px; }

.ResponsiveDesign .ImageGallery1 .FunctionTable { width: 510px; }
.ResponsiveDesign .ImageGallery1 .FunctionTable .ImageCell { width: 150px; }
.ResponsiveDesign .ImageGallery1 .ImageCell .ParagraphContainer { padding: 5px; }

.ResponsiveDesign .ImageGallery2 .TextCell { margin-left: 140px; }

.ResponsiveDesign .ImageGallery3 .TextCell { margin-left: 70px; }

.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 240px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 230px; }

.ResponsiveDesign .Guestbook .GuestbookList { margin-left: 240px; }

.ResponsiveDesign .Contact .RightColumn .ImageContainer { margin-bottom: 15px; }

.ResponsiveDesign .ImageGallery .Gallery1,
.ResponsiveDesign .ImageGallery .Gallery1 .GalleryTable { width: 680px; }

.ResponsiveDesign .ImageGallery .Gallery2 .GalleryTextCell { margin-left: 150px; }
.ResponsiveDesign .ImageGallery .Gallery3 .GalleryTextCell { margin-left: 80px; }

.ResponsiveDesign .ImageGallery .Gallery4,
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTable { width: 720px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 180px; margin: 0 10px; }

.ResponsiveDesign .ImageGallery .Gallery5,
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTable { width: 700px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 240px; margin: 0 10px; }

.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2,
.ResponsiveDesign .ImageGallery .Slide3 { width: 780px; }

.ResponsiveDesign .ImageGallery .Slide1 .ImageContainer img,
.ResponsiveDesign .ImageGallery .Slide2 .ImageContainer img { max-width: 780px }

