/* CSS Reset --------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0 5px ;
}

#act td {
	padding-right: 3px;
	padding-left: 12px;
	}

#act tr {
	padding-bottom: 5px;
	}

/*legislation directory specific*/

table.post2006 {border-spacing: 0 0px; margin: 0 0 20px 0; min-width: 100%;}
table.post2006 td, tr{border-bottom: 1px solid #ccc; padding: 5px 20px 5px 0;}
table.post2006 th {border-bottom: 2px solid #4e4e4e; padding: 5px 20px 5px 0;font-weight: bold; color: #4e4e4e; }
table.post2006 thead{font-size: 115%; font-weight: bold; height: 20px;  }
ul.post2006_nav {line-height: 150%; padding-bottom: 10px;}
h1.post2006 {font-size: 1.3em;}


caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body {
	height:100%;
}


/* set base typography --------------------------------------------------*/
html {font-size:115%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#666;}
h1 {font-size:1.7em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;line-height:1.2;margin-bottom:0.5em;}
h3 {font-size:1.0em;line-height:1.0em;margin-bottom:0.5em; font-weight: bold;}
h4 {font-size:1.0em;line-height:1.25em;margin-bottom:1.25em;}

/*h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}*/
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

p {
	font-size: 1em;
	line-height: 1.5em;
	color: #575757;
	margin:0 0 1.5em;
}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {
	text-decoration:underline;
	}
a {
	text-decoration:none;
	}
	

/* uncomment when neded

blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}*/


/* Main Layout --------------------------------------------------*/

#container {
	background-color: #fff;
	/*stickkyfooterstuff */
	min-width:100%;
	margin:auto;
	min-height:100%;
	margin-top:-60px;/*footer height - this drags the outer 60px up through the top of the monitor */
}

#header {
	border-top:60px solid #fff; /* soak up negative margin and allows header to start at top of page*/
   height: 97px;
	background-image:url(../images/head_bg.gif);
	background-repeat: no-repeat;
	background-color:#133d49;
	margin: 0px;
}

#box-container{
	padding-left:170px;
	max-width: 980px;
}

/* this replaces #content from old styles.css */
#main-container{
	/*padding-left:180px;*/
	overflow: hidden;
	max-width: 2000px;
	
}


/* narrower main-container when overflowing at 420px */
@media screen and (max-width: 420px) {
  #main-container {
   float: left;
	margin: 0;
  }
}

.invisible{position: absolute; left: -9000px}

.box {
	float: left;
	min-height: 105px;
	display: block;
	width: 300px;
	background-color: #f1f9fc;
	margin: 10px 3px 5px 7px;
	border: 1px solid #ebe9e6;
	padding: 7px;
	box-shadow: 0px 0px 6px #818181;
	-webkit-box-shadow: 0px 0px 7px #818181;
	-moz-box-shadow: 0px 0px 7px #818181;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=0, offY=7, positive=true);*/
	border-radius: 5px;
   -moz-border-radius: 5px;
   -opera-border-radius: 5px;
   -webkit-border-radius: 5px;
}


.box .welcome {
	height: 100%;
	display: block;
}



.box .welcome h1{
	line-height: 1em;
	font-size: 1.8em;
	color: #245e6d;
	font-weight: bold;
}



.box h2 a{
	color: #245e6d;
}

.box h2 a:hover{
	text-decoration: underline;
}	
	
.box .boxpic {
	float: right;
	margin-top: -3px;
	margin-right: -8px;
}

#news .boxpic {
	display: inline;
	float: right;
	margin-top: -3px;
	margin-right: -8px;
}

#news {

	float: left;
	min-height: 100px;
	display: block;
	width: 300px;
	background-color: #ffffe2;
	margin: 5px;
	border: 1px solid #ebe9e6;
	padding: 7px;
}

#helpdesk {
	float: left;
	width: 303px;
	height: 100%;
	padding: 7px;
	background-color: #ffffe2;
	margin: 5px;
	border: 1px solid #ebe9e6;
}


#disclaimer {
	float: left;
	display: block;
	max-width: 500px;
	min-width: 200px;
	background-color: #f1f9fc;
	margin: 20px 15px 20px 15px;
	border: 1px solid #ebe9e6;
	padding: 7px;
	box-shadow: 0px 0px 6px #818181;
	-webkit-box-shadow: 0px 0px 7px #818181;
	-moz-box-shadow: 0px 0px 7px #818181;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=0, offY=7, positive=true);*/
	border-radius: 5px;
   -moz-border-radius: 5px;
   -opera-border-radius: 5px;
   -webkit-border-radius: 5px;
}


