/* -------------------------------------------------------------- */
/* global styles */
/* -------------------------------------------------------------- */

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: #000 url('../../images/global/backgroundgradient.gif') top left repeat-x;
  text-align: left;
  font-family: Arial, Helvetica;
  font-size: 10pt;
}

a {
  color: #000;
}

h2 {
  font-size: 10pt;
}

#pageContainer {
  background-color: #000;
  margin: 0px auto;
  border-collapse: collapse;
  border: none;
}

#pageContainer td {
  padding: 0px;
}

/* -------------------------------------------------------------- */
/* header */
/* -------------------------------------------------------------- */

#leftPageShadow {
  width: 15px; 
  background: #000 url('../../images/global/shadowleft.gif') top right no-repeat;
}

#rightPageShadow {
  width: 15px; 
  background: #000 url('../../images/global/shadowright.gif') top left no-repeat;
}

#header {
  width: 740px; 
  height: 92px; 
  text-align: left; 
  background-color: #000;
}

#header table {
  border: 0px;
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
}

#header a {
  color: #FFF; 
  text-decoration: underline; 
}

#header td {
  color: #FFF;
  font-family: Arial, Helvetica;
  font-size: 10pt;
}

#header td p {
  margin: 0px;
  margin-top: 3px;
  margin-right: 5px;
  text-align: right;
}

#phone {
  font-family: Impact, Arial;
  font-size: 14pt;
  padding-bottom: 10px;
}

#phone a {
  text-decoration: none;
}

#header input {
  type: text;
  width: 40px;
}

#banner {
  width: 370px;
}

#header img {
  padding-left: 10px;
}

#changeLanguageMenu {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #000;
  z-index: 100;
  padding: 0px 10px 5px 10px;
}

#changeLanguageMenu ul {
  padding-left: 20px;
}

#changeLanguageMenu ul a:hover {
  text-decoration: underline;
}

#changeLanguageMenu ul a {
  text-decoration: none;
}

/* -------------------------------------------------------------- */
/* global navbar */
/* -------------------------------------------------------------- */

#globalNavBar {
  border-collapse: collapse;
  background-color: #CCC;
}

#globalNavBar td {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;

  background-image: url('../../images/global/orangegradient.jpg');
  background-color: #000;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

#globalNavBar td:hover {
  background: url('../../images/global/orangegradientreverse.jpg');
}

#globalNavBar .selected {
  background-color: #CCCCCC;
  background-image: none;
  border-bottom: none;
}

#globalNavBar td.selected:hover {
  background-image: none;
  background-color: #CCCCCC;
}

#globalNavBar a {
  color: #000;
  text-decoration: none;
  padding: 4px 15px 4px 15px;
}

/* -------------------------------------------------------------- */
/* content */
/* -------------------------------------------------------------- */

#contentContainer {
  background: #CCCCCC;
}

/* -------------------------------------------------------------- */
/* footer */
/* -------------------------------------------------------------- */

#footer {
  background: #000;
  width: 100%;
  border: none;
  padding: 0px;
  border-collapse: collapse;
}

#footer a {
  color: #FFF; 
  text-decoration: underline;   
}

#footer img {
  border: none;
}

#disclaimer {
  font-size: 8pt;
  text-align: center;
  clear: both;
  margin: 5px;
  margin-bottom: 8px;
}

#footer p {
  color: #FFF;
  margin: 5px 0px;
}

#footerRight {
  text-align: right;
}

#footerLeft {
  width: 140px;
}

/* -------------------------------------------------------------- */
/* container */
/* -------------------------------------------------------------- */

#container {
  background-color: #FFF;
  border: 1px solid #000;
  margin: 10px;
  padding: 2px 10px;
}

#container td {
  border-top: 1px solid #000;
}

#container img {
  border: none; 
  margin: 5px;
}

#container li {
  padding-bottom: 15px;
}

.pageTitle {
  font-size: 20pt;
  font-family: Impact, Arial, Helvetica;
  margin: 10px 0px 0px 0px;
}

#otherArticles {
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-size: 11pt;
}

/* -------------------------------------------------------------- */
/* contact us */
/* -------------------------------------------------------------- */

#contactus {
  background-color: #FFF;
  border: 1px solid #000;
  margin: 10px;
  padding: 2px 10px;
  width: 695px;
}

#contactus h3 {
  text-align: center;
}

#contactus th {
  text-align: right;
  padding-right: 10px;
}

#contactus table {
  padding-bottom: 20px;
}

.emails {
  padding: 0px 210px;
}
