/* -------- Main stylesheet for OFLC website -------- */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #e7e7dd;
	color: #666;
	text-align: center;
	}
	
#container {
	width: 909px; /* IE5 */
	width: 849px; /* FF */
	text-align: left;
	margin: 33px auto;
	background: url(../img/bg-page.jpg) no-repeat 0 0;
	padding: 0 30px;
	}

/* -------- header -------- */
	
#header {
	height: 139px;
	}
	
#logo {
	float: left;
	padding: 24px 0 0 15px;
	width: 213px;
	}		
	
#logo img {	
	border: none;
	}	
	
#search	{
	float: right;
	width: 228px;
	margin: 0 15px 0 0;
	padding: 15px 15px 0 15px;
	display: inline; /* fixes double float margin bug in IE6 */
	}
	
#search form div {
	padding: 2px 0 0 0;
	}	
	
#search form label {
	color: #666;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}	

#search form input {	
	border: 1px solid #a7a6aa;
	width: 188px;
	font-size: 1.1em;
	margin: 0;
	padding: 2px;
	}
	
#search form select {	
	border: 1px solid #a7a6aa;
	width: 194px;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 2px;
	background-color: #fff;
	}	
	
#search form input.button1 {
	width: auto;
	margin: 0 0 15px 0;
	padding: 1px;
	}
	
#search form input.button2 {
	width: auto;
	margin: 0;
	padding: 1px;
	}	


/* -------- super wrapper -------- */

#super-wrapper {
	background-color: #fff;
	margin: 0 0 30px 0;
	zoom: 1;
	}	


/* -------- main navigation -------- */
	
#main-nav ul {
	padding: 0;
	margin: 0 15px;
	list-style-type: none;
	float: left;
	width: 819px;
	background: url(../img/bg-ul-dotted.gif) repeat-x 0 100%;
	display: inline; /* fixes IE6 doubled float margin bug */
	}	
	
#main-nav ul li {
	display: inline;
	}	
	
#main-nav ul li a {	
	display: block;
	float: left;
	padding: 21px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	}
	
#main-nav ul li a:link, 
#main-nav ul li a:visited {	
	color: #666;
	}	
	
#main-nav ul li a:hover {	
	color: #2F9BC6;
	}
	
#main-nav ul#censorship li.censorship a, 
#main-nav ul#thelaw li.thelaw a, 
#main-nav ul#public li.public a, 
#main-nav ul#industry li.industry a, 
#main-nav ul#libraries li.libraries a, 
#main-nav ul#schools li.schools a, 
#main-nav ul#officials li.officials a, 
#main-nav ul#downloads li.downloads a, 
#main-nav ul#newsarchives li.newsarchives a {	
	background: url(../img/arw-nav-active.gif) no-repeat 50% 0;
	color: #2F9BC6;
	}
	
	
	
/* -------- content wrapper -------- */	
	
#outer-wrapper {
	width: 849px;
	float: left;
	margin: 15px 0 30px 0;
	padding: 0;
	background: #fff url(../img/bg-outer-wrapper.gif) repeat-y 0 0;
	}	
	
/* -------- subnav -------- */	
	
#subnav {
	float: left;
	width: 243px;
	padding: 0 15px;
	}
	
#subnav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1890C0;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 11px 0;
	text-transform: none;
	text-align: right;
	}		
	
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
	
#subnav li {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	color: #96c4d8;
	}		
	
#subnav li a:link, 
#subnav li a:visited {
	color: #1890c0;
	text-decoration: none;
	background: url(../img/arw-subnav.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	}			
	
#subnav li a:hover {
	color: #87a11e;
	text-decoration: none;
	background: url(../img/arw-subnav-hover.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	}	
	
#subnav li a.current:link, 
#subnav li a.current:visited, 
#subnav li a.current:hover {
	color: #87a11e;
	text-decoration: none;
	background: url(../img/arw-subnav-hover.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	}						
	
/* -------- content -------- */	
	
/* content structure */	

#content-wrapper-single-col { /* use this when content area is 1 single column */
	float: right;
	width: 546px;
	padding: 0 15px 0 0;
	font-size: 1.1em;
	}	
	
#content-wrapper-single-col .info-box {
	padding: 8px 0;
	margin: 0 -3px 0 0; /* -3px fixes IE6 duplicate characters bug */
	float: left;
	width: 546px;
	}		

