﻿body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #999999;
	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 #container { 
	width: 980px;  /* using 40px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C2C2C2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 5px;  /* 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. */
	border-bottom:5px groove teal;
	background-image:url(../images/piping2opt.gif);

} 
.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: 170px; /* 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 */
    margin-top:0px;
	padding: 15px 10px 15px 10px;
	font-size:small;
		background-image: url(../images/navbk.gif);
}
.twoColFixLtHdr #sidebar1 h3, p{
    font-size:small;
    margin-bottom:5px;
}
.twoColFixLtHdr #sidebar1 ul{
    margin-top:-20px;
    margin-bottom:3px;
    margin-left:55px;
}
.twoColFixLtHdr #sidebar1 dd, li{
    font-size:small;
    list-style:none;
}
/* Sidebar image above navigation */
.imgBorder{
	border:#000000 1px groove;
	padding:1px;
	margin:-4px;
	background-color:teal;
}
/* navigation location styling */
.twoColFixLtHdr #crumbs{
   /*background-color:#C2C2C2;*/
    display:block;
    font-weight:bold;
    margin:5px 0px 5px 0px;
    padding:0px;
    font-size:11px;
}
.twoColFixLtHdr #sideBar2{
    float:right;
    width:250px;
    margin:20px 5px 20px 5px;
    padding:5px;
    font-size:small;
}
.twoColFixLtHdr #sideBar2 h2{
    font-size:small;
    text-align:center;
    border-top:2px groove #CCFFCC;
    border-left:2px groove #CCFFCC;
    border-right:2px groove #CCFFCC;
}
.twoColFixLtHdr #sideBar2 p{
    text-align:center;
    padding:5px;
}
/* main content styling */
.twoColFixLtHdr #mainContent { 
	margin: 0 280px 0px 190px; /* 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: 10px 10px 160px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left:2px solid #666666;
	border-right:2px solid #666666;
} 
.twoColFixLtHdr #mainContent h1{
    font-size:medium;
    padding:0px;

}
.twoColFixLtHdr #mainContent h2{
    font-size:small;
    margin-bottom:0px;
}
/* paragraph styling first line after an h2 */
.twoColFixLtHdr #mainContent p.afterH2{
    padding-top:2px;
    margin-top:0px;
}
.twoColFixLtHdr #floatLeft{
	float:right;
	padding:0px 20px 15px 10px;
}
.twoColFixLtHdr #floatLeftBorder{
	float:left;
	width:280px;
	margin:0px 10px 0px 0px;
	padding:5px;
}

.twoColFixLtHdr #dlBorder{
	margin:0px 0px 0px 300px;
	padding:5px;
}
.twoColFixLtHdr #floatLeftBorder fieldset, #dlBorder fieldset, #lowSidebarleft fieldset, #lowSidebarright fieldset{
	border-width:2px;
}
.twoColFixLtHdr #floatLeftBorder ul, #dlBorder ul, #lowSidebarleft ul, #lowSidebarright ul{
	margin-bottom:2px;
	margin-top:2px;
}
.twoColFixLtHdr #lowSidebarleft{
	float:left;
	width:280px;
	margin:1px 10px 10px 5px;
	padding:5px 5px 30px 5px;
}

.twoColFixLtHdr #lowSidebarleft li ul li,#lowSidebarright li ul li{
	list-style-type:square;
}
/* insure IE shows disc */
.twoColFixLtHdr .insureDisc li{
	list-style:disc;
}
.twoColFixLtHdr #lowSidebarright{
	margin:10px 5px 120px 300px;
	padding:5px;

}
.twoColFixLtHdr #imgLeft{
	float:left;
	width:271px;
	margin-top:5px;
	padding:10px;
}
.twoColFixLtHdr #imgLeftThrCol{
	float:left;
	width:220px;
	margin-top:5px;
	padding:10px;
}

.twoColFixLtHdr #imgRhtThrCol{
	float:right;
	width:90px;
	margin-top:5px;
	padding:10px 5px 10px 10px;
}
.twoColFixLtHdr #imgLeftTextRight{
	margin:5px 5px 5px 285px;

}
.twoColFixLtHdr legend{
    font-size:small;
}
.twoColFixLtHdr #imgthrColTextCenter{
	margin:50px 120px 5px 240px;
}
.twoColFixLtHdr #imgthrColTextCenter li{
	list-style:disc;
}
.twoColFixLtHdr #floatLeftVMBauto{
	float:right;
	padding:0px 0px 35px 5px;
}

.twoColFixLtHdr #floatLeftVMBautoLow{
	float:right;
	padding:0px 0px 10px 5px;
}
.twoColFixLtHdr #floatLeftMid{
	float:right;
	padding:0px 15px 15px 10px;
}

.twoColFixLtHdr #floatLeftLow{
	float:right;
	padding:0px 15px 15px 10px;
}
.highlightBox {
	background-color:#FFFFFF;
	/*font-size:small;*/
	font-weight:bold;
	border:#CCCC66 4px groove;
	margin:10px;
	padding:10px 0px 5px 35px;
	width:280px;
	color:#336600;
	text-align:left;
}
/* Add disc image to list items */
.highlightBox li{
    list-style:disc;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	border-top:4px groove teal;
} 
.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 */
	font-size:11px;
}
.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;
}
/* Center an image in the container */
.imgCenter{
    margin: 5px 80px 5px 60px;
}
.imgRight{
    float:right;
    padding:3px;
    margin:10px 0px 15px 10px;
    background-color:#CCCCCC;
    border:1px groove #999999;
}
.imgLeft{
    float:left;
    padding:3px;
    margin:20px 15px 15px 10px;
    background-color:#CCCCCC;
    border:1px groove #999999;
}
/* center wide image */
.imgCenterLg{
    margin: 5px 20px 0px 60px;
}
/* Caption text sixe for an image */
.caption{
    font-size:small;
    text-align:center;
    padding-top:5px;
    margin-top:0px;
}
/* Center align text */
.textCenter{
    text-align:center;
}
.cylinder{
	text-align:center;
	border: 1px #999999 solid;
	margin-top:10px;
	background-color:#ECECEC;
    font-size:smaller;
}
.cylinder th{
	font-size:smaller;
	border: 1px #999999 solid;
	}

.cylinder td{
	font-size:smaller;
	border: 1px #999999 solid;
	}
.textLeft{
    text-align:left;
    font-size:smaller;
}
	/* Trademark font size */
.smallText{
	font-size:smaller;
}
.boldFont {
	background-color:#FFFFFF;
	font-size:12px;
	border:#CCCC66 4px groove;
	margin:0px 0px 0px 10px;
	padding:5px 0px 5px 35px;
	width:260px;
	color:#336600;
}
.normalText{
    font-size:medium;
}
.gapTop{
	padding-top:70px;
}

p.event{
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
	font-size:.9em;
}
p.event img{
	float:left;
	padding:0px;
	margin:0px 2px 10px 0px;;
}

.fieldsetborder{
	border:2px #0000CC double;
	padding:0px 5px 5px 5px;
	font-weight:normal;
	background-color:#FFFFCC;
}