/* narrower helpdesk text when all boxes stacked */
@media screen and (max-width: 1164px) {
  #helpdesk {
   max-width: 303px;
	height: 100%;
  }
}

#acts {
	max-width: 100%;
	float: left;
	padding: 7px;
	display: block;
	margin: 10px 10px 10px 0;
	background-color: #f5f5f1;
	border: 1px solid #ebe9e6;
	overflow: auto;
}

#act {
	float: left;
	padding: 7px;
	max-width: 100%;
	display: block;
	margin: 10px 10px 10px 0;
	background-color: #fff;
	border: 1px solid #ebe9e6;

}

#acts .decade {
	float: left;
	padding: 5px 7px 7px 0px;
	margin: 0px 20px 5px 0px;
}

#acts .decade h2{
	font-size: 1.2em;
	border-bottom:none;
	padding: 0;
}

#acts .decade .go{
	float: right;
}

#acts table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
	margin-bottom: 5px;
	}
#acts table thead {
	font-weight: bold;
	font-size: 1.2em;
	}
	
/*#acts tr a{
	text-decoration: none;
	}*/

#acts_table tr a:hover{
	text-decoration: underline;
	}

#acts_table th {
	color: #4e4e4e;
	border-bottom: 1px dotted #4e4e4e;
	}
#acts_table td{
	padding-top: 5px;
	}
	
#acts_table tbody tr{
	margin: 50px;
	}
	
#block {
	display: block;
	float: left;
	min-width: 100%;
	}

#act table {
max-width: 100%; 
overflow: scroll;
 }

#act_list_type {
	display: block;
	float: right;
	padding-top: 5px;
	clear: both;
	}


#acts h1 {
	border-bottom: solid 1px #9e9e9e;
	padding: 5px 0px 7px 0px;
}

#block h2 {
	border-bottom:1px dotted #4e4e4e;
	padding: 10px 0 0px 0;
	}

#acts h3 {
	border-bottom: dotted 1px #9e9e9e;
	padding-bottom: 3px;
}

#act h1 {
	border-bottom: solid 1px #9e9e9e;
	padding: 5px 0px 7px 0px;
}

#searchtitle {
	border-bottom: solid 1px #9e9e9e;
	padding: 5px 0px 7px 0px;
}

.searchtitlex {
}


	
/*td.language_link {
	border-right: 1px solid #4e4e4e;
	background-color: #4e4e4e;
	}*/

#acts ul {list-style: none; margin: 0px; padding: 0 0 0.6em 0;}
#acts ul li {background:  url(../images/arrow_bullet.png) no-repeat 0em 0.8em; display: block; padding: 0.5em 0 0.4em 12px; line-height: 1.5em;}


h1.actbg {
	border-bottom: dotted 1px #9e9e9e;
	padding: 5px 0px 7px 0px;
			font-size: 1.5em;
}



#footer {
	margin:auto;/* dont change re. stickky footer */
	height:60px;/* must match negative margin of #outer */
	clear:both;
	background-color: #c6d9e8;
   width: 100%;
}

#footer-content {
	padding-top: 10px;
	font-size: 0.95em;
	text-align: center;
	line-height: 1.2em;
   color: #3e3e3e;
	background-color: #c6d9e8;
}

#footer-content a {
}

#footer-content a:hover {
   text-decoration: underline;
}


/* Main Layout Internal div Styles-------------------------------------*/

#aglink {
	position: absolute;
	display: block;
	min-width: 200px;
   left: 51px;
   top: 56px;
   font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d7d7de;
	}

#aglink a {
	color: #ffffff;
	}
#aglink a hover {
	color: #ffffff;
	}
	


	

/* Tables--------------------------------------------------*/ 

 
 td.search { font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.9em;
			color: #4e4e4e; 
			padding: 10px 10px 10px 10px; 
			}  

 td.form { font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			color: #4e4e4e; 
			padding: 10px 10px 10px 10px; 
			}
			
td.yearlist {
			padding: 5px;
			}
	
/* Search Area --------------------------------------------------*/

#searchbox {
	float: right;
	display: inline;
   padding:10px 10px 0px 0px;
   margin: 0;
	font-size: 0.9em;
	color: #d7d7de;
}  

#searchbox .title{
	float: right;
	display: inline;
	text-align: right;
	padding: 0 0 10px 0;
} 

#quick_search {
	color: #4e4e4e;
	font-size: 1em;
	}

#simple_search_form {
	float: right;
	clear: right;
	}

