
/* Basic structure of site */

html,body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:left;
    height:100%
    padding:0px;
    margin:0px;
    color: #000000;
}

table.body {
    width: 780px;
    height: 100%;
    margin:0px auto 0px 0px;
}

td.header_top {
    text-align:center;
    font-size: 12px;
    color: #000000;
    height: 10px;
    padding-bottom: 5px;    
}

td.header {
    height: 318px;
}

td.menu {
    height: 26px;
}  

td.outer {
    text-align:left;
    color: #000000;
    background: #FFFFFF;
    vertical-align: top;
}

table.outer{
    width: 100%;
    height: 100%;
}

td.footer {
    text-align:center;
    font-size: 10px;
    height:30px;
    color: #000000;
    background: #E6E6E7;
    padding: 0px 5px 0px 5px
}

/* HEADER */

/* header - top */

div.headertop_L {
    text-align: left;
    color: #AAAAAA;
    font-size: 10px;
    float: left;
    bottom: 0px;
}    

html>body div.headertop_L {
    height: 10px;
}

div.headertop_R {
    color: #AAAAAA;
    font-size: 9px;
    text-align: right;
    float: right;
}    

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
}    

#header {
    width: 780px;
    height: 318px;
    position: relative;
}  

#header_L{
    position:absolute;
    text-align: right;
    bottom: 10px;
    left: 196px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

#header_M {
    text-align: center;
    position:relative;
    width: 500px;
    height:100px;
    margin-left: 140px;
}   

* html #header_M {
    margin-left: 0px;
    left: 0px;
}

#header_R {
    text-align: left;
    bottom: 35px;
    right: 0px;
    position: absolute;
    width:200px;
}

/*header - menu*/

div.menu {
   clear: both;
   background: url('../template_images/header/menu_right.jpg') repeat-x top left;
}        

table.navitem {
}

td.navitem {
    height: 26px;
}

td.navitem_button {
    width: 30%;
}

a.navitem:link     {background: url('../template_images/header/menu_bg.jpg') repeat-x bottom left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px}
a.navitem:visited  {background: url('../template_images/header/menu_bg.jpg') repeat-x bottom left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px}
a.navitem:active   {background: url('../template_images/header/menu_bg.jpg') repeat-x bottom left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px}
a.navitem:hover {
    text-align: center;
    display: block;
    font-size: 11px; 
    font-weight: bold; 
    background: transparent;
    color: #FFFFFF; 
    height: 26px;
    text-decoration: none; 
    line-height: 26px;
    padding: 0px 10px 0px 10px;
}  

td.nav_border {
    width: 5px;
}

/*ENTRY*/

td.entry {
   font-size: 12px;
   background: #FFFFFF;
   height: 268px;
   padding-button: 20px;
   vertical-align: top;
}

div.entry_imgs div {
    position: absolute;
    z-index: 10;
}

div.entry_1 {
    top: 341px;
    left: 154px;
}

div.entry_2 {
    top: 341px;
    left: 252px;
}

div.entry_3 {
    top: 341px;
    left: 351px;
}

div.entry_4 {
    top: 341px;
    left: 449px;
}

div.entry_5 {
    top: 341px;
    left: 546px;
}

/*INFO*/

td.info {
   font-size: 12px;
   padding: 30px 0px 20px 0px;
   vertical-align: top;
}  

div.content_buttons {
    position: absolute;
    top: 318px;
    left: 175px;
    width: 605px;
}

div.content_buttons table {
    width: 100%;
    height: 23px;
}    

div.content_buttons table td a          {display:block;height:23px;line-height:23px}
div.content_buttons table td a:hover    {display:block;font-weight:bold;height:23px;line-height:23px}

div.content_buttons table td.first {
    text-align: center;
    background: url('../template_images/button_first.gif') no-repeat top left;
    width: 95px;
}

