/* Set General Styles */
body {
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size:14px;
  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-style: 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;
  margin: 0px;
}

/* Search Box Section */
#searchbox {
  margin-bottom: 0;
  text-align: right;
}
#searchbox a {
  color: #000000;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#searchbox a:link:hover, a:visited:hover {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#searchbox a:link:active, a:visited:active {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

/* Help Text */
#helplink {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: right;
  text-decoration: none;
}
#helplink a {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#helplink a:link:hover, a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#helplink a:link:active, a:visited:active {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Dateline Text */
#titledate {
  font-size: 0.8em;
  text-align: right;
}

/* Hierarchy Trail Section */
#trail {
  margin: 19px;
  padding: 0px;
  text-align: right;
}
#trail ul {
  border-right: 2px solid #F1AB00;
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  font-size: 0;
}
#trail ul li {
  margin: 0px;
  padding: 0px;
  text-align: right;
}

/* Horizontal Menu Section */
/*Top Bar */
#hmenu {
  background:#BCBCBC; 	
  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: #7A6E67;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#hmenu ul li a:link:hover, a:visited:hover {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#hmenu ul li a:link:active, 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 {
  /* old color :Darker Blue background: #2D6CC0; */
  background:none; /* Vertical Menu Background Color behind the menu*/
  color: #7A6E67; /* Vertical Menu Color*/
  width: 480px;
}
#vmenu a {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#vmenu a:link:hover, a:visited:hover {
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#vmenu a:link:active, 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;
	clear: both;
	display: run-in;
}
/* Images in vertical menu have no spacing */
#vmenu img {
  display: none;
  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, a:visited:hover {
  color: #F1AB00;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#centertitle a:link:active, 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, a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#centerbox ul li a:link:active, 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, a:visited:hover {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#adtitle a:link:active, a:visited:active {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#adbox {
  padding: 4px;
  text-align: left;
}
#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, a:visited:hover {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#adbox ul li a:link:active, a:visited:active {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* ../../../img Section */
#contact {
  background:#BCBCBC;
  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, a:visited:hover {
  color: #2D6CC0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#footer a:link:active, 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-style: 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, 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, 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, a:visited:hover {
  color: #7A6E67;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
#onecol a:link:active, 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, a:visited:hover {
  color: #7A6E67;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}
#content a:link:active, 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, a:visited:hover {
  color: #7A6E67;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
#toc a:link:active, 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 ----------------------- */
#framing {
	width: 100%;
}

#vmenu {
	width: 200px;
}

#centercol {
	width: 100%;
}

#content {
	text-align: left;
}

table.simplegrid {
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

table.simplegrid td, table.simplegrid th {
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding: 4px 24px;
}
