/*
 *  COLORS USED THROUGHOUT THE SITE
 *  
 *  blue:   0098D9
 *  orange: F28242
 */


/* SITE-WIDE SETTINGS */
body
{
  visibility: hidden;
  font-family: 'Calibri';
}

body.visible
{
  visibility: visible;
  font-family: 'Calibri';
}

img
{
  border: 0px;
}

a
{
  color: #0098D9;
}

a:link, 
a:visited
{
  text-decoration: none;
  color: #0098D9;
}

a:hover, 
a:active
{
  text-decoration: underline;
  color: #F28242;
}

table.mainTable
{
  padding: 5px;
}

div.pageTitle
{
  color: #0098D9;
  font-size: 36px;
  font-weight: bold;
}

td.copyRight
{
  color: #777888;
  font-size: 11px;
}

/* SIDER SETTINGS */
td.sider_ad
{
  text-align: center;
  vertical-align: top;
}

td.sider_ad div
{
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
}

/* HEADER SETTINGS */
tr#header_menu td
{
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 5px;
}

tr#header_menu td a.header_menuItem
{
  color: #0098D9;
  font-size: 16px;
  font-weight: bold;
}

a.header_menuItem_child
{
  color: #0098D9;
  font-size: 14px;
  font-weight: bold;
}

tr#header_menu td a.header_menuItem_selected
{
  text-transform: uppercase;
  color: #F28242;
  font-size: 18px;
  font-family: 'Calibri';
  font-weight: bold;
}

tr#header_menu td a.header_menuItem:link, 
tr#header_menu td a.header_menuItem:visited, 
a.header_menuItem_child:link, 
a.header_menuItem_child:visited
{
  text-decoration: none;
  color: #0098D9;
}

tr#header_menu td a.header_menuItem:hover, 
tr#header_menu td a.header_menuItem:active,
a.header_menuItem_child:hover, 
a.header_menuItem_child:active
{
  text-decoration: none;
  color: #F28242;
}

tr#header_menu td a.header_menuItem_selected:link, 
tr#header_menu td a.header_menuItem_selected:visited, 
tr#header_menu td a.header_menuItem_selected:hover, 
tr#header_menu td a.header_menuItem_selected:active
{
  text-decoration: none;
}

table.header_menuItem_child_table
{
  background-color: #F9F9F9;
}

table.header_menuItem_child_table tr td
{
  padding-left: 5px;
  padding-right: 15px;
}


/* FOOTER SETTINGS */
tr.footer_menu td
{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
}

tr.footer_menu td a.footer_menuItem
{
  color: #0098D9;
  font-size: 11px;
  font-family: 'Calibri';
  font-weight: bold;
}

tr.footer_menu td a.footer_menuItem_selected
{
  text-transform: uppercase;
  color: #F28242;
  font-size: 11px;
  font-family: 'Calibri';
  font-weight: bold;
}

tr.footer_menu td a.footer_menuItem:link, 
tr.footer_menu td a.footer_menuItem:visited
{
  text-decoration: none;
  color: #0098D9;
}

tr.footer_menu td a.footer_menuItem:hover, 
tr.footer_menu td a.footer_menuItem:active
{
  text-decoration: none;
  color: #F28242;
}

tr.footer_menu td a.footer_menuItem_selected:link, 
tr.footer_menu td a.footer_menuItem_selected:visited, 
tr.footer_menu td a.footer_menuItem_selected:hover, 
tr.footer_menu td a.footer_menuItem_selected:active
{
  text-decoration: none;
}