
/* Eric Meyer’s CSS Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;

}

body {
  font-family: "Arial", "Trebuchet MS", sans-serif;
  font-size: 0.95em;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333333;
  background: #ffffff url(../images/page/tile.jpg);
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* Site specific settings
------------------------------------------------------------------------------*/
.trm {
  font-weight: bold;
  font-style: italic;
}

#outerwrap {
  background: transparent url("../images/page/toptile.jpg") repeat-x;
  height: 350px;
}

#content {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 7px;
  width: 990px;
}

#content img.logo {
  float: left;
}

#content .topspacer {
  background: transparent url("../images/page/topspacer.jpg") top right no-repeat;
  height: 10px;
  margin-left: 350px;
}

#content .slides {
  background: transparent url("../images/page/frames.jpg") top right no-repeat;
  padding-bottom: 5px;
}

#content .slides ul {
  margin-left:340px;
  padding-top:10px;
}

#content .main {
  font-size: 0.9em;
  line-height: 130%;
}

#content .main a{
  color: #ff0100;
  text-decoration: none;
}

#content a[href$='.pdf'] {
  padding-right: 37px;
  background: url(../images/page/pdf.png) no-repeat right top;
}

#content .main a:hover{
  text-decoration: underline;
}

#content div.ten {
  color: #eeeeee;
  float: left;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  margin-left: 15px;
  margin-top: 250px;
}

#content span.nrg {
  color: #ff0100;
}

#content span.reg {
  font-size: 0.55em;
  vertical-align: super;
}

#content .main div.col1 {
  float: left;
  margin-left: 15px;
  width: 300px;
}

#content .main div.col1 div {
  color: #ff0100;
  font-style: italic;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 0.05em;
  margin-top: 14px;
  text-align: center;
}

#content .main div.col1 div span {
  color: #111111;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
}


#content .main div.col1-2 {
  float: left;
  margin-left: 15px;
  width: 630px;
}

#content .main div.col1-3 {
  float: left;
  margin-left: 15px;
  width: 960px;
}

#content .main div.col2-3 {
  float: left;
  padding-left: 30px;
  width: 630px;
}

#content .main div.col3 {
  float: left;
  padding-left: 30px;
  width: 300px;
}

#content .main div.col3 span {
  font-size: 0.70em;
  vertical-align: super;
}

#content .main h2 {
  color: #ff0100;
  font-size: 1.1em;
  margin-bottom: 7px;
  padding-top: 17px;
}

#content .main h2 span.reg {
  font-size: 0.70em;
  font-style: normal;
  font-weight: normal;
  vertical-align: super;
}


#content .main h3 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 2px;
  padding-top: 12px;
}


#content .main p {
  margin-bottom: 7px;
}

#content .footer {
  clear: both;
  padding-top: 10px;
}

#content .footer hr {
  float: left;
  margin-top: 13px;
  border: 1px solid #ff0100;
  width: 400px;
}

#content .footer hr.right {
  float: right;
}

#content .footer p {
  float: right;
  letter-spacing: 0.1em;
  margin: 0px auto;
  padding-right: 12px;
  font-size: 0.75em;
}

#content .footer p span {
  font-size: 0.70em;
  vertical-align: super;
}

#content .footer p.notice {
  float: left;
  font-size: 0.55em;
  margin-top: -11px;
  padding-left: 15px;
  width: 960px;
}

#content .footer p.notice a {
  color: #333333;
  float: right;
  text-decoration: none;
}
