/* Styles for main content area */

#main a {
  color: #3D8AB4;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main a:hover {
  text-decoration: underline;
}
#main a.loud {
  font-weight: bold;
}
#main a.quiet {
  color: #3D8AB4;
}
#main dd {
  margin: 0em 10px 5px 0px;
  padding: 0em 0px 5px 20px;
  font-style: italic;
}
#main dl {
  margin: 0em 0px 5px 0px;
}
#main dt {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  line-height: 1.071;
  color: #333333;
}
#main fieldset {
  margin: 0em 0px 13px 0px;
  padding: 10px 0px;
  border: 0;
  background-color: #F5F5F5; 
  margin-bottom: 15px;
  clear: both;
}
#main h1, #main h1.title {
  color: #3C6591;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.154;
  margin: 0px 0px 5px 0px; 
  clear: both;
}
#main h1.title {
  margin: 0px 0px 5px 0px;
}
#main h2, #main h2.title, #main h2 a, #main h2.title a {
  color: #567821;
  font-weight: normal;
  font-size: 15px; 
  line-height: 1;
  margin: 15px 0px 5px 0px; 
  clear: both;
}
#main h3, #main h3 a, #main h4, #main h4 a {
  color: #567821;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.154; 
  margin: 10px 0px 10px 0px; 
}
#main h3 {
  clear: both;
}
#main h5 { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  color: #3C6591;
  font-weight: normal;
  font-size: 13px; 
  line-height: 1.154;
  margin: 15px 0px 5px 0px; 
  padding: 0px 0px 0px 15px;
  text-decoration: none;
  cursor: pointer;
  clear: both;
}
#main h5:hover {
  text-decoration: underline;
}
#main h5, #main h5.xTreeCollapsed {
  background-image: url(images/menu-collapsed.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 5px 0px 5px 0px;
}
#main h5.xTreeExpanded {
  background-image: url(images/menu-expanded.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#main div.xTreeCollapsed {       
  display: none;
}
#main div.xTreeExpanded {
  margin-bottom: 15px;
  padding: 13px 5px 2px 14px;
  border-left: 1px solid #efefef; 
  background-image: url(images/bg-h5.png); 
  background-repeat: no-repeat;
}
#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: #999999;
  background-color: #999999;
  height: 1px;
  border: 0;
  margin-bottom: 14px;
}
#main legend {
  color: #567821;
  font-size: 13px;
  line-height: 1.154; 
}
#main p {
  font-size: 11px;
  line-height: 1.364; 
  margin: 0px 0px 15px 0px;
}
#main p.error {
  padding: 10px;
  border: 1px solid #cccccc;
}
#main pre {
  background-color: transparent;
  padding: 8px 9px;
  border: 1px solid #cccccc;
}
#main table {
  font-size: 11px; 
  line-height: 1.364; 
  margin: 0px 0px 10px 0px;
}
#main tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#main td {
  font-size: 11px;
  line-height: 1.364;
  margin: 0px 0px 10px 0px;
}
#main ul {
  font-size: 11px; 
  line-height: 1.364; 
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 15px; 
  list-style-type: disc;
}
#main ol {
  font-size: 11px; 
  line-height: 1.364; 
  margin: 0px 0px 10px 0px;
  padding: 0em 0px 0em 20px;
}
#main ul li {
  margin: 0px 0px 5px 0px;
  padding: 0;
}
#main ol li {
  margin: 0px 0px 5px 0px;
  padding: 0;
}

/* Form Elements */
#main input.text, #main input.number, #main input.date, #main textarea {
  color: #003366; 
  font-size: 11px;
  line-height: 1; 
  padding: 2px 3px;
  background-color: #f0f0f0; 
  background-image: url(images/bg-entry.gif);
  background-repeat: repeat-x;
  border: 0;
  border-left: 1px solid #aeaeae;
  margin: 0px 0px 5px 0px;
}
#main input.text:focus, #main input.number:focus, #main input.date:focus, #main input.date:focus, #main textarea:focus {
  background-image: url(images/bg-entry-focus.gif);
  background-color: #e8e8e8; 
}
#main input.number {
  text-align: right;
}
#main input.submit,#main input.form-submit {
  color: #ffffff;
  background-color: #a6a6a6;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #e8e8e8;
  padding: 1px;
  margin: 0px 0px 0px 0px;
}
#main input.submit:hover,#main input.form-submit:hover {
  background-color: #666666;
}
#main input.cancel {
  color: #666666;
  background-color: #eeeeee;
  border: 1px outset;
}
#main input.cancel:hover {
  color: #666666;
  background-color: #ffffff;
  border: 1px inset;
}
#main select,option,optgroup {
  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;
}

