* { 
   padding: 0;   /* No default padding */
   margin: 0;    /* No default margins */
   border: none; /* No default borders i.e. images, input text fields */
}

html {
    overflow: scroll; 
}

body {
    position: relative;
    height: 1450px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: rgb(188, 203, 152);
}

.container {
    position: relative;
    width: 980px; 
    height: 1426px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

#banner {

    position: absolute; 
    left: 10px;
    top: 5px;
    width: 960px; 
    height: 100px; 
    z-index: 0;
  
}

#release {

    position: absolute; 
    left: 400px; 
    top: 70px; 
    font-size: 13pt;
    color: #99cc00;
    z-index: 1;
    display: inline;

}
    
#calendar {

    position: absolute;
    left: 25px;
    top: 115px;
    color: #556b48;

}

#edge {
    position: absolute; 
    left: 10px;
    top: 140px; 
    border: 2px solid #e0400f;
    -moz-border-radius: 15px;
    width: 956px; 
    height: 1270px; 
    z-index: 1;
    
}

/*============================= Tabbed Menu ==================================*/
#topnav {
   
    position: absolute;
    right: 30px;
    top: 112px;
    height: 29px;
    display: inline;

}

#topnav li {
    
    float: left;
    margin-right: 1px;
    list-style-type: none;
    display: inline;

}

#topnav li a img {
    
    border: none;  
    display: block;

}

#homeactive a {

    width: 58px;
    height: 29px;
    text-decoration: none;
    background: url("../images/top_menu_home_inactive.jpg") no-repeat;
    display: block;

}

#homeactive img {
    visibility: hidden;
}   

#knowledge a {
   
    width: 158px;
    height: 29px;
    text-decoration: none;
    background: url("../images/top_menu_knowledge_center_inactive.jpg") no-repeat;
    display: block;

}

#knowledge img {
    visibility: hidden;
}   

#about a {
   
    width: 83px;
    height: 29px;
    text-decoration: none;
    background: url("../images/top_menu_about_inactive.jpg") no-repeat;
    display: block;

}

#about img {
    visibility: hidden;
}   

#tos a {
   
    width: 140px;
    height: 29px;
    text-decoration: none;
    background: url("../images/top_menu_tos_inactive.jpg") no-repeat;
    display: block;

}

#tos img {
    visibility: hidden;
}   

#feedback a {
    
    width: 93px;
    height: 29px;
    text-decoration: none;
    background: url("../images/top_menu_feedback_inactive.jpg") no-repeat;
    display: block;

}

#feedback img {
    visibility: hidden;
}   

/*============================ Report Menu ===================================*/
#navigation {
    position: absolute; 
    left: 25px;
    top: 155px;
    width: 178px;
    height: 1245px;
    font-family: Arial, sans-serif;
    z-index: 2; 
    overflow: hidden;   
}

#navigation li {
    border-top: 1px solid #556B48;
    list-style-type: none;
}

.category {
    padding: 3px 0px;
    margin-top: 3px;
    margin-bottom: 4px;
    background-color: #327832;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
}

.subcategory h3 {
    padding: 1px 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #d2e1b3;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 10pt;
}

.subcategory h3:hover {
    background-color: #F5F5F5;
    color: black;
}

.subcat_icon {
    position: absolute;
    right: 1px;
    bottom: 1px;
    font-weight: normal;
    font-size: 8pt;
    font-family: monospace;
}

#filler {
    width: 100%;
    height: 1000px;
    margin-top: 3px;
    background-color: #327832;
    font-size: 10pt;
    padding-top: 20px;
    color: white;
}

#firefox {
    background-color:#327832;
    border: none;
    display: block;
    margin: 12px 0px;
}

.report {

    padding: 3px 4px 3px 0px;
    text-align: right;

}

.report a {

    display: block;

}

.report a:link, .report a:visited {
     color: black;
     text-decoration: none;
}

