/**
 * Accessibility - text.css
 */

img {
	display: none;
}
#hero {
	display: none;
}
body {
	background-color: #fff;
	padding: 0px 100px 60px 100px;
}
body, p, li, td, th, dd, dt, textarea, input, select, option, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 1.7em;
}
h1 {
	font-size: 48px;
	padding: 10px 0px 20px 0px;
}
h2 {
	font-size: 48px;
	padding: 40px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-size: 32px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 30px 0px;
}

/* menu-primary h3 */
#menu-primary h3 {
	padding: 0px 0px 0px 0px;
}

h4 {
	font-size: 24px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
h5 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
h1, h2, h3, h4, h5 {
	background-image: none !important;
}
a {
	color: #006;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}
a:hover {
	background-color: #006;
	color: #fff;
	text-decoration: underline;
}
a img {
	border: none;
}
hr {
	display: none;
}
p {
	margin: 0px 0px 0px 0px;
}
img {
	float: none;
}


/* structure */

#footer {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
}

#container {
	position: relative;
}

/* data-entity */
table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 700px;
}
table th,
table td {
	border: 1px solid #333;
	padding: 10px 20px 10px 20px;
}
table th {
	background-color: #CCC;
}
table td {
}

#header fieldset{
	border: 3px solid #333;
	padding: 30px 0px 30px 20px;
}
/* form */
fieldset {
	padding: 20px 10px 20px 10px;
	border: 3px solid #006;
	margin: 0px 0px 26px 0px;
}
label {
	display: block;
	margin: 0px 0px 0px 0px;
	clear: both;
}
label strong {
	width: 200px;
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	text-align: right;
}
input.button {
	background-color: #c0c0c0;
	border: 3px solid #cccccc;
	color: #000000;
	padding: 2px 20px 2px 20px;
	cursor: pointer;
}
input.textbox,
input.rumbleui-textbox {
	background-color: #CCC;
	border: 3px solid #333;
	color: #000000;
	padding: 3px 5px 3px 5px;
	width: 400px;
	margin-bottom: 10px;
	margin-right: 20px;
}

/* Footer ################### */

#footer{width: 972px; height: 108px; background: none; color: #fff; margin: 30px 0 0 0; clear: both}

.footer-top{width: 972px; height: 64px}

.footer-bottom{width: 972px; height: 43px;}

#footer a{color: #000} #footer a:hover{color: #fff}

a.footer-email{font-size: 22px; width: 470px; margin: 0;}

.footer-green{font-size: 18px; width: 470px; margin: 0;} .footer-green img{display: none} .footer-green p{margin: 0;}

p.copyright{font-size: 12px; margin: 0;}

p.address{margin: 0; font-size: 12px;}

a.twitter{margin: 0; font-size: 12px;} a.twitter img{display: none}
