@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #333333;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

#outerWrapper {
  background-color: #000;
  border-width: 0px;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: left;
  width: 1024px;
  height: 800px;
}

/*  top navigation styles */
#outerWrapper #fullWidthHeader {
  background-color: #000000;
  border: 0px;
  float: none;
  font-size: 12px;
  height: 160px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 1024px;
}

#outerWrapper #topNav {
	font-size: 12px;
	height: 20px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 0px;
}

#outerWrapper #topNav a, #outerWrapper  #topNav a:link {
		color: #FFF;
		text-decoration: none;
}
#outerWrapper #topNav a:hover,
#outerWrapper #topNav a:active
	{
	color: #933;
	text-decoration: underline;
}
 #outerWrapper #topNav a:visited {
	color: #999;
}

#outerWrapper #oneColumn {
	background-color: #000;
	border: 0px; /* Sets the border width properties for an element using shorthand notation */
	float: none;
	margin: 5px 10px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 1004px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 525px;
}

/*  wrapper for main body of content  */
#outerWrapper #contentWrapper {
	background-color: #df7a1a;
	border-width: 0px;
	float: none;
	margin: 10px;
	padding: 0px;
	width: 1004px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 525px;
}

#outerWrapper #contentWrapper #content {
  background-color: #FFFFFF;
  float: left;
  height: 505px;
  width: 688px;
  margin: 10px 5px 10px 10px;
  padding: 0px;
  border: 0px solid #000;
  text-align: left;
}

/* this is all right-column stuff */

#outerWrapper #contentWrapper #rightColumn {
  background-color: #df7a1a;
  border: 0px solid #000;
  float: right;
  height: 505px;
  margin: 10px 5px 10px 5px;
  padding: 0px;
  width: 275px;
  text-align: center;
}


/* this is footer stuff */

#outerWrapper #fullWidthFooter {
  width: 1024px;
  height: 75px;
  min-height: 75px;
  padding: 0px;
  margin: 0;
}

h1 {
  color: #d55512;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3em;
}

h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
}

.indentIt {margin: 25px;}

img {border: 0;}

#trid, #trid a {
	font-size: 10px;
	color: #f0f0f0;
	text-align: left;
	padding-top: 20px;
}

.centerIt {text-align: center;}

.celebration {
  position: relative;
  font-size: 20px;
  font-family: 'Questrial', sans-serif;
  color: #fad78c;
  text-align: right;
  padding-right: 2em;
  padding-top: 1.5em;
}

.celebration img {
  vertical-align: middle;
  margin-right: -0.25em;
}

.featured-menu {
  /* comment to show featured menu */
  display: none;
  
  position: absolute;
  top: 5.3rem;
  left: 15.5rem;
  color: #dd7919;
  font-size: 0.64em;
}