#content-wrapper { /* use this when content area is split into 2 columns */
	float: right;
	width: 546px;
	padding: 0 15px 0 0;
	font-size: 1.1em;
	background: url(../img/bg-content-wrapper.gif) repeat-y 0 0;
	}	

#content-col1 { /* the first column inside the content area */
	float: left;
	width: 263px;
	margin: 0;
	padding: 0;
	}
	
#content-col2 { /* the second column inside the content area */
	float: right;
	width: 263px;
	margin: 0;
	padding: 0;
	}	
	
#content-col2 .info-box {
	padding: 8px 6px 8px 6px;
	margin: 0 -3px 0 0; /* -3px fixes IE6 duplicate characters bug */
	border-top: 1px solid #ccc;
	float: left;
	width: 251px;
	
	}
	
#content-col2 .info-box-first {
	padding: 0 6px 8px 6px;
	margin: 0 -3px 0 0; /* -3px fixes IE6 duplicate characters bug */
	border-top: none;
	float: left;
	width: 251px;
	}			

/* content standard elements */	
	
p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
p.intro-2col {
	font-weight: bold;
	background-color: #fff;
	line-height: 1.4em;
	}		
	
p.updated { /* for "date updated" */
	color: #999;
	margin: 0;
	padding: 20px 0 0 0;
	clear: both;
	}
	
p.author { /* for use when indicating the author of a quote or piece of text */
	text-align: right;
	font-style: italic;
	}	
	
p.warning { /* for use as standout warning text */
	color: #fff;
	background-color: #B0B572;
	margin: 0 0 10px 0;
	padding: 10px;
	clear: both;
	font-weight: bold;
	}		
	
p.top { /* for use in "back to top" links */
	text-align: right;
	}		
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #709302;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 9px 0 11px 0;
	text-transform: uppercase;
	}	
	
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #709302;
	margin: 0;
	padding: 5px 0 5px 0;
	}					

/* content floated images with borders */	
	
img.img-float-left {
	padding: 2px;
	border: 1px solid #709302;
	margin: 4px 10px 5px 0;
	float: left;
	}
	
#home-section img.img-float-left {
	padding: 2px;
	border: 1px solid #709302;
	margin: 0 10px 5px 0;
	float: left;
	}
	
	
/* content floated images without borders (in structure and staff page) */	
	
img.img-float-right-noborder {
	padding: 2px;
	margin: 5px 0 15px 20px;
	float: right;
	}	
			

/* content different types of links */	
	
#content-wrapper a:link, 
#content-wrapper a:visited, 
#content-wrapper-single-col a:link, 
#content-wrapper-single-col a:visited {
	color: #1890c0;
	text-decoration: none;
	padding: 0;
	}			
	
#content-wrapper a:hover, 
#content-wrapper-single-col a:hover {
	color: #87a11e;
	text-decoration: underline;
	padding: 0;
	}			
	
#content-wrapper a.readmore:link, 
#content-wrapper a.readmore:visited, 
#content-wrapper-single-col a.readmore:link, 
#content-wrapper-single-col a.readmore:visited {
	color: #1890c0;
	text-decoration: none;
	background: url(../img/arw-subnav.gif) no-repeat 100% 3px;
	padding: 0 12px 0 0;
	}			
	
#content-wrapper a.readmore:hover, 
#content-wrapper-single-col a.readmore:hover {
	color: #87a11e;
	text-decoration: underline;
	background: url(../img/arw-subnav-hover.gif) no-repeat 100% 3px;
	padding: 0 12px 0 0;
	}	
	
#content-wrapper p.top a:link, 
#content-wrapper p.top a:visited,
#content-wrapper-single-col p.top a:link, 
#content-wrapper-single-col p.top a:visited {
	color: #1890c0;
	text-decoration: none;
	background: url(../img/arw-top.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	}			
	
#content-wrapper p.top a:hover, 
#content-wrapper-single-col p.top a:hover {
	color: #87a11e;
	text-decoration: none;
	background: url(../img/arw-subnav-hover.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	}				

/* content lists - unordered */	
	
#content-wrapper ul, 
#content-wrapper-single-col ul {
	margin: 0 0 7px 10px;
	padding: 0;
	}			
	
#content-wrapper ul li, 
#content-wrapper-single-col ul li {
	margin: 0;
	padding: 3px 0 3px 10px;
	background: url(../img/bullet.gif) no-repeat 0 8px;
	list-style-type: none;
	}	
	
#content-wrapper ul li ul, 
#content-wrapper-single-col ul li ul {
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
	}				

