@charset "utf-8";
/* CSS Document */
/*Style things that are going to be consistent throughout the page*/
body{
	font-family: Arial, Helvetica, sans-serif;
}

/*Creates even spacing between all the potential content elements*/
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
}
ul, ol, dl, .main li, #consumer li, .wide li{
	padding: 5px 0;
}

/*Indents the headers so they all line up*/
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	color: #000;
	font-size: 1.8em;
	padding: 2px 0;
	margin-bottom: 10px;
}

h2{
	color: 	#006;
	font-size: 1.5em;
	padding: 15px 0 3px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #006;
}

h3{
	color: #000;
	padding: 15px 0 3px 0;
	font-size: 1.3em;
}

h4{
	color: #006;	
	font-size: 1.1em;
}

h5{
	font-size: 1em;
	color: #000;
	font-variant: small-caps;
}

h6{
	font-size: 0.9em;
	color: #006;
	font-variant: small-caps;
}
/*Change the below to change the colors of your links*/
a{
	color: #006;
	text-decoration: underline;
}
/*Change the below to change the color of your visited links*/
a:visited{
	color: #4c5e78;
	text-decoration: underline;
}
/*Change the below to change the color of your links when user hover over them*/
a:hover, a:focus{
	color: #2f68bf;
}
/*Positions the lists to line up with the rest of the page*/
ul, ol, dl{
	padding: 0 0 0 25px;
}
/*Positions paragraphs to line up with the rest of elements on the page*/
p{

}

p, ul, ol, dl{
	font-size: .9em;
	line-height: 1.3em;
}
ul ul, ol ol, ul ol, ol ul{
	font-size: 1em;
}
/*Styles a link that is inside either a paragraph or a list*/

p a, ul a, ol a, dl a, table a{
	color: #006;
	text-decoration: underline;
}

p a:visited, ul a:visited, ol a:visited, dl a:visited, table a:visited, h3 a:visited, h2 a:visited{
	color: #4c5e78;
	text-decoration: underline;
}

p a:hover, p a:focus, ul a:hover, ul a:focus, ol a:hover, ol a:focus, dl a:hover, dl a:focus, table a:hover, table a:focus{
	color: #2f68bf;
}
/*These div.box create a way to make certain sections stand out*/
.box{
	background: #EBEBEB;
	border: 1px solid #d1d3d6;
	color: #000;
	margin-bottom: 20px;
	padding: 0 10px;
}
/*This is for the header image */
#photo_banner{
	padding: 0;
	margin: 0;
	border-bottom: 4px solid #637ba5;
	clear: both;
}

#photo_banner img{
	padding: 0;
	margin: 0;
}

/*This styles the breadcrumbs*/
#breadcrumbs{
	background: #EBEBEB;
	border-bottom: solid 1px #d1d3d6;
	color: #000;
	font-size: .7em;
	padding: 2px 0 2px 20px;
	margin: 0;
}

#breadcrumbs a{
	color: #000;
	text-decoration: none;
	padding: 0 5px 0 0;
}

#breadcrumbs a:hover, #breadcrumbs a:focus{
	text-decoration: underline;	
}

/*This controls the main content area*/
#content{
	padding: 0 0 20px 20px;
	background: #FFF;
}
#index_content{
	padding: 20px 0 20px 20px;
	background: #FFF;
}
/*one-column*/
#content .wide{
	padding: 20px 20px 0 0;
}
/*two-column*/
#content .main{
	float: left;
	width: 680px;
	padding-top: 20px;
}
#content .sidebar{
	float: right;
	width: 240px;
}
#index_content .main{
	float: left;
	width: 660px;
}
#index_content .sidebar{
	float: right;
	width: 260px;
}

/*three-column*/
#content .col_one{
	width: 289px;
	float: left;
	margin-right: 20px;
}
#content .col_two{
	float: left;
	width: 289px;
	margin-right: 20px;
}
#content .col_three{
	float: left;
	width: 289px;
}
/*This styles the department footer*/
#department_footer{
	width: 930px;
	padding: 10px 15px;
	text-align: left;
	margin: auto;
	background: url('/web/20121007052430oe_/http://www.law.state.ak.us/images/department_footerBG.gif') repeat #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
}
#department_footer p{
	font-size: 0.7em;
	color: #000;
	text-align: center;
	padding: 5px 5px 15px;
}
#department_footer .right{
	text-align: right;
	font-size: .7em;
	color: #2A3858;
}
#department_footer ul{
	list-style: none;
	display: inline;
}
#department_footer ul li{
	float: left;
	padding: 0 10px 10px 0;
	font-size: .7em;
}
#department_footer ul li a, #department_footer a{
	color: #2A3858;
	text-decoration: underline;
}
#department_footer ul li a:hover, #department_footer ul li a:focus, #department_footer a:hover, #department_footer a:focus{
	text-decoration: none;
}
#department_footer .right .center_item{
	border-left:  #999 solid 1px;
	border-right: #999 solid 1px;
	padding: 0 4px;
}
#department_footer .right .right_item{
	border-left: #999 solid 1px;
	padding: 0 0 0 4px;
}
#department_footer .right .left_item{
	border-right: #999 solid 1px;
	padding: 0 4px 0 0;
}

