/* udot.utah.gov theme.  Do not change this.  Put site-specific styles in style.css */
body {
	font-family: Arial; 
	margin: 0;
	background-color: #5782bd; 
	font-size: 0.8em;
	background-image: url('../img/background.png'); 
	background-repeat: repeat-x; 
	background-attachment: fixed;
	color: #4d4d4d;
}
#header {
	height: 155px;
	background-image: url('../img/header-background.png');
	background-repeat: repeat-y;
	background-color: #FFF;
}
#page-container {
	background-color: #FFF; 
	width: 980px; 
	margin: 0 auto;
}


#column-container {
	padding: 20px 0 0 0;
	z-index: 1;
	margin-bottom: 50px;
}
#right-sidebar-container {
	width: 100%; 
	float: left;
	clear: left; 
	overflow: hidden;
}
#content-area-container {
	width: 96%; 
	float: left;
	clear: left;
	position: relative; 
	right: 14%; 
	
	border-style: solid;
	border-color: #545156; 
	border-width: 0 1px 0 0;
	
}
#left-sidebar-container {
	width: 100%; 
	float: left;
	position: relative;
	right: 62%; 
	border-style: solid;
	border-color: #545156; 
	border-width: 0 1px 0 0;
	
}
#right-sidebar {
	float: right;
    width:15%;
    position:relative;
    left:80%;
    overflow:hidden;

	margin: 0 0 10px 0;
	padding: 0 15px 10px 15px; 	
	
	font-size: 0.9em;
	
}
#content-area {
   /* float:left;*/
   
    width:59%;
    position:relative;
    left:80%;
    overflow:hidden;

	margin: 0 3px;
	padding: 0 0 40px 0;

}
#left-sidebar {
    float:left;
    width:20%;
    position:relative;
    left:78%;
    overflow:hidden;

	margin: 0 0 10px 0;
	padding: 0 15px 10px 0; 	

}


#footer {
	width: 980px;
	margin: 10px auto 20px auto;	
	color: #fff;
	text-align: center;
}


/* Two column page layout overrides */
.two-column-layout #content-area-container {
	border-width: 0 !important;
}
.two-column-layout #content-area {
	width: 77% !important; 
}
.two-column-layout #right-sidebar {
	display: none !important;
}
.two-column-layout #content-area #content-area-header-image {
	width: 715px;
}


/* Single column page layout overrides */
.single-column-layout #content-area-container, 
.single-column-layout #left-sidebar-container {
	border-width: 0 !important;
}
.single-column-layout #content-area {
	width: 96% !important; 
}
.single-column-layout #right-sidebar, 
.single-column-layout #left-sidebar, 
.single-column-layout #content-area #content-area-header-image {
	display: none !important;
}


/* Minimal layout overrides */
.minimal-page-layout #primary-nav-container, 
.minimal-page-layout #breadcrumb-container, 
.minimal-page-layout #content-footer, 
.minimal-page-layout #utility-nav, 
.minimal-page-layout #search-container {
	display: none !important;
}
.minimal-page-layout #logo-container {
	top: 18px !important;
}
.minimal-page-layout #header {
	height: 90px !important;
}
.minimal-page-layout #main {
	background-image: url('../img/main-minimal-background.png'); 
	background-repeat: repeat-x; 
}



/* Header content */
ul#utility-nav {
	float: right;
	list-style-type: none;
	font-size: 0.8em;
	margin: 15px 25px 0 0;
	color: #666;
}
ul#utility-nav li {
	float: left;
	border-right: 1px solid #666;
	font-size: 1em;
	padding: 0 6px;
}
ul#utility-nav li.last { border-width: 0 !important; }
ul#utility-nav li:last-child { border-width: 0 !important;  }


div#logo-container {
	float: left;
	margin: 0 0 0 25px; 
	position: relative;
	top: -10px;
	width: 186px;
}

#search-container {
	color: #696969;
	float: right;
	margin: 15px 30px 0 0;
}
#search-container input#search {
	padding: 5px 14px 5px 4px;
	border: 1px solid #000; 
	margin-left: 5px;
	background-image: url('../img/search.gif');
	background-repeat: no-repeat; 
	background-position: center right;
	background-color: #FFF; 
	color: #4D4D4D;
}

