/*
** Styles for main content area
*/

#main .home {
  padding: 0px 45px 0px 0px;
}
#main .inside {
  padding: 20px;
}
#main a {
  color: #20679e;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main a:hover {
  text-decoration: underline;
}
#main a.loud {
  color: #20679e;
  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: #303030;
}
#main fieldset {
  margin: 0em 0px 1em 0px;
  border: 1px solid #4E4E44;
}
#main h1 {
  color: #4b7f00;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  clear: both;
  margin-top: 24px;
  margin-bottom: 16px;
}
#main h1.title {
  color: #4b7f00;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  clear: both;
  margin-top: 8px;
  margin-bottom: 16px;
}
#main h2, #main h2.title, #main h2 a, #main h2.title a {
  color: #4b7f00;
  font-weight: normal;
  font-size: 24px; 
  line-height: 1;
  margin-top: 24px; 
  margin-bottom: 16px;
  clear: both;
}
#main h3,#main h3 a,#main h4,#main h4 a {
  color: #4b7f00;
  font-weight: bold;
  font-size: 20px;
  line-height: 1; 
  margin-top: 16px; 
  margin-bottom: 16px;
}
#main h3 {
  clear: both;
}
#main h5 { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  color: #606060;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.231; 
  margin-top: 16px; 
  margin-bottom: 16px;
  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: #303030;
  background-color: black;
  height: 1px;
  border: 0;
  margin-bottom: 15px;
}
#main input.text, #main input.number, #main input.date, #main textarea {
  color: #303030; 
  background-color: #E6F0F9;
  font-size: 12px;
  line-height: 1; 
  border: 1px solid #999;
  padding: 2px;
  margin: 0px 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: #f28500;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #333;
  padding: 2px;
}
#main input.submit:hover,#main input.form-submit:hover {
  background-color: #303030;
}
#main input.cancel {
  color: #606060;
  background-color: #eeeeee;
  border: 1px outset;
}
#main input.cancel:hover {
  color: #606060;
  background-color: #ffffff;
  border: 1px inset;
}
#main select,option,optgroup {
  color: #303030; 
}
#main legend {
  font-weight: bold;
  color: #303030;
}
#main optgroup {
  font-style: normal;
  font-weight: normal;
  color: #303030;
  padding: 0em 0px 0em 3px;
}
#main optgroup option {
  padding: 0em 0px 0em 10px;
}
#main option {
  padding: 0em 0px 0em 3px;
}
#main p {
  font-size: 13px;
  line-height: 1.231;
  margin-top: 16px;
  margin-bottom: 16px;
}
#main pre {
  background-color: transparent;
  padding: 0.5em 10px 0.5em 10px;
  border: 1px solid #ccc;
}
#main table {
  font-size: 13px; 
  line-height: 1.231; 
  margin-top: 16px; 
  margin-bottom: 16px;
}
#main tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#main td {
  padding: 2px;
}
#main ul {
  font-size: 13px; 
  line-height: 1.231; 
  margin-top: 16px; 
  margin-bottom: 16px;
  padding: 0em 0px 0em 15px; 
  list-style-type: disc;
}
#main ol {
  font-size: 13px; 
  line-height: 1.231; 
  margin-top: 16px; 
  margin-bottom: 16px;
  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 {
  background-color: #d8f0ba; 
  width: 200px; 
  font-size: 12px;
  line-height: 1.333;
  padding: 10px; 
  margin: 16px 10px 16px 0px;
  float:  left; 
} 
#main .boxright {
  background-color: #d8f0ba; 
  width: 200px; 
  font-size: 12px;
  line-height: 1.333;
  padding: 10px; 
  margin: 10px 0px 10px 10px;
  float: right; 
}

#main .captionleft    {
  color: #fa8800; 
  width: 240px; 
  font-size: 20px; 
  line-height: 1.2; 
  text-align: left;
  padding: 16px 10px 16px 0px; 
  margin: 0;
  float: left;  
}
#main .captionright   {
  color: #fa8800; 
  width: 240px; 
  font-size: 20px;
  line-height: 1.2; 
  text-align: right;
  padding: 16px 0px 16px 10px; 
  margin: 0;
  float: right; 
}
#main .imgleft {
  float: left;  
  padding-right: 10px;
}
#main .imgright {
  float: right; 
  padding-left: 10px;
}
#main .label {
  color: #303030;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.231;
}
#main .loud {
  color: #fa8800;
  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;
}

#main .copyright {
  padding: 50px 0px 0px 0px;
}
#main .copyright p {
  font-size: 11px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#main .copyright p a {
  font-size: 11px;
  line-height: 1;
}

#main td.mceToolbar table {
  margin-bottom: 0px;
}
