/*********************************************
 * TITLE: Screen Stylesheet     * 
 *********************************************/


/* ##### Common Styles ##### */

body {
  color: rgb(34,70,79);
  background-color: #FFFFF0;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(34,70,79);
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
	border-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 0;
	background-image: url(../img/vines_garamond.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.headerTitle {
  margin: 0;
  padding: 0;
}

.headerTitle a {
  color: #000080;
  background-color: transparent;
  text-decoration: none;
  font-size: 83%;
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 100%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.headerLinks {
  font-size: 89%;
  position: absolute;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.headerLinks a:hover {
  color: rgb(171,195,172);
  background-color: transparent;
  text-decoration: none;
}


/* ##### Side Bar ##### */

#side-bar {
  font-size: 105%;
  text-align: left;
  width: 10em;
  float: left;
  clear: left;
}

.sideBarTitle {
	color: rgb(34,70,79);
	background-color: #FAFAD2;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: rgb(34,70,79);
	border-right-color: rgb(34,70,79);
	padding-top: 0.5ex;
	padding-right: 1em;
	padding-bottom: 0.5ex;
	padding-left: 1em;
}

.sideBarTitle2 {
	color: #800000;
	background-color: #FFFFF0;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: rgb(34,70,79);
	border-right-color: rgb(34,70,79);
	padding-top: 0.5ex;
	padding-right: 1em;
	padding-bottom: 0.5ex;
	padding-left: 1em;
}


.sideBarTitle3 {
	color: #22464F;
	background-color: #FFFFF0;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: rgb(34,70,79);
	border-right-color: rgb(34,70,79);
	padding-top: 0.5ex;
	padding-right: 1em;
	padding-bottom: 0.5ex;
	padding-left: 1em;
}

#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(34,70,79);
}

#side-bar a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#side-bar a:hover {
  color: #800000;
  background-color: transparent;
  text-decoration: none;
}

.sideBarText {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(34,70,79);
}

.sideBarText2 {
	text-align: right;
	color: #800000;
}

#side-bar .sideBarText a {
  text-decoration: none;
}

#side-bar .sideBarText a:hover {
  color: #22464F;
  text-decoration: underline;
}

.thisPage {
  font-weight: bold;
}

.sideBarText3 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-style: none;
}

#side-bar .sideBarText a {
  text-decoration: none;
}

#side-bar .sideBarText a:hover {
  color: #22464F;
  text-decoration: underline;
}

/* ##### Main Copy ##### */

#main-copy {
  text-align: justify;
  line-height: 1.5em;
  margin: 0 5mm 0 10.5em;
  padding: 0 1em 1ex 1em;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.darkerBox {
  color: black;
  background-color: #EEF3E4;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

.lighterBox {
  color: rgb(34,70,79);
  background-color: rgb(205,219,205);
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

#main-copy h1 {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 175%;
	font-weight: bold;
	padding: 0;
	margin-top: 0.25em 0 0 0;
}

#main-copy h2 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
	font-style: italic;
}

#main-copy h4 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
	font-style: italic;
}

#main-copy a {
  color: #800000;
  background-color: transparent;
  text-decoration: none;
}

#main-copy a:hover {
  color: #800000;
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

/* ##### Darker Box Pop ups ##### */

#darkerBox_popups{
  color: black;
  background-color: #EEF3E4;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
  border: 1px solid rgb(34,70,79);
}

#darkerBox_popups a {
  color: rgb(34,70,79);
  background-color: transparent;
  text-decoration: none;
}

#darkerBox_popups a:hover {
  color: #800000;
  text-decoration: underline;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: #556B2F;
  font-size: 85%;
  margin: 0;
  padding: none;
  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 {
  text-align: right;
  font-size: 85%;
  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;
}

