@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
    background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position: top center;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 1024px;  
    margin: 0 auto;
	border: none;
	text-align: left;
} 

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul {
	padding:0px 0px 15px 10px;
	margin:0px;
	list-style:disc;
}

li {
	padding:0px;
	list-style-image:none;

}



a:link {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:underline;
}

a:HOVER{
	color:#999;
	text-decoration:underline;
}

a:active{
	color:#000;
	text-decoration:underline;
}

/*END***************************************************************************/

/*HEADER AREA******************************************************************/

#sub_header { 
background-image:url(../images/sub/header_sub.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
} 

#sub_industries { 
background-image:url(../images/sub/img_industries.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
} 

#sub_safety { 
background-image:url(../images/sub/img_safety.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
} 

#sub_projects { 
background-image:url(../images/sub/img_projects.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
}

#sub_organization { 
background-image:url(../images/img_organization.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
}

#sub_staff { 
background-image:url(../images/sub/img_staff.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
}

#sub_contact { 
background-image:url(../images/sub/img_contact.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
}  

#sub_news { 
background-image:url(../images/sub/img_news.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
} 

#sub_links { 
background-image:url(../images/sub/img_links.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
}  

#sub_sitemap { 
background-image:url(../images/sub/img_sitemap.jpg);
height:337px;
width:1024px;
background-repeat:no-repeat;
} 
  

#address {
width:854px;
font-size:12px;
padding:75px 128px 0px 0px;
text-align:right;
}

a:link.address{
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}

a:visited.address {
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}

a:HOVER.address{
color:#FFFFFF;
font-size:12px;
text-decoration:underline;
}

a:active.address {
color:#FFFFFF;
font-size:12px;
text-decoration:none;
}

/*END HEADER AREA**************************************************************/


/*NAVIGATION AREA***************************************************************/

#sidebar1 {
width:355px;
float:left;
padding:0px 0px 0px 0px;
background-image:url(../images/nav_bg.jpg);
background-repeat:repeat;
}

#sidebar1 ul {
padding:0px 0px 0px;
margin:0px 0px 0px;
}

#navlinks {
background-image:url(../images/nav_bg.jpg);
float:left;
width:355px;
clear:left;
}


#navdivider {
background-image:url(../images/nav_divider.jpg);
background-repeat:no-repeat;
width:355px;
height:5px;


}

#bottom_nav {
background-image:url(../images/sub/nav_bg_bottom.jpg);
height:79px;
background-repeat:no-repeat;
width:355px;
float:left;
clear:left;
}

a:link.nav {
background-image:url(../images/arrow_purple.jpg);
display:block;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
}

a:visited.nav {
background-image:url(../images/arrow_purple.jpg);
display:block;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
}

a:HOVER.nav {
background-image:url(../images/arrow_white.jpg);
display:block;
background-repeat:no-repeat;
background-position: 120px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 130px;
font-size:12px;
text-decoration:none;
}

a:active.nav {
background-image:url(../images/arrow_purple.jpg);
display:block;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
}

a:link.nav2 {
background-image:url(../images/arrow_purple.jpg);
display:hidden;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

a:visited.nav2 {
background-image:url(../images/arrow_purple.jpg);
display:hidden;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

a:HOVER.nav2 {
background-image:url(../images/arrow_white.jpg);
display:hidden;
background-repeat:no-repeat;
background-position: 120px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 130px;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

a:active.nav2 {
background-image:url(../images/arrow_purple.jpg);
display:hidden;
background-repeat:no-repeat;
background-position: 115px 8px;
color:#FFFFFF;
font-size:12px;
padding:5px 0px 5px 125px;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

/*hidden*/

.navlinks p {
display:none;
padding-left:25px;
padding-top:0px;
margin:0px;
background-image:url(../images/nav_bg.jpg);
float:left;
width:330px;
}

.navlinks p.active {
	background-position: right 5px;
}


/*END NAVIGATION AREA********************************************************/

/*MAIN  AREA***************************************************************/
#subContent { 
width:669px;
font-size:12px;
padding:0px 0px 0px 0px;
background-image:url(../images/sub/subContent_bg.jpg);
background-repeat:no-repeat;
float:right;
}


#subtext {
padding:0px 100px 0px 20px;
text-align:justify;
}

#subtext ul {
	padding-left:20px;
}

h1 {
padding:0px 0px 10px 15px;
font-size:20px;
background-image:url(../images/sub/hr.jpg);
background-repeat:no-repeat;
background-position:15px 25px;


}


h2 {
padding:0px 0px 0px 0px;
font-size:14px;
background-image:url(../images/sub/hr.jpg);
background-repeat:no-repeat;
background-position:0px 30px;
height:40px;



}

h3 {
padding:0px 0px 0px 0px;
font-size:12px;
font-weight:normal;

}




.imgrt {
float:right;
padding:100px 80px 0px 0px;
}

#gallery {
padding:0px 0px 10px 10px;
font-weight:bold;

}

#bullets {
	width:599px;
	padding:0px;
}

#bullets ul {
	padding:0px 0px 10px 20px;
	margin:0px;
	list-style:disc;
}

#bullets li {
	padding:0px 0px 5px 0px;
	list-style-image:none;
}

#bullets li ul {
	padding-top:5px;
}

img {
border:none;
padding:5px;
}

#clear {
	width:inherit;
	height:50px;
	
}


/*FOOTER*********************************************************************/

 #footer { 
	background-image:url(../images/bg_footer.jpg);
	width:1024px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	float:right;
} 

#footer ul {
padding:20px 0px 0px 600px;
margin:0px;
list-style:none;
}

#footer li {
list-style-image:none;
font-size:10px;
color:#999999;
display:inline;
padding:5px;
}

#footer a:link {
color:#999999;
text-decoration:none;
}

#footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover {
color:#999999;
text-decoration:underline;
}

#footer a:active {
color:#999999;
text-decoration:none;
}

/*END FOOTER*****************************************************************/

#form {
border-color:#fff; 
border-style: solid; 
border-width:thin;
padding:20px 20px 20px 20px;
background-image:url(../images/bg_form.jpg);
color:#FFF;
}


#assoc {
	width:669px;
font-size:12px;
padding:0px 0px 0px 0px;
background-image:url(../images/sub/subContent_bg.jpg);
background-repeat:no-repeat;
float:right;
}

#assoc h1 {
	padding:25px 0px 0px 24px;
font-size:18px;
background-image:url(../act/images/hr.jpg);
height:60px;
background-repeat:no-repeat;
background-position:24px 0px;

}


/*PROJECT PAGES*****************/

#project_main {
	width:145px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
	
}

#project_image {
	width:125px;
	height:125px;
	overflow:hidden;
	
	
}

#project_link {
	
	padding-top:0px;
}

