﻿/** HTML Overrides **/

body {
 { 
  margin: 0;
  padding: 0;
  
  background-image: url('../images/default/bg_page.png');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;

}

  html                      { height:100%; background:url("../images/default/bg_page.png") repeat-x scroll 0 0 #F7F7F7; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearBoth {
  clear: both;
}

.clearBoth {
  clear: left;
}

.clearRight {
  clear: right;
}

a {
  color: #FF0099;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

div.BodyCopy a {
  /*color: #00A3DD;*/
  color:#004F6B ;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  font-size: 12;  
  cursor: pointer;
}

div.BodyCopy a:hover {
  text-decoration: underline;
}

div.BodyCopy td {
  margin: 0px 0px 1em 0px;
  padding: 2px, 5px, 2px, 5px;
  line-height: 1.4em;
  color: #333333;
  font-size: 12;  
  font-family: Arial, Helvetica, sans-serif;
}

div.BodyCopy th {
  /*margin: 0px 0px 1.5em 0px;*/
	padding: 5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  /*line-height: 1em;*/
}

div.BodyCopy td.subhead {
  /*margin: 0px 0px 1.5em 0px;*/
  padding:5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold ;
  font-style:  italic;
  color: #000000;
  /*line-height: 1em;*/
}

.DGRowText
{
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	color:Black;
	/*font-family:Verdana, Arial, Tahoma, Helvetica, Sans-Serif;*/
	text-decoration:none;
}

.DGRowHeaderText
{
	font-size:10px;
	text-align:Left;
	vertical-align:middle;
	color:Black;
	/*font-family:Verdana, Arial, Tahoma, Helvetica, Sans-Serif;*/
	text-decoration:none;
}

.DGHeaderText
{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:Black;
	/*font-family:Verdana, Arial, Tahoma, Helvetica, Sans-Serif;*/
	text-decoration:none;
}

input.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold ;
	text-transform: uppercase;
	height: 19px;
	padding-left: 5px;
	cursor:hand;
	border:0;
	background: #fff url('../images/default/button_content.jpg') repeat-x;
}

.buttonEnding {
    position: absolute;
    display: inline;
    width: 10px;
    height: 19px;
    background: url('../images/default/button_end.jpg') no-repeat;
}

.buttonFront {
    position: absolute;
    display: inline;
    width: 5px;
    height: 19px;
    background: url('../images/default/button_front.jpg') no-repeat;
}
	
p {
  margin: 0px 0px 1em 0px;
  padding: 0;

  line-height: 1.4em;
  
  font-weight: normal;
  color: #333333;
}

sup, sub {
  font-size: .85em;
  line-height: .75em;
}

img {
  border: 0;
}

form {
  margin: 0;
}

input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
 }

input.inputImage {
  width: auto !important;
}

select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

ol {
  margin: 0px 0px 0px 13px;
  padding: 0px 0px 0px 13px;  
}

ul {
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 8px;
}

table tr {
  vertical-align: top;
}

table.Glossary a 
{/* override div.BodyCopy a */
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-style: normal ;
  font-size: 12;  
  cursor:auto ;
}

table.Glossary a:hover 
{/* override div.BodyCopy a:hover */
  text-decoration: none;
  cursor: auto ;
}


/** Generic Use **/


div.floatLeft {
  float: left;
}

div.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.pink {
  color: #FF0099;
}

.silver {
  color: #E5E6E8;
}

.nowrap {
  white-space: nowrap;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.displayInline {
  display: inline;
}




/** Page Layout **/


#container {
  width: 968px;
  margin: 0px auto 0px auto;
	
 /* background-color: #FFFFFF; */
}

img.logo {
  margin: 10px;
}

img.utilityNavText {
  margin: 18px 15px 0px 15px;
}

img.utilityNavDivider {
  margin: 21px 0px 0px 0px;
}

img.utilityNavTextEnd {
  margin: 18px 14px 0px 15px;
}

form.utilityNavSearchForm {
  display: inline;
}

input.utilityNavTextBox {
  margin: 13px 0px 0px 0px;
  width: 129px; 

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
}

a.utilityNavText, a.utilitynavText:hover {
  margin: 18px 15px 15px 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #6C6C6C;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  height:8;
} 
 

input.utilityNavSearch {
  margin: 18px 13px 0px 7px;
}

div.globalHeader {
  width: 968px;
  height: 40px;
  
  background-image: url('../images/default/bg_masthead.jpg');
  background-repeat: repeat-x;
   
  clear: both;
}

div.globalHeader ul {
  list-style: none;
  
  margin: 0;
  padding: 0;
}

div.globalHeader ul li {
  float: left;
  padding: 13px 30px 12px 30px;
  
  background-image: none;
  background-image: expression(
        this.onmouseover = new Function("this.className += ' globalHeaderHover';"),
        this.onmouseout = new Function("this.className = this.className.replace('globalHeaderHover', '');"),
        this.style.behavior = null
  );
  background-repeat: no-repeat;
  
  cursor: default;
}

div.globalHeader ul li:hover, li.globalHeaderHover {
  background-image: url('../images/default/main_nav-hover.gif') !important;
  background-repeat: repeat-x !important;
}

div.globalHeader ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #6C6C6C;
  text-transform: uppercase;
}

div.globalHeader ul li a:hover {
  text-decoration: none;
}


div.bodyContainer {
  margin: 0px 9px 0px 9px;
}

div.keepGoingFooter {
  margin: 20px 0px 0px 0px;
}

#footer {
  width: 968px;
  margin: 0px auto 0px auto;
  
  text-align: center;
  
  font-size: 10px;
}

img.footerNavTextBegin {
  margin: 27px 15px 0px 0px;
}

img.footerNavText {
  margin: 27px 15px 0px 15px;
}

img.footerNavDivider {
  margin: 27px 0px 0px 0px;
}

img.footerNavTextEnd {
  margin: 27px 20px 0px 15px;
}

form.footerNavSelectAWebsiteForm {
  margin: 0px;
}

select.footerNavComboBox {
  margin: 20px 0px 0px 0px;
  width: 179px; 

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

input.footerNavGo, img.footerNavGo {
  margin: 27px 0px 0px 14px;
  
}

div.seoTextMargin {
  margin: 30px 0px 18px 0px;
}