/*
  Colors:         base,     complimentary-dark, complimentary-light
  orange:         #cc762f,  7F4311,             FFA154
  blue:           #3c4d5e,  586C75,             7E94AA
  grey-blue:      #a4b8c1,  383E41,             6E7B81 / AFC4CE
*/

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: .9em;
  background-color: #fff;
  color: #27313D;
  min-width: 1024px;
	margin-bottom: 20px;
}

.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p { margin-top: 1em; }

a:link    { color: #eee; }
a:hover   { color: #eee; }
a:active  { color: #eee; }
a:visited {
  color: #ccc;
}

.chevrons ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.chevrons ul li:before {
	content: "\00BB \0020";
}

#javascript-warning {
 text-align: center;
 background-color: #eee;
 color: #cc762f;
 font-weight: bold;
}

#blurb {
  font-family: "Palatino Linotype", "Palatino", "Palladio", "URW Palladio L", "Book Antiqua", serif;
  font-size: 1.1em;
  font-weight: 100;
  text-align: center;
  background-color: #ce8b45;
  color: #ffe8b2;
  margin: 20px auto;
}

#blurb h1 {
  margin-top: 10px;
	font-weight: 100;
  font-variant: small-caps;
}

#blurb h2 {
  font-weight: 100;
  margin: 10px auto;
}

#header {
  height: 120px;
  position:relative;
  margin-bottom: 10px;
}

#header a {
  font-family: "Palatino Linotype", "Palatino", "Palladio", "URW Palladio L", "Book Antiqua", serif;
  text-decoration: none;
  font-size: 1.1em;
}

#header a:link    { color: #3c4d5e; }
#header a:hover   { color: #3c4d5e; }
#header a:active  { color: #3c4d5e; }
#header a:visited {
  color: #3c4d5e;
}

#logo {
  line-height: 120px;
  position: absolute;
  left: 175px;
  margin: auto;
  float: right;
  height: 105px;
  border-left: 2px solid #a4b8c1;
}

#nav {
  line-height: 1.3em;
  text-align: right;
}

#nav ul li :hover {
	color: #ce8b45;
}


.nav-selected {
	color: #ce8b45;
	font-weight: bold;
}

#content-frame {
  background-color: #2e3f59;
  color: #eee;
  font-size: .9em;
}

#content {
/*  text-align: justify; */
  font-size: 1em;
  line-height: 1.2em;
	margin-bottom: 10px;
}

#content h1 {
  text-align: center;
  font-variant: small-caps;
  margin-bottom: 5px;
}

#content h2 {
  font-size: 1em;
}

#focus-frame {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #4b607d;
}

#focus {
  padding: 20px;
}

#content-block {
  margin-left: 30px;
  margin-top: 20px;
}

.vertical-block {
	margin-bottom: 5px;
}

.vertical-block h2 {
	margin-left: -10px;
	padding: 5px 0 5px 5px;
	background-color: #4b607d;
}

.footnote {
	font-size: .8em;
}

#block-tr {
  margin-left: 10px;
}

#block-br {
  margin-left: 10px;
}

#footer {
  font-size: .9em;
  background-color: #0f2743;
  color: #AFC4CE;
  text-align: center;
  line-height: 3em;
}

.accordion_toggle_active {
	background-color: #CE8B45 ! important;
}

.accordion_toggle {
	background-color: #4b607d;
}
