/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------------
This is the default stylesheet for all client-side (visitor facing) elements that
appear on the website itself (i.e. checkout system).
============================================================================================================
##########################################################################################################*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.sohotext {
	font-family : Arial;
	font-size: 9pt;
}

.SMtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}

/* Generic form button style. */
.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: pointer;
}

.graylink:link
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4D4D4D;
font-weight:bold;
}

.graylink:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4D4D4D;
text-decoration:underline;
font-weight:bold;
}

.graylink:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4D4D4D;
font-weight:bold;
}

.redlink:link
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CE4637;
font-weight:bold;
}

.redlink:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CE4637;
text-decoration:underline;
font-weight:bold;
}

.redlink:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CE4637;
font-weight:bold;
}

.text2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color:#808080;
}







.DDmenu {
font-family: Arial;
font-size: 11px;
/*text-align: center;*/
background-image:url(images/menu_bg.jpg);
text-decoration: none;
font-weight: normal;
font-style: normal;
}

.DDmenu a {
font-family: Arial;
color:#5C5C5B;
font-size:11px;
text-decoration: none;
font-weight: normal;
font-style: normal;
}
.DDmenu a:hover {
font-family: Arial;
background-image: url(images/menu_bg_hover.jpg);
color : #ffffff;
/*padding:0px;*/
font-size:11px;
text-decoration: none;
font-weight: normal;
font-style: normal;
}