.report a:hover {
/*  color: #327832;*/
    color: #e0400f;
    text-decoration: underline;
}


.hide{
    display: none;
}

.show{
    display: block;
    overflow: hidden;
}

/*=============================== Top Frame ==================================*/
#topframe {    
    position: absolute;
    left: 218px; 
    top: 155px; 
    width: 555px;
    height: 400px;
    border: none;
    overflow: hidden;
    z-index: 3;
}

.topframecontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
}

.topframetitle {
    position: relative;
    padding: 3px;
    font: 14pt Verdana, sans-serif;
    color: black;
    text-align: left;
}

.topframetitlerule {
    margin: 4px 0px;
    border: none; 
    border-bottom: 1px solid #e0400f;
}

.topframetitlerule hr { display: none; }

.topframetext {
    position: relative;
    width: 554px;
    height: 361px;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    font-family: Verdana, sans-serif;
    text-align: left;
    overflow: auto;
}

.topframeheading {
    padding: 3px;
    background-color: #ff8811;
    font: bold 11pt Verdana, sans-serif;
    color: #4d133c;
    text-align: left;
}

.topframeheadingrule {
    margin: 4px 0px;
    border: none;
    border-bottom: 1px solid #556B48;
}

.topframeheadingrule hr { display: none; }

.reference,
.reference a {
    font-style: italic;
    font-size: 9pt;
    color: gray;
}

.quote {
    position: relative;
    text-align: justify;
    font-style: italic;
    padding: 10px 25px;
}
.quote:before {
    content: open-quote;
}
.quote:after {
    content: close-quote;
}
/*============================== Bottom Frame ================================*/

.iframe2 {
   position: absolute;
   left: 218px;
   top: 670px;
   width: 730px;
   height: 450px;
   border: none;
   z-index: 3;
}

#loading_iframe2 {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 728px;
   height: 449px;
   border: 1px solid lightgrey;
   background-color: white;
   z-index: 4;
}

#loading_iframe2 img {
    position: relative;
    top: 40%;
    margin: auto;
}

#bottomframe {
   position: absolute;
   left: 0px;
   top: 0px;
    /*width: 540px;*/
   width: 730px;
   height: 451px;
    /*540px;*/
  
}

.description {
    position: relative;
    padding: 5px 3px;
}

.descbold {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    display: inline;
}

.descitalic {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-style: italic;
    display: inline;
}

.descunderline {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    display: inline;

}

.knowledgeanchor {
    text-decoration: underline;
    color: blue;
    font-weight: normal;
    font-size: 10pt;
    cursor: pointer;
}

.descriptionlist {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.listnostyle {
    list-style-type: none;
    line-height: 1px;
    font-size: 5pt;
}

.altlink {
    color: white;
    display: inline;
    font-size: 0.01em;
}

.backtotop {
    text-decoration: underline;
    color: blue;
    font-weight: normal;
    font-size: 10pt;
    cursor: pointer;
}

.tos_section {
    font-size: 10pt;
    font-weight: bold;
}

/*Begin Reports*/
#reportitle {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 728px;
    height: 25px;
    padding-left: 3px;
    padding-top: 3px;
    border-bottom: 1px solid #e0400f;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: black;
    text-align: left;
}

#reportheading {
    position: absolute;
    left: 0px;
    top: 33px;
    width: 728px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
    background-color: #d2e1b3;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    color: #3a3a3a;
    text-align: left;
}

#reportdate {
    position: absolute;
    /*left: 530px;*/
    top: 40px;
    right: 275px;
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    color: #3a3a3a;
} 

#rule {
    position: absolute;
    left: 0px;
    top: 63px;
    width: 728px;
    height: 1px;
    padding-top: 0px;
    padding-left: 3px;
    border-top: 1px solid #556B48;
    display: block;
}

