@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CCCCCC;
}
#container  {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1005px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/container.png);
	background-repeat: repeat-y;
} 
#wrapper {
	background-image: url(../images/wrapper.png);
	background-repeat: no-repeat;
}

#header  {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	height: 200px;
	background-position: 2px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 85px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-image: url(../images/sidebarBackground_bottom.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: bottom;
	padding-bottom: 15px;
}
#sidebar1 img {
	background-color: #dddddd;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.spacedImages   {
	background-color: #dddddd;
	display: block;
	padding-bottom: 50px;
	padding-top: 50px;
}


#sidebar1 p {
	background-color: #dddddd;
	display: block;
	background-image: url(../images/sidebarBackground_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 15px;
}

#mainContent  {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.horizontalListItem  {
	padding-left: 25px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	width: 125px;

}
.horizontalListItemSafety {
	padding-left: 25px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	width: 200px;
	display: block;

}


#mainContent p {
	line-height: 1.35em;
}
.afterList   {
	margin-top: 70px;


}


/*#mainContent ul {
	list-style-type: none;
	line-height: 1.5em;
	display: block;

}*/
#mainContent li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 25px;
	list-style-type: none;
	line-height: 1.5em;

}


#mainContent h1 {
	color: #990000;
	font-size: 24px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	padding-bottom: 10px;
}
#mainContent  .backtotop  a  {
	font-size: 10px;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
	text-align: right;
	padding-bottom: 10px;
}

.even         {
	background-color: #CCCCCC;
}


#footer  {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
} 

#footer .rightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float: right;
}

#footer .leftText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	float: left;
	margin-top: 15px;
}
#footer a {


}


#footer a:hover {
	color: #990000;
}
#footer a:visited {

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.indent {
	text-indent: 5em;
}
