﻿/* CSS Document */

.copper 
{
  overflow:hidden;
	margin: 0 auto;
	padding: 0;
}
.copper .container 
{
  overflow:hidden;
  border-color: #793e26;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
}

.copper .container .hideoverflow {
  overflow:hidden;
}

.copper .container .justify {
  overflow:hidden;
  text-align :justify;
  padding-left: 20px;
  padding-right: 20px;
}

.copper .container .homelinks {
  overflow:hidden;
  text-align :center;
  padding-top: 3px;
  padding-bottom: 3px;
}

/**** H1 - CONTAINER TITLE ****/
.copper .container h1 {
	background-image:url(../_images/coppergradH16.png);
	background-repeat:repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	padding:1px 0px 2px;
	margin:0;
	color:White;
}

/**** H2 - 14px ****/
.copper .container h2 {
  font-size:14px;
	font-weight:normal;
	text-align:center;
	margin:0;
}


.copper .container h2.services 
{
  font-size:16px;
  text-align:left;
	font-weight:bold;
	color:Red;
	padding:0;
	margin:0 0 0 0.5em;
}

.copper .container h2.scripts 
{
  font-variant:small-caps;
}

.copper .container h2.bold
{
	font-weight:bold;
}

.copper .container h2.left
{
  text-align:left;
  margin: 0em 0em 0em 2em;
}

/**** H3 - 12px ****/
.copper .container h3 {
  font-size:12px;
	font-weight:normal;
	margin:0;
}

.copper .container h3.white {
  color:White;
  text-align:center;
}

.copper .container h3.underline
{
  text-decoration:underline;
  text-align:center;
}

.copper .container h3.label
{
  margin: 1.5em 0em -0.5em 0em;
  text-decoration:underline;
}

.copper .container h3.labelcenter
{
  margin: 1em 0em 0em 0em;
  text-decoration:underline;
  text-align:center;
}

.copper .container h3.scripts
{
  margin: 0em 2em 0em 1em;
  text-indent:2em;
}

.copper .container h3.center
{
  text-align:center;
}

/**** H4 - 11px ****/
.copper .container h4 
{
  text-indent:2em;
  font-size:11px;
	font-weight:normal;
	margin: 1em 0em 0em 0em;
}

.copper .container h4.scripts
{
  margin: 0em 2em 0em 1em;
}

.copper .container h4.noMargin
{
	margin: 0em 0em 0em 0em;
}

.copper .container h4.MyAccount
{
	margin: 0 1em 0 0.5em;
  text-indent:0;
  text-align:justify;
}

.copper .container h4.right
{
  text-align:right;
}

.copper .container h4.center
{
  text-align:center;
}

.copper .container h4.left
{
  text-align:left;
}

/**** H5 - 10px ****/
.copper .container h5 {
  font-size: 10px;
	margin:0;
	font-weight:normal;
}

.copper .container h5.center {
	text-align:center;
	margin-bottom:10px;
}

.copper .container h5.left {
	text-align:left;
}	

.copper .container h5.right {
	text-align:right;
	padding-right:10px;
}	

/**** H6 - 9px ****/
.copper .container h6 {
  font-size: 9px;
	margin:0;
	font-weight:normal;
}

.copper .container h6.bold {
	font-weight:bold;
}

.copper .container h6.warning {
	font-weight:bold;
	color:Red;
}