/* CSS Document */

/************************************************/
/* layout styles 									*/
/************************************************/

/* Main page layouts */


#mainpageholder
{
	padding: 0px;
	width: 865px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	z-index: 40;
}

#topbackground_home
{
	padding: 0px;
	width: 100%;
	height: 265px;
	position: absolute;
	top: 75px;
	z-index: 10;
	background-image: url(../images/backgrounds/home_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topbackground_about
{
	padding: 0px;
	width: 100%;
	height: 265px;
	position: absolute;
	top: 75px;
	z-index: 10;
	background-image: url(../images/backgrounds/about_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topbackground_contact
{
	padding: 0px;
	width: 100%;
	height: 265px;
	position: absolute;
	top: 75px;
	z-index: 10;
	background-image: url(../images/backgrounds/contact_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topbackground_environmental
{
	padding: 0px;
	width: 100%;
	height: 265px;
	position: absolute;
	top: 75px;
	z-index: 10;
	background-image: url(../images/backgrounds/environmental_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topbackground_health
{
	padding: 0px;
	width: 100%;
	height: 265px;
	position: absolute;
	top: 75px;
	z-index: 10;
	background-image: url(../images/backgrounds/health_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topbackground_safety
{
	padding: 0px;
	width: 100%;
	height: 265px;
	position: absolute;
	top: 75px;
	z-index: 10;
	background-image: url(../images/backgrounds/safety_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topbackground_training
{
	padding: 0px;
	width: 100%;
	height: 265px;
	position: absolute;
	top: 75px;
	z-index: 10;
	background-image: url(../images/backgrounds/training_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#toptitle
{
	margin: 0px;
	padding: 0px;
	height: 75px;
	width: 865px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

#topofpage
{
	margin: 0px;
	padding: 0px;
	height: 145px;
	width: 975px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-color: #B2B1B3;
	background-image: url(../get_images/backgrounds/main_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#newsarea
{
	margin: 0px;
	padding: 10px;
	height: 160px;
	width: 203px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 50;
	left: 5px;
	top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

#topmenuarea
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: visible;
	z-index: 50;
	left: 25px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B2B1B3;
	text-align: left;
	height: 30px;
	width: 815px;
	background-color: #35401B;
}

#mainbody
{
	position: static;
	visibility: visible;
	z-index: 40;
	margin: 0px;
	z-index: 40;
	width: 865px;
	padding-top: 310px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



#footer
{
	text-align: center;
	margin: 0px;
	width: 865px;
	padding: 0px;
	background-color: #35401B;
	color:#FFFFFF;
	font-size:9px;
}
#footer a, #footer a:link, #footer a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active
{
	color: #91C73E;
	text-decoration: underline;
}



/************************************************/
/* end layout styles 							*/
/************************************************/

/************************************************/
/* global layout styles 						*/
/************************************************/
html, body{
	background-color: #D5E0CF;
}
html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}


/************************************************/
/* end global layout styles 					*/
/************************************************/




/************************************************/
/* text styles 									*/
/************************************************/

body {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a, a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #91C73E;
	text-decoration: underline;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

li
{
	margin-left: 20px;
	padding-left: 10px;
	padding-top: 2px;
	list-style-position: outside;
	list-style-type: disc;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	font-style: italic;
}




/************************************************/
/* end text styles 								*/
/************************************************/



/************************************************/
/* common styles 								*/
/************************************************/

.leftalign
{
    text-align: left;
}
.rightalign
{
    text-align: right;
}
.floatleft
{
	clear: left;
	float: left;
}
.floatright
{
	clear: right;
	float: right;
}

.nomargin
{
	margin: 0px;
}

.cachearea
{
	display: none;
}

.cleardiv
{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1%;
	overflow: hidden;
	/*clip: rect(auto,auto,1px,auto);*/
}

/* indented sections */

.indent10
{
    padding-left: 10px;
}
.padded10
{
    padding: 10px;
}

/* nowrap for table cell */
.tablenowrap
{
    white-space: nowrap;
}


/* spacer blocks */
.spacer5
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 5px;
    width: 5px;
    font-size: 1%;
}
.spacer10
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    font-size: 1%;
}
.spacer15
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    font-size: 1%;
}
.spacer20
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    font-size: 1%;
}
.spacer25
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 25px;
    width: 25px;
    font-size: 1%;
}
.spacer30
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 20px;
    font-size: 1%;
}
.spacer40
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 20px;
    font-size: 1%;
}
.spacer50
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 20px;
    font-size: 1%;
}
.spacer200
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 200px;
    width: 20px;
    font-size: 1%;
}
.spacer400v
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 400px;
    width: 1px;
    font-size: 1%;
}
.spacertop
{
    display: block;
    margin: 0px;
    padding: 0px;
    height: 180px;
    width: 1px;
    font-size: 1%;
}

/************************************************/
/* end common styles 							*/
/************************************************/