/*============================================================================*/
/* Table container div */
.reportext {
    /* position */
    position: absolute;
    left: 0px;
    top: 69px;
    /* size */
    width: 728px;
    height: 380px;
    /* style */
    border: 1px solid #808080;
    font-family: Verdana, sans-serif;
    color: #282e22; 
    text-align: left;    
    /* display */
    padding: 0px;
    margin: 0px;
    overflow-y: hidden;
}

/*============================================================================*/
/* Table */
.reportable {
    /* display */
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 1px;
}

/*============================================================================*/
/* Table header */
.reporthead tr th {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #808080;
    background-color: #9EAE68;
    text-align: center;
    white-space: nowrap;
}

/*============================================================================*/
/* Table body */
.reportbody {
    height: 317px;
	  overflow-x: hidden;
}

.reportbody tr td {
    cursor: default;
    border: 1px solid #D3D3D3;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.9em;
    white-space: nowrap;
}

.reportbody tr:hover td {
    border-top-color: #FF3300;
    border-bottom-color: #FF3300;
}

.reporthead tr th:last-child,.reportbody tr td:last-child {
    padding-right: 20px;
}


/*============================================================================*/
/* Table row alternating colors */

.trnocolor td {
    background-color: #f0f1ef;
}

.trcolor td {
    background-color: #ebe0c7;
}

/*============================================================================*/
/* Text alignment */

.tdtextcenter {
    text-align: center;
}

.tdtextright {
    text-align: right;
      
}

#feedbackform {
       
       position: relative;
       top: 7px;
       width: 510px;
       margin: 1px;
       padding-top: 3px;
       padding-left: 3px;
       padding-right: 3px;
       display: block;
}

#feedbacktable {
       
       position: absolute;
       left: 0.15em;
       top: 2px;
       padding: 1px;
       table-layout: auto;
       border-collapse: collapse;
           
}

.feedbacklabel {
       width: 110px;
       white-space: nowrap;
       
}

.feedbackinfo {

      border: none;
      padding-top: 3px;
      font-family: verdana, sans-serif;
	    font-size: 10pt;
	    white-space: nowrap;
	    
}

.feedbackinfo input,
.feedbackinfo textarea {
      font-family: verdana, sans-serif;
	    font-size: 9pt;
	    border: 1px solid lightgrey;
}

.feedbackinfo input[type="submit"] {
	    border: 3px outset grey;
}

.thankyou {
      
      font-family: verdana, sans-serif;
      font-size: 14pt;
      text-align: center;
}

#loading {
    position: absolute; 
    left: -90px; 
    top: -30px; 
    background: white; 
}

/* Amazon */

#amazon_sidebar_outer {
    position: absolute;
    top: 155px;
    left: 790px;
    height: 500px;
    width: 146px;
    padding: 0px 5px;
    border: 1px solid lightgrey;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

#amazon_sidebar_inner {
    position: relative;
    height: 430px;
    width: 100%;
    overflow: hidden;
}

#amazon_sidebar_logo {
    position: relative;
    margin-top: 12px;
    margin-bottom: 10px;
}

#amazon_sidebar_inner a {
    display: block;
    margin: 16px 0px;
}

#amazon_sidebar_inner a img {
    border: none;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.amazonrule {
    border: none;
    border: 1px outset lightgrey;
    height: 1px;
    background-color: lightgrey;
}

#amazon_sidebar_inner .amazonrule {
    margin: 12px 0px;
}

.amazonrule hr { display: none; }

#centerad {
    position: absolute;
    padding: 13px 42px;
    padding-bottom: 15px;
    padding-left: 43px;
    top: 568px;
    left: 218px;
    width: 468px;
    height: 60px;
    z-index: 10;
    border: 1px solid lightgrey;
}

#bottomad {
    position: absolute;
    top: 1140px;
    left: 218px;
    z-index: 10;
    width: 728px;
    height: 90px;
    border: 1px solid lightgrey;
}

caption {
    display: none;
}