
/*******************************
    Global Resets
*******************************/ 
 
html, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, blockquote, fieldset, input {
  margin: 0; 
  padding: 0; 
}

fieldset, img, button { 
  border: none; 
}

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}

:focus, input:focus, button:focus, button:active, button:hover {
  outline: 0;
}

sub, sup {
  font-size: 8px;
  line-height: 0;
}

html {
	height:100%;
}

body {
  height: 100%;
}

body {
  background-color: #CCCCCC;
  background-image: url(../_img/chrome/bcbg2.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/*******************************
          Global Styles 
 *******************************/

#wrapper {
  width: 1000px;
  height: 804px;
  padding: 18px 0px 0px;
  background: url(../images/placeholder.jpg) no-repeat;  
  margin: 0 auto;
}

#menu {
        position: absolute;
  margin-left: 0px;  
        text-align: left;
}

/*******************************
          Top Nav Bar    
 *******************************/

.topNavSmall {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
  padding-right: 10px;
  color: #666666;
}
 
.topNavSmall a:link    { color:#666666; text-decoration:none; }
.topNavSmall a:visited { color:#666666; text-decoration:none; }
.topNavSmall a:hover   { color:#FF0000; text-decoration:none; }

.topNavLarge {
  /*background-color: #F5F5F5;*/
  font-family: Helvetica, Arial;
  font-size: 11px;
  font-weight: bold;
/*  color: #CC0000;*/
  text-align: center;
  /*height: 13px;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;*/
  padding-top: 4px;
  padding-bottom: 3px;
  *padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 3px;
  text-transform: uppercase; 
}

.topNavLarge input {
  background-color: #FFFFFF;
  vertical-align: 0px;
  border-left: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-size: 11px;
  margin-right: 0px;
}

.topNavLarge a:link    { color:#CC0000; text-decoration:none; }
.topNavLarge a:visited { color:#CC0000; text-decoration:none; }
.topNavLarge a:hover   { color:#000000; text-decoration:none; }

.upperNavLarge {
  background-color: #f5f5f5;
  color: #ca0003;
  border: 1px solid #e0e0e0;
}

.bottomNav {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
  padding-left: 12px;
  padding-right: 12px;
  color: #666666;
}

.bottomNav a:link    { color:#666666; text-decoration:none; }
.bottomNav a:visited { color:#666666; text-decoration:none; }
.bottomNav a:hover   { color:#FF0000; text-decoration:none; }

#tn_dl_submit, #tn_search_submit {
  border: none;
  color: #CC0000;
  background-color: #F5F5F5;
  font-family: Helvetica,Arial;
  font-size: 11px;
  font-weight: bold;
  /*vertical-align: -2px;*/
  cursor: pointer;
}

.breadcrumbs {
  background-color: #E0E0E0;
  font-family: Helvetica, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  padding-left: 0px;
}

.breadcrumbs a:link    { color:#666666; text-decoration:none; }
.breadcrumbs a:visited { color:#666666; text-decoration:none; }
.breadcrumbs a:hover   { color:#FF0000; text-decoration:none; }

/* new nav design 2011 */
.t-align-center {
  text-align: center;
}

.td-sc-nav,
.td-sc-nav a {
  color: #ffffff;
  background-color: #f70202;
}

.td-sc-nav:hover,
.td-sc-nav:hover a,
.td-sc-nav.active,
.td-sc-nav.active a {
  color: #ca0003;
  background-color: #ffffff;
}

.td-sc-nav a {
  text-decoration:none;
  font-weight: bold;
  font-size: 11px;
  display:block;
  clear:both;
  white-space:pre;
}

.td-row {
  color: #f70202;
  background-color: #e5e5e5;
}

.dib {
  display: inline-block;
}

.dblock {
  display: block;
}

