/* Set General Styles */
body {
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  margin: 4px;
  padding: 0px;
}
a:link, a:visited {
  color: #f1edea;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: none;
}
a:link:hover, a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: none;
}
a:link:active, a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: none;
}
h1 {
  color: #F1AB00;
  font-size: 1.8em;
  font-weight: lighter;
  margin: 0px;
  margin-top: 1em;
}
h2 {
  color: #2D6CC0;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0px;
  margin-top: 1em;
}

/* Framing is the page layout table, preferably there is only one on the page */
#framing table, tr, td {
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

/* Title Bar Section */
/* The titlebar covers the entire width of the top of the page. */
/* It may contain the search, help, and date, or it may have the hierarchy trail */
#titlebar {
  background: #fff;
  margin: 0px;
  margin-bottom: 4px;
  padding: 0px;
}

/* Title Logo Section */
#titlelogo {
  float: left;
  background: #fff;
  margin-top: 0px;
}

/* Title Box Section (the wrapper for the search, help, and date) */
#titlebox {
  float: right;
  text-align: right;
  margin: 0px;
}

/* Search Box Section */
#searchbox {
  margin-bottom: 0;
  text-align: right;
}

#searchbox form { margin: 0; }

#searchbox label {
        font-size: 80%;
        color: #7a6e67;
}

#searchbox input {
        font-size: 9px;
        padding: 0;
}

#searchbox input#go {
        background-color:#f1ab00;
        color:#003066;
        font-weight: bold;
}

#searchbox p { margin: 0; }

/* Help Text */
#helplink {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 2em;
}
#helplink a {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#helplink a:link:hover, #helplink a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#helplink a:link:active, #helplink a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Dateline Text */
#titledate {
  font-size: 0.8em;
}

/* Hierarchy Trail Section */
#trail {
  margin: 19px;
  padding: 0px;
  text-align: right;
}
#trail ul {
  border-right: 2px solid #F1AB00;
  list-style: none; list-style-image: none;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  font-size: 0;
}
#trail ul li {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

/* Horizontal Menu Section */
#hmenu {
  background: #F1AB00;
  clear: both;
  font-size: 0.9em;
  margin: 0px;
  margin-bottom: 4px;
  text-align: center;
}
#hmenu ul {
  list-style: none;
  margin: 0;
  padding: 3px 0;
}
#hmenu ul li {
  display: inline;
  margin: 0;
  margin-left: 3px;
  margin-right: 3px;
}
#hmenu ul li a {
  color: #2D6CC0;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#hmenu ul li a:link:hover, #hmenu ul li a:visited:hover {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#hmenu ul li a:link:active, #hmenu ul li a:visited:active {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

/* Search Bar Section */
/* When a search is placed in the horizontal menu */
#searchbar {
  margin: 0;
  margin-right: 19px;
  text-align: right;
}

/* Vertical Menu Section (left side) */
#vmenu {
  background: #2D6CC0;
  color: #000000;
  width: 180px;
}
#vmenu a {
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#vmenu a:link:hover, #vmenu a:visited:hover {
  background-color: #003066;
  color: #ffffff;
  font-style: normal;
  /*font-weight: bold;*/
  text-decoration: none;
}
#vmenu a:link:active, #vmenu a:visited:active {
  color: #ffffff;
  font-style: normal;
  /*font-weight: bold;*/
  text-decoration: none;
}
#vmenu ul {
  font-size: 0.9em;
  list-style: none;
  margin: 10px;
  margin-top: 5px;
  padding: 3px 0;
}
#vmenu ul li {
  margin: 0;
  margin-bottom: 4px;
}
/* Images in vertical menu have no spacing */
#vmenu img {
  display: block;
  margin: 0px;
  padding: 0px;
}
#vtitle {
  color: #F1AB00;
  font-weight: bold;
  margin: 0px;
  margin-left: 10px;
  margin-top: 5px;
  padding: 0px;
}

/* Center Column Section (for home page only due to defined width to fit spotlight) */
#centercol {
  margin-left: 4px;
  text-align: center;
  width: 460px;
}
#spotlight {

}

/* News/Events/Bulletin Sections */
#centersec {
  background: #f1edea;
  width: 150px;
}
/* News/Events/Bulletin Sections Title */
#centertitle {
  background: #2D6CC0;
  color: #ffffff;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
#centertitle a {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#centertitle a:link:hover, #centertitle a:visited:hover {
  color: #F1AB00;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#centertitle a:link:active, #centertitle a:visited:active {
  color: #F1AB00;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
/* News/Events/Bulletin Sections Content */
#centerbox {
  text-align: left;
}
#centerbox ul {
  color: #7A6E67;
  font-size: 0.9em;
  font-style: italic;
  list-style: none;
  margin: 0px;
  padding: 4px;
}
#centerbox ul li {
  margin: 0;
  padding-bottom: 8px;
}
#centerbox ul li a {
  color: #7A6E67;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#centerbox ul li a:link:hover, #centerbox ul li a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#centerbox ul li a:link:active, #centerbox ul li a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Advertisement Section */
