/*** j2Global Style Sheet ***/


/*********************************************************************/
/* COMMON                                                            */
/*********************************************************************/

body {
  border:  0px;
  padding:  0px;
  margin: 0px;
  background-color: #4D5D6D;
  color: #656565;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: small;
  font-style: normal;
  line-height: 150%;
}

html, body {
  height: 100%;
}

a:link, a:visited {
  color: #D30000;
  text-decoration: none;
}
a:active, a:hover {
  color: #D30000;
  text-decoration: underline;
}

h1, h2, h3  {
  margin:20px 0px 20px 0px;
  padding:0px; font-weight:normal;
}

img {
  border: 0px;
}

#page {
  width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: 8px;
}

#wrapper {
  width: 780px;
}

/*********************************************************************/
/* HEADER                                                            */
/*********************************************************************/

#header {
  width: 780px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right:10px;
}

#logo {
  width: 780px;
  margin-bottom: 4px;
}

#headerImage {
  width: 777px;
  border: 1px solid #D1D1D1;
  font-size: 0px;
}

/*********************************************************************/
/* NAV BAR                                                           */
/*********************************************************************/


#navbar {
  width: 780px;
  height: 26px;
  padding: 0;
  font-size: 0px;
  clear: both;
}
  #navbar a {
    float:left;
  }
    #navbar a img {
      border-right:  1px solid #CDCDCD;
      border-top:    1px solid #F0F0F0;
      border-bottom: 2px solid #CDCDCD;
    }
      #navbar a:hover img,
        #navbar a:active img,
        #navbar .selected img {
          border-right:  1px solid #CDCDCD;
          border-top:    1px solid #CDCDCD;
          border-bottom: 2px solid #FAFAFA;
      }
      #navbar a .leftButton {
        border-left: 1px solid #F0F0F0;
      }
        #navbar a:hover .leftButton,
        #navbar a:active .leftButton,
        #navbar .selected .leftButton {
          border-left: 1px solid #CDCDCD;
        }

      #navbar a .rightButton {
        border-right: 1px solid #F0F0F0;
      }
        #navbar a:hover .rightButton,
        #navbar a:active .rightButton,
        #navbar .selected .rightButton {
          border-right: 1px solid #CDCDCD;
        }

/*********************************************************************/
/* MAIN CONTENT                                                      */
/*********************************************************************/

#content {
  width: 590px;
  padding: 0px;
}

.bodyText {
  font-size: 10px;
}

#sectionTitle {
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 3px;
}

#dots {
  text-align: right;
  padding-right: 20px;
  margin-top: 15px;
}

#leftColumn {

}

#rightColumn {
  margin-right: 10px;
}

.floatLeft {
  float: left;
  display: inline;
}

.floatRight {
  float: right;
  display: inline;
}

/*********************************************************************/
/* SIDEBAR                                                           */
/*********************************************************************/

#sidebar {
  margin-left: 10px;
  width: 185px;
  text-align: right;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 6px;
  height: 100%;
  text-transform: uppercase;
  font-size: 10px;
}
  #sidebar a {
    color: #DDDBDC;
    font-weight: bold;
  }
  #sidebar a:hover,
  #sidebar a:active,
  #sidebar a.selected {
    color: #999FAB;
    text-decoration: none;
  }

.gradient {
  background: url('/jcom/resources/j2global/en/imagesContent/common/leftSidebarGradient.gif') repeat-x top left;
  height: 6px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 0px;
}

/*********************************************************************/
/* FOOTER                                                            */
/*********************************************************************/

#footer {
  clear: both;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  border-top:   1px solid #000000;
  padding: 10px 0;
  background-color: #223F5F;
}

#footerLinks {
  float: left;
  padding-left: 10px;
}
  #footerLinks a {
    color: #FFFFFF;
  }

#copyright {
  float: right;
  padding-right: 10px;
}

#invisibleOhs {
  clear: both;
  text-align: left;
  padding-left: 15px;
}

#invisibleOhs a {
  color: #223F5F;
  text-decoration:none;
}

#invisibleOhs a:hover {
  color: #FFFFFF;
}