/* content lists - unordered */	
	
#content-wrapper ol, 
#content-wrapper-single-col ol {
	margin: 0 0 7px 30px;
	padding: 0;
	}			
	
#content-wrapper ol li, 
#content-wrapper-single-col ol li {
	margin: 0;
	padding: 3px 0 3px 0;
	}	
	
#content-wrapper ol li ol, 
#content-wrapper-single-col ol li ol {
	margin: 0 0 0 30px;
	padding: 3px 0 0 0;
	}			
	
/* content lists - mixed ordered and unordered */		

#content-wrapper ul li ol, 
#content-wrapper-single-col ul li ol {
	margin: 0 0 0 30px;
	padding: 3px 0 0 0;
	}	
	
#content-wrapper ul li ol li, 
#content-wrapper-single-col ul li ol li {
	margin: 0;
	padding: 3px 0 3px 0;
	list-style-type: decimal;
	background: none;
	}		
	
#content-wrapper ol li ul, 
#content-wrapper-single-col ol li ul {
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
	}			
	
#content-wrapper ol li ul li, 
#content-wrapper-single-col ol li ul li {
	margin: 0;
	padding: 3px 0 3px 10px;
	background: url(../img/bullet.gif) no-repeat 0 8px;
	list-style-type: none;
	}					

/* content anchor link lists */	
	
#content-wrapper ul.anchor-links li, 
#content-wrapper-single-col ul.anchor-links li {
	margin: 0;
	padding: 3px 0 3px 10px;
	background: url(../img/arw-link.gif) no-repeat 0 8px;
	list-style-type: none;
	}		
	
#content-wrapper a.download:link, 
#content-wrapper a.download:visited, 
#content-wrapper-single-col a.download:link, 
#content-wrapper-single-col a.download:visited {
	color: #1890c0;
	text-decoration: none;
	background: url(../img/arw-link.gif) no-repeat 0 4px;
	padding: 0 0 0 6px;
	}			
	
#content-wrapper a.download:hover, 
#content-wrapper-single-col a.download:hover {
	color: #87a11e;
	text-decoration: underline;
	background: url(../img/arw-link.gif) no-repeat 0 4px;
	padding: 0 0 0 6px;
	}			
	
/* table within content area */		

table {
	width: 100%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0 0 10px 0;
	}
	
table caption {
	text-indent: -2000px;
	}	
	
table th {
	background-color: #7a7a7a;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #c0c0c0;
	vertical-align: top;
	text-align: left;
	}	
	
table th.first {
	border-left: 1px solid #fff;
	}				
	
table th.subheader {
	background-color: #b0b572;
	border-left: 1px solid #fff;
	}			
	
table td {
	padding: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: top;
	}	
	
table td.document {
	font-weight: bold;
	}		
	
table td.top {
	font-weight: normal;
	text-align: right;
	}	
	
#content-wrapper table td.top a:link, 
#content-wrapper table td.top a:visited, 
#content-wrapper-single-col table td.top a:link, 
#content-wrapper-single-col table td.top a:visited {
	color: #1890c0;
	text-decoration: none;
	background: url(../img/arw-top.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	}			
	
#content-wrapper table td.top a:hover, 
#content-wrapper-single-col table td.top a:hover {
	color: #87a11e;
	text-decoration: none;
	background: url(../img/arw-subnav-hover.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	}							
	
table tr.odd td {
	background-color: #ececec;
	}				
	
table tr.even td {
	background-color: #fff;
	}					

/* -------- special styles for homepage -------- */	

#home-section #outer-wrapper {
	background: none;
	background-color: #fff;
	}	
	
#home-section #content-wrapper { 
	background: none;
	}		
	
#home-section #subnav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 15px 15px;
	text-transform: capitalize;
	background: #00336f url(../img/bg-h1-home.gif) no-repeat 0 100%;
	text-align: left;
	}		

#home-section #subnav .info-box {
	background-color: #f3f3ee;
	padding: 8px 10px 8px 10px;
	margin: 0 0 14px 0;
	border-top: none;
	}
	
#home-section #subnav p.intro {
	font-size: 1.1em;
	padding: 0 0 10px 0;
	margin: 0;
	color: #000;
	}		
	
#home-section #subnav a:link, 
#home-section #subnav a:visited {
	color: #1890c0;
	text-decoration: none;
	background: url(../img/arw-link.gif) no-repeat 0 4px;
	padding: 0 0 0 6px;
	}			
	