#slogan {
	float: right;
	margin: 15px 30px 0 0;
	color: #595959;
	font-size: 1.6em;
}

#primary-nav-container {
	clear: both;
	padding-top: 10px;
}


#slogan {
	color:#595959;
	float:right;
	font-size:1.6em;
	margin:15px 30px 0 0;
}


/* Navigation */
ul#primary-nav {
	font-size: 13px; 
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	width: 100%;
	background-image: url('../img/nav-off.png');
	background-repeat: repeat-x;
	text-decoration: none;
}
ul#primary-nav li {
	float: left;
	background-image: url('../img/nav-off.png');
	background-repeat: repeat-x;
	/* -3px at the bottom for dropshadow */
	height: 36px;	
/*	padding: 8px 30px 0;*/
}
ul#primary-nav li:hover, 
ul#primary-nav li.selected, 
ul#primary-nav li.active {
	background-image: url('../img/nav-on.png');
	cursor: pointer;
}
#primary-nav a { 
	text-decoration: none !important;
	color: #4D4D4D;
	padding: 8px 18px; 
	text-transform: uppercase;
}
#primary-nav li:hover a, 
#primary-nav li.selected a, 
#primary-nav li.active a.active {
	color: #FFF;
}

/* Primary-nav submenu */
ul#primary-nav li ul {
	background-image: url('../img/submenu-background.png'); 
	background-color: #FFF; 
	background-repeat: repeat-x; 
	background-position: bottom left;	
	width: 265px;
	left: 8px;
	margin-top: 1px;
}
ul#primary-nav li ul li {
	background-image: none !important; 
	background-repeat: repeat-x; 
	background-color: transparent; 
	
	height: auto;
	margin: 0;
	float: none;
	width: 100%;
	padding: 0;
}
ul#primary-nav li ul li a {
	padding: 5px 2%;
	color: #4D4D4D !important;
}
ul#primary-nav li ul li:hover {
	background-color: #5882bc;
}
ul#primary-nav li ul li:hover a {
	color: #FFF !important;
}


/* Breadcrumb */
#breadcrumb-container {
	padding: 0;
	color: #333;
	font-size: 13px;
	clear: both;
	line-height: 25px;
/*	height: 30px;*/
	min-height: 30px;
	background-color: #e8e8e9;
}
#breadcrumb-container a {
	color: #333; 
	text-decoration: none;
}
ul#breadcrumb {
	list-style-type: none;
	list-style-position: inside;
	padding: 0 20px 0 20px;
	margin: 0;
	background-color: #E8E8E9; 
	float: left;
	width:765px;
}

ul#breadcrumb li {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 5px 0 7px;	
}
ul#breadcrumb li.first { border-width: 0 !important; }
ul#breadcrumb li:first-child { border-width: 0 !important; }



/**
	Social media icons by the breadcrumb
*/
/* Non javascript versions, links only to profile */
#social-media-top-icons {
	padding-top: 4px;
	float: right; 
	padding-right: 18px;
}
#social-media-top-icons img {
	height: 20px;
	margin-right: 10px;
}
/* Hide if JS is enabled & we'll use AddThis below */
.js-enabled #social-media-top-icons {
	display: none;
}



/* Add this sharing buttons */
#social-media-sharing-icons {
	display: none; /* Enabled via JS */
	padding-top: 4px;
	float: right; 
	padding-right: 18px;
	width: 145px;
}
#social-media-sharing-icons .icon-small {
	width: 16px;
	float: left;
	margin-right: 5px;
}
.js-enabled #social-media-sharing-icons {
	display: block;	  /* Only show if javascript is enabled */
}
/* Hide if JS is enabled & we'll use AddThis below */
.js-enabled #social-media-top-icons {
	display: none;
}



/* Add this sharing buttons */
#social-media-sharing-icons {
	display: none; /* Enabled via JS */
	padding-top: 4px;
	float: right; 
	padding-right: 18px;
	width: 145px;
}
#social-media-sharing-icons .icon-small {
	width: 16px;
	float: left;
	margin-right: 5px;
}
.js-enabled #social-media-sharing-icons {
	display: block;	  /* Only show if javascript is enabled */
}




