/* Styles for main content area */

#main a {
  color: #f79020;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}
#main a:hover {
  text-decoration: underline;
}
#main a.loud {
  font-weight: bold;
  color: #b45704;
}
#main a.quiet {
  color: #f79020;
  font-size:12px;
  line-height: 1.417;
}
#main dd {
  margin: 0em 10px 4px 0px;
  padding: 0em 0px 4px 20px;
  font-style: italic;
}
#main dl {
  margin: 0em 0px 17px 0px;
}
#main dt {
  font-size: 13px;
  line-height: 1.308;
  color: #333333;
}
#main fieldset {
  border: 0;
  background-color: #F5F5F5; 
  margin: 0em 0px 17px 0px;
  padding: 10px 0px;
  clear: both;
}
#main h1, #main h1.title {
  color: #ff6300;
  font-weight: normal;
  font-size: 35px;
  line-height: 1; 
  margin: 0px 0px 16px 0px; 
  padding: 0px;
  clear: both;
}
#main h1.title {
  padding: 0px 18px 0px 18px;
}
#main h2, #main h2.title, #main h2 a, #main h2.title a {
  color: #666666;
  font-weight: normal;
  font-size: 25px; 
  line-height: 1;
  margin: 25px 0px 17px 0px; 
  clear: both;
}
#main h3, #main h4 {
  color: #ff6300;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  line-height: 1; 
  margin: 14px 0px 4px 0px; 
}
#main h3 a, #main h4 a {
  text-decoration: underline;
}
#main h3 {
  clear: both;
}
#main h5 { /* This tag is hijacked by xTree.js to be an expand/collapse tag */
  color: #f79020;
  font-weight: normal;
  font-size: 14px; 
  line-height: 1.214;
  margin: 17px 0px 8px 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/h5-collapsed.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 17px 0px 8px 0px;
}
#main h5.xTreeExpanded {
  background-image: url(images/h5-expanded.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
#main div.xTreeCollapsed {       
  display: none;
}
#main div.xTreeExpanded {
  margin-bottom: 17px;
/*  background-image: url(images/bg-h5.png); */
  background-repeat: no-repeat;
  padding-top: 13px;
}
#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: #999999;
  font-size: 13px;
  line-height: 1.154; 
}
#main p {
  font-size: 13px;
  line-height: 1.308; 
  margin: 0px 0px 17px 0px;
}
#main p.error {
  color: #cc0000;
  padding: 10px;
  border: 1px solid #cccccc;
}
#main table {
  font-size: 13px; 
  line-height: 1.308; 
  margin: 0px 0px 17px 0px;
}
#main tbody { /* Bypasses evil styles in /modules/system/defaults.css */
  border: 0;
}
#main td {
  font-size: 14px;
  line-height: 1.214;
  margin: 0px 0px 8px 0px;
}
#main ul {
  font-size: 13px; 
  line-height: 1.308; 
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px 35px; 
  list-style-type: disc;
}
#main ol {
  font-size: 13px; 
  line-height: 1.308; 
  margin: 0px 0px 17px 0px;
  padding: 0em 0px 0em 40px;
}
#main ul li {
  margin: 0px 0px 4px 0px;
  padding: 0;
}
#main ol li {
  margin: 0px 0px 4px 0px;
  padding: 0;
}

