* {margin: 0; padding: 0;}

body {
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
	background-image: url(../images/template/background_body.gif);
}

a {
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
}
.clear {
	clear: both;
	}
#skipnav {
	text-indent: -9999em; 
	width: 0; 
	height: 0; 
	position: absolute; 
	top: -10px; 
	left: -10px;
	}
#utahgovheader {
	margin: 0 auto;
	padding: 0px;
	height: 31px;
	width: 1002px;
	position: relative;
	top: 0px;
	text-align: center;
}
#container  {
	width: 1002px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 2;
	background-image: url(../images/template/maincontent_bg.jpg);
}
#header  {
	height: 142px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-image: url(../images/template/header_bg.jpg);
	z-index: 600;
}
#header img {
	border: none;
}
#logoPioneer {
	position: absolute;
	top: 10px;
	left: 10px;
}
/*  facebook symbol  */

#header ul#mediainfo {
	list-style: none;
	position: absolute;
	top: 12px;
	right: 239px;
	margin: 0;
	line-height: 24px;
	width: 22px;
}
#header ul#mediainfo li {
	display: inline;
}
#header ul#mediainfo li a {
	padding: 1.5px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: 1px solid #9b9575;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
}
/*  top site navigation menu  */
#topNav   {
	list-style: none;
	text-align: left;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 11px;
	width: 230px;
}
#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNav li {
	display: inline;
}
#topNav li a {
	color: #3C5490;
	border-right: 1px solid #9b9575;
	padding: 0 6px 0 3px;
}
#topNav li a:link {
	color: #3C5490;
}
#topNav li a:visited {
	color: #3C5490;
}
#topNav li a:hover {
	color: #CA1717;
}
#logoUSL {
	position: absolute;
	height: 40px;
	right: 215px;
	top: 54px;
}
#logoDHA {
	position: absolute;
	height: 40px;
	right: 13px;
	top: 54px;
}
#logoDCC {
	position: absolute;
	height: 40px;
	right: 10px;
	top: 52px;
}


/* ------------------ Main Navigation -------------------------- */
#navigation {
	position: relative;
	top: 102px;
	width: 702px;
	height: 40px;
	z-index: 500;
	font-size: 1em;
	overflow: visible;
	background-color: transparent;
	background-image: url(../images/template/bg.jpg);
	left: 2px;
}
#navigation ul {
	list-style: none; 
	line-height: 40px; 
	position: relative;
}
#navigation li {
	float: left; 
	position: relative; 
	line-height: 40px; 
	width: auto;
}
#navigation a {
	float: left;
	display: block;
	width: auto;
	padding: 0 7px;
	color: #D5D0BD;
	text-decoration: none;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D0BD;
}
#navigation a:hover {
	color: #E3DCB8;
	background-color: #35518B;
}
/* ------------------- Navigation Drop Down Menus ------------------------- */
#navigation li ul {
	z-index: 900;
	width: 15em;
	font-size: 12px;
	position: absolute;
	left: -9999em;
	top: 36px;
	padding: 0 0 10px 0;
	background-color: transparent;
	background-image: url(../images/template/dropdown_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navigation li:hover ul {
	left: 0px;
	width: 15em;
	z-index: 998;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	position: absolute;
	left: 0;
	width: 15em;
	z-index: 999;
}
#navigation ul li ul li {
	float: none;
	width: 15em;
	text-align: left;
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 1.1em;
}
#navigation ul li ul li a {
	width: 14em;
	margin: 0;
	padding: 5px 0 5px .6em;
	float: none;
	line-height: 1.1em;
	color: #2C4A83;
	border-bottom-width: 1px;
	border-left-width: 0.6em;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2C4A83;
	border-left-color: #2C4A83;
	background-color: #D5D0BD;
}
#navigation ul li ul li a:hover {
	color: #D5D0BD;
	background: #CC6633;
}
#header form {
	position: absolute;
	top: 110px;
	right: 10px;
}
#header form input.searchbox {
	width: 150px; 
	padding: 0 3px; 
	color: #9b9575; 
	border: 1px solid #9b9575; 
	height: 20px;
}
#header form input.searchbttn {
	background: #9b9575 url(../images/template/go_bg.jpg) left bottom repeat-x;
	color: #FFFFFF;
	width: 34px;
	height: 22px;
	border: none;
	font-weight: bold;
	font-size: 0.9em;
	margin-left: 4px;
}
#mainContent  {
	width: 1002px;
	background-image: url(../images/template/maincontent_bg.jpg);
	background-repeat: repeat-y;
}
#breadCrumb {
	font-size: 0.9em;
	color: #3C5490;
	padding-left: 9px;
	line-height: 30px;
	background-image: url(../images/template/maincontent_bg.jpg);
}
#breadCrumb a {
	color: #3C5490;
	text-decoration: none;
}
#breadCrumb a:link {
	color: #3C5490;
	text-decoration: none;
}
#breadCrumb  a:hover {
	text-decoration: underline;
	color: #CA1717;
}
#breadCrumb a:visited {
	text-decoration: none;
	color: #3C5490;
}
#pageContent {
	width: 962px;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#pageContent h1, h2, h3, h4 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}
