@charset "UTF-8";
body  {
	background: #fff;
	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: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a { color: #fff; }

.twoColFixLtHdr #container {
	width: 1175px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #FFF;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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: 240px;
	color: #fff;
	font-size:14px;
	height: 100%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #904800;
	background-position: 600px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 260px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#904800; 
	color: #fff;
	font-size:12px;
} 
.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 */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}
a { 
	border:none;
	text-decoration: none; 
}

div#topsidebar1 { 
	margin: 0px -20px -10px -10px;
	background-color: #000;
	border-top:  5px solid white;
	border-bottom:  5px solid white;
	height: 15px;

}

div#maincontentbrownbar {
	margin: 0 -20px 0 0;
	background-color: #904800;
	background-image:url(../images/blend-gaskets2.gif);
	background-repeat:no-repeat;
	border-bottom:  5px solid white;
	height: 79px;
}


div#maincontentgreybar { 
	margin: -5px -20px 0 0px;
	background-color: #404040;
	border-top:  5px solid white;
	border-bottom:  5px solid white;
	height: 15px;


}
div#maincontentgreybartext { 
	margin: -5px -20px 0 0px;
	background-color: #404040;
	border-top:  5px solid white;
	border-bottom:  5px solid white;
	height: 2.5em;
	line-height: 2.5em;
	color: #fff;
	font-weight: bold;
	letter-spacing: .2em;
	font-size:16px;
	padding-left:1em;
	text-align:center;
	

}

div#header { margin:13px 0 10px 0;}


 /* Navigation */
div#nav {
	width: 270px;
	height: 60px;
	text-align: left;
	background-color:#000000;
	border-right: 5px solid #ffffff;
	background-image:url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;

	
}
	#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#nav li {
	border-bottom: 1px solid #AD5B34;
	font-size:small;

	}
	#nav li a:link, #nav li a:visited  {
	display: block;
	line-height: 1.8em;
	padding: 3px 5px 3px 0.5em;
	border-left: 12px solid #000000;
	border-right: 0px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	}
	
#nav li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	}
	
img { border:none; }
	
img#ap { float: right; clear: none;}
	
img#greynav {
	margin-left: -10px;
	}
	
p#greynav { margin-left: 5px; 
	background-color:#404040;
	font-weight:bold;
	font-size: 10px;
	text-align:right;
	line-height:2em;
	padding-right: 1em;
	margin-right: -20px;
	text-decoration: none;

	}
	/*

added by carl 05feb11
*/
#greynavfull { 
margin-top: .5em;
margin-left: -10px; 
	background-color:#404040;
	margin-right: -20px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
		font: 100% Arial, Helvetica, sans-serif;

	}

p#greynavfull-main { 
	font-weight:bold;
	font-size: 11px;
	text-align:left;
	line-height:.6em;
	padding-left: .8em;


	}
p#greynavfull-sub {
	font-weight:bold;
	font-size: 10px;
	font-style: italic;
	text-align:left;
	line-height:0.6em;
	padding-left: 4em;
	text-height: 500px;
	line-height: 1.5em;
	}
	
	p#greynavfull-sub a:hover { 

color: #ffffcc;

	}
	
	
	#greynavwebsite { 
margin-top: .5em;
margin-left: -10px; 
	background-color:#404040;
	margin-right: -20px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
		font: 100% Arial, Helvetica, sans-serif;

	}

p#greynavfull-websitecenter { 
	font-weight:bold;
	font-size: 11px;
	text-align:center;
	line-height:.6em;
	padding-left: .8em;


	}
	
	
	
	/*

	above added by carl 05feb11
*/
p#leftnavgrey { margin-left: 5px; 
	background-color:#ccc;
	font-weight:bold;
	font-size: 10px;
	text-align:right;
	line-height:2em;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: -5px;
	margin-left: -10px;
	text-decoration: none;
	color: #000;

	}
	
p#leftnavwhite {
	margin-left: 5px;
	background-color:#fff;
	font-weight:bold;
	font-size: 10px;
	text-align:right;
	line-height:2em;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: -5px;
	margin-left: -10px;
	text-decoration: none;
	color: #900;
	}
	
#greynav a { color: #fff;}
	
		
#leftnavgrey a { color: #000;}
	
	
#leftnavwhite a {
	color: #900;
}
	
p#rightnav { font-weight:bold; font-size: 14px; text-align: right; margin: 0 -10px -10px 0;}
	
img#aboutnav { margin-left: -8px; }
	
img#pwc { margin: -5px -16px 0 0; }
	
		
img#apb { margin: -15px -16px 0 0; }
	
p#leftnav { margin-bottom: -8px; }
	
a { text-decoration: none;  }
.twoColFixLtHdr #sidebarext {
	background-color: #904800;
	height: 100%;
	width: 240px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#rightnavwhite {
	font-size: 10px;
	line-height: 2em;
	font-weight: bold;
	background-color: #fff;
	text-align: right;
	margin-right: -20px;
	margin-left: 10px;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
}
#rightnavwhite a {
	color: #900;
}
#rightnavwhitetxtbk {
	font-size: 10px;
	line-height: 2em;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	text-align: right;
	margin-right: -20px;
	margin-left: 10px;
	padding-right: 1em;
	padding-left: 1em;
	text-decoration: none;
}
#rightnavwhitetxtbk a {
	color: #000;
}

