@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 766px;
	margin: 0 auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 218px;
}
#headersafe {
	background-image: url(images/safeworkheader.jpg);
	background-repeat: no-repeat;
	height: 218px;
}

#search {
	float: left;
	width: 230px;
	padding: 190px 0 0 20px;
}
#login {
	float: right;
	width: 330px;
	padding: 190px 0 0 0;
}
#nav {
	float: left;
	width: 160px;
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
input {
	font-size: 10px;
}
.whitetext {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#nav ul {
	list-style-type: none;
	padding: 20px 0 0 30px;
	margin: 0;
}
#nav li {
	padding-bottom: 4px;
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: repeat-y;
	height: 550px;
	padding: 2px 20px 0 0;
}
#contentsafe {
	background-image: url(images/cbg.gif);
	background-repeat: repeat-y;
	height: 900px;

	padding: 2px 20px 0 0;
}

#left {
	float: left;
	width: 237px;
}
#right {
	float: right;
	width: 495px;
}
.whitetitle {
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.leftbox {
	background-color: #aea79f;
	padding: 5px 5px 5px 15px;
	color: #FFFFFF;
}
.btext {
	font-weight: bold;
	color: #ffe6b6;
}
.blacktext {
	font-weight: bold;
	color: #000000;
}
.blacktextrg {
	color: #000000;
}
.blacktextrgsafe {
	color: #000000;
	font-size: 11px;
}
.rightbox1 {
	background-color: #e2d8ce;
	padding: 6px;
}
.rightboxsafe1 {
	background-color: #ffffff;
	padding: 6px;
}

.rightbox2 {
	background-color: #c0bbb5;
	padding: 6px;
	color: #717171;
}
.greentitle {
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.rightimg {
	display: block;
	float: right;
	margin-left: 6px;
}
.leftimg {
	display: block;
	float: left;
	margin-right: 6px;
}
.browntext {
	font-weight: bold;
	font-size: 12px;

	color: #aa875f;
}
.orangetext {
	color: #db994c;
}
.greytitle {
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #aea79f;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 19px;
	padding: 9px 0 0 320px;
}
.blacktitle {
	font-family: Puritan;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}