@charset "utf-8";

 
 .style1 {
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
}




body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 200px;
	/* background-image:url(../pix/header-pic-2017.jpg);
	background-position: center;
	background-repeat:no-repeat; */
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 	font-family: 'Passion One', cursive; */
	padding: 10 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: 'Chewy', cursive;

	font-weight:700;
	font-size: 84px;
}

#stripe { 
background: #CCC;
filter:alpha(opacity=40); /* IE */
-moz-opacity:0.4; /* Mozilla */
opacity: 0.4; /* CSS3 */
height: 40px;
width:100%;
margin-top: -35px;
}

#strap {
 color: yellow;
font-weight: bold;
font-size:21px;
font-family: 'Indie Flower', cursive;
margin-top: 52px;
margin-left: 3px;
}

.boxout {
   /*  font-size: 14px;
    font-weight: bold;
    font-style: italic; */
    text-decoration: none;
    width: 700px;
    background-color: #FFFFFF;
    border: 1px solid #4351a9;
    padding: 10px;
    margin: 20px 15px;
    text-align: justify;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.oneColFixCtrHdr #mainContent {
	background: #ffffff;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background-image:url(../pix/northland3.png);
   	background-position:left center;
	background-repeat:no-repeat; */
	margin-top: 0px;

}


.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 	font-family: 'Passion One', cursive; */
	padding: 15px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*font-family: 'Chewy', cursive;*/

	font-weight:400;
	font-size: 36px;
}


.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 	font-family: 'Passion One', cursive; */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
font-family: 'Chewy', cursive;

	font-size: 24px;
}

.oneColFixCtrHdr #mainContent h3 {
	margin: 0 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 	font-family: 'Passion One', cursive; */
	padding: 0px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	font-weight: bold;
}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


a {
text-decoration:none;
}

a:visited {
color:#0000FF;
}



#menu {
margin-bottom: 25px;
background: #001f49;
height: 40px;

}



 #menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 10px 4px 10px 0;
    list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
  #menu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 8px 10px;
  background: #001f49;
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
   color: #ffffff;	
   text-decoration: none;


}

 #entry {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 8px 10px;
  background: #ff0000;
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
   color: #ffffff;	
   text-decoration: none;


}



	#menu ul li a, #menu  ul li a:visited {
   color: #ffffff;	
   text-decoration: none;
}	

 #menu  ul li:hover {
  background: #555;
  color: #fff;
}

#menu 	ul li a:hover {
   color: #66FFFF;	
   text-decoration: none;
}


#menu ul li ul {
  padding: 0;
  position: absolute;
  top: 34px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#menu ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  z-index: 10000;
}
 #menu  ul li ul li:hover { background: #666; }
   #menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
   

#fader {
    position: relative; 
    width: 100%;
    height: 400px;
}

.button {
    background-color: green;
    width: 50px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 30px;  
}

#next {
    right: 100px;   
}

#prev {
    left: 100px;  
}

 