﻿body
{
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 100px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(Assets/Background-Metal1.gif);
	background-repeat: repeat-y;
	font-family: Arial;
	color: #333333;
	font-weight:bold;
}
body.BodyPlain
{
	margin: 0;
	padding: 0;
	border: 0;
	margin-left: 15px;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: none;
	height: 100%;
	font-family: Arial;
	color: #333333;
	font-weight:bold;
}
div
{
/*	border: solid 1px black; */ /* Used for debugging purposes */
}
h1
{
	width: 100%;
	text-align: center;
	font-size: xx-large;
	font-weight: bolder;
	font-style: italic;
	margin: 0pt;
	padding: 0pt; 
}
h1.PageHdr
{
	color: White;
	position: relative;
	vertical-align:text-top;
	top: -10px;
}
h2
{
	/*	line-height: 0pt; */
	margin-top: 0pt;
	margin-bottom: 0pt;
}
h3
{
	/*	line-height: 0pt; */
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: medium;
}
h3.em
{
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: medium;
	font-style: italic;
}
hr	/* Horizontal Rule */
{
	color: Gray;
	height: 2px;
	width: 100%;
}
p
{
	margin-top: 0pt;
	font-weight:bold;
}
/* Use the following to control the general placement of the Dreamweaver NavBar and Elements*/
.Navigation
{
	position: absolute;
	left: 0px;
	top: 120px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	/* border: solid 1px blue; */
}
.NavButton
{
	position: relative;
	left: 10px;
	padding-bottom: 6px;
}
#eCommerceLogo
{
	position: relative;
	color:#333333;
}
#Top
{
	background-color: Transparent;
	position: relative;
	width: 100%;
	height: 100px;
	left: 60pt;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
#TopPlain /*Page Logo Without Navigation on Left (Contacts)*/
{
	background-color: Transparent;
	position: relative;
	width: 100%;
	height: 100px;
	left: -130px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
#MiddleTop
{
	height: 8px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -4px;
	top: -4px;
	display: inline;
	border: 0px; /* border: solid 1px black; */
}
#Main
{
	background-color: transparent;
	height: 100%;
	width: 800px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 200;
	text-align: left;
}
#MainPlain
{
	position:absolute;
	background-color: transparent;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 200;
	text-align: left;
}
#Middle
{
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 89px;
	z-index: 200;
	border: 0px;
	top: 30px;
}
#MiddlePlain
{
	/*	background-color: #f1f1ed; */
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	left: 0px;
	/* top: 53px; */
	z-index: 200;
	border: 0px; 
	/*border: solid 1px black;*/
}
#NewsArticleList
{
	position: relative;
	display:inline;
	top: -30px;
	left: 20px;
	z-index: 200;
	margin: 0px;
	padding: 0px;
}
#Bottom
{
	background-color: Transparent;
	position: relative;
	width: 100%;
	left: 70pt;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
}
#BottomPlain
{
	background-color: Transparent;
	position: relative;
	width: 100%;
	left: 0pt;
	padding: 0px;
	margin: 0px;
}
IMG.ImgSlide
{
	filter: progid:DXImageTransform.Microsoft.RandomDissolve(duration=1.5);
}
IMG.ImgTitle2
{
   margin: 0px;
   padding: 0px;
   border: 0px;
   width: 100%;
   position: fixed;
   top: -20px;
}
div.PageHdr
{
  	position: relative;
	top: -15px;
}
div.PageHdrPlain /* Title image */
{
   overflow:hidden;
  	position: relative;
	top: -5px;
	left: -85px;
}

div.FootNote /* Footnote - Smaller Font, Indented */
{
   overflow:hidden;
  	position: relative;
	left: 10px;
	top: 5px;
	font-size:smaller;
}

IMG.ImgLeft
{
   float:left;
   margin-right: 8px;
   margin-left: 0px;
}
IMG.ImgRight
{
   float:right;
   margin-left: 8px;
   margin-right: 0px;
}
.ContactHeadings
{
	display:inline;	/* Required to keep from putting break before and after like a heading */
	font-weight:bolder;
	color: Black;
	width: 190px;
	text-align: right;
	padding-right:5px;
}
.ContactDetail
{
	font-weight:normal;
	position:relative; 
	top: -1.1em; /* Required to move up next to heading */
	text-align: left;
	padding-left:190px;
}

.Contact
{
	display:inline;	/* Required to keep from putting break before and after like a heading */
	font-weight:normal;
}