.top_menu{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #243D8A;
	font-style: normal;
	text-decoration: none;
	background-image:url(images/menu_bg.jpg);
}
/*
.top_menu A{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #243D8A;
	font-style: normal;
	text-decoration: none;
}
.top_menu A:link{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #243D8A;
	font-style: normal;
	text-decoration: none;
}
.top_menu A:active{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	font-style: normal;
	text-decoration: none;
}
.top_menu A:visited{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #243D8A;
	font-style: normal;
	text-decoration: none;
}
.top_menu A:hover{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> 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: 8px 5px 0px 10px;
        font-weight: normal;
     }
     td.vmenu_main_on {
        width: 100%;
        border: 0px;
        padding: 8px 5px 0px 10px;
        font-weight: bold;
     }
  
   /* <div> ---- [<a>Main Page</a>] ---- </div>
   /*-----------------------------------------------------------*/
      div.vmenu_main_off {
         width: 100%;
      }
      div.vmenu_main_on {
         width: 100%;
      }    
  
    /* <a> ---- [Main Page] ---- </a>
    /*-----------------------------------------------------------*/  
       a.vmenu_main_off:link { color: #336699; text-decoration: none; border-bottom: 0px solid #000000; }
       a.vmenu_main_off:visited { color: #336699; text-decoration: none; border-bottom: 0px solid #000000; }
       a.vmenu_main_off:hover { color: #6699cc; text-decoration: none; border-bottom: 0px solid #000000; }
       a.vmenu_main_off:active { color: #6699cc; text-decoration: none; border-bottom: 0px solid #000000; }
       
       a.vmenu_main_on:link { color: #336699; text-decoration: underline; }
       a.vmenu_main_on:visited { color: #336699; text-decoration: underline; }
       a.vmenu_main_on:hover { color: #6699cc; text-decoration: underline; }
       a.vmenu_main_on:active { color: #6699cc; 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;
     }
   
   /* <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;
      }
    
    /* <tr> */
    
     /* <td> Submenu Item Bullet */
     /*-----------------------------------------------------------*/        
        td.vmenu_sub_bull_off {
           width: 20px;
           padding: 3px 0px 0px 13px;
           font-size: 11px;
           font-weight: bold;
           color: #858585;   
        }
        td.vmenu_sub_bull_on {
           width: 20px;
           padding: 3px 0px 0px 13px;
           font-size: 11px;
           font-weight: bold;
           color: #505050;   
        }
 
      /* <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 0px 5px;
           font-size: 11px;
           font-weight: normal;
        }
        td.vmenu_sub_on {
           width: 100%;
           border: 0px;
           padding: 3px 0px 0px 5px;
           font-size: 11px;
           font-weight: bold;   
        }
        
      /* <div> Contains an individual main menu link (within td)
      /*-----------------------------------------------------------*/          
         div.vmenu_sub_off {
            width: 100%;
            border: 0px;
            padding: 0px 0px 0px 0px;
         
         }
         
         div.vmenu_sub_on {
            width: 100%;
            border: 0px;
            padding: 0px 0px 0px 0px;
        }

       /* <a href=> A cell containing an individual main menu link
       /*-----------------------------------------------------------*/ 
          a.vmenu_sub_off:link { color: #336699; text-decoration: none; }
          a.vmenu_sub_off:visited { color: #336699; text-decoration: none; }
          a.vmenu_sub_off:hover { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_off:active { color: #6699cc; text-decoration: none; }
          
          a.vmenu_sub_on:link { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_on:visited { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_on:hover { color: #6699cc; text-decoration: none; }
          a.vmenu_sub_on:active { color: #6699cc; 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;
}


td.hmains {
   border: 0px;
   padding: 2px 0px 2px 0px;
}

a.hmains:link { color: #336699; text-decoration: none; }
a.hmains:visited { color: #336699; text-decoration: none; }
a.hmains:hover { color: #6699cc; text-decoration: none; }
a.hmains:active { color: #6699cc; 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: #336699; text-decoration: none; }
a.hsubs:visited { color: #336699; text-decoration: none; }
a.hsubs:hover { color: #6699cc; text-decoration: none; }
a.hsubs:active { color: #6699cc; 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: #336699; text-decoration: none; }
a.newsbox:visited { color: #336699; text-decoration: none; }
a.newsbox:hover { color: #980000; text-decoration: none; }
a.newsbox:active { color: #980000; 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: #2E2E2E;
}

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 : Arial;
	font-size : 25pt;
	font-weight : bold;
}

.logosub {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
}



.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #000000 inset;
}



.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


body {
	margin-left: 10px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#D0D0D0;
}
td{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
	font-style: normal;
}
/*A{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
	font-style: normal;
	text-decoration: none;
}
A:link{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
	font-style: normal;
	text-decoration: none;
}
A:active{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
	font-style: normal;
	text-decoration: none;
}
A:visited{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
	font-style: normal;
	text-decoration: none;
}
A:hover{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}*/
form{margin:0px;}

.contact{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	font-style: normal;
	text-decoration: none;
}
.contact A{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	font-style: normal;
	text-decoration: underline;
}
.contact A:link{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	font-style: normal;
	text-decoration: underline;
}
.contact A:active{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	font-style: normal;
	text-decoration: underline;
}
.contact A:visited{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	font-style: normal;
	text-decoration: underline;
}
.contact A:hover{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #4e4e4e;
	font-style: normal;
	text-decoration: underline;
}



.bottom_box{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	font-style: normal;
	text-decoration: none;
}
.bottom_box h1{
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	margin:0px;
}
.bottom_box A{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #CE4637;
	font-style: normal;
	text-decoration: none;
}
.bottom_box A:link{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #CE4637;
	font-style: normal;
	text-decoration: none;
}
.bottom_box A:active{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #CE4637;
	font-style: normal;
	text-decoration: none;
}
.bottom_box A:visited{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #CE4637;
	font-style: normal;
	text-decoration: none;
}
.bottom_box A:hover{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	font-style: normal;
	text-decoration: none;
}



.top_link{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.top_link A{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.top_link A:link{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.top_link A:active{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.top_link A:visited{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
.top_link A:hover{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
}






.footer_left{
	background:url(images/sp_bar.jpg);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#E6E6E6;
}
.footer_right{
	background:url(images/sp_bar.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#E6E6E6;
}
.footer_link {
	background:url(images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#E6E6E6;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	font-style: normal;
	text-decoration: none;
	
}
.footer_link A{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	font-style: normal;
	text-decoration: none;
}
.footer_link A:link{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	font-style: normal;
	text-decoration: none;
}
.footer_link A:active{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	font-style: normal;
	text-decoration: none;
}
.footer_link A:visited{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	font-style: normal;
	text-decoration: none;
}
.footer_link A:hover{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}


.txt{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

.headng0{
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #3B3B3B;
	font-style: normal;
}
.headng1{
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #3B3B3B;
	font-style: normal;
}
.border-box{
	border:solid 1px #f0f0f0;
}
.text-box{
	background-color:#ffffff;
	border:solid 1px #C6C6C6;
	width:175px;
	height: 20px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #4e4e4e;
	font-style: normal;
	text-decoration: none;
}
.text-box2{
	background-color:#ffffff;
	border:solid 1px #C6C6C6;
	width:120px;
	height: 18px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #4e4e4e;
	font-style: normal;
	text-decoration: none;
}
