﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
} 

body	{
	
	background-color:gray;
	min-width:750px;
	
}

/*-- Masthead --*/
#banner 	{
	background-image:url('images/pipe_masthead_untitled.jpg');
	padding: 15px 0px 5px 15px;
	height: 125px;
	width:100%;
	background-repeat: no-repeat; 
}
/*-- end Masthead--*/



/*-- Containers --*/
#navcontainer a	{
	font-variant:small-caps;
	color: #B7DCE8;
	}

#container	{
	min-width:750px;
	background-color:gray;
}

#content	{
	width:700px;
	background: gray repeat-y;
	padding-left:210px;
}
#formfields	{
	background: gray;
}	

.contentwrapper {
	border: 1px black inset;
	padding: 10px 10px;
	margin: 10px 0px;
}
	
.contentnorm {
	background-color: #999999;
	padding: 10px 10px;
	margin: 10px 0px;
}

.contentnorm2 {
	background-color: #676767;
	padding: 10px 10px;
	margin: 10px 0px;
}

.contentalt {
	background-color:gray;
	padding: 10px 10px;
	margin: 10px 0px;
}

.contentold h1 {
	color:#DCD0A3;
}

.contentold h3{
	color: black;
}

.contentold h2{
	color: black;
}

.contentold p{
	color: black;
}

#footer	{
	background: gray;
}

/*-- end Containers --*/





/*---Horizontal menu----*/
#navlist 	{
	padding-left:5%;
	width: 95%;
}

#navlist li	{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: white;
	
}


/*- Menu 14--------------------------- */
#menu14 {
	position:absolute;
	margin: 3px 5px 5px 0px;
	float: left;
	width: 200px;
	height: 100%;
	background:gray;
	background-repeat:repeat-y;
	}
	
#menu14 ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu14 ul ul ul {
	position: absolute;
	background:gray;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	}
	
div#menu14 ul ul ul,
div#menu14 ul ul li:hover ul ul
{display: none;
background:gray;}


div#menu14 ul ul li:hover ul,
div#menu14 ul ul ul li:hover ul
{display: block;
background:gray;}

#menu14 li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 
#menu14 li a {
	height: 32px;
	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	background:gray;
	}	
	
#menu14 li a:visited {
	color: #333;
	display: block;
	background:  url('images/menu14.gif');
	padding: 8px 0 0 10px;
	}
	
#menu14 li a:link {
	color: #333;
	display: block;
	background:  url('images/menu14.gif');
	padding: 8px 0 0 10px;
	}
	
#menu14 li a:hover {
	color: black;
	background:  url('images/menu14.gif') 0 -31px;
	padding: 8px 0 0 10px;
	}
	
#leftbar {
	position: absolute;
	margin: 295px 5px 5px 0px;
	padding: 3px 5px 0px 5px;
	text-align: center;
	float: left;
	width: 190px;
	border: silver thin solid;
	background: gray;
	background-repeat: repeat-y;
	z-index: 10;
}
#leftbar h2 {
	text-align:center;
}
	
	
	
ul	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:100%;
}

ol li	{
	color: white;
	list-style:disc;
}

ol.news li a	{
	color:#B7DCE8;
}

ol li a	{
	color: #B7DCE8;
}

ol li a:hover {
	color: black;
}

ol li a:visited {
	color: #9900CC;
}

li	{
	list-style:none;
	color:white;
	font-family:"Book Antiqua", "Bookman Old Style", Garamond, Helvetica;
}

li a	{
	color: black;
	
}
	

/*-- end Menu--*/






/*-- Headers --*/

h1	{
	color: black;
	font-size: 2.25em;
	font-family: Dauphin, "Chancery Cursive", Colonial-Uncial;
	padding-left: 5px;
}

h2	{
	color: white;
	font-family: Dauphin, "Chancery Cursive", Colonial-Uncial;
	font-size: 1.5em;
	padding-top: 2px;
}

h3	{
	color: white;
	font-size:1.5em;
	font-family: Dauphin, "Chancery Cursive", Colonial-Uncial;
}

h4	{
	color: white;
	font-size:large;
}
/*-- end Headers --*/



/*-- Content Elements --*/
a  {
	color: #B7DCE8;
	text-decoration: none;
}


p	{
	margin: 2px 5px 5px 5px;
	color: white;
	font-family: "Book Antiqua", "Bookman Old Style", Garamond, Helvetica;
	padding:3px 0px 5px 3px;
	
}

p a {
	color: #B7DCE8;
}

p a:hover {
	color:black;
}

p a:visited {
	color: purple;
}

p.style1 a {
	color:navy;
}
img	{
	padding:5px 5px 5px 5px;
}

table	{
	color:white;
	text-align:left;
	border-style:none;
	font-family:"Book Antiqua", "Bookman Old Style", Garamond, Helvetica;
}

th	{
	border-style:none;
	text-align:left;
	font-family:Dauphin, "Chancery Cursive", Colonial-Uncial; 
	font-size:1.5em;
}

td	{
	padding: 3px 3px 3px 3px;
	border-style:none;
	vertical-align:top;
	}

tr	{
	border-style:none;
}

/*-- end Content--*/



/*-- styles --*/
.style1	{
	background-color:#DCD0A3;
	color:black;
}

.style2 {
	border-width: 0px;
}

.style4 {
	color: fuchsia;
	font-size: 1.75em;
}

.style5 {
	margin-left: 40px;
}