/* -------------------- SITE -------------------- */

.screenDisable {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	}

.printDisable {
	}

html, body {
	width: 100%;
	height: 100%;
	background-image: url("images/wood_bg.png");
	background-repeat: repeat;
	background-position: center;
	}

#siteTable {
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	}

#siteCell1 { background-image: url("images/cell1.jpg"); background-repeat: no-repeat; background-position: right top; }
#siteCell2 
{
	background-image: url("/images/top_bg.jpg");
	width: 870px;
	height: 159px;
}
#siteCell3 { background-image: url("images/cell3.jpg"); background-repeat: no-repeat; }
#siteCell4 { background-image: url("images/cell4.jpg"); background-repeat: no-repeat; background-position: right top; }
#siteCell5 {
	/*
		Never place colors, images or other designs here.
		Use #siteCell5Content (below) instead.
	*/
	width: 870px;
	height: 560px;
	padding: 0;
	}
#siteCell6 { background-image: url("images/cell6.jpg"); background-repeat: no-repeat; }
#siteCell7 {}
#siteCell8 {}
#siteCell9 {}

#siteCell5Content {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	}

img { border-style: none; }

#custInfo {
	/*
	position: absolute;
	z-index: 100;
	top: 565px;
	left: 0px;
	*/
	width: 100%;
	text-align: center;
	vertical-align: middle;
	}

#custInfo a { text-decoration: none; }
#custInfo a:link {}
#custInfo a:visited {}
#custInfo a:hover { text-decoration: underline; }
#custInfo a:active {}

#printContent {
	margin: auto;
	margin-top: 30px;
	width: 870px;
	}

#printInfo {
	margin-top: 10px;
	border-top: 1px solid black;
	padding-top: 10px;
	text-align: center;
	}

#techCMS {
	height: 8px;
	padding-left: 2px;
	text-align: left;
	font-size: 10px;
	}

#techCMS a {
	color: silver;
	text-decoration: none;
	}
#techCMS a:link {}
#techCMS a:visited {}
#techCMS a:active {}
#techCMS a:hover { text-decoration: underline; }

/* -------------------- MODULE : i_printfriendly3.asp -------------------- */

#printfriendly {
	position: absolute;
	top: 48px;
	left: 845px;
	width: 17px;
	height: 16px;
	z-index: 100;
	background-image: url( '/images/printer.png' );
	}

#printfriendly:hover {
	background-image: url( '/images/printer_hover.png' );
	}

/* -------------------- MODULE : i_sitemap3.asp -------------------- */

#smp_table { padding-top: 10px; }

.smpl_cell {}
.smpl_link { color: black; }

#sma_table { width: 50%; }
.sma_column {
	vertical-align: top;
	width: 33%;
	}
.sma_firstLetter { font-weight: bold; }
.sma_linkCell {}
.sma_link { color: black !important; }
.sma_lineBreak { height: 10px; }

#smal_icon {
	position: absolute;
	top: 20px;
	left: 920px;
	width: 16px;
	height: 16px;
	z-index: 100;
	background-image: url( '/images/sitemap.png' );
	}
#smal_icon:hover {
	background-image: url( '/images/sitemap_hover.png' );
	}

/* -------------------- MODULE : i_form.asp -------------------- */

/* main container */
#dfrm {}

#dfrm td { padding-bottom: 5px; }

/* fieldset */
.dfrm_fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
.dfrm_fieldset legend {}

/* field */
.dfrm_field {}

.dfrm_field span {
	display: block;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	}

.dfrm_field input,
.dfrm_field select,
.dfrm_field textarea {
	padding: 1px;
	width: 250px;
	border: 1px solid silver;
	}

.dfrm_field textarea {
	font-family: inherit;
	font-size: inherit;
	}

.dfrm_field input[type=radio] {
	width: 20px;
	}

.dfrm_field input[type=checkbox] {
	width: 20px;
	}

.dfrm_field input[type=submit] {
	width: 100%;
	background-color: gray;
	color: white;
	}

.dfrm_field input[type=submit]:hover {
	cursor: pointer;
	}

.dfrm_field label {}

#dfrm_helpField {
	margin-top: 10px;
	margin-left: 100px;
	width: 250px;
	font-size: 10px;
	color: gray;
	}