#adverts {
  float: left;
  margin-left: 4px;
  width: 200px;
}
#adtitle {
  background: #d5d1cf;
  color: #000000;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
#adtitle a {
  color: #2D6CC0;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#adtitle a:link:hover, #adtitle a:visited:hover {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#adtitle a:link:active, #adtitle a:visited:active {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#adbox {
  padding: 4px;
  text-align: center;
}
#adbox ul {
  font-size: 0.9em;
  list-style: none;
  margin: 0px;
}
#adbox ul li {
  margin: 0;
}
#adbox ul li a {
  color: #7A6E67;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#adbox ul li a:link:hover, #adbox ul li a:visited:hover {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#adbox ul li a:link:active, #adbox ul li a:visited:active {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Contact Section */
#contact {
  background: #F1AB00;
  color: #ffffff;
  font-size: 0.7em;
  margin: 0px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 4px;
  text-align: center;
}

/* Footer Section */
#footer {
  background: #ffffff;
  color: #000000;
  font-size: 0.9em;
  margin: 0px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
#footer a {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#footer a:link:hover, #footer a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#footer a:link:active, #footer a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* ------------------------- Sub Page Specific ----------------------- */
/* Page Title Text */
#pgtitle h1 {
  margin: 4px;
  margin-bottom: 8px;
  margin-left: 12px;
  color: #F1AB00;
  font-size: 1.8em;
  font-weight: lighter;
}

/* Two Column Formatting */
#doublecol {
  vertical-align: top;
  width: 50%;
}
#doublecoldata {
  background: #f1edea;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-top: 0px;
  margin-left: 2px;
  text-align: left;
}
#doublecoldata h2 {
  color: #2D6CC0;
  font-size: 1em;
  font-weight: bold;
  margin: 0px;
  padding: 4px;
  padding-bottom: 0px;
}
#doublecoldata ul {
  color: #7A6E67;
  font-size: 0.9em;
  font-style: italic;
  list-style: none;
  margin: 0px;
  padding: 4px;
  padding-top: 0px;
}
#doublecoldata ul li {
  margin: 0;
}
#doublecoldata ul li a {
  color: #7A6E67;
  font-style: normal;
  text-decoration: none;
}
#doublecoldata ul li a:link:hover, #doublecoldata ul li a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#doublecoldata ul li a:link:active, a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#doublecoldata a {
  color: #7A6E67;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#doublecoldata a:link:hover, #doublecoldata a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#doublecoldata a:link:active, a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* One Column Formatting */
#onecol {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
}
#onecol table, tr, td {
  width: auto;
}
#onecol a {
  color: #2D6CC0;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: none;
}
#onecol a:link:hover, #onecol a:visited:hover {
  color: #7A6E67;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: none;
}
#onecol a:link:active, #onecol a:visited:active {
  color: #7A6E67;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: none;
}

/* Content Section */
/* Used to space text blocks away from the sides */
#content {
  margin-right: 1.2em;
  margin-left: 1em;
  width: 90%;
}
#content a {
  color: #2D6CC0;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: none;
}
#content a:link:hover, #content a:visited:hover {
  color: #7A6E67;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: underline;
}
#content a:link:active, #content a:visited:active {
  color: #7A6E67;
  font-style: normal;
  /*font-weight: normal;*/
  text-decoration: underline;
}

/* Table of Contents (specific to the A-Z listing) */
#toc {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 1em;
}
#toc a {
  color: #2D6CC0;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#toc a:link:hover, #toc a:visited:hover {
  color: #7A6E67;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#toc a:link:active, #toc a:visited:active {
  color: #7A6E67;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

/* Centering Format */
#fullcenter {
  text-align: center;
  vertical-align: middle;
}

/* Result Table Section */
#resulttable {
  border: 1px solid #2D6CC0;
  margin: 0 auto;
  padding: 5px;
  width: auto;
}
#resultheadercell {
  background-color: #2D6CC0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: auto;
}
#resultdatacell1 {
  background-color: #fff;
  vertical-align: top;
  width: auto;
}
#resultdatacell2 {
  background-color: #f1edea;
  vertical-align: top;
  width: auto;
}

/* Photo box in upper right corner */
#insetphoto {
  border-bottom: 2px solid #2D6CC0;
  float:right;
  margin: 0px;
  padding: 10px;
  text-align: center;
}

/* ------------------------- Content Specific ----------------------- */
.alertmsg {
  color: #f00;
  font-weight: bold;
  text-align: center;
}
.address {
  margin: 0px;
  margin-left: 2em;
  margin-bottom: 1em;
  padding: 0px;
}
