/* CSS Document */



body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background: #71828A;
    margin: 0px;
    padding: 0px;
	text-align: left;
	/*background-image:  url(../images/Nav/bg_grad.jpg);*/

}

/*
img { behavior: url(iepngfix.htc); }
*/

a {
	/*font-weight: bold;*/
	color: #005FA9;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
font-weight:bold;
margin:0pt;
padding:0pt;
}

h1 { 
	padding: 10px;
font-size:130%;
/*
border-bottom:1px solid #BFC4CF;
margin-bottom:0.5em;
padding-bottom:0.35em;

*/

}

h2 { 

font-size:114%;


}

/************************************/
/* List Tags                        */
/************************************/

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/*
ul{ list-style-type: none; margin:0px; }
ul li { display:block; width: 100%; background:#ccc; }
ul li a:hover{ background:#999; }
*/

/**************************/
/* IDs*/
/**************************/

#holder {
	background-color: #FFFFFF;
	/*background-color:#71828A;*/
	text-align: left;
	margin: 0;
	width: 880px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	
}

#header {
	background-color: #71828A;
	
}


#content_header {
	width: 860px;
	/*
	height: 50px;
	padding: 10px;
	*/

}


#left_column {
	width: 190px;
	float: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 15px 5px 15px 15px;

	font-size:90%;
	line-height:1.1em;
	font-weight: bold;
	/*
	color: #000000;
	margin-left: 10px;
	*/
	
}
#right_column {
	width: 639px;
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	visibility: inherit;
}

#right_column_h {
	width: 639px;
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-attachment: scroll;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	visibility: inherit;
	background-position: left top;
}

#right_column_h1 {

	width: 639px;
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-attachment: fixed;
	background-image: url(../images/bg_chem_2.jpg);
	background-repeat: no-repeat;
	visibility: inherit;
	background-position: 150px 50px;
}

#right_column_h2 {
	width: 639px;
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-attachment: fixed;
	background-image: url(../images/bg_chem_polishing.jpg);
	background-repeat: no-repeat;
	visibility: inherit;
	background-position: 120px top;
}

#footer {

	width: 860px;
/*
	height: 30px;
	background-color: #666666;
*/	
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;

}


/************************************/
/*Nav*/
/************************************/

#nav {
	background-color: #71828A;
	/*
	position: absolute;
	width: 800px;
	*/
	min-width: 640px;
	height: 30px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url(../images/Nav/glbnav_background.gif);
	text-align: right;
	border-bottom: 5px solid #71828A;	
}


#nav img{
	margin-bottom: -4px;
 
}


/************************************/

/**************************/
/* Classes*/
/**************************/

.content {
    /*color: #005FA9;*/
	color:#000000;
	font-size:100%;
    line-height:normal;
}

.content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	margin-top: .7em;
	font-size: 100%;
	font-weight: bold;
}

.content p {
	margin-top: .2em;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: .5em;
}

.content ol {
	margin-top: .2em;

	margin-bottom: .5em;
}
/*
.content strong{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	font-size:100%;
    line-height:normal;
	font-weight: bold;
	
}
*/

.content_small {
    color: #000000;
	font-size:80%;
}

.img_desc {
	color: #000000;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}

.small {
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
}


.table_title_white {
	color: #FFFFFF;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}

.table_title {
	color: #000000;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}

.table_content {
	color: #000000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
.left_column_small{
	clear: both;
	padding: 20px 0px 10px 0px;
	font-size: 75%;
	color: #666666;
}



.glink { 
	font-size:80%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.glink:link{
	font-size:80%;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:visited{
	font-size:80%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	font-size:80%;
	margin: 0px;
	font-weight: bold;
	padding: 2px 5px 4px 5px;
  	background-image:  url("../images/Nav/glblnav_selected.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #000000;
}

 .imagefloat
{
	float: left;
	background-color: #fff;
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 5px;
}


div.imagefloat img
{
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}
