@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Piazzolla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&family=Rancho&display=swap');
body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: 400;
}

img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		#page-wrap { position: relative; }
.eagle-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	color: #43502E;
	text-decoration: none;
}
a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	
	color: #43502E;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: none;
}
a:active {
	color: #C30;
	text-decoration: none;
}
.eagle-text1 {font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#flash-bg {	background-image: url(../../images/flashbg.jpg);
}
#pic-bg {
	background-image: url(../../images/wood-tb-bg.jpg);
	background-repeat: repeat;
}
#center {
	background-color: #dbc56f;
}
.nav {
	font-family: 'Piazzolla', serif;
	font-size: 18pt;
	color: #FFF;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-style: italic;
}
#wood-top {
	background-image: url(../img/wood-horizontal.jpg);
	height: 40px;	
}
#wood-foot {
	background-image: url(../img/wood-horizontal.jpg);
	font-size: 10pt;
	font-weight: normal;
	color: #DBC56F;
	padding: 10px;
	line-height: 25px;
}
#wood-left {
	background-image: url(../images/wood-lft.jpg);
	background-repeat: repeat-y;
}
#wood-rt {
	background-image: url(../images/wood-right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.blt-list {
	margin-bottom: 20px;
}
.header {
	font-family: 'Piazzolla', serif;
	font-size: 30pt;
	font-weight: bold;
	color: #4D2E12;
	font-style: italic;
}
.header2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #4D2E12;
	text-decoration: underline;
}
.eagle-text1 {	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}
.photo-rt {
	margin-bottom: 20px;
	margin-left: 20px;
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	display: inline-block;
}
.photo-left {
	margin-bottom: 20px;
	margin-right: 20px;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	display: inline-block;
}
.cast_button {
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 0px 1px #20063a;
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: 0.06em;
	background-color: #072a9c;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 20px;	
	
}
.cast_button:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 0px 1px #20063a;
	font-size: 16pt;
	font-weight: normal;
	
	letter-spacing: 0.06em;
	background-color: #48362B;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}
a.cast_button:link {
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 0px 1px #20063a;
	font-size: 16pt;
	font-weight: normal;
	
	
	letter-spacing: 0.06em;
	background-color: #072a9c;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
	
}
a.cast_button:hover {
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 0px 1px #20063a;
	font-size: 16pt;
	font-weight: normal;
	
	letter-spacing: 0.06em;
	background-color: #48362B;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}
#rates-border {
	border: 1px solid #523219;
}
.eagle-white {
	
	color: #FFF;

}
.photo-plain {
	margin-bottom: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    3px 3px 5px 0px rgba(0, 0, 0, 0.5);
box-shadow:         3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	
}