
#main_nav {
    display: none;
}



.navbar2 {
  overflow: hidden;
  background-color: #458A97;
  margin: 10px 10px 0px 10px;
  border: 2px groove;
  border-color: #e6f0ef #e6f0ef #e6f0ef #e6f0ef
  
}

.navbar2 a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown2 {
  float: left;
  overflow: hidden;
}

.dropdown2 .dropbtn2 {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar2 a:hover, .dropdown2:hover .dropbtn2 {
  background-color: black;
}

.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #458A97;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown2-content a:hover {
  background-color: #458A97;
}

.dropdown2:hover .dropdown2-content {
  display: block;
}

body { 
  background-color: #001316;
  font-family:      Verdana, helvetica, arial, san-serif;
  font-size:        medium;
  margin:           auto;
  width: auto;
  line-height: 155%;
  padding: 0px 0px;
  color: #D0F2EF;
 
}


header.top {
  background-color: #001316;
  margin: 10px 10px 0px 10px;
  height:           auto;
 
}


header.top img#headerLogo {
    display: block;
    margin: auto;
    width: 100%;
}


div#tableContainer {
	display: table;
	border-spacing: 10px;
}

div#tableRow {
	display: table-row;
}


img#saddleRack {
  max-width: 175px;

}

img#facebook {
  max-height: 0;
  width: 0;
}


footer {
  background-color: #001316;
  color:            #D0F2EF;
  text-align:       center;
  padding:          10px;
  margin: 0px 10px 10px 10px;
  font-size:        90%;
}


h1 {
  font-size:        90%;
  color:            #04bfad;
}

h2 { 
 font-size: 90%;
}

h3 { 
 font-size: 10px;
}


a:link {
  color:  #e3ced0;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:       #025059;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

a:hover {
	color: #04bfad;
}

iframe {
   display: block;
   margin: auto;
   width: 90%;
   border: none;
   margin-left: 5px !important;
}


/* below items related to the calendar page--------------------------------*/



table.calendar {
	width: auto;
	margin-left: auto;
	
}


.topText {
	width: 55%;
	text-align: left;
	padding: 12px;
	font-size: 150%;
	border-top: 0px solid gray;
	border-bottom: 0px solid gray;
	padding-left: 0px;
}


.dateText {
	width: 55%;
	text-align: center;
	padding: 12px;
	font-size: 110%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 50px;
}

.dateText2 {
	width: 55%;
	text-align: center;
	padding: 12px;
	font-size: 110%;
	border-top: 0px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 30px;
}
