/* rules.css developed by Utah Division of Administrative Rules */
/* to implement http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

/* ***********************  style.css Overwrites  *********************** */
section#breadcrumbs .breadcrumbs {
   overflow: hidden;
   padding: 19px 10px 15px;
   float: left;
   text-transform: uppercase;
   font-size: 12px;
  }

section#main h1 {
	display: block;
	font-family: Arial;
	text-transform: uppercase;
	color: #464646;
	margin: 12px 0 10px;
	font-size: 22px;
	padding: 4px 0;
	border-bottom: 1px dashed #dcdcdc;
}

section#main .item-page ul, section#main .item-page ol {
   font-size: 14px;
   font-family: Helvetica, Arial, sans-serif;
   }

section#main .item-page ol li {
  margin-left: 2em;
}
aside#sidebar h4, aside#sidebar h5 {
  font-family: Arial; 
  text-transform: uppercase; 
  color: #464646; 
  padding: 4px 12px 0px 22px;
  margin: 0 -10px 12px;
  }

section#main .item-page img.inline {
	border: 1px solid #E9E9E9;
	box-shadow: 0 2px 2px #999;
	margin: 4px;
	vertical-align: top;
	float: right;
}

section#main a {
	text-decoration: underline;
}

/* *****************  General Rules Document Attributes  ***************** */
a:visited {
	color: #54330E;
	}

header h1 a:visited {
	text-decoration: none; 
	color: #FFFFFF;}

section#main dt dfn {
   font-family: Helvetica, Arial, sans-serif;
   font-style: italic;
   font-weight: bold;
}

section#main dd {
   font-family: Helvetica, Arial, sans-serif;
   padding-bottom: 16px;
   padding-left: 16px;
}

section#main .annotation {
   text-indent: 0px;
   color : #666666;
}

section#main .attention {
   font-weight: bold;
   font-style: italic;
   font-size: 20px;
}

section#main .dataTable {
   font-size: 13px;
}

section#main .dataTable tbody tr:nth-child(odd) {
	background-color: #F3F3F3; /* darker */
}

section#main .dataTable tr:nth-child(even) {
   background-color: #FFFFFF; /* light */
}

section#main .dataTable tr.alternate-title td {
   color: #FFFFFF;
   font-size: 12px;
   padding: 5px;
}

section#main .dataTable tr.alternate-title {
	background: #ffffff;
	font-weight: bold;
}

section#main #rContent {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding: 6px 6px;
	overflow: hidden;
}

section#main #rContent p, #rContent ul li, #rContent ol li, #rContent strong, #rContent em, #rContent a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

section#main #rContent ul li, #rContent ol li{
   margin-top: 1px;
   margin-right: 6px;
   margin-bottom: 1px;
   margin-left: 6px;
}

section#main #rContent .hash {
   font-family: Helvetica, Arial, sans-serif;
   color : #666666;
   font-size: 10px;
}

section#main #text {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	padding: 6px 6px;
	overflow: hidden;
   /* line-height: 14px; */
}

section#main #text p {
   font-family: Georgia, "Times New Roman", Times, serif;
   text-indent: 12px;
   font-size: 14px;
   font-weight: normal;
}

section#main #text h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   text-transform: capitalize;
   font-size: 16px;
   color: #000000;
   font-weight: bold;
}

section#main #text h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   text-transform: capitalize;
   font-size: 15px;
   color: #000000;
   font-weight: bold;
}

section#main #text h4 {
   font-family: Georgia, "Times New Roman", Times, serif;
   text-transform: capitalize;
   font-size: 15px;
   color: #000000;
   font-weight: bold;
}

section#main #text .annotation {
   text-indent: 0px;
   font-size: x-small;
   color : #666666;
   font-style : italic;
   line-height: 95%;
}

aside#sidebar h2, aside#sidebar h3  abbr{
  font-family: Arial; 
  font-size: 18px; 
  text-transform: uppercase; 
  color: #464646;
  /*padding: 24px 12px 10px 22px; 
  margin: 0 -10px 12px; */
  background: url(../images/bg-asideh2-top.png) repeat-x 0 10px; 
  border-bottom: 1px dashed #dcdcdc;
  }

cite {
	font-style: italic;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

blockquote, q {
	quotes: none;
	margin: 12px;
	font-style: italic;
}

em {
	font-style:italic;
}
/* ********************** Page Footer (date changed) ********************* */
section#main .item-page #pagefooter {
   text-align: right;
   font-size: smaller;
   padding: 12px;
   display: none;
}