#dfrm_helpField span {
	font-size: 10px;
	color: gray;
	font-weight: bold;
	text-transform: uppercase;
	}

#dfrm_errorField {
	margin-top: 10px;
	margin-left: 100px;
	width: 250px;
	font-size: 10px;
	color: #C00000;
	}

#dfrm_errorField span {
	font-size: 10px;
	color: #C00000;
	font-weight: bold;
	text-transform: uppercase;
	}

/* field signal classes are always set in this order */
.dfrm_validateError {
	border: 1px solid #C00000 !important;
	color: #CC0000 !important;
	}
.dfrm_mandatoryError { background-color: #FFFF99; }
.dfrm_mandatory { font-weight: bold; }
.dfrm_clearValue { color: silver; }

/* custom styling for contact form */
#dfrm_field_zip input { width: 120px; }
#dfrm_field_message { vertical-align: top; }

/* -------------------- MODULE : i_thgalleries.asp -------------------- */

/* galleries */

.dthg_galleries {
	position: absolute;
	top: 100px;
	left: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_galleries td {
	padding: 10px;
	vertical-align: top;
	}

.dthg_galleries .imageCell {}
.dthg_galleries .imageCell a:focus { outline: 1px dotted silver; }
.dthg_galleries .textCell {}

.dthg_galleries .title {
	display: block;
	color: black !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	}
.dthg_galleries .title:link {}
.dthg_galleries .title:visited {}
.dthg_galleries .title:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_galleries .title:active {}
.dthg_galleries .title:focus {
	outline: none;
	color: #D00000 !important;
	}

.dthg_galleries .desc {
	display: block;
	color: gray !important;
	text-decoration: none !important; 
	}
.dthg_galleries .desc:link {}
.dthg_galleries .desc:visited {}
.dthg_galleries .desc:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_galleries .desc:active {}
.dthg_galleries .desc:focus {
	outline: none;
	color: #D00000 !important;
	}

.dthg_galleries .imageCount {
	padding-top: 10px;
	font-size: 10px;
	color: silver;
	}

.dthg_galleries .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #F0F0F0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_galleries .navigate .prev {
	width: 16px;
	background-image: url( /images/thgalleries_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_galleries .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_galleries .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_galleries .navigate .prev a:link {}
.dthg_galleries .navigate .prev a:visited {}
.dthg_galleries .navigate .prev a:hover { text-decoration: none !important; }
.dthg_galleries .navigate .prev a:active {}
.dthg_galleries .navigate .prev a:focus { outline: 1px dotted silver; }

.dthg_galleries .navigate .pageInfo {
	width: auto;
	color: gray;
	text-align: center;
	height: 20px;
	}

.dthg_galleries .navigate .next {
	width: 16px;
	background-image: url( /images/thgalleries_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_galleries .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_galleries .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_galleries .navigate .next a:link {}
.dthg_galleries .navigate .next a:visited {}
.dthg_galleries .navigate .next a:hover { text-decoration: none !important; }
.dthg_galleries .navigate .next a:active {}
.dthg_galleries .navigate .next a:focus { outline: 1px dotted silver; }

/* gallery */

.dthg_gallery {
	position: absolute;
	top: 100px;
	left: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_gallery td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
	}

.dthg_gallery .title {
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

.dthg_gallery .desc {
	padding-top: 5px;
	color: gray;
	text-align: center;
	}

.dthg_gallery .imageCount {
	padding-top: 5px;
	font-size: 10px;
	color: silver;
	}

.dthg_gallery .image {}
.dthg_gallery .image:focus { outline: 1px dotted silver; }

.dthg_gallery .imageTitle {
	display: block;
	color: gray !important;
	text-decoration: none !important;
	text-align: center;
	}
.dthg_gallery .imageTitle:link {}
.dthg_gallery .imageTitle:visited {}
.dthg_gallery .imageTitle:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_gallery .imageTitle:active {}
.dthg_gallery .imageTitle:focus {
	outline: none;
	color: #D00000 !important;
	}

.dthg_gallery .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #F0F0F0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_gallery .navigate .prev {
	width: 16px;
	background-image: url( /images/thgallery_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_gallery .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_gallery .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_gallery .navigate .prev a:link {}
.dthg_gallery .navigate .prev a:visited {}
.dthg_gallery .navigate .prev a:hover { text-decoration: none !important; }
.dthg_gallery .navigate .prev a:active {}
.dthg_gallery .navigate .prev a:focus { outline: 1px dotted silver; }

.dthg_gallery .navigate .pageInfo {
	width: auto;
	color: gray;
	text-align: center;
	}

.dthg_gallery .navigate .next {
	width: 16px;
	background-image: url( /images/thgallery_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_gallery .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_gallery .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_gallery .navigate .next a:link {}
.dthg_gallery .navigate .next a:visited {}
.dthg_gallery .navigate .next a:hover { text-decoration: none !important; }
.dthg_gallery .navigate .next a:active {}
.dthg_gallery .navigate .next a:focus { outline: 1px dotted silver; }

.dthg_gallery .back {
	display: block;
	color: silver !important;
	text-align: center;
	text-decoration: none !important;
	}
.dthg_gallery .back:link {}
.dthg_gallery .back:visited {}
.dthg_gallery .back:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_gallery .back:active {}
.dthg_gallery .back:focus {
	outline: none;
	color: #D00000 !important;
	}

/* closeup */

.dthg_closeup {
	z-index: 900;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url( /images/thcloseup_fade.png );
	}

#dthg_window {
	position: fixed;
	padding: 20px;
	background-color: black;
	visibility: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

#dthg_window .title {
	font-size: 20px;
	color: white;
	text-align: center;
	padding-bottom: 20px;
	}

#dthg_window .image {
	border-collapse: collapse;
	border-spacing: 0;
	}

#dthg_window .image td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	}

#dthg_window .image td:hover img {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.2 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.2 );
	}

#dthg_window .image td img { visibility: hidden; }
#dthg_window .image td:hover img { visibility: visible; }
#dthg_window .image td img:hover { cursor: pointer; }
#dthg_window .image td a:focus { outline: none; }
#dthg_window .image td a:focus img { visibility: visible; }

#dthg_window .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	}

#dthg_window .navigate .prev {
	width: 16px;
	padding-left: 0;
	padding-right: 0;
	background-image: url( /images/thcloseup_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
#dthg_window .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
#dthg_window .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
#dthg_window .navigate .prev a:link {}
#dthg_window .navigate .prev a:visited {}
#dthg_window .navigate .prev a:hover { text-decoration: none !important; 
}
#dthg_window .navigate .prev a:active {}
#dthg_window .navigate .prev a:focus { outline: 1px dotted silver; }

#dthg_window .navigate .pageInfo {
	width: auto;
	color: gray;
	text-align: center;
	}

#dthg_window .navigate .next {
	width: 16px;
	padding-left: 0;
	padding-right: 0;
	background-image: url( /images/thcloseup_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
#dthg_window .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
#dthg_window .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
#dthg_window .navigate .next a:link {}
#dthg_window .navigate .next a:visited {}
#dthg_window .navigate .next a:hover { text-decoration: none !important; }
#dthg_window .navigate .next a:active {}
#dthg_window .navigate .next a:focus { outline: 1px dotted silver; }

#dthg_window .back {
	display: block;
	color: gray !important;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	}
#dthg_window .back:link {}
#dthg_window .back:visited {}
#dthg_window .back:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
#dthg_window .back:active {}
#dthg_window .back:focus {
	outline: none;
	color: #D00000 !important;
	}

/* -------------------- CUSTOM PANELS -------------------- */

#text1 {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 830px;
	height: 480px;
	z-index: 100;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-arrow-color: #080E1A;
	scrollbar-track-color: #F8F8F8;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #080E1A;
	scrollbar-darkshadow-color: #080E1A;
	}

#text1 a { color: #008448; text-decoration: none }
#text1 a:link {}
#text1 a:visited {}
#text1 a:active {}
#text1 a:hover { text-decoration: underline }


#image1 {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 870px; 
	width: 100px;
	height: 100px;
	}


/* Activate the CSS below to turn the site into full height. */

#siteCell5 {
	height: auto;
	min-height: 560px;
	}

#text1 {
	position: static;
	height: auto;
	padding-top: 50px;
	padding-left: 10px;
	}

#custInfo {
	position: static;
	padding: 20px 0 20px 0;
	}

/* hand made */

#content
{
	background-image: url("/images/content_bg.jpg");
	background-repeat: no-repeat;
	width: 870px;
	min-height: 815px;
}
