/* -------------------------------------------------------------- 
  
 Accessibility Stylesheet.
	 
-------------------------------------------------------------- */

body {
	width:100% !important;
	margin:0 !important;
	padding:0px !important;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 1.2em;
	background-color: #181818;
}

/*Headings */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size:1.4em;
}
h2{
	font-size:1.3em;
}
h3{
	font-size:1.2em;
}
h4,h5,h6{
	font-size:1.1em;
}
ul {
	padding-left:0;	
}
li {
	padding-right: 1em;
}
code {
	font: 1em Courier, monospace;
} 
blockquote {
	margin: 1.3em;
	padding: 1em;
	font-size: .8em;
}
hr { background-color: #ccc; }

/* Images */
img {
	margin: 1em 1.5em 1.5em 0;
}
a img { border: none; }

/* Links */
a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color:#CCCCCC;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#CCCCCC; }

a:hover {
	text-decoration: none;
}

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 

/* Hide and Format additional elements */

#wrapper, #copyright {
padding:30px;
}

#breadcrumb_box, #main_nav {
margin-bottom:2em;
}

#main_nav li {
display:inline;
}
#footer_nav {
display:none;
}
#footer_box {
padding-top:2em;
}
#accessibility_links {
list-style-type:none;
}
#accessibility_links li {
display:inline;
}
