@charset "utf-8";
/* CSS Document */
/* DMV additional Styling Highlights section on the Home Page*/
/* This document is dependent on:
	http://doa.alaska.gov/_fw/20140219/soa.css
	http://doa.alaska.gov/_fw/20140219/doa.css
	http://doa.alaska.gov/dmv/_css/DMV-basic_style.css
	
	This document creates styling for SOA versions of JQueryUI Tabs, which requires:
	//webcontent.alaska.gov/libs/jquery/1.11.1/jquery.min.js
	//webcontent.alaska.gov/libs/jquery-ui/1.10.4/jquery-ui.custom.min.js
	
	//webcontent.alaska.gov/libs/jquery-ui/1.10.4/theme-soa/jquery-ui-1.10.4.custom.css
*/

/* Version 4/25/2014 */
/* Revised 5/30/2014 */
/* Revised 7/31/2015 */

/* Contents */
/* HIGHLIGHTS */
/* HIGHLIGHTS ARTICLES */
/* SPECIFIC ARTICLE CONTENT */
/* HIGHLIGHTS MENU */

/* HIGHLIGHTS ARTICLES */
#highlights > article {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2em 2em 2em;
}
#highlights > article img {
	float:right;
	margin: 10em;
	margin-top:1em;
}
#highlights article > footer {
	text-align: right;
	clear:both;
}
/* SPECIFIC ARTICLE CONTENT */
#directorPic {
	float: right;
	position: relative;
	padding-bottom: 2em;
	width: 130px;
	text-align:center;
	display:inline-block;
	margin: 0 0 0 1em;
}
#directorPic h2 {
	font-weight: normal;
	font-size:1em;
	position: absolute;
	bottom: .66em;
	left: 1em;
	right: 1em;
	margin:0;
	padding: 0;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
#directorPic p {
	margin: 0;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size:1em;
}
#directorPic img {
	margin: 0;
	position: relative;
	right: -1em;	
}
/* HIGHLIGHTS UI-TABS */
#highlights.ui-tabs {
	overflow: visible;
	margin-top:25px;	
}
#highlights.ui-tabs * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
/* Adds spotlight image */
#highlights.ui-tabs:before {
	content: url(_images/graphic-background-DMV-highlight.png);
	position: absolute;
	top: -40px;
	z-index: 0;
	left:0;
}
/* Formats panel for home page */
#highlights.ui-tabs .ui-tabs-panel {
	border: none;
	float: right;	
}
/* Formats navigation for home page */
#highlights.ui-tabs .ui-tabs-nav {
	list-style-type: none;
	float: left;
	clear: left;
	margin-top: 1.65em;
	margin-left: 30px;
	width: 20em;
	z-index: 100;
	position: static;
}
#highlights.ui-tabs .ui-state-default {
	border: none;
	background: transparent;	
}
#highlights.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	max-width: 20em;
	text-overflow:inherit;
	white-space:normal;
}

/* Removes first item from list */
#highlights.ui-tabs li:first-of-type {
	display:none;	
}