/*LAW styles*/
.footnote {
	font-size: xx-small;
	vertical-align: text-top;	
}
.list_none {
	list-style: url(none) none outside !important;
}
.utility {
	list-style: url(none) none outside;
	margin-bottom: 1.25em;
}
.utility a {
	font-weight: bold;
	color: #660000;
}
.utility a:hover, .utility a:focus{
	font-weight: bold;
}
.employ{
	border: 1px solid #000099;
	border-collapse:collapse;
	font: .8em Arial, Helvetica, sans-serif;
	width: 920px;
	margin-bottom: 20px;
}
.employ td {
	border: 1px solid #000099;
	padding: 5px;
}
.employ th {
	background:#CCCCCC;
	border: 1px solid #000099;
	padding: 5px;
}
table {
	margin-top: 10px;
	font-size: .9em;
	line-height: 1em;
	text-align: left;
}
th {
	text-align:left;
}
.line_bullet {
	border-left: 1px solid #000;
	padding-left: 5px;
}
h1{
	background: url(/web/20121007052430oe_/http://www.law.state.ak.us/images/H1bkgd2.jpg) no-repeat left bottom;
	padding-left: 5px;
}
ul.list_center {
	text-align: center;
	padding:0;
	margin:0;
}
.list_center li {
	display: inline;
	list-style: url(none) none outside;
	padding: 0 5px;
	border-left: 1px solid #000;
}
.list_center li.first {
	border: none;
}
ul.press li{
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
}
ul.press{
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.press_date{
	font-size: .7em;
	color:#999;
}
.sidebar h2 {
	font-variant:small-caps;
	margin: 0em;
	padding: 10px 20px;
	border-top: 1px solid #C1C59C;
	border-left: 1px solid #C1C59C;
	border-bottom: none;
}
#content .sidebar h2 {
	border-top: none;
}
.sidebar {
	padding: 0px;
	background: #E4E6D2;
	border-bottom: 1px solid #C1C59C;
}
.sidebar ul {
	text-align: left;
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-size: 0.8em;
	border-left: 1px solid #C1C59C;
}
.sidebar li {
	padding: 7px 20px;
	border-top: 1px solid #C1C59C;
}
.sidebar li.last {
	border-bottom: 1px solid #C1C59C;
}
.sidebar li:hover {
	background: #E4E6D2 url('/web/20121007052430oe_/http://www.law.state.ak.us/images/CPtopics_hover.gif') repeat-y;
	color: #660000;
}
.sidebar li a:visited {
	color: #000;
	text-decoration: none;
}
.sidebar a:link, a:visited {
	color: #000000;
	text-decoration:none;
}
.sidebar a:hover {
	color: #660000;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.address {
	padding: 15px 0px;
}
.bkgnd {
	background: url('/web/20121007052430oe_/http://www.law.state.ak.us/images/H3bkgd.jpg') no-repeat;
	padding-left: 2px;
	font: 24px Georgia, "Times New Roman", Times, serif;
}
img.left {
	padding: 0px 10px 0px 0px;
}
img {	border: none;
}
img.right {
	padding: 0px 0px 0px 10px;
}
#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	color: #FFFFCC;
} 
#skip a:active, #skip a:focus { 
	position:static; 
	width:auto; 
	height:auto; 
}
.large_letter {
	font: bold 2em Georgia, "Times New Roman", Times, serif;
	color: #000066;
}
.center {
	text-align: center;
}
.red a:link{
	color: #660000;
}
.red a:hover{
	color: #0066CC;
}
.red {
	color: #660000;
}
.pdf {
	font-size: .7em;
	color: #000000;
}
.double {
	margin-top: 10px;
}
.right_align {
	text-align: right;
}
.translate {
	text-align: center;
	visibility: hidden;
	width:0px;
	height:0px;
	display: none;
}

