

/* ------------------------------------------------   HTML   ------------------------------------------------ */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#336633; 
	margin:16px;
}


img {
	border:none;
	padding:0px;
	margin:0px;
}

p {
	margin-top:0px;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:.9em;
	margin:0px;
	margin-top:1em;
	color:#ADA672;
}

h3 {
}

h4 {
	/*background-color:#CC0000;*/
	margin-bottom:2px;
	padding-bottom:2px;
}

h5 {
}

h6 {
}

a {
	color:#ADA672;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	height:1px;
	color:#ADA672;
	background-color:#ADA672;
	border:0;
}

ol {
	margin-bottom:0px;
}

ul {
	margin-bottom:0px;
}

li {
	padding-bottom:.5em;
}

td {
	vertical-align:top;
	padding:2px;
}

address {
	font-style:normal;
}
/* ------------------------------------------------   Layout   ------------------------------------------------ */
#wrapper {
	/*background-color:#FF0000;*/
	width:48em; /*approx 768px */ 
	margin: 0 auto;
	padding-top:31px; /* spacing for the utah.gov banner to appear */
	text-align:left;
	border: 1px solid #336633;
	border-top:none;
}

#uiiBanner {
	background-image:url(../images/uii/uiiBackground.gif);
	background-repeat:repeat-x;
	height:31px;
	width:48em;
	position:absolute;
	top:16px;
}

#uiiBanner td {
	vertical-align:middle;
	padding:0px;
}

#uiiBanner input {
	/*border:dotted 2px purple;*/
	margin-right:4px
}


#branding {
	/*background-color:#00FF00;*/
	/*border:dashed 2px #00FF00;*/
	/*background:url(../images/branding/brandingSlice.gif) repeat-x;*/
	height:167px;
}


#mainNav {
	/*border:1px red solid;*/
	text-align:center;
	background-image:url(../images/mainNav/mainNavSlice.gif);
	background-repeat:repeat-x;
}

#mainNav img {
	padding-right:25px;
}

#mainNav li {
	/*border:red dotted 1px;*/
	background-image:url(../images/mainNav/buttonBackground.jpg);
	background-repeat:no-repeat;
	position:relative;
	list-style:none;
	margin:0;
	padding-top:5px;
	float:left;
	height:30px;
	/*width: 160px;*/
}


#mainNav a {
}

#breadCrumb {
	font-size:12px;
	margin-bottom:16px;
}




#content {
	/*background-color:#00FF00;*/
	width:35.5em;
	float:right;
}



#mainContent {
	/*background-color:#00FF00;*/
	width:33.5em;
	float:left;
	padding:16px;
	padding-top:8px;
}


#secondaryContent {
	/*background-color:#FF6600;*/
	width:12em; 
	float:right;
	padding:16px;
	
}





#secondaryNav {
	/*background-color:#3333FF;*/
	width:10em;
	float:left;
	padding:16px;
}

#secondaryNav ul {
	/*border:red dotted 1px;*/
	margin:10px;
	padding:0px;
}

#secondaryNav li {
	font-size:.8em;
	list-style:none;
}

#secondaryNav li a {
	/*font-weight:bold;*/ 
	text-decoration:none;
}

#secondaryNav li a:hover {
	text-decoration:underline;
}


#footer {
	/*background-color:#FF0000;*/
	width:36em;
	margin: 1em auto;
	text-align:center;
}

#footer a {
	margin-right:16px;
	
}


.clear {
	clear:both;
}




/* ------------------------------------------------   Blocks   ------------------------------------------------ */
#blocks {
	margin-top:40px;
}

#blocks td {
	height:166px;
	width:206px;
	padding-left:20px;
	vertical-align:top;
	font-weight:bold;
}

#blocks h2 {
	font-size:1.1em;
	padding-left:16px;
	margin:0px;
}

#blocks ul {
	margin-left:16px;
	margin-right:16px;
	padding-left:16px;
	padding-right:16px;
}

#blocks li {
	list-style:none;
	font-size:14px;
}




.darkGreenTop {
	background:url(../images/blocks/darkGreenTop.gif) no-repeat left bottom;
}

.darkGreenMiddle {
	/*border:dotted orange 1px;*/
	background:url(../images/blocks/darkGreenSlice.gif) repeat-y;
	color:#FFFFFF;
}

.darkGreenMiddle a {
	color:#FFFFFF;
}

.darkGreenMiddle h2 {
	color:#FFFFFF;
}

.darkGreenBottom {
	/*border:solid purple 1px;*/
	background:url(../images/blocks/darkGreenBottom.gif) no-repeat left top;
}



.lightGreenTop {
	background:url(../images/blocks/lightGreenTop.gif) no-repeat left bottom;
}

.lightGreenMiddle {
	/*border:dotted orange 1px;*/
	background:url(../images/blocks/lightGreenSlice.gif) repeat-y;
	color:#1F5B1F;
}

.lightGreenMiddle h2 {
	color:#1F5B1F;
}

.lightGreenBottom {
	/*border:solid purple 1px;*/
	background:url(../images/blocks/lightGreenBottom.gif) no-repeat left top;
}



.tanTop {
	background:url(../images/blocks/tanTop.gif) no-repeat left bottom;
}

.tanMiddle {
	/*border:dotted orange 1px;*/
	background:url(../images/blocks/tanSlice.gif) repeat-y;
	color:#ADA672;
}

.tanMiddle h2 {
	color:#ADA672;
}

.tanBottom {
	/*border:solid purple 1px;*/
	background:url(../images/blocks/tanBottom.gif) no-repeat left top;
}




/* ------------------------------------------------   Custom   ------------------------------------------------ */

/* skipToConent contains a link to help screen readers jump over uii and other redundant navigation and get right to the page content */
#skipToContent {
	/*background-color:#0000FF;*/
	margin-left:-1000em;
	width:500px;
	float:left;
}


/* topLinkHolder is exclusively for ie6 <sigh>. here's why: a top anchor won't work in ie6 unless there is content (like a &nbsp;) with it. also, an anchor by itself won't validate to xhtml strict unless it is inside a <p> or <div> or some other legal tag. so i created this layer and then floated it right off the page  */
#topLinkHolder {
	/*background-color:#00FF00;*/
	margin-left:-1000em;
	width:500px;
	float:left;
	height:1px
}


.handcursor{
	cursor:pointer;
	margin-top:5px;
	margin-bottom:5px;
/*	color:#E0922F;*/
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

handcursor:hover {
	text-decoration:underline;
}

.listLink {
	list-style-type:none;
	padding-left:12px;
	margin-left:12px;
}

.listLink li {
	/*color:#FF0000;*/
}







