/*##########################################################################################################

============================================================================================================

Client-Side Display Elements

------------------------------------------------------------------------------------------------------------

>> This is the default stylesheet for all

>> visitor-facing elements on the website

>> itself (i.e. checkout system).

============================================================================================================

##########################################################################################################*/





/*################################################################################################

--------------------------------------------------------------------------------------------------

>> General

--------------------------------------------------------------------------------------------------

################################################################################################*/



.text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 18px;
	width: 500px;
	padding-left: 15px;



}



.sohotext {
	font-family : Arial;
	font-size: 9pt;
	color: #4F6077;


}



.SMtext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

}



.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4F6077;


}



/* Generic form button style. */

.FormLt1 {

	font-family : Arial;

	font-size : 8pt;

	cursor: hand;

}

#mainContent {
	padding: 15; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 18px;
	width: 480px;
	padding-left: 15px;
}

#mainContent h1 {
	color: #DE7321;
	font-weight: bolder;
	font-family: Tahoma, Arial, sans-serif;
	font-size : 14pt;
	padding-left: 15px;
	padding-top: 5px;
}

#mainContent h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color: #639C9C;
	padding-left: 15px;
}

#mainContent p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 18px;
	width: 480px;
	padding-left: 15px;
}



a:link {
	color: #710074;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #CC33FF;
}
a:hover {
	text-decoration: underline;
	color: #E6BB26;
}
a:active {
	text-decoration: none;
	color: #E6BB26;
}






/*################################################################################################

--------------------------------------------------------------------------------------------------

>> Menu System - #VMENU#

--------------------------------------------------------------------------------------------------

################################################################################################*/





/*################################################################################

>> Main Menu Links

##################################################################################



/* ====================================================================== */

/* This is the main vmenu table */

/* ---------------------------------------------------------------------- */