#searchbox a:link     {color:#FFFFFF;}
#searchbox a:visited  {color:#d7d7de;}
#searchbox a:hover    {color:#FFFFFF;}

/* narrower helpdesk text when all boxes stacked */
@media screen and (max-width: 700px) {
  #searchbox {
	background-style: solid;
   background-color: #133d49;
  }
}

/*search page*/

#act .inputbox input[type="text"] { width: 400px;}

.searchtitlex {
	font-size:2em;line-height:1;margin-bottom:0.5em; color:#666;
	}

input[type="submit"], input[type="button"], input[type="reset"], button, input[type="submit"]:hover, input[type="button"]:hover,input[type="reset"]:hover, button:hover { 
	background-image:url(../images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #bbb;
	color:#4e4e4e;
	font-weight:normal;
	margin-top:0px;
	margin-left:5px;
	margin-right:0px;
	text-decoration:none; 
	cursor: pointer;
}

.link_right {
	float: right;
	clear: right;
	padding: 7px 0px 0px 0px;
}

.link_right .large {
	font-size: 1.5em;
	}

/*.link {margin-left: 5px} 		
	*/
	



/* Left Navigation --------------------------------------------------*/

#nav {
	float: left;
	width: 170px;

}

#subnavcontainer { 
	margin: 0px; 
	padding-left: 5px;
}
		
#subnavcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
		
#subnavcontainer li {
	margin: 5px 0px 0px 0px; 

}

#subnavcontainer a {
	display: block;
	padding: 7px 0px 7px 8px;
	width: 148px;
	color: #184952;
	background-image:  url(../images/nav_bg.gif);
   background-repeat: no-repeat;  
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #cacaca;
	border-radius: 5px;
   -moz-border-radius: 5px;
   -opera-border-radius: 5px;
   -webkit-border-radius: 5px;
	}
		
#subnavcontainer a:hover   {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav_over.gif);
   background-repeat: no-repeat;   
	background-color: #133d49;
}

#subnavcontainer a:link#current, a:visited#current {
	color: #FFFFFF;
	background-image: url(../images/nav_selected.gif);
	background-color: #133d49;
}

#navlist .print_act {
	float: left;
	display: inline-block;
	
	}
	

/*#nextprev {

	display: inline-block;
	min-width: 100%;
	}

#nextprev .print_act {
	float: left;
	display: inline-block;
	top:-5px;
	padding-right: 15px;
}
*/

#act_nav {
	display: block;
	height: 25px;
	}
#act_nav .next_prev {
	float: right;
	display: inline-block;
	
}


.print_act {
	display: inline-block;
	float: left;
	white-space:nowrap;
	background-image:url(../images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #e3e3e3;
	border:1px solid #bbb;
	color:#4e4e4e;
	font-weight:normal;
	font-size: 1em;
	margin: -3px 10px 0 0;
	padding: 2px 5px 2px 5px;
	text-decoration:none; 
	border-radius: 5px;
   -moz-border-radius: 5px;
   -opera-border-radius: 5px;
   -webkit-border-radius: 5px;
	}

.print_act a{
	cursor: pointer;	
}


.print_act a:hover{
	text-decoration:underline; 
}

#showhide {
	display: none;
	}

#browsealoud {
	display: block;
	text-align:center;
	}
#browsealoud img{
	padding: 10px 0px 0px 0px;
	margin-left: -7px;
	}

#help {
	max-width: 500px;
	}
	
	
.btn {
	display: block;
	float: left;
	background-image:url(../images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #e3e3e3;
	border:1px solid #bbb;
	color:#4e4e4e;
	font-weight:normal;
	font-size: 0.45em;
	margin: -3px 10px 0 0;
	padding: 3px 5px 3px 5px;
	text-decoration:none; 
	border-radius: 5px;
   -moz-border-radius: 5px;
   -opera-border-radius: 5px;
   -webkit-border-radius: 5px;
	}

.btn a{
	cursor: pointer;	
}


.btn a:hover{
	text-decoration:underline; 
}



		
/*#subnavcontainer ul ul a {
	display: block;
	padding: 5px 0px 5px 30px;
	width: 149px;
	color: #FFFFFF;
	background-color: #257B91;
	background-image:  none;
   background-repeat: no-repeat;  
	text-decoration: none;
}
		
#subnavcontainer ul ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #135566;
	background-image:  none;
   background-repeat: no-repeat;   
}
*/




/*#col1 {
	float: left;
	position: relative;
	background-color: yellow;
	width: 320px;

}

#col2 {
	float: left;
	position: relative;
	background-color: pink;
	width: 320px;

}
*/

