﻿@import url(layout.css);
body {
	color: #000;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #393939;
}
#container {
	width: 100%;
	margin: 0;
	background-color: maroon;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	font-family: Tahoma;
	font-weight:bold;
	background-color:white;
}
#navigation {
	background-color: #fff;
	overflow:hidden;
}

#page_content {
	position: relative;
	float:right;
	width: 78%;
	margin-bottom:0px;
	background-color:white;
}

/* Begin LEFT COLUMN specs */


#column_l {
	font-family:"Trebuchet MS";
	width:170px;
	padding:10px 0px 0px 10px;
}

#column_l p{
	font-size:x-small;
	line-height:20px;
	color:#FFFFDD;
}

#column_l a{
	color:#FFFFDD;
	text-decoration:none;
	margin:0px 0px 10px 0px;
}
#column_l a:hover{
	font-weight:bolder;
}

#commercial {
	background-color:#FFFFDD;
	color:#393939;
	text-align:center;
	font-size:x-small;
	padding:10px;
	width:150px;
}

#commercial h5{
	font-size:small;
	font-weight:bold;
	text-align:center;
	color:#393939;
}

#commercial h6{
	font-family:Tahoma;
	font-weight:bold;
	font-size:x-small;
	text-align:center;
	color:#393939;
	margin:0px 0px 5px 0px;
}



/* End LEFT COLUMN specs.  

 ---------------------------

   Begin MIDDLE COLUMN specs */

#column_m {
	width:auto;
	margin: 0 180px 0 0;
} 

#column_m h1 {
	font-size: large;
	display:block;
	padding:10px 20px 10px 20px;
	background-color:#BEBE7C;
	margin:0px;
}

#column_m h2 {
	padding:0 20px 10px 20px;
	font-family:"Trebuchet MS";
	font-size: medium;
	font-style:normal;
	background-color:#BEBE7C;
	color:maroon;
	margin: 0px;
}
#column_m h3 {
	font-size: small;
	color:maroon;
	padding:10px 20px 10px 20px;
	margin:0px
}

#column_m p {
	padding: 0px 20px 0px 20px;
	margin:0px;
	text-align:justify;
}

#column_m li{
	padding:0px 20px 5px 20px;
	text-align:justify;
	
}


/* End MIDDLE COLUMN specs.  

 ---------------------------

   Begin RIGHT COLUMN specs */

#column_r {
	width: 150px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align:center;
	border:thick;
	border-color:black;
	border-style:double;
}

#industries_served {
	font-size: small;
	line-height:20px;
}

#industries_served h5 {
	color:#9B9B4D;
}

#industries_served a{
	color:#393939;
	text-decoration:none;
}

#industries_served a:hover{
	font-weight:bolder;
	text-decoration:none;
}

/* ----- */

#services_list {
	font-size: small;
	line-height:20px;
}

#services_list h5 {
	color:#9B9B4D;
}

#services_list a{
	color:#393939;
	text-decoration:none;
}

#services_list a:hover{
	font-weight:bolder;
	text-decoration:none;
}


#column_r h2 {
	padding:0 10px 10px 10px;
	font-size: small;
	font-style:normal;
	margin: 0px;
	color:maroon;
}

#column_r p {
	margin-top:0px;
	color:black;
}

#contact_us {
	font-size: small;
	line-height:20px;
	text-align:right;
}

#contact_us h5 {
	color:#9B9B4D;
}

/* End RIGHT COLUMN specs.  

 ---------------------------

   Begin FOOTER specs */

#footer {
	padding-bottom: 5px;
	margin-top:0px;
}
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFCC;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* End FOOTER specs.  

 ---------------------------

   Begin MASTER HEADER specs */

#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}

/* End MASTER HEADER specs.  

 ---------------------------

   Begin NAVIGATION specs */

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	font-family:Verdana;
	font-size: x-small;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	display:block;
	padding: 5px;
 	background-image:url('../images/B_CND_CADMIUM.JPG');
}
#navigation a:hover {
	font-family:Verdana;
	font-size: x-small;
	font-weight:bold;
	color: maroon;
	text-decoration: none;
	display:block;
	padding:5px;
 	background-image:url('../images/B_CND_CADMIUM.JPG');
}

/* End NAVIGATION specs.  

 ---------------------------

   Begin GENERAL CONTENT specs */

h1 {
	font-size: large;
	display:block;
	padding:10px;
	background-color:#ca7;
}
h2 {
	padding:0 10px 0 10px;
	font-size: small;
	font-style:italic;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 1.00em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
.button_style{
  font-size:small;
  font-weight:bold;
}
.red_normal{
	color:#FF0000;
}

.red_bold{
	color:#FF0000;
	font-weight:bold;
}



