/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(243,242,235);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: rgb(240,240,240);
  background-color: rgb(184,38,25);
  margin: 0;
  padding: 1ex 2.5mm 1ex 4mm;
}

.headerTitle {
  margin: 0;
  padding: 0;
}

.headerTitle a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 105%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: rgb(240,240,240);
  background-color: transparent;
  font-weight: normal;
}

.headerLinks {
  font-size: 89%;
  position: absolute;
  right: 0.3em;
  top: 2.5em;
}

.headerLinks a {
  color: rgb(240,240,240);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.headerLinks a:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-weight: bolder;
}

.subHeader {
	font-size: 89%;
	color: white;
	background-color: black;
	margin: 0 0 2em;
	padding: 0 2.5mm 0.5ex 4mm;
}

.subHeader a {
  color: rgb(240,240,240);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}  

.subHeader a:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-weight: bolder;
}

.superHeader .highlight, .subHeader .highlight {
	color: black;
	background-color: rgb(243,242,235);
	padding-bottom: 1ex;
	font-weight: bolder;
	padding-right: 1.5ex;
	padding-left: 1.5ex;
}

/* ##### Side Bar ##### */

#side-bar {
	font-size: 95%;
	background-color: rgb(243,242,235);
	text-align: right;
	width: 11em;
	float: left;
	clear: left;
}

.sideBarTitle {
	color: rgb(64,64,64);
	background-color: rgb(230,223,207);
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0.5ex 1em 0.5ex 0.5ex;
	border-top: 1px solid rgb(230,223,207);
	border-right: 1px solid rgb(230,223,207);
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#side-bar li {
  margin: 0;
  padding: 1ex 1em 1ex 0.5ex;
  border-top: 1px solid rgb(230,223,207);
  border-right: 1px solid rgb(230,223,207);
}

#side-bar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
	color: rgb(64,64,64);
	background-color: transparent;
	text-decoration: none;
}

.sideBarText {
  color: rgb(166,140,83);
  text-align: left;
  margin: 0;
  padding: 1ex 1.5ex 1ex 0.5ex;
  display: block;
  border-top: 1px solid rgb(230,223,207);
}

#side-bar .sideBarText a {
  text-decoration: underline;
}

#side-bar .sideBarText a:hover {
  text-decoration: none;
}

.thisPage {
  font-weight: bold;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 10.5em;
  padding: 0mm 5mm 5mm;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.darkerBox {
	color: black;
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 2ex 2em 1em 0;
}

.lighterBox {
  color: black;
  background-color: transparent;
  margin: 0 0 0 0;
  padding: 0.5ex 0.5em 0.5em 0;
}

.img {
	height: 100%;
	max-width: 99%;	
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, tahoma, sans-serif;
  color: rgb(166,140,83);
  background-color: transparent;
  font-size: 156%;
  font-weight: bold;
  margin: 0.25em 0 0 0;
  padding: 0;
}

#main-copy a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

#endmain {
   visibility:      hidden;
   clear:           both;	/* Doesn't always work under IE/Win */
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: black;
  font-size: 80%;
  font-weight: bold;
  margin: 0;
  padding: 1.25ex 4mm;
  clear: both;
}

#footer .left {
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.subFooter {
  color: rgb(240,240,240);
  background-color: rgb(184,38,25);
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}

/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: inline;
	position: fixed;
	top: 37%;
	left: 35%;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 120px;
	height: 100px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 300px;
}

#content {
	text-align: justify;
	margin:0 0 0 20px;
}

.content_box_photo {
	margin:0px 0px 0px 0px;
}