/* MOSS Overrides */

@import url('override.css');




/** HTML Overrides **/


body {
  text-align: center; /* IE 5.5 centering */

  margin: 0;
  padding: 0;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  background: #dfdbdb;
}

.clearBoth {
  clear: both;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

a {
  font-size: inherit;
  color: #cc0000;
  text-decoration: none;
  
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0px 0px 1em 0px;
  padding: 0;

  line-height: 1.4em;
}

sup {
  position: relative;
  bottom: 0.33em;
  vertical-align: baseline;
  
  font-style: normal;
}

sub {
  position: relative;
  bottom: -0.25em;
  vertical-align: baseline;
  
  font-style: normal;
}

img {
  border: 0;
}

form {
  margin: 0;
}

input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

input[type=text] {
  border: 1px solid #CCCCCC;
}

input.inputImage {
  border-style:none;
  width:auto !important;
}

select {
  border: 1px solid #CCCCCC;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

textarea {
  border: 1px solid #CCCCCC;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
}

table tr {
  vertical-align: top;
}

ol {
  margin: 0px 0px 1.4em 13px;
  padding: 0px 0px 0px 13px;
  
  font-size: 12px;
}

ul {
  margin: 0px 0px 1.4em 8px;
  padding: 0px 0px 0px 8px;
  
  font-size: 12px;
}

ol li, ul li {
  margin: .13em 0px .12em 0px;
  padding: 0;
}




/** 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;
}

.nowrap {
  white-space: nowrap;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.displayInline {
  display: inline;
}

a.video, div.video a {
  display:inline-block;
  height:17px;
  padding:3px 0px 0px 26px;
  background:url('../images/backend/common/icon_video.gif') no-repeat 0px 0px;
}

a.pdf, div.pdf a {
  display:inline-block;  
  padding:40px 0px 0px 0px;
  background:url('../images/backend/common/icon_acrobat.gif') no-repeat 40% 0;
  
  font-weight:bold;
  font-size:11px;
  line-height:12px;
  text-align:center;
  width:62px;
}

.hideshift { 
  position:absolute!important; 
  top:-9998px; 
}


/** Page Layout **/


div#mainContainer {
  width: 970px;
  padding:0 16px;
  margin: 0px auto 0px auto;
  
  background:#ffffff;
  
  text-align: left;
}


/* Header */

div#headerContainer {
  width: 978px;
  margin:0 -4px;
  height: 98px;
  
  background-color: transparent;  
  position:relative;
  z-index:20;
}

div#headerStripe {
  width:970px;
  margin:0px auto;
  overflow:hidden;
  height:67px;
  position:relative;
}

div#brandlogo {
  position:absolute;
  left:20px;
  bottom:16px;
}

div#tagline {
  position:absolute;
  right:20px;
  bottom:9px;
}

div#utilityNav {
  float: right;
  line-height:58px;
  
  margin: 0px 21px 0px 0px;
}

div#utilityNav ul {
  list-style-type: none;
  
  margin: 0px -6px 0px 0px;
  padding: 0;
}

div#utilityNav ul li {
  float: left;
  
  margin: 0;
  padding: 0px 6px 0px 6px;
  
  font-size: 10px;
  font-weight: bold;
  color: #336699;
}

div#utilityNav ul li a {
  color: #ffffff;  
}


/* Top Nav */

div#topNavContainer {
  width: 954px;
  height: 31px;
  position:relative;
  left:12px;
  z-index:100;
}

div#topNavLeft, div#topNavRight {
  position:absolute;
  width:24px;
  height:31px;
  left:-12px;
  
  background:url(../images/backend/common/bkg-topnav-end.png) no-repeat 0px 0px;
}

div#topNavRight {
  right:-12px;
  left:auto;
  background-position:top right;
}

div#topNavLinks {
  width: 100%;
  height: 31px;
  position:absolute;
  z-index:10;
  
  background:url(../images/backend/common/bkg-topnav.png) repeat-x 0px 0px;
}

/* Body */
div#bodyContainer {
  min-height:400px;
}

div#bodyContainer ul li {
  list-style-type:none;
  background:url('../images/backend/common/icon_list.gif') no-repeat 0px 6px;
  margin-left:-15px;
  padding:0px 0px 0px 15px;  
}

/* Subnav */

div#content_sub ul.sectionnav {
  margin:24px 16px 20px 24px;
}

div#content_sub ul.sectionnav li {
  background-image:none;
  margin-top:8px;
}

div#content_sub ul.sectionnav li.path {
  background:url('../images/backend/common/icon_subnav_off.gif') no-repeat 0px 4px;
  margin-top:8px;
}

div#content_sub ul.sectionnav li.current {
  background:url('../images/backend/common/icon_subnav_on.gif') no-repeat 0px 4px;
}

ul.sectionnav li, ul.sectionnav li a {
  color:#fff;
  font-family:verdana;
  font-weight:normal;
  font-size:11px;
}

div#content_sub ul.sectionnav li.path, ul.sectionnav a.path {
  font-weight:bold;
  font-size:12px;
}

div#content_sub ul.sectionnav li.current, ul.sectionnav li.current a.path {
  color:#ff9900;
  font-weight:bold;
  font-size:12px;
}


/* Footer */

div#footer {
  width: 880px;
  padding:10px 45px;
  margin: 10px auto 0px auto;
  clear:both;
  position:relative;
  
  text-align: center;
  
  font-size: 10px;
  color: #666666;
  background:#ffffff url(../images/backend/common/bkg-footer.png) no-repeat 50px 0px;
}

img#footerlogo {
  display:block;
  position:absolute;
  right:54px;
  top:-20px;
}

div#footerNav {
  width: 100%;
}

div#footerNav ul {
  margin: 0 -8px 0 -8px;
  padding: 0;
  
  list-style-type: none;
  
  text-align: center;
}

div#footerNav ul li {
  display: inline;
  
  margin: 0;
  padding: 0px 5px 0px 5px;
  
  font-size: 10px;
  font-weight: bold;
  text-transform:uppercase;
}

div#footerNav ul li a {
  color: #666666;  
  position:relative;
  top:1px;
  text-transform:uppercase;
}

.updated
    { position:relative; }
.updated .icon
    { display:block; position:absolute; bottom:1em; left:1.5em; height:19px; width:55px; background:url(../images/backend/common/icon_updated.gif) no-repeat 0 0; }
  
div.seoTextMargin {
  margin: 30px 16px 18px 16px;
  
  text-align: center;
}

