body {
background-image: url(../images/content-ur.png);
background-repeat:repeat-x;
}
#doc {
	color: #ffffff;
}
#doc a {
	color: #ffffff;
}
#doc a:hover {
	color: #93D600;
	background-image: url(../images/dotted-underline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-decoration: none;
}
#hd {
	/*background-image: url(../images/background-color.png);*/
	margin-bottom: 0;
}
#hd h1 {
	text-indent: -10000em; /*Hide header text*/
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 173px;
	background-position: 0 ;
}
#yui-main .yui-b {
	/*background-image: url(../images/content-br.png);*/
	background-position: bottom right;
}
.yui-b {
	/*background-image: url(../images/background-color.png);*/
	color:black;
}
#content {
	/*background-image: url(../images/content-bl.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#content div {
	/*background-image: url(../images/content-ur.png);*/
	background-repeat: no-repeat;
	background-position: right top;
}
#content div div {
	color: #000000;
	/*background-image: url(../images/content-ul.png);*/
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1em;
}
#content div div div {
	background-image: none;
	padding: 0;
}
#content a {
	color: #0000FF;
}
h1 span {
	font-size: 122%;
}
h2 {
	display: block;
	font-size: 114%;
	font-weight: bold;
	clear: both;
	letter-spacing: .05em;
	margin-top: 1em;
	margin-bottom: .5em;
}
strong {
	font-weight: bold;
}
div#ft {
	text-align: center;
	padding-top: 1em;
	height: 2em;
	color:black;
}

div#ft a{
	color:black;
}
p {
	text-indent: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.4em;
}
#content ul {
	margin-left: 2em;
	list-style: disc;
}
ul.contact {
	clear: both;
}
ul.contact li {
	margin-bottom: .5em;
	margin-top: .5em;
	display: block;
	float: left;
	margin-right: 2em;
	width: 15em;
	list-style: none;
}
body.environmental ul.contact li {
	width: 30em;
	float: none;
}
#content ul.phones {
	margin-left: 0;
}
ul.phones li {
	margin-top: .25em;
	margin-bottom: .25em;
	margin-right: 0;
	float: none;
}
form {
	margin-left: 2em;
	clear: both;
}
label {
	display: block;
	margin-top: .5em;
	margin-bottom: .15em;
}
input#submit {
	display: block;
	margin-top: .5em;
}
.hidden {
	display: none;
}