@charset "utf-8";
/* CSS Document */
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/welding.jpg) no-repeat left bottom;	
	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;}

.twoColFixLtHdr #wrapper { 
	width: 930px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
}
.twoColFixLtHdr #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #000000; 
    width: 930px;
	height: 150px;
	margin: 0;
	color: #c0c0c0;	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eeeeee; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin: 20px 0 20px 20px;
}
.twoColFixLtHdr #topNav { 
	width: 930px; 
	height: 27px; 	
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */	
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 10px 20px 20px 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.5em;
} 
.twoColFixLtHdr #footer { 
    width: 930px;
	height: 120px;	
	margin: 0 auto;
	background: #c0c0c0;	
}  
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.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;
}
h1 { 
    color: #9f1500;
    font-size: 1.4em;
	line-height: 1.3em;
	margin-top: 3px; 
	margin-bottom: 6px;	
	}
h2 { 
    color: #9f1500;
    font-size: 1.2em;
	line-height: 1em;
	margin-top: 3px; 
	margin-bottom: 3px;	
	}
h3 { 
    font-size: 1.1em; 
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 4px;
	}
h3.secondary { 
    font-size: 1.1em; 
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
	}
h4 { 
    font-size: 1em; 
}
h5 { 
    font-size: .9em;
}
h6 { 
    font-size: .8em; 
}

ul.main {
   padding-left: 0;
   margin-left: 10px;
   margin-top: 3px;
   }
ol.main {
   padding-left: 20px;
   margin-left: 10px;
   margin-top: 3px;
   }
* { padding: 0; margin: 0; } /* this universal selector prevents unwanted gaps between divs */
#footerboxleft {  
	color: #000000;  
	float: left;   
	width: 430px;
	height: 98px;		
	text-align: left;
	padding: 10px;
	 font-weight: bold;			
	}
#footerboxright { 
	color: #000000;   
	float: left;   
	width: 430px;
	height: 98px;	
	text-align: right;
	padding: 10px;
	font-size: .8em;
	 font-weight: bold;	
	 line-height: 15px;		
	}
a.ftr:link {font-size: .85em; color: #000000; text-decoration: none; font-weight: bold;}
a.ftr:hover {font-size: .85em; color: #9f1500; text-decoration: underline; font-weight: bold; }
a.ftr:active {font-size: .85em; color: #9f1500; text-decoration: underline; font-weight: bold; }
a.ftr:visited {font-size: .85em; color: #9f1500; text-decoration: underline; font-weight: bold; }

a.hdr:link {font-size: .85em; color: #c0c0c0; text-decoration: none; font-weight: bold;}
a.hdr:hover {font-size: .85em; color: #9f1500; text-decoration: underline; font-weight: bold; }
a.hdr:active {font-size: .85em; color: #9f1500; text-decoration: underline; font-weight: bold; }
a.hdr:visited {font-size: .85em; color: #9f1500; text-decoration: underline; font-weight: bold; }

a.dbt:link {font-size: .85em; color: #ffffff; text-decoration: none; margin-top: 20px; font-weight: bold;}
a.dbt:hover {font-size: .85em; color: #ffffff; text-decoration: underline; margin-top: 20px; font-weight: bold; }
a.dbt:active {font-size: .85em; color: #ffffff; text-decoration: underline; margin-top: 20px; font-weight: bold; }
a.dbt:visited {font-size: .85em; color: #ffffff; text-decoration: underline; margin-top: 20px; font-weight: bold; }

.copyright {color: #ffffff; font-size: .7em; margin-top: 10px; font-weight: bold;}
#logo {
	width:265px;
	height:150px;
	top: 0;
	float: right;	 
}
#topleft {
	width:175px;
	height:75px;		
	padding-top: 20px;
	float: left;
	padding-left: 10px;	 
}
.licensetable {
      padding: 20px;	  	 
   }
.license {
    width: 400px;
	border: 1px solid #cccccc;	  
	}
.licensefee {
    width: 50px;
	border: 1px solid #cccccc;	  
	}
.highlightyellow {
    background-color: #FFFFC0;
	}
.highlightblue {
    background-color: #BEDAF4;
	}
.creditsyellow {
    width: 255px;
	padding: 10px;
	background-color: #FFFFC0;
	}
.creditsblue {
    width: 255px;
	padding: 10px;
	background-color: #BEDAF4;
	}
li.main  {
    margin-bottom: 10px;
	}	