#home-section #subnav a:hover {
	color: #87a11e;
	text-decoration: underline;
	background: url(../img/arw-link.gif) no-repeat 0 4px;
	padding: 0 0 0 6px;
	}				

#home-section h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 8px 12px 15px 12px;
	text-transform: capitalize;
	}
	
#home-section h2 img {
	padding: 0 5px 0 0;
	margin: 0 0 -1px 0;
	}	
	
#home-section h2.hottopics {
	background: #96c3d8 url(../img/bg-h2-hottopics.gif) no-repeat 0 100%;
	}	
	
#home-section h2.home-odd {
	background: #63801e url(../img/bg-h2-home-odd.gif) no-repeat 0 100%;
	}		
	
#home-section h2.home-even {
	background: #96c3d8 url(../img/bg-h2-home-even.gif) no-repeat 0 100%;
	}			
	
#home-section #content-col1	.info-box {
	border-bottom: 1px dotted #ccc;
	padding: 8px 12px 0 0;
	}
	
#home-section #content-col1	.info-box p {	
	color: #333;
	}
	
#home-section #content-col1	.info-box p.date {
	font-size: 0.9em;
	color: #000;
	padding-bottom: 3px;
	}	
	
#home-section #content-col2	.info-box {
	background-color: #f3f3ee;
	padding: 8px 2px 8px 2px;
	margin: 0 0 14px 0;
	border-top: none;
	width: 259px;
	}	

/* -------- special styles for popup widow eg definitions page -------- */	

#popup-box {
	width: 455px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 15px;
	border-top: 40px solid #A7D4E9;
	border-bottom: 40px solid #A7D4E9;
	}
	
#popup-box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #709302;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 9px 0 11px 0;
	text-transform: uppercase;
	}		
	
/* Large applications forms inside content area */
	
#content-wrapper form#contact_form, 
#content-wrapper-single-col form#contact_form {
	margin: 10px 0 20px 0;
	padding: 0;
	float: left;
	}	
	
#content-wrapper form#contact_form div, 
#content-wrapper-single-col form#contact_form div {	
	position: relative;
	margin: 10px 0 0 0;
	float: left;
	}
	
#content-wrapper form#contact_form fieldset div.list-row, 
#content-wrapper-single-col form#contact_form fieldset div.list-row {	
	position: relative;
	margin: 10px 0 10px 0;
	float: left;
	clear: both;
	width: 526px;
	}	

#content-wrapper fieldset, 
#content-wrapper-single-col fieldset {
	border: none;
	padding: 10px;
	background-color: #fff;
	background: url(../img/bg-dotted-box.gif) no-repeat 0 100%;
	width: 526px;
	float: left;
	}	

#content-wrapper fieldset p, 
#content-wrapper-single-col fieldset p {
	font-size: 1.0em;
	clear: both;
	margin: 0;
	padding: 5px 0;
	}	
	
#content-wrapper legend, 
#content-wrapper-single-col legend {
	padding: 10px 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	}		
	
#content-wrapper legend span, 
#content-wrapper-single-col legend span {
	position: absolute;
	left: 0;
	top: 0;
	width: 526px;
	padding: 0;
	margin: 0;
	}	
	
#content-wrapper legend.hidden, 
#content-wrapper-single-col legend.hidden {
	display: none;
	}	
	
#content-wrapper label, 
#content-wrapper-single-col label {
	display: block;
	clear: both;
	padding-bottom: 5px;
	padding-left: 240px;
	margin: 0 0 5px 0;
	float: left;
	}
	
#content-wrapper label.list-label, 
#content-wrapper-single-col label.list-label {
	/* needed for IE*/
	}		

#content-wrapper fieldset label .labelText, 
#content-wrapper-single-col fieldset label .labelText {
	position: relative;
	width: 220px;
	left: -240px;
	float: left;
	margin-right: -220px;
	padding: 0;
	display: inline; /* fix for IE double float margin bug */
	}
	
#content-wrapper label.required .labelText, 
#content-wrapper label.requiredEmail .labelText, 
#content-wrapper-single-col label.required .labelText, 
#content-wrapper-single-col label.requiredEmail .labelText {
	font-weight: bold;
	}	

#content-wrapper label .requiredMarker, 
#content-wrapper-single-col label .requiredMarker {
	display: block;
	color: #999;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
	}
	
#content-wrapper .requiredMarker, 
#content-wrapper-single-col .requiredMarker {
	display: inline;
	color: #999;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
	}	
	
