/* 
---------------------------------
U.S. Pre-Finished Metals Screen Style Sheet
---------------------------------
*/



/* Styles the Current Link in Left Margin
-----------------------------------------------------*/
@import "currentlink_styles.css"; 


/* HTML Elements 
-----------------------------------------------------*/
	.table {
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 76%;
		color: #333;
		line-height: 170%;
	}	
	
	#home a:link, #home a:visited, #home a:active{
		color: #339;
		text-decoration: underline;
	}

	#home a:hover {
		color:#36c;
		text-decoration:underline;
	}

	body {
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 76%;
		color: #333;
		line-height: 170%;
		}
	
	a:link, a:visited, a:active {
		color: #339;
		text-decoration: underline;
		}
	a:hover {
		color: #36c;
		text-decoration: underline;
		}
		
	table {
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		color: #333;
		line-height: 180%;
		}
		
	ul {
		margin-left: 18px;
		}

/* General Layout 
-----------------------------------------------------*/
	#header {
		margin: 0px;
		padding: 0px;
		height: 85px;
		background: #fff;
		background-image: url(/images/header.gif);
		background-repeat: no-repeat;

		}
	#leftcontent {
		position: absolute;
		left: 7px;
		width: 154px;
		top: 87px;
		padding: 0px;
		background: #DBDBDB;
		
		}
	#centercontent { 
		margin: 0px 15px 0px 180px;
		padding-top: 18px;
		width: 370px;
		}
	#rightcontent {
		position: absolute;
		left: 602px;
		top: 87px;
		width: 160px;
		margin: 0px;
		background: #DBDBDB;
		padding: 7px;
		font-family: verdana, arial, sans-serif;
		font-size: 90%;

		}
		
	#subpagecontent {
		margin: 0px 15px 0px 180px;
		padding-top: 15px;
		width: 590px;
		}
	
/* Header Elements 
-----------------------------------------------------*/		
	#logo {
		position: absolute;
		top: 0px;
		margin: 0px;
		padding: 0px;
		margin: 17px 15px 0px 0px;
		}
	

	 		
/* Left Margin Navigation 
-----------------------------------------------------*/
	#sidelinks {
		font-size: 90%;
		font-family: arial, san-serif, verdana;
		font-weight: bold;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		text-align: left;
		line-height: 12px;
		width: 154px;
		
		}	
	#sidelinks a:link, #sidelinks a:visited, #sidelinks a:active 
	{
		display: block;
		color: #3F3F3F;
		text-decoration: none;
		margin: 0px;
		padding-left: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
		background-color: transparent;
		
}

	#sidelinks a:hover {
		display: block;
		color: #8E375A;
		text-decoration: none;
		margin: 0px;
		padding-left: 10px;
		padding-top: 6px;
		padding-bottom: 6px;
		background-color: #EBEBEB;
		}
	

	
		
		

		

/* Center Column
-----------------------------------------------------*/
	
	#centercontent h1 {
		font-size: 150%;
		color: #3D3D3F;
		border-bottom: 1px solid #d4d6d9;
		padding-bottom: 2px;
		width: 548px;

		}
		
	#subpagecontent h1 {
		font-size: 150%;
		color: #3D3D3F;

		}
		
	#centercontent h2, #subpagecontent h2 {
		font-size: 100%;

		}

	
#homegraphic

{
margin: 0px 0px 0px 164px;
padding-top: 2px;
background: url(images/homepage_graphic_bck.gif) repeat-x;
height: 167px;
}
	

#rightcontent h1{
	   font-size: 100%;
		
		}	



		

		
/* Tables
-----------------------------------------------------*/

	table {
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		line-height: 170%;
		}
		
	.formtable {
		font-size: 90%;
		line-height: 150%;
		background: #fff;
		}
	.formtable td {
		padding:7px;
		}

/* Footer
-----------------------------------------------------*/

	#footer {
	clear: both;
	height: 51px;
	font-size:90%;
	color: Blue;
	margin-top: 15px;
	padding-top:20px;
	background-repeat: no-repeat;
	z-index:2;
	padding-left:10px;
}
	#footer a:link, a:visited, a:active
	{
		color: blue;
		text-decoration: underline;
		}
	#footer a:hover
	{
	color: blue
}	
		

	

   
		
/* Miscellaneous 
------------------------------------------------------*/

	.rightalign {
		float: right;
		margin: 0px 50px 15px 25px;
		padding-left: 40px;
		}
	.leftalign {
		float: left;
		margin: 0px 15px 15px 0px;
		padding: 0px;
		}
		
	.red
	{
	color:red;
	}
	

.background {  background-image: url(images/header.gif); background-repeat: no-repeat}
