@charset "UTF-8";

body {
	background: #787878; 
	background-image: url(pics2/bkgsteel025.jpg); background-repeat: repeat-x; 
	margin: 0;
	padding: 0;
	text-align: center; /* centers container IE 5* browsers*/
	font: 12px "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	color: #4a3826;  }	

#pagewrap {
	position: relative;
	width: 870px;
	background: #fff; 
	margin: 0 auto; /* auto margins with a width center page */
	padding: 0;
	text-align: left; }  /* overrides centre on body element */
	

/* TOP brand and nav banner */
	
#banner { height: 99px;
	padding: 0 10px 0 20px; 
	font-size: 12px; 
	border-bottom: 1px #982417;}
	
#banner li.image {
	padding-top: 0;
	padding-bottom: 0;}
	
#banner ul li {
	float: right;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 23px 22px 2px 0px;}

#banner a { outline: none;
	text-decoration: none;  }

#banner a:link { 
	color: #982417; 
	border: none; }

#banner a:visited { 
	color: #982417; 
	border: none; }

#banner a:hover, #banner a:focus {  
	color: #545691; }

#banner a:active {
	color: #000; }
	
#banner img {border: none; }
	

/* Main Navigation in horizontal bar */
	
#mainNav {
	background-color: #982417;
	height: 54px;
	margin: 0;
	padding: 0;
/*	padding: 1px 20px; */ }

#mainNav ul li {
	float: right;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 9px 30px 0 0;
	font: 14px "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	 }
#mainNav li.current {
	font-weight: bold;
	color: #ccc; }

#mainNav a { 
	font-weight: bold;
 	color: #ffcb4f;    /*   #FFCC00   */  
	text-decoration: none;  }

#mainNav a:link { 
	border: none; }

#mainNav a:visited { 
	border: none; }

#mainNav a:hover, #mainNav a:focus { 
	color: #fff;  }

#mainNav a:active {
	color: #e8ce79;  }
	
/* Article Text and body */

a { text-decoration: none;  }
a:link { color: #982417; border: none; }
a:visited { color: #982417; border: none; }
a:hover, a:focus { color: #545691; 
	border-bottom: 1px solid #545691; }
a:active { color: #000;border-bottom: 1px solid #000; }

#article {
	margin: 0;
	padding: 10px 40px 10px 40px;  /* padding is the space inside the div box, margin is the space outside the div box  ORIG: padding: 10px 28px 10px 28px  testing new */
	background: #ececec;	
}

#mainPic {
	float:left;
	margin: -10px 20px 20px -40px;
	padding: 0; }
	
#mainPic_2 {
float:left;
	margin: -10px 20px 0px -40px;
	padding: 0; }

#article p {
font-size: 12px;
	line-height: 17px;	}

#article p.first { 
font-size: 12px;
	line-height: 17px;
	margin-top: 10px; 	}
	
#article h1 {
	color: #545691;
	font-size: 30px;
	font-weight: normal;
	/*letter-spacing: .025em;*/
	line-height: 18px; }
	
#article h2	{ color: #545691; 
	font-size: 16px; 
	font-weight: normal; 
	line-height: 12px; margin-top: 17px; }
	
#article h3	{ color: #545691; 
	font-size: 14px; 
	font-weight: normal;
	font-style: italic;  
	line-height: 10px; padding-top: 3px; }
	
#article h4 { color: #545691; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 10px; padding-top: 3px; }

#article h5 { color: #545691; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 10px; 	
	margin-top: -4px; 
	margin-bottom: -0px; }
	
#article td h2 { margin-top: 5px; margin-bottom: 0px; }
	
#article td { margin: 0; padding: 0; vertical-align: text-top; }

#article td ul { list-style: none; margin: 4px 4px 4px -35px; font: 12px "Helvetica Neue", Geneva, Arial, Helvetica, sans-serif; line-height: 18px; }



		
/* == home page pic adjust == */

#homePic {
	float:left;
	margin: -10px 20px 0px -40px;
	padding: 0; } 
	  
	
/* == home 3 newsBoxes == */

#newsbox h3 {color: #666; font-size: 18px; font-weight: normal; 
	line-height:10px; }
	
/*#newsbox p, a {line-height: normal; }*/
	
div#newsbox { width: 870px;
	margin: 0 auto;
	padding: 0px;
	background-color: #cc9;  } 
	
#newsbox h3 {color: #666; font-size: 18px; font-weight: normal; 
	line-height:10px; padding-top: 3px; }

div#news_old { 
float: left; width: 250px; height: 200px; 
margin: 0; padding: 3px 20px; 
background-color: #c96; 
border-bottom: solid thin #c96; }

div#news_now {
float: left; width: 250px; height: 200px; 
margin: 0; padding: 3px 20px; 
background-color: #ffcf68; 
border-bottom: solid thin #ffcf68; }

div#news_tsx {
float: left; width: 210px; height: 200px; 
margin: 0; padding: 3px 40px; 
background-color: #cc9;
border-bottom: solid thin #cc9;  }


	
/* -- Footer elements --*/

#footer { margin: 0; 
	padding: 1px 30px; /* Required to prevent margin collapse */ 
	background: #826e59;  }
	
#footer p.small { 
	text-align:center;
	font-size: 11px;  color: #ececec;
	margin: 5px 0; }

#footer a { 
	color: #e8ce79;    /*#FFCC00*/
	text-decoration: none;  }

#footer a:link { 
	 border: none; }

#footer a:visited {  
	border: none; }

#footer a:hover, #footer a:focus { 
	color: #ecc200; 
	border-bottom: 1px solid #ecc200; }

#footer a:active {
	color: #fff; 
	border-bottom: none; }
	

/* utility bits */

.clearing {	
	color: #fff;
	clear: both;  }

/*  .clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }  */