/* <table> */

   table.vmenu_mainz {

      width: 100%;

      border: 0px;

      padding: 0px 0px 0px 0px;

      font-family: Arial, Helvetica, sans-serif;

      font-size: 11px;  

   }



 /* <tr> */  

 

  /* <td> ---- [<div><a>Main Page</a></div>] ---- </td>

  /*-----------------------------------------------------------*/

     td.vmenu_main_off {
	width: 100%;
	border: 0px;
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
     }

     td.vmenu_main_on {
	width: 100%;
	border: 0px;
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

     }

  

   /* <div> ---- [<a>Main Page</a>] ---- </div>

   /*-----------------------------------------------------------*/

      div.vmenu_main_off {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;

      }

      div.vmenu_main_on {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;

      }    

  

    /* <a> ---- [Main Page] ---- </a>

    /*-----------------------------------------------------------*/  

       a.vmenu_main_off:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

       a.vmenu_main_off:visited {
	color: #DBCBDC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

       a.vmenu_main_off:hover {
	color: #E6BB26;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

       a.vmenu_main_off:active { color: #E6BB26; text-decoration: none; }

       

       a.vmenu_main_on:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

       a.vmenu_main_on:visited {
	color: #DBCBDC;
	text-decoration: none;
}

       a.vmenu_main_on:hover {
	color: #E6BB26;
	text-decoration: underline;
}

       a.vmenu_main_on:active { color: #E6BB26; text-decoration: underline; }

    

   /* </div> */

  /* </td> */

 /* </tr> */  



/*################################################################################

>> Sub Menu Links

################################################################################## 

 

 /* <tr> */

 

  /* <td> ---- [<table><tr><td><div> >> </div></td><td><div><a>Main Page</a></div></td></table>] ---- </td>

  /*-------------------------------------------------------------------------------------------------------------*/

     td.vmenu_main_sub {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
     }

   

   /* <table> Submenu link table */

   /*-----------------------------------------------------------*/   

      table.vmenu_subz {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
      }

    

    /* <tr> */

    

     /* <td> Submenu Item Bullet */

     /*-----------------------------------------------------------*/        

        td.vmenu_sub_bull_off {
	width: 20px;
	padding: 3px 0px 6px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
        }

        td.vmenu_sub_bull_on {
	width: 20px;
	padding: 3px 0px 0px 13px;
	font-size: 11px;
	font-weight: bold;
	color: #DBCBDC;
        }

 

      /* <div> Contains an individual main menu link (within td)

      /*-----------------------------------------------------------*/        

         div.vmenu_sub_bull_off {

            padding: 0px;

            width: 100%;

         }

         

         div.vmenu_sub_bull_on {

            padding: 0px;

            width: 100%;

         }            

         

      /* </div> */

      

     /* </td> */

     

     /* <td> Submenu Item Link */

     /*-----------------------------------------------------------*/    

        td.vmenu_sub_off {
	width: 100%;
	border: 0px;
	padding: 3px 0px 6px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
        }

        td.vmenu_sub_on {
	width: 100%;
	border: 0px;
	padding: 3px 0px 6px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #E6BB26;
        }

        

      /* <div> Contains an individual main menu link (within td)

      /*-----------------------------------------------------------*/          

         div.vmenu_sub_off {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;         

         }

         

         div.vmenu_sub_on {
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	color: #E6BB26;
	font-weight: bold;
        }



       /* <a href=> A cell containing an individual main menu link

       /*-----------------------------------------------------------*/ 

          a.vmenu_sub_off:link {
	color: #FFFFFF;
	text-decoration: none;
}

          a.vmenu_sub_off:visited {
	color: #DBCBDC;
	text-decoration: none;
}

          a.vmenu_sub_off:hover {
	color: #E6BB26;
	text-decoration: none;
}

          a.vmenu_sub_off:active {
	color: #E6BB26;
	text-decoration: none;
}

          

          a.vmenu_sub_on:link {
	color: #FFFFFF;
	text-decoration: none;
}

          a.vmenu_sub_on:visited {
	color: #DBCBDC;
	text-decoration: none;
}

          a.vmenu_sub_on:hover {
	color: #E6BB26;
	text-decoration: none;
}

          a.vmenu_sub_on:active {
	color: #E6BB26;
	text-decoration: none;
}

       /* </a> */    

      

      /* </div> */

      

     /* </td> */          

 

/* =========================================================== */







/*################################################################################################

--------------------------------------------------------------------------------------------------

>> Menu System - #HMAINS#

--------------------------------------------------------------------------------------------------

################################################################################################*/





/* This is the main hsub table */

table.hmains {

   width: 100%;

   border: 0px;

   padding: 0px 0px 0px 0px;

   font-family: Arial, Helvetica, sans-serif;

   font-size: 13px;

   font-weight: bold;

}



/* This cell contains a submenu link */

td.hmains {

   border: 0px;

   padding: 2px 10px 2px 10px;

}



a.hmains:link { color: #CC900E; text-decoration: none; }

a.hmains:visited { color: #CC900E; text-decoration: none; }

a.hmains:hover { color: #FFC618; text-decoration: none; }

a.hmains:active { color: #FFC618; text-decoration: none; }











/*################################################################################################

--------------------------------------------------------------------------------------------------

>> Menu System - #HSUBS#

--------------------------------------------------------------------------------------------------

################################################################################################*/



/* This is the main hsub table */

table.hsubs {

   border: 0px;

   padding: 0px 0px 0px 0px;

   font-family: Verdana, Arial, Helvetica, sans-serif;

   font-size: 10px;

}



/* This cell contains a submenu link */

td.hsubs {

   border: 0px;

   padding: 2px 10px 2px 10px;

}



a.hsubs:link { color: #CC900E; text-decoration: none; }

a.hsubs:visited { color: #CC900E; text-decoration: none; }

a.hsubs:hover { color: #FFC618; text-decoration: none; }

a.hsubs:active { color: #FFC618; text-decoration: none; }





/*################################################################################################

--------------------------------------------------------------------------------------------------

>> #NEWSBOX#

--------------------------------------------------------------------------------------------------

################################################################################################*/



/* Newsbox

/*-----------------------------------------------------------*/



/* <font> */

.newsbox_date {

   font-family: tahoma, verdana, Courier New, Courier, mono;

   font-size: 10px;

   font-weight: bold;

   color: #2E2E2E;

}



.newsbox {

   font-family: arial, helvetica, sans-serif; 

   font-size: 11px;

}



a.newsbox:link { color: #CC900E; text-decoration: none; }

a.newsbox:visited { color: #CC900E; text-decoration: none; }

a.newsbox:hover { color: #4690FF; text-decoration: none; }

a.newsbox:active { color: #4690FF; text-decoration: none; }



/* <font> */

.newsbox_tease {

   font-family: Arial, helvetica, sans-serif;

   font-size: 10px;

   font-weight: normal;

   color: #2E2E2E;

}



/* Full Ariticle Display

/*-----------------------------------------------------------*/

table.article_table {

   font-family: arial, helvetica, sans-serif;

   font-size: 12px;

   font-weight: normal;

   color: #000000;

}



td.article_title {

   font-family: Courier New, Courier, mono;

   font-size: 16px;

   font-weight: bold;

   color: #639C9C;

}



font.article_date {

   color: #336699;

}

      

td.article_content {

   padding: 4px;

}



/*################################################################################################

--------------------------------------------------------------------------------------------------

>> Old Styles (to be phased out after obsolecense is assured)

--------------------------------------------------------------------------------------------------

################################################################################################*/

textarea {

	font-size:8pt;

	height:75px;

	width:175px;

}



.logohead {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 14pt;
	font-weight : bolder;
	color: #DE7321;
	width: 500px;


}



.logosub {
	font-family : Tahoma, Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color: #639C9C;
	width: 500px;
}


.logosubred {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color: #993300;

}



.border {

	font-family: Arial;

	font-size: 8pt;

	border: 1px #000000 inset;

}







.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 22px;


}
/*PROMO boxes*/

#promo {

	background-color: #FFFFFF;

	border: 1px solid #639C9C;

	padding: 5px;

	vertical-align:top;

}

#promo h1 {

	font-family: Tahoma, Arial, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #639C9C;

	margin-bottom: 0px;

}

#promo p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	margin-top: 5px;

}

#promo2 {

	background-color: #F6F6F6;

	border: 1px solid #D6E0E5;

	padding: 10px;

	vertical-align:top;

}

#promo2 h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #FF9900;

	margin-bottom: 0px;

}

#promo2 p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	margin-top: 5px;

}

/*END PROMO boxes*/
.body {
	background-color: #000000;
}

#scr1 div {
  visibility:hidden;
 }
 #scr1, #scr1 div.default {
   width:840px;
   height:75px;
   overflow:hidden;
   visibility:visible;
 }
 #scr1 table tr td div {
  visibility:visible;
 }

 #scr1 {
   background-color:#FFFFFF;
   margin:5px auto;
   font-size: .8em;
 }