/* Form Elements */
#main input.text, #main input.number, #main input.date, #main textarea {
  color: #333333;
  font-weight: bold; 
  font-size: 13px;
  line-height: 1; 
  padding: 1px 2px;
  border: 1px inset #eeeeee;
  margin: 0px 0px 4px 0px;
}
#main input.text:focus, #main input.number:focus, #main input.date:focus, #main input.date:focus, #main textarea:focus {
  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 .bigger {
  font-size: 14px;
  line-height: 1.214;
}
#main .smaller {
  font-size: 11px;
  line-height: 1.2;
}
#main .boxleft {
  width: 200px; 
  color: #f79020; 
  background-color: #eeeeee; 
  padding: 8px 10px; 
  margin: 8px 10px 8px 0px;
  float: left; 
  clear: left;
} 
#main .boxright {
  width: 200px; 
  color: #f79020; 
  background-color: #eeeeee; 
  padding: 8px 10px; 
  margin: 8px 0px 8px 10px;
  float: right; 
  clear: right;
}
#main .captionleft    {
  color: #939598; 
  font-weight: normal;
  float: left;  
  clear: left;
  font-size: 16px; 
  line-height: 1; 
  padding: 8px 10px 8px 0px; 
  width: 200px; 
  text-align: left;
}
#main .captionright   {
  color: #939598; 
  font-weight: normal;
  float: right; 
  clear: right;
  font-size: 16px;
  line-height: 1; 
  padding: 8px 0px 8px 10px; 
  width: 200px; 
  text-align: left;
}
#main .error {
  color: #cc0000;
}
#main .imgleft {
  float: left;  
  clear: left;
  padding: 2px 10px 8px 0px;
}
#main .imgright {
  float: right; 
  clear: right;
  padding: 2px 0px 8px 10px;
}
#main .imgcenter {
  display: block;
  text-align: center;
}
#main img.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main .label {
  color: #333333;
  font-weight: bold;
}
#main .loud {
  color: #b45704;
  font-weight: bold;
}
#main .quiet {
  color: #999999;
  font-size:12px
  line-height: 1.417;
}
#main p .quotation {
  margin-bottom: 0px;
}
#main .quotation {
  color: #000000;;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.417;
  display: block;
  padding: 0px 0px 0px 40px;
  margin-bottom: 0px;
}
#main .quotation-author {
  color: #505050;
  font-size: 12px;
  line-height: 1.417;
  display: block;
  text-align: right;
}
#main .required {
  color: #990000;
}
#main div.links {
  margin: 32px 0px;
  padding: 0;
}
#main div.links ul.links {
  margin: 0;
  padding: 0;
}
#main div.links ul.links.inline {
  display: inline;
}
#main div.links ul.links li {
  display: inline;
  list-style-type: none;
  font-size: 10px;
  line-height: 1.6;
}
#main div.links ul.links li a {
  padding: 0px 10px 0px 0px;
}
#main .messages {
  background-color: #eeeeee;
  padding: 8px 10px;
  margin-bottom: 16px;
}
#main div.xCaption {
}
#main p.xCaption {
  font-size: 12px;
  line-height: 1.417;
  text-align: left;
  margin: 0;
  padding: 0px 0px 8px 0px; 
}
#main p.xCaption a {
  font-size: 12px;
  line-height: 1.417;
}
#main .body img.xCaption {
}

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

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

/* Comments */
#main .comment {
  clear: both;
  border-top: 1px solid #333333;
  border-left: 1px solid #efefef; 
  background-image: url(images/bg-comments.png); 
  background-repeat: no-repeat;
  margin-bottom: 4px;
}
#main .comment {border-top: 1px solid #eeeeee;}
#main .comment {padding: 4px 0px;}
#main .comment h3.title {padding: 0px 0px 0px 20px;}
#main .comment .content {padding: 0px 0px 0px 20px;}
#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 20px;}
#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;}


/* nodeLists */
#main .nodeList {
	margin-top: -20px;
}
#main .nodeList p.listTitle {      
  color: red; 
  font-weight: normal;
  font-size: 16px;
  line-height: 1; 
  padding: 0px 0px 1px 0px;
  margin: 0;
}
#main .nodeList .item {
  clear: both;
  margin-bottom: 17px;
}
#main .nodeList .item p.title {
  color: #ff6300;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3; 
  margin: 0;
}
#main .nodeList .item p.title a {
  color: #ff6300;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.3; 
  margin: 0;
  text-decoration: underline;
}
#main .nodeList .item p.title a.button {
  color: #f79020;
  background-color: #eeeeee;
  font-family: arial;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px;
}
#main .nodeList .item p.byline {
  color: #999999;
  font-size: 12px;
  line-height: 1.417;
  margin: 0;
}