div.content_buttons table td.mid {
    text-align: center;
    background: url('../template_images/button.gif') no-repeat top left;
    width: 98px;
}

div.content_buttons table td.end {
    background: url('../template_images/button_end.gif') no-repeat top left;
    border-right: 1px solid #E9E9EA;
}

/*SIDEBAR*/

td.lhs {
    background: #FFFFFF url('../template_images/sidebar/bg.gif') no-repeat top left;
    width: 177px;
    vertical-align: top;
}

a.s_nav_home               {display: block;width:160px;height:23px;line-height:23px;color: #000000;background:#FFFFFF;padding-left: 5px;margin-left:13px}
a.s_nav_home:link          {display: block;width:160px;height:23px;line-height:23px;color: #000000;background:#FFFFFF;padding-left: 5px;margin-left:13px}
a.s_nav_home:active        {display: block;width:160px;height:23px;line-height:23px;color: #000000;background:#FFFFFF;padding-left: 5px;margin-left:13px}
a.s_nav_home:visited       {display: block;width:160px;height:23px;line-height:23px;color: #000000;background:#FFFFFF;padding-left: 5px;margin-left:13px}
a.s_nav_home:hover         {display: block;width:160px;height:23px;line-height:23px;color: #000000;background:#FFFFFF;padding-left: 5px;margin-left:13px}

* html a.s_nav_home                  {width: 165px}
* html a.s_nav_home:link             {width: 165px}
* html a.s_nav_home:active           {width: 165px}
* html a.s_nav_home:visited          {width: 165px}
* html a.s_nav_home:hover            {width: 165px}

a.s_nav               {display: block;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav:link          {display: block;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav:active        {display: block;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav:visited       {display: block;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav:hover         {display: block;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}

* html a.s_nav                  {width: 165px}
* html a.s_nav:link             {width: 165px}
* html a.s_nav:active           {width: 165px}
* html a.s_nav:visited          {width: 165px}
* html a.s_nav:hover            {width: 165px}

a.s_nav_active               {display: block;font-weight: bold;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav_active:link          {display: block;font-weight: bold;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav_active:active        {display: block;font-weight: bold;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav_active:visited       {display: block;font-weight: bold;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}
a.s_nav_active:hover         {display: block;font-weight: bold;width:160px;height:23px;line-height:23px;color: #000000;padding-left: 5px;margin-left:13px}

* html a.s_nav_active                  {width: 165px}
* html a.s_nav_active:link             {width: 165px}
* html a.s_nav_active:active           {width: 165px}
* html a.s_nav_active:visited          {width: 165px}
* html a.s_nav_active:hover            {width: 165px}

td.lhs #b:link      {font-weight: bold}
td.lhs #b:active    {font-weight: bold}
td.lhs #b:visited   {font-weight: bold}
td.lhs #b:hover     {font-weight: bold}

/* sub items */

td.lhs_sub {
    width: 180px;
    padding: 30px 0px 0px 10px;
    vertical-align: top
}  

a.nav_sub_item               {display: block;color: #666666;line-height:20px;background:url('../template_images/icons/arrow_grey_sm.gif') no-repeat center left}
a.nav_sub_item:link          {display: block;color: #666666;line-height:20px;background:url('../template_images/icons/arrow_grey_sm.gif') no-repeat center left}
a.nav_sub_item:active        {display: block;color: #666666;line-height:20px;background:url('../template_images/icons/arrow_grey_sm.gif') no-repeat center left}
a.nav_sub_item:visited       {display: block;color: #666666;line-height:20px;background:url('../template_images/icons/arrow_grey_sm.gif') no-repeat center left}
a.nav_sub_item:hover         {display: block;color: #000000;line-height:20px;background:url('../template_images/icons/arrow_sm.gif') no-repeat center left}

a.nav_sub_item_active               {display: block;color: #000000;font-weight: bold;line-height:20px;background:url('../template_images/icons/arrow_sm.gif') no-repeat center left}
a.nav_sub_item_active:link          {display: block;color: #000000;font-weight: bold;line-height:20px;background:url('../template_images/icons/arrow_sm.gif') no-repeat center left}
a.nav_sub_item_active:active        {display: block;color: #000000;font-weight: bold;line-height:20px;background:url('../template_images/icons/arrow_sm.gif') no-repeat center left}
a.nav_sub_item_active:visited       {display: block;color: #000000;font-weight: bold;line-height:20px;background:url('../template_images/icons/arrow_sm.gif') no-repeat center left}
a.nav_sub_item_active:hover         {display: block;color: #000000;font-weight: bold;line-height:20px;background:url('../template_images/icons/arrow_sm.gif') no-repeat center left}

td.lhs_sub a {
    font-size: 11px;
    padding-left:10px
}

/* MODULE (side) BOX(S) */

div.mod_box {
    width: 133px;
    border: 1px solid #E3E3E3;
    margin: 0px 0px 5px 0px;
}

* html div.mod_box {
    width: 135px;
}

div.mod_box span {
    text-align: center;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #4F4F4F;
    background: url(../template_images/mod_header.jpg) repeat-y top right;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box div {
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 110px;
}    

#adspace {
    padding-left:5px
}

/*footer*/

td.footer a             {color: #000000}
td.footer a:link        {color: #000000}
td.footer a:active      {color: #000000}
td.footer a:visited     {color: #000000}
td.footer a:hover       {color: #000000}

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   padding-top: 9px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
}

/* HELP */

#help {
    color: #666666;
}

#help a {
    color: #666666;
}

table.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

table.help_body {
    width: 100%;
    border-top: 1px solid #006AC;
    padding-top: 10px;
}

td.help_icon {
    text-align: left;
    width: 16px;
}

a.help_addresslink:link     {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:visited  {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:active   {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:hover    {color: #000000; font-size: 12px; text-decoration: underline}

td.help_section {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}    

td.help_question {
    font-weight: bold;
    color: #666666;
    padding: 3px 0px 3px 10px;
}    

td.help_answer {
    font-style: italic;
    color: #000000;
    padding-left: 20px;
}    

table.help_topten {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    margin-top: 25px;
}

td.help_topten_header {
    font-weight: bold;
    color: #000000;
}   

#filerow {}

#filerowalt {
    background: #F8F8F8;
}

/* NEWS */

div.news h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.news span {
    display: block;
    font-style: italic;
}

/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #E3E3E3;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_right input,textarea {
   font-size: 10px;
   color: #000000;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  

input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #666666;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   border: 1px solid #666666;
}

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

/*common*/  

#location {
    display: block;
    text-align: left;
    color: #666666;
    height: 20px;
    padding: 5px 0px 5px 0px;
}    

#location a {
    color: #666666;
}

a               {color: #000000; text-decoration: none}
a:link          {color: #000000; text-decoration: none}
a:active        {color: #000000; text-decoration: none}
a:visited       {color: #000000; text-decoration: none}
a:hover         {color: #000000; text-decoration: none}

table           {font-size: 12px;color: #000000}
td              {font-size: 12px;color: #000000} 

div             {margin: 0px;padding: 0px}

p               {font-size: 12px;color: #000000;margin: 0px; padding: 5px 0px 10px 0px}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 10px;color: #000000}
textarea        {font-size: 10px;color: #000000}
input           {font-size: 11px}

h1              {font-size: 14px;
                ;
                font-weight: bold}

h2              {font-size: 12px; 
                
                font-weight: bold}

hr  {
    border-width: 0px;
    color: #DECEB4;
    background: #E3E3E3;
    height: 1px;
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url('../template_images/icons/arrow_grey.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ul {
    list-style-image: url('../template_images/icons/arrow_grey.gif');
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

li {
    font-size: 12px;
    color: #000000;
}

html>body li {
    padding: 0px;
    margin: 0px;
}