/*
** Styles for main content area
*/

#main .home {
  padding: 0px 45px 0px 0px;
}
#main .inside {
  padding: 20px;
}
#main a {
  color: #3D6B9F;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main a:hover {
  text-decoration: underline;
}
#main a.loud {
  color: #763C42;
  font-weight: bold;
}
#main a.quiet {
  color: #999;
}
#main address {
  padding: 0em 10px 0em 20px;
}
#main dd {
  margin: 0em 10px 0.5em 0px;
  padding: 0em 0px 0.2em 20px;
  font-style: italic;
}
#main dl {
  margin: 0em 0px 8px 0px;
}
#main dt {
    font-family: Times, serif;
    color: #333;
}
#main fieldset {
  margin: 0em 0px 1em 0px;
  border: 1px solid #4E4E44;
}
#main h1 {
  color: #763C42;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.125;
  clear: both;
  margin-top: 18px;
  margin-bottom: 0px;
}
#main h1.title {
  color: #763C42;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.125;
  clear: both;
  margin-top: 9px;
  margin-bottom: 18px;
}
#main h2, #main h2.title, #main h2 a, #main h2.title a {
  color: #000000;
  font-weight: normal;
  font-size: 20px; 
  line-height: 1.35;
  margin-top: 1.35em; 
  margin-bottom: 0px;
  clear: both;
}
#main h3,#main h3 a,#main h4,#main h4 a {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.286; 
  margin-top: 1.286em; 
  margin-bottom: 0.000em;
}
#main h3 {
  clear: both;
}
#main h5 { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.286; 
  margin-top: 1.286em; 
  margin-bottom: 0px;
  background-image: url(images/h5-collapsed.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 60px;
  text-decoration: none;
  cursor: pointer;
  clear: both;
}
#main h5:hover {
  text-decoration: underline;
}
#main h5.xTreeCollapsed {
  background-image: url(images/h5-collapsed.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
#main h5.xTreeExpanded {
  background-image: url(images/h5-expanded.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#main div.xTreeCollapsed {       
  display: none;
}
#main div.xTreeExpanded {
  margin-bottom: 16px;
  padding: 5px 5px 5px 5px;
  border-left: 9px solid #C7DAEB;
}
#main h6 { /* This tag is hijacked by xTree.js to terminate an expand/collapse tag, and to escape floating items */
  display: none;
}
#main hr {
  display: block;
  color: black;
  background-color: black;
  height: 1px;
  border: 0;
  margin-bottom: 15px;
}
#main input.text, #main input.number, #main input.date, #main textarea {
  color: #006699; 
  background-color: #E6F0F9;
  font-size: 12px;
  line-height: 1.333; 
  margin-top: 0.000em; 
  margin-bottom: 1.333em;
  border: 1px solid #999;
  padding: 2px;
  margin: 0em 0px 2px 0px;
}
#main input.text:focus, #main input.number:focus, #main input.date:focus, #main input.date:focus, #main textarea:focus {
  background-color: #F9F9F9; 
}
#main input.number {
  text-align: right;
}
#main input.submit,#main input.form-submit {
  color: white;
  background-color: #658FA9;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #333;
  padding: 1px;
}
#main input.submit:hover,#main input.form-submit:hover {
  background-color: #999;
}
#main input.cancel {
  color: #666;
  background-color: #eeeeee;
  border: 1px outset;
}
#main input.cancel:hover {
  color: #666;
  background-color: #ffffff;
  border: 1px inset;
}
#main select,option,optgroup {
  color: #003366; 
}
#main legend {
  font-weight: bold;
  color: #003366;
}
#main optgroup {
  font-style: normal;
  font-weight: normal;
  color: #003366;
  padding: 0em 0px 0em 3px;
}
#main optgroup option {
  padding: 0em 0px 0em 10px;
}
#main option {
  padding: 0em 0px 0em 3px;
}
#main p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.5em;
}
#main pre {
  background-color: transparent;
  padding: 0.5em 10px 0.5em 10px;
  border: 1px solid #ccc;
}
#main table {
  font-size: 12px; 
  line-height: 1.5; 
  margin-top: 0.000em; 
  margin-bottom: 1.5em;
}
#main tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#main td {
  margin: 0.2em 5px 0.2em 5px;
}
#main td.heading {
  color: white;
  background-color: #cbd3c8;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
}
#main ul {
  font-size: 12px; 
  line-height: 1.5; 
  margin-top: 0.000em; 
  margin-bottom: 1.5em;
  padding: 0em 0px 0em 15px; 
  list-style-type: disc;
}
#main ol {
  font-size: 12px; 
  line-height: 1.5; 
  margin-top: 0.000em; 
  margin-bottom: 0.5em;
  padding: 0em 0px 0em 20px;
}
#main ul li {
  margin: 0px 0px 8px 0px;
  padding: 0;
}
#main ol li {
  margin: 0px 0px 8px 0px;
  padding: 0;
}


      
#main .boxleft {
  width: 200px; 
  font-size: 11px;
  line-height: 1.636;
  background-color: #C7DAEB; 
  padding: 10px; 
  margin: 16px 10px 16px 0px;
  float:  left; 
} 
#main .boxright {
  width: 200px; 
  font-size: 11px;
  line-height: 1.636;
  background-color: #C7DAEB; 
  padding: 10px; 
  margin: 10px 0px 10px 10px;
  float: right; 
}

#main .captionleft    {
  font-family: Times, serif;
  font-weight: normal;
  float: left;  
  font-size: 20px; 
  line-height: 1.35; 
  margin-top: 0.000em; 
  margin-bottom: 1.2em;
  color: #824249; 
  width: 240px; 
  text-align: left;
  padding: 16px 10px 16px 0px; 
  margin: 0;
}
#main .captionright   {
  font-family: Times, serif;
  font-weight: normal;
  float: right; 
  font-size: 20px;
  line-height: 1.35; 
  margin-top: 0.000em; 
  margin-bottom: 1.2em;
  color: #763C42; 
  width: 240px; 
  text-align: right;
  padding: 16px 0px 16px 10px; 
  margin: 0;
}
#main .imgleft {
  float: left;  
  padding-right: 10px;
}
#main .imgright {
  float: right; 
  padding-left: 10px;
}
#main .label {
  color: #3D6B9F;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.636;
}
#main .loud {
  color: #763C42;
  font-weight: bold;
}
#main .quiet {
  color: #888;
}
#main .quotation {
  display: block;
  padding: 0px 20px;
}
#main .quotation-author:before {
  content: '-- ';
}
#main .quotation-author {
  color: #888;
  display: block;
  text-align: right;
  padding: 0px 20px;
}
#main .required {
  color: #900;
}