/* Secondary navigation */
ul#secondary-navigation, 
ul#secondary-navigation ul {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
ul#secondary-navigation a {
	color: #333;
	text-decoration: none;
}
ul#secondary-navigation li {
	padding-left: 20px;
	margin: 2px 0;
	cursor: pointer;
}
ul#secondary-navigation li.has-children {
	background-image: url('../img/arrow-right.gif'); 
	background-repeat: no-repeat; 
	background-position: left 2px;
}
ul#secondary-navigation li.expanded {
	background-image: url('../img/arrow-down.gif') !important; 
	clear: both;
}
ul#secondary-navigation li.expanded ul {
	display: block;
}
ul#secondary-navigation li ul {
	display: none;
}
ul#secondary-navigation li.expanded a, 
ul#secondary-navigation li.expanded ul li.expanded a {
	color: #5A87C5;
}
ul#secondary-navigation li ul li a, 
ul#secondary-navigation li.expanded ul li a {
	color: #808080;
}
ul#secondary-navigation li a.selected {
	color: #5A87C5 !important;
}



/* Quick Links */
#quick-links-container {
	clear: both;
}
#quick-links-container #quick-links-title {
	padding-left: 20px; 
	background-image: url('../img/arrow-blue-right.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	float: left;
}
#quick-links-content {
	padding-left: 20px;
	clear: left;
}
#cluetip-inner #quick-links-content {
	padding-left: 0 !important;
}
.js-enabled #quick-links-content {
	display: none;
}
#quick-links-content a {
	line-height: 140%;
}




/* Content area */
#content-area-header-image {
	width: 555px;
}
#content-area-header-image img {
	width: 100%;
	z-index: 500;
}
#content-area h1, 
#content-area h2, 
#content-area h3, 
#content-area h4 {
	margin-bottom: 0;
}
#content-area a, 
#right-sidebar a {
	color: #5A87C5;
}


/* Content footer / social media links */
#content-footer-left {
	float: left;
	margin-left: 20px;
}
#social-media-icons {
	float: right;
	margin-right: 25px;
}
#social-media-icons img {
	margin-left: 15px;
}



/* Right sidebar */
#right-sidebar h3:first-child {
	margin-top: 0;
}
#right-sidebar h3 {
	margin-bottom: 5px;
}
#right-sidebar p {
	padding: 6px 0;
}



/* Footer */
ul#footer-links {
	list-style-type: none;
	list-style-position: inside;
}
ul#footer-links li {
	display: inline;
	border-left: 1px solid #FFF;
	padding: 0 5px 0 7px;	
}

ul#footer-links li.first { border: 0 !important; }
ul#footer-links li:first-child { border: 0 !important; }

ul#footer-links a {
	color: #FFF;
}

/* Content area links */



.border-bottom {
	border-bottom: 1px solid #545156; 
	padding-bottom: 24px;
}


/* Global styles */
p {
	margin: 0; 
	padding: 6px 0;
}

h1 {
	font-size: 1.5em;
}
h1,h2,h3,h4,h5 {
	color: #5A87C5;
}

.large {
	font-size: 1.3em;
}

h5 {
	font-size: 1.0em; 
	display: inline;
}
.clear { 
	clear: both;
}
br.clear {
	line-height: 0;
}
img {
	border: 0; 
	/* IE bicubic scaling fix */
	-ms-interpolation-mode: bicubic;
}
a {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	/*color: #4D4D4D;*/
	color: #000000;
	text-decoration: underline !important;
}

.hide {
	display: none;
}
.bold {
	font-weight: bold;
}

.hr {
	border: 0 !important;
	background-image: url('../img/background-hr.png');
	background-repeat: repeat-x;
	height: 10px;
	margin: 10px 20px;
	clear: both;
}


.indent {
	padding-left:15px;
}


/* File icons */
.pdf { background-image: url('../img/icons/file-icons/pdf.png'); }
.ppt { background-image: url('../img/icons/file-icons/ppt.png'); }


/* File icons common */
.pdf, 
.ppt {
	background-repeat: no-repeat; 
	background-position: 6px left;

	padding: 3px 0 3px 20px;
	padding-left: 20px !important;
}
