/* Hathaworld Home Navigation (Level 1) pages CSS code for Screnn, Print, and Common Media */
@media screen {
  /* Division Selectors for HEADER CONTENT - Not displayed for Print Media */
  div#header {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 10px;
    height: 50px;
    border-bottom: 1px #000000 solid;
    background: #000000;
    background-image: url('../images/decor/banr1cove.png');
    background-repeat: repeat-x;
  }
 /*Division Selector for Page TOP Navigations Bar*/
  div#nav-bar {
	height: 40px;
	background-color: #FBDDC1;
	margin-bottom: 1em;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #092DFF;
	padding-top: 12px;
  }	
  /*Division Selector for Page TOP Navigations Bar*/
  /* Division Selector for TOP HATHAWAY ALL PAGE RANCH BANNER */
  .head-banner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #DE8601;
    letter-spacing: .1em;
  }
  /* Division Selectors for CONTENT */
  #div-content {
    padding-left: 2%;
    padding-right: 2%;
  }
  div#div-content h4 {
    text-align: left;
    margin-top: 2em;
  }
  div#div-content p {
    text-indent: 1.5em;
    margin-top: .8em;
    margin-bottom: .8em;
  }
  /* Division Selectors for FOOTER CONTENT */
  div#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    text-align: center;
    margin: 2em 0 1em 0;
  }
  div#footer img {
    margin: 0 2px 4px 2px;
    border: 0;
  }
  div#footer p {
    margin: 0;
  }
  /* Division Selectors for TITLE CONTENT */
  div#title {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}
@media print {
  /* Division Selectors for PARAGRAPH CONTENT */
  #div-content {
    padding-left: 2%;
    padding-right: 2%;
  }
  div#div-content h4 {
    text-align: left;
    margin-top: 2em;
  }
  div#div-content p {
    text-indent: 1.5em;
    margin-top: .8em;
    margin-bottom: .8em;
  }
  /* Division Selectors for FOOTER CONTENT */
  div#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    text-align: center;
    margin: 2em 0 1em 0;
  }
  div#footer img {
    margin: 0 2px 4px 2px;
    border: 0;
  }
  div#footer p {
    margin: 0;
  }
  /* Division Selectors for TITLE CONTENT */
  div#title {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
  div#title p {
    font-size: 1em;
    font-weight: bold;
    color: #CC6600;
  }
}
/* END @MEDIA SCREEN AND PRINT STATEMENTS */
/* Universal Selectors */
* {
  margin: 0;
  padding: 0;
}
/* Body Background Selector */
body {
  background-color: #F5EBD7;
}
/* Pseudo Selectors for LINKS */
a:link {
  color: #0000FF;
}
a:visited {
  color: #990099;
}
a:hover {
  color: #FF0000;
}
a:active {
  color: #C0C0C0;
}
/* Selectors for HEADING TAGS */
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #660066;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1.2em;
  color: #666600;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.2em;
  color: #663300;
}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.2em;
  color: #CC0000;
}
h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-align: left;
  color: #CC0000;
}
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-align: left;
  color: #800000;
}
/* Horizontal Rule Tag */
hr {
  height: 3px;
  color: #FFCC99;
  background: #FFCC99;
  margin-top: 1em;
  margin-bottom: 0em;
}
ol {
  text-align: left;
  margin: .8em 0 .8em 2.5em;
}
/* Selectors for GENERAL CLASSES */
.hrm-address {
  font-family: courier;
  font-size: large;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
}
.image-frameright {
  margin-left: 4px;
  margin-bottom: 1em;
  border: 1px solid #C0C0C0;
  float: right;
}
/* Selectors for TABLE CLASSES */
.tbl-schedule {
  border: 1px outset #000000;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  box-shadow: 4px 4px 12px #C0C0C0;
}
.tbl-schedule th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}
/* Selectors for TABLE CELL CLASSES */
.tbl-cell-green {
  border: none;
  background-color: #EBEFDC;
  padding: 8px;
}
.tbl-cell-orangelite {
  border: none;
  background-color: #FDEDD0;
  padding: 8px;
}
.tbl-cell-orange {
  border: none;
  background-color: #FBDFC4;
  padding: 8px;
}
.tbl-cell-pink {
  border: none;
  background-color: #FFEAE1;
  padding: 8px;
}
/* Selectors for GENERAL TEXT CLASSES */
.logo-caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
}
.txt-purple {
  color: #660066;
}
.txt-red {
  color: #CC0000;
}