/* nav1 links A */
.class1 a {font-family:britannic_boldregular, sans serif;
color:#b58d0a; font-size:24px; font-weight:normal; line-height:170%; padding-right:5px; padding-left:5px; text-shadow: 2px 2px 12px #000000; 
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 1s ease; }
.class1 a:link {text-decoration:none;}
.class1 a:hover {color:#505050; background:#f1efef; padding-right:10px; padding-left:10px; padding-top:10px; padding-bottom: 10px;
text-shadow: 2px 2px 2px #dddada; }
.class1 a:visited {text-decoration:none; }
.class1 a:active {text-decoration:none; }


/* nav2 links white */
.class3 a {font-family:arial,helvetica,sans serif;
color:#ffffff; font-size:14px; font-weight:bold; padding-right:4px; padding-left:4px; text-shadow: 2px 2px 6px #505050; line-height:170%;}
.class3 a:link {text-decoration:none;}
.class3 a:hover {background: #b58d0a; border:1px solid #ffffff; border-color:#ffffff; 
padding-right:10px; padding-left:10px; padding-top:10px; padding-bottom: 10px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 1s ease; }
.class3 a:visited {text-decoration:none;}
.class3 a:active {text-decoration:none;}


/* nav3 links small*/
.class4 a {font-family:arial,helvetica,sans serif;
color:#ffffff; font-size:14px; font-weight:bold; line-height:170%; padding-right:5px; padding-left:5px;}
.class4 a:link {text-decoration:none;}
.class4 a:hover {background: #f1efef; color: #505050; font-style: italic; padding-right:10px; padding-left:10px; padding-top:10px; padding-bottom: 10px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 1s ease; }
.class4 a:visited {text-decoration:none;}
.class4 a:active {text-decoration:none;}


.bodytext {font-family:arial,helvetica,sans serif;
color:#000000; text-shadow: 2px 2px 6px #ebe9e9; font-size:16px; line-height:120%;}

.bodytextbdlg {font-family:arial,helvetica,sans serif;
color:#000000; font-size:20px; font-weight:bold; }

.bodytextit {font-family:arial,helvetica,sans serif;
color:#000000; font-size:16px; font-style:italic; }

.bodytextbd {font-family:arial,helvetica,sans serif;
color:#000000; font-size:18px; font-weight:bold; }

.bodytextbdtq {font-family:arial,helvetica,sans serif;
color:#10b5b6; font-size:20px; font-weight:bold;}

.bodytextbdwh {font-family:arial,helvetica,sans serif;
color:#ffffff; font-size:12px; font-weight:bold; line-height:120%;}

.bodytextsm {font-family:arial,helvetica,sans serif;
color:#000000; font-size:14px; font-weight:none; }

.bodytextsmbd {font-family:arial,helvetica,sans serif;
color:#000000; font-size:14px; font-weight:bold; }

.titletext {font-family:'gingaregular';
color:#505050; font-size:64px; font-weight:none; font-style:none; }

.copytext {font-family:arial,helvetica,sans serif;
color:#ffffff; font-size:14px; line-height:170%; }

.copytextbk {font-family:arial,helvetica,sans serif;
color:#000000; font-size:12px; line-height:170%; }


/* IMPORTANT - for slideshow */
.slideshow { height: 250px; width:228px; margin: 0; }


a img { border: none; }

*{ padding: 0; margin: 0; }


html,body { 
height: 100%;
margin: 0px;
padding: 0px;
background: #6d6a65; 
background-image: url(../images/background.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}


#container {
background-image: url(../images/home_background_2018.png);
background-repeat: no-repeat;
width: 1300px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

	#content {
	height: 1400px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	

	#logo {
	float: left;
	padding-left: 200px;
	width: 500px; 
	}
	
	#nav1 {
	width: 250px; 
	float: left;
	height: 200px;
	margin-top: 15px;
	margin-left: 0px;
	z-index: 10; 
	}
	


	#text {
	padding-left: 260px;
	padding-top: 0px;
	width: 740px; 
	}

	
	
	#footer {
	height: 100px;
	width : 1000px;
	margin-top: -200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center; 
	}