#pageContent p {
	margin: 0 0 1em 0;
}
#pageContent  h1 {
	font-weight: normal;
	color: #475789;
	padding-bottom: 5px;
	line-height: 100%;
	font-size: 2.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D6C2;
}
#pageContent h2 {
	color: #CA1717;
	padding-top: 5px;
	font-weight: bold;
	font-size: medium;
}
#pageContent h3 {
	color: #CC6633;
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#pageContent h4 {
	color: #330066;
	font-size: 1em;
	font-weight: bold;
}
#pageContent h5 {
	color: #330066;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 2px;
}

#pageContent a {
	color: #2371B0;
	text-decoration: none;
}
#pageContent a:hover {
	text-decoration: underline;
	color: #CA1717;
}
#pageContent a:visited {
	color: #6666CC;
}
#pageContent ul {
	padding-left: 25px;
	padding-bottom: 15px;
}
#pageContent li {
	list-style-image: url(../images/template/li_bullet.gif);
}

.nolink {
	color: #999999
}
.restricted {
	color: #CA1717;
	font-style: normal;
	font-weight: bold;
}
.featured {
	font-weight: bold;
	font-size: 14px;
}
div.columns2 {
	margin: 0; 
	padding: 0; 
	width: 40%; 
	float: left
}
ul.columns2 {
	margin: 0;
	padding: 0;
	width: 40%;
	float: left
}
ul.columns2 li {
	margin: 0 0 0 1.5em;
	padding: 0
}
div.columns3 {
	margin: 0; 
	padding: 0; 
	width: 30%; 
	float: left
}
ul.columns3 {
	margin: 0;
	padding: 0;
	width: 30%;
	float: left
}
ul.columns3 li {
	margin: 0 0 0 1.5em;
	padding: 0
}
hr.clearing {
	margin: 0; 
	border: none; 
	clear: both; 
	height: 1px; 
	visibility: hidden;
}
.menuList ul {
	padding-left: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

 /* to put a margin between links */
.menuList li {
	margin-bottom:12px;
}
/* ------------------ Full Text Box - for explanatory notes  -------------------------- */
#textBox {
	width:47%;
	background-color: #EFEDE7;
	margin: 5px;
	padding: 5px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #3B5590;
	border-right-color: #3B5590;
	border-bottom-color: #3B5590;
	border-left-color: #3B5590;
	float: left;
}
#textBoxLeft {
	width:47%;
	background-color: #EFEDE7;
	margin: 5px;
	padding: 5px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #3B5590;
	border-right-color: #3B5590;
	border-bottom-color: #3B5590;
	border-left-color: #3B5590;
	float: left;
}
#textBoxRight {
	width:47%;
	background-color: #EFEDE7;
	margin: 5px;
	padding: 5px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #3B5590;
	border-right-color: #3B5590;
	border-bottom-color: #3B5590;
	border-left-color: #3B5590;
	float: right;
}


#textBox  h2 {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#textBox p {
	padding-right: 10px;
	padding-left: 10px;
}
/* ------------------ pageContent image styles  -------------------------- */
#pageContent img {
	padding: 6px 11px 11px 6px;
}
#pageContent .right {
	float: right; 
	margin: 0 0 1em 1em;
}
#pageContent .left {
	float: left; 
	margin: 0 1em 1em 0;
}
#pageContent img.nopadding {
	background-image: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
/* --------------------- pageContent table styles --------------------- */
table#databasesTable {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0;
}
#databasesTable tbody {
	text-align: left;
	vertical-align: top;
}
#databasesTable td  {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#databasesTable tr.alpha  {
	background-color: #EFEDE7;
	border: 1px solid #333333;
	font-weight: bold;
	color: #CA1717;
}
#databasesTable tr.top {
	vertical-align: middle;
}
#databasesTable img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#blueTable {
	width: 100%;
	margin: 0 auto;
	background: #334A61;
	border: 1px solid #333333;
	border-collapse: collapse;
}
#blueTable thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#blueTable tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
#blueTable th {
	background: #444444;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border: 1px solid #333333;
}
#blueTable td {
	padding: 5px;
	border: 1px solid #333333;
	vertical-align: top;
}
#blueTable td.legend {
	text-align: center;
}
#blueTable tr.odd {
	background: #8292A1;
}
#blueTable tr:hover {
	background: #333333;
}
#blueTable tr a {
	text-decoration: none;
	color: #FFFFFF;
}
#blueTable tr a:hover {
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
}#blueTable tr a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#blueTable img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
table#librariesTable {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0;
}
#librariesTable tbody {
	text-align: left;
	vertical-align: top;
}
#librariesTable td  {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
#librariesTable tr.alpha  {
	background-color: #3A528E;
	border: 1px solid #333333;
	font-weight: bold;
	color: #D5D0BD;
}
#librariesTable tr.top {
	vertical-align: middle;
}
#librariesTable img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
/* --------------------- Left & Right content styles --------------------- */
#contentLeft    {
	float: left;
	width: 640px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentLeft p {
	text-align: justify;
}
#contentRight   {
	float: right;
	width: 270px;
	border: 1px solid #5C85AB;
	margin: 5pt;
	padding: 5px;
}
#contentRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