/* Classes */
#main .boxleft {
  width: 200px; 
  color: #3C6591; 
  background-color: #EEEEEE; 
  padding: 10px; 
  margin: 10px 10px 10px 0px;
  float: left; 
  clear: left;
} 
#main .boxright {
  width: 200px; 
  color: #3C6591; 
  background-color: #EEEEEE; 
  padding: 10px; 
  margin: 10px 0px 10px 10px;
  float: right; 
  clear: right;
}
#main .captionleft    {
  color: #809a59; 
  font-weight: normal;
  float: left;  
  clear: left;
  font-size: 13px; 
  line-height: 1.154; 
  margin: 10px 10px 10px 0px;
  width: 200px; 
  text-align: left;
  padding: 10px 10px 10px 0px; 
}
#main .captionright   {
  color: #809a59; 
  font-weight: normal;
  float: right; 
  clear: right;
  font-size: 13px;
  line-height: 1.154; 
  margin: 10px 0px 10px 10px; 
  width: 200px; 
  text-align: left;
  padding: 10px 0px 10px 10px; 
}
#main .error {
  color: #cc0000;
}
#main .imgleft {
  float: left;  
  clear: left;
  padding: 5px 10px 5px 0px;
}
#main .imgright {
  float: right; 
  clear: right;
  padding: 5px 0px 5px 10px;
}
#main .imgcenter {
  display: block;
  text-align: center;
}
#main img.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main .label {
  color: #000000;
  font-weight: bold;
}
#main .loud {
  color: #809a59;
  font-weight: bold;
}
#main .quiet {
  color: #888888;
}
#main p .quotation {
  margin-bottom: 0px;
}
#main .quotation {
  color: #3C6591;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5;
  display: block;
  padding: 0px 0px 0px 40px;
  margin-bottom: 0px;
}
#main .quotation-author {
  color: #3C6591;
  font-style: italic;
  font-size: 10px;
  line-height: 1.5;
  display: block;
  text-align: right;
}
#main .required {
  color: #990000;
}
#main .links {
  padding: 0px 10px;
}
#main .links ul.links {
  padding-left: 0;
}
#main .messages {
  background-color: #eeeeee;
  padding: 10px 10px;
  margin-bottom: 10px;
}
#main .ad {
  width: 200px;
  border: 5px solid black;
  float: left;
  margin: 0px 20px 20px 0px;
}
#main .ad .title {
  display: block;
  background-color: #000000;
  padding-bottom: 5px;
}
#main .ad .title *, #main .ad .title a {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.364;
}
#main div.xCaption {
}
#main p.xCaption {
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0px 0px 5px 0px; 
}
#main p.xCaption a {
  font-size: 10px;
  line-height: 1.5;
}
#main .body img.xCaption {
}

/* Tighten padding in TinyMCE toolbar */
#main td.mceToolbar table {
  margin-bottom: 0px;
}

#search2 {
  background-color: #eeeeee;
  padding: 10px;
}
#search2 table {
  margin: 0;
}

#main .sortLinks {
  text-align: right;
}

/* footnotes module */
#main ol.footnotes {
  border-top: 1px solid #cccccc;
  padding: 10px 0px;
  list-style-type: none;
}
#main ol.footnotes li {
  padding: 0px 0px 5px 20px;
}
#main a.see_footnote:after, #main a.footnote:after {
  content: "";
}

/* social bookmarking widget */
#main p.bookmark {
  clear:both; 
  padding: 0px 10px;
  margin: 0;
}
/* containers for rich media */
#main .album-frame {
}
#main .slideshow-frame {
}
#main .video-frame {
}

/* Comments */
#main .comment {
  border-top: 1px solid #333333;
  border-left: 1px solid #efefef; 
  background-image: url(images/bg-h5.png); 
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
#main .comment {border-top: 1px solid #eeeeee;}
#main .comment { padding: 5px 0px; }
#main .comment h3.title {padding: 0px 0px 0px 10px;}
#main .comment .links {text-align: right;}

#main .indented {margin-left: 20px;}
#main .unpublished {background-color: #ffeeee; background-image: none;}
#main .unpublished {background-color: #ffeeee;}
#main .odda { background-color: #eeeeee; }

/* Comment submission form */  
#main .box { border-top: 1px solid #eeeeee; }
#main .box h2.title {padding: 0px 0px 0px 10px;}
#main .box label { display: block;  font-weight: bold; }
#main .form-required { display: none; }
  
#main #edit-comment {width: 473px; }
#main #edit-captcha-response-wrapper .description { display: none; }
#main #edit-captcha-response-wrapper label { display: none; }
#main #edit-captcha-response-wrapper .field-prefix { font-weight: bold; }
#main fieldset.captcha { background-color: white; }
#main fieldset.captcha legend { display: none; }

