a:focus { outline: none; }
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #111111;
	background-image: url(images/sitebg.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}

/* DIV ID's Begin */
#tritop {
	background-attachment: scroll;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-width:780px;
}

#mainnav {
	background-image: url(images/topnav_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	min-width:780px;
}

#subnav {
	background-attachment: scroll;
	background-image: url(images/subnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/* min-width:780px; */
}

#contentoverflow {
	background-attachment: scroll;
	background-image: url(images/contentof_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	min-height:383px;
	min-width:780px;
	padding-bottom: 0px;
}

#contentarea {
	background-image: url(images/content_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height:383px;

}

#contentarea #title {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #241805;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 10px;
	font-style: italic;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FCFFFF;
	text-transform: uppercase;
	min-width:780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footer a {
	color: #FCFFFF;
	text-decoration: none;
}
#footersplash {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FCFFFF;
	text-transform: uppercase;
	min-width:780px;
}
#splashchoose {
	background-image: url(images/splash/splash_02.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	color: #251500;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 4px;
}

#footersplash a {
	color: #FCFFFF;
	text-decoration: none;
}
#contentoverflowsplash {
	background-attachment: scroll;
	background-image: url(images/contentof_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	min-width:780px;
}


/* DIV ID's End */

/* Classes Begin */

.addy {
	letter-spacing: 2px;
}
.bodytext {

}

.bodytextbigger {
	font-size: 16px;
	color: #241805;
}

.bodytextlink {
	color: #241805;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7a5828;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #241805;
	text-decoration: none;
}
#title h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	color: #241805;
}
#title a {
	text-decoration: none;
}



.url {
	letter-spacing: 5px;
}

.smalltext {
	font-size: 11px;
}
.photoborder {
	padding: 1px;
	border: 1px solid #735121;
}
.gallerybox {
	background-color: #725020;
	padding: 7px;
	margin-left: 5px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
/* Classes End */

.formbtn {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/sitebg.jpg);
	background-repeat: repeat;
	border: 1px solid #FDEDD4;
}
.tdul {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.tdulsmalltext {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 11px;
}
#popupbg {
	background-attachment: scroll;
	background-image: url(images/contentof_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#fadeinbox{
position:absolute;
width: 500px;
left: 0;
top: -500px;
border: 2px solid black;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}
.required { color:#7F0707;font-weight:bold; }