#contentRight  ul.nav {
	margin: 0;
	padding: 2px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/pioneerstar_12x12.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentRight ul.nav li {
	padding: 0.5px;
}
#contentButtons {
	float: right;
	width: 210px;
	margin-left: 5px;
}
#contentButtons img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#homeContent {
	width: 980px;
	margin: 5px;
	padding: 5px;
}
#homeContent h1, h2, h3, h4 {
	margin: 0 0 .5em 0; 
}
#homeContent p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 1em;
}
#homeContent h1 {
	font-weight: normal;
	color: #CA1717;
	padding-bottom: 8px;
	line-height: 100%;
	font-size: 2.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C5490;
}
#homeContent h2 {
	color: #CA1717;
	padding-top: 14px;
	line-height: 125%;
	font-weight: normal;
	font-size: 1.8em;
}
#homeContent h3 {
	color: #3C5490;
	font-size: 1.5em;
	background-image: url(../images/home/box_header.jpg);
	background-repeat: repeat-x;
	text-align: left;
	padding: 12px;
	line-height: .5em;
	font-weight: normal;
	margin-bottom: 1px;
	margin-right: -1px;
	margin-left: -1px;
}
#homeContent a {
	color: #CA1717;
	text-decoration: none;
}
#homeContent a:hover {
	text-decoration: underline;
	color: #FF7700;
}
#homeContent a:visited {
	color: #668033;
}
#homeContent .top {
	width: 100%;
	padding-top: 12px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
}
#homeContent .top .databasesBox  {
	float: left;
	width: 640px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D0BD;
	border-bottom-color: #D5D0BD;
	border-left-color: #D5D0BD;
	position: relative;
	height: 150px;
}
#homeContent .top .databasesBox  ul  {
	margin: 0;
	padding: 2px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/pioneerstar_12x12.gif);
	color: #3C5490;
}
#homeContent .top .databasesBox li {
	padding: 0.5px;
	background-attachment: scroll;
}
#homeContent .top .databasesBox li a {
	color: #3C5490;
	padding: 0 6px 0 3px;
}
#homeContent .top .databasesBox li a:link {
	color: #3C5490;
}
#homeContent .top .databasesBox li a:visited {
	color: #3C5490;
}
#homeContent .top .databasesBox li a:hover {
	color: #CA1717;
}
#homeContent .top .infoBox {
	float: right;
	width: 320px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D0BD;
	border-bottom-color: #D5D0BD;
	border-left-color: #D5D0BD;
	position: relative;
	height: 150px;
}
#homeContent .top .infoBox ul {
	margin: 0;
	padding: 2px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/pioneerstar_12x12.gif);
	color: #3C5490;
}
#homeContent .top .infoBox li {
	padding: 0.5px;
	background-attachment: scroll;
}
#homeContent .top .infoBox li a {
	color: #3C5490;
	padding: 0 6px 0 3px;
}
#homeContent .top .infoBox li a:link {
	color: #3C5490;
}
#homeContent .top .infoBox li a:visited {
	color: #3C5490;
}
#homeContent .top .infoBox li a:hover {
	color: #CA1717;
}
#homeContent .middle {
	width: 100%;
	padding-top: 12px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
	margin-top: 20px;
}
#homeContent .middle a {
	color: #3C5490;
}
#homeContent .middle a:link {
	color: #3C5490;
}
#homeContent .middle a:visited {
	color: #3C5490;
}
#homeContent  .middle  a:hover  {
	color: #CA1717;
}
#homeContent .middle .newBox  {
	float: left;
	width: 978px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D0BD;
	border-bottom-color: #D5D0BD;
	border-left-color: #D5D0BD;
	position: relative;
	height: 115px;
	margin-top: 15px;
}
#homeContent .middle .shortBox {
	float: left;
	width: 978px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D0BD;
	border-bottom-color: #D5D0BD;
	border-left-color: #D5D0BD;
	position: relative;
	height: 75px;
	margin-bottom: 15px;
}

#homeContent .middle .partnerBox {
	float: left;
	width: 640px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D0BD;
	border-bottom-color: #D5D0BD;
	border-left-color: #D5D0BD;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 150px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#homeContent .middle .featureBox {
	float: right;
	width: 320px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D0BD;
	border-bottom-color: #D5D0BD;
	border-left-color: #D5D0BD;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 150px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#footer  {
	padding: 10px;
	background-color: #D5D0BD;
	font-size: 11px;
	text-align: center;
	clear: both;
	position: relative;
	height: 100px;
}

#footer a {
	color: #475789;
	}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #475789;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer  li  {
	display: inline;
}

#footer li a {
	color: #475789;
	text-decoration: none;
}
#footer li a:link {
	color: #475789;
}
#footer li a:visited {
	color: #475789;
}
#footer li a:hover {
	color: #CA1717;
	text-decoration: underline;
}
#footer li a:active {
	color: #475789;
}
#footer table {
	position: absolute; 
	font-size: 11px;
	right: 0; 
	top: 80px; 
	width: 1002px; 
	color: #475789;
}