/*CONSUMER styles*/
#consumer_tab .consumer_protection {
	background: #E4E6D2 url('/web/20121007052430oe_/http://www.law.state.ak.us/images/CPtab.jpg') repeat-x;
}
#consumer_tab .consumer_protection:hover,  #consumer_tab .consumer_protection:focus {
	background: #E4E6D2 url('/web/20121007052430oe_/http://www.law.state.ak.us/images/CPtab_hover.jpg') repeat-x;
}
#consumer_tab .consumer_protection a:hover,  #consumer_tab .consumer_protection a:focus {
	color: #600;
}
#consumer_tab .consumer_protection a {
	color:#000;
}
#consumer_content {
	background:#FFF;
	padding: 0px;
}
#consumer {
	float: left;
	padding: 20px;
	width: 709px;
}
#consumer .two_col1{
	float: left;
	width: 344px;
	padding-right: 10px;
}
#consumer .two_col2{
	float: right;
	width: 344px;
	padding-left: 10px;
}
#consumer .two_col1 ul, #consumer .two_col2 ul, #consumer .two_col1 li, #consumer .two_col2 li {
	margin:0;
	padding:0;
}
#consumer ol, #statute ol {
	list-style:lower-alpha;
}
#consumer .numbered, #statute .numbered {
	list-style:decimal;
}
#consumer .numbered ol, #statute .numbered ol{
	list-style:upper-alpha;
}
#consumer ol ol, #statute ol ol{
	list-style:decimal;
}
#consumer ol ol ol, #statute ol ol ol{
	list-style:upper-alpha;
}
#consumer ol ol ol ol, #statute ol ol ol ol{
	list-style:lower-roman;
}
#consumer li blockquote p{
	font-size:1em;
}
#consumer .no_bkgd, .no_bkgd {
 	background-image:none;
	text-align:center;
}
#consumer h1 {
	background: url(/web/20121007052430oe_/http://www.law.state.ak.us/images/H1bkgd2.jpg) no-repeat left bottom;
	padding-left: 5px;
}
#consumer h2 {
	font-variant: small-caps;
}
#sidebar1_consumer h2 {
	font-variant:small-caps;
	color: #000;
	border: none;
	padding: 10px 0 0 5px;
}
#sidebar1_consumer {
	float: right;
	width: 210px;
	padding: 0px;
	background: #E4E6D2;
	border-left: 1px solid #C1C59C;
	border-bottom: 1px solid #C1C59C;
}
#sidebar1_consumer ul {
	text-align: left;
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-size: .8em;
}
#sidebar1_consumer li {
	padding: 7px 0px 7px 5px;
	border-top: 1px solid #C1C59C;
}
#sidebar1_consumer li:hover {
	background: #E4E6D2 url('/web/20121007052430oe_/http://www.law.state.ak.us/images/CPtopics_hover.gif') repeat-y;
	color: #660000;
}
#sidebar1_consumer li a:visited, #consumer_menu li a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar1_consumer a:link, a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar1_consumer a:hover {
	color: #660000;
}
#consumer_menu li {
	float: left;
	padding: 0;
	border-right: 1px solid #C1C59C;
}
#consumer_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 1.6em;
	background-color: #E4E6D2;
	background-position: 0 0;
	width: 960px;
	border-bottom: 1px solid #C1C59C;
	border-top: 1px solid #C1C59C;
}
#consumer_menu li {
	height: 25px;
	margin: 0;
	background-color: #E4E6D2;
}
#consumer_menu a {
	color: #fff;
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	font-weight:bold;
}
#consumer_menu li:hover, #consumer_menu li:focus {
	background: #fff url(/web/20121007052430oe_/http://www.law.state.ak.us/images/CPnav_hover.jpg) repeat-x;
	color: #600;
}
#consumer_menu a:link, a:visited {
	text-decoration:none;
	color: #000000;
}
#consumer_menu a:hover, #consumer_menu a:focus {
	color: #600;
}
#consumer_menu a:visited:hover, #consumer_menu a:visited:focus {
	color: #600;
}
#consumer_menu .first {
	border-left: none;
}
#consumer_headlines {
	float: left;
	width: 207px;
	padding: 5px 20px 0px 15px;
	margin: 10px 20px 20px 0px;
	background:#FFFFFF url('/web/20121007052430oe_/http://www.law.state.ak.us/images/consumer_headlines.jpg') no-repeat;
}
#consumer_headlines ul {
	text-align: left;
	margin-left: 0em;
	padding-left: 1em;
	margin-top: 0em;
	font-size: .8em;
	list-style: disc url(none);
}
#consumer_headlines li {
	padding-left: 0.05em;
	margin-bottom: .8em;
}
#consumer_headlines a {
	color: #006;
}