#content-wrapper label a img, 
#content-wrapper-single-col label a img {
	border: none;
	}		

#content-wrapper label input, 
#content-wrapper-single-col label input {
	width: 270px;
	border: 1px solid #a7a6aa;
	padding: 3px;
	margin: 0 3px 0 0;
	}

#content-wrapper input.small, 
#content-wrapper-single-col input.small {
	width: 50px;
	}

#content-wrapper textarea, 
#content-wrapper-single-col textarea {
	width: 270px;
	border: 1px solid #a7a6aa;
	padding: 3px;
	margin: 0 3px 0 0;
	}	
	
#content-wrapper #contact_form select, 
#content-wrapper-single-col #contact_form select {
	border: 1px solid #a7a6aa;
	width: 270px;
	margin: 0;
	padding: 0;
	}	

#content-wrapper .correctionIcon, 
#content-wrapper-single-col .correctionIcon {
	position: relative;
	left: -2em;
	top: 2px;
	float: left;
	width: 17px;
	height: 17px;
	margin-right: -17px;
	vertical-align: middle;
	}

#content-wrapper .correctionText, 
#content-wrapper-single-col .correctionText {
	display: block;
	color: #006600;
	font-weight: bold;
	width: 276px;
	}

#content-wrapper form fieldset.submit, 
#content-wrapper-single-col form fieldset.submit {
	border: none;
	padding: 10px 10px 0 250px;
	background-color: #fff;
	font-size: 1.1em;
	background: none;
	width: 286px;
	}		

#content-wrapper form .warning, 
#content-wrapper-single-col form .warning {
	color: #C00;
	font-weight: bold;
	width: 276px;
	}	

#outer-wrapper #content-wrapper form ul.radio, 
#outer-wrapper #content-wrapper-single-col form ul.radio {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	}	
	
#outer-wrapper #content-wrapper form ul.radio li, 
#outer-wrapper #content-wrapper-single-col form ul.radio li {
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	line-height: 1;
	list-style-type: none;
	background: none;
	}	
		
#outer-wrapper #content-wrapper form ul label, 
#outer-wrapper #content-wrapper-single-col form ul label {
	float: none;
	width: auto;
	margin: 0 0 6px 0;
	padding: 0 10px 0 3px;
	font-size: 1.0em;
	clear: none;
	display: inline;
	}	
	
#outer-wrapper #content-wrapper form ul input, 
#outer-wrapper #content-wrapper-single-col form ul input {
	border: 1px solid #929394;
	width: auto;
	margin: 0;
	list-style-type: none;
	}	
	
#outer-wrapper #content-wrapper form ul.radio input, 
#outer-wrapper #content-wrapper-single-col form ul.radio input {
	border: none;
	width: auto;
	margin: 0;
	list-style-type: none;
	}	
	
#outer-wrapper #content-wrapper form p.note, 
#outer-wrapper #content-wrapper-single-col form p.note {
	padding: 0 0 20px 0;
	}		
	
/* -------- footer -------- */	
p.superfooter {		
	text-align: right;
	padding: 0 30px 0 0;
	margin: 0;
	}
	
p.superfooter a:link, 
p.superfooter a:visited {
	color: #1890c0;
	text-decoration: none;
	padding: 0;
	}			
	
p.superfooter a:hover {
	color: #87a11e;
	text-decoration: underline;
	padding: 0;
	}				
		
#footer {
	background-color: #fff;
	background: url(../img/bg-footer.gif) no-repeat 0 100%;
	margin: 7px 0 0 0;
	padding: 0 15px 0 15px;
	}
		
#footer p {
	color: #add6e9;
	float: right;
	text-align: right;
	margin: 0;
	padding: 7px 15px 7px 0;
	}	

#footer p span.allrights {
	color: #4883a2;
	}	
	
#footer p a:link, 
#footer p a:visited {
	color: #000;
	text-decoration: none;
	}		
	
#footer p a:hover {
	color: #000;
	text-decoration: underline;
	}	
	
	

/* -------- clearing divs -------- */			
	
.clear { 
	clear: both;
	height: 1px;
	font-size: 0.1px;
	border: none;
	margin: -1px 0 0 0; 
	padding: 0;
	background: transparent;
	}

/* -------- accessibility -------- */				
	
.hiddenStructure { /* skip link */
    display: block;
    background: transparent;
    background-image: none; 
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    margin: 0;
    width: 1px;
	}						

