@charset "UTF-8";
/* CSS Document */

#div {
	 border: 1px solid Black;
}
#wrapper div #topbottomright {
	margin-left: 450px;
	position: relative;
	top: 100px;
}

#wrapper #top {
	background-image: url(../images/osha_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
}
#wrapper #top #topbottomright p {
	font-size: 13px;
	padding-left: 10px;
}
#wrapper #top #topbottomright h2 {
	padding-left: 10px;
}
#wrapper #top #topbottomright h4 {
	text-align: center;
}
#wrapper ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#wrapper ol li {
	margin-bottom: 10px;
}
#wrapper ul li {
	margin-bottom: 10px;
}
#wrapper ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
#wrapper{
	width: 800px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
}
#wrapper #avigation {
	float: left;
	width: 150px;
}
#wrapper #content1 {
	margin-left: 152px;
}
#wrapper #right {
	clear: both;
}
#wrapper #left {
	clear: both;
}
#wrapper #clear {
	clear: both;
}
#wrapper #orangeburst {
	float: left;
	height: 180px;
	width: 227px;
	background-image: url(../images/orangeburst.gif);
	background-repeat: no-repeat;
}
#wrapper #orangeburst p {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	line-height: 2;
}
#wrapper #orangeburst p a {
	color: #FFF;
	text-decoration: underline;
}
#wrapper #orangeburst p a:hover {
	color: #666;
	text-decoration: none;
}
#wrapper #topleft {
	float: left;
	height: 300px;
	width: 400px;
	margin-right: 40px;
}
#wrapper #oshalogo {
	float: left;
	height: 120px;
	width: 300px;
	margin-left: 470px;
}
#footer {
	clear: both;
}
#wrapper p {
	color: #333;
	font-size: 14px;
	padding-right: 10px;
}
#wrapper h1 {
	font-size: 22px;
	color: #220DCF;
}
#wrapper h4 {
	font-size: 14px;
}
#wrapper h2 {
	font-size: 14px;
	color: #00C;
}
#wrapper h3 {
	font-size: 14px;
}

.btn span {
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #0000CC;
	float: right;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 26px;
	padding-left: 30px;
	margin-right: 20px;
	margin-top: 26px;
}
#wrapper a {
	color: #00C;
	text-decoration: underline;
}
#wrapper #bottom {
	text-align: center;
	font-weight: bold;
}
#wrapper a:hover {
	color: #666;
	text-decoration: none;
}
