/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------------
>> This is the default stylesheet for all
>> visitor-facing elements on the website
>> itself (i.e. checkout system).
============================================================================================================
##########################################################################################################*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/

.logohead {font-family : Verdana, Arial; font-size : 25pt; font-weight : bold; color : #253C64;}

.logosub {font-family : Arial; font-size : 14pt; font-style:italic; font-weight : bold;}




.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: black;
}

.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
}

.boxcontent1 {
	font-family : Arial;
	font-size: 8pt;
	color: #A23F5B;
}

.boxcontent2 {
	font-family : Arial;
	font-size: 8pt;
	color: black;
}



a:link {color: #000000; text-decoration:underline;}
a:visited {color: #000000; text-decoration:underline;}
a:hover {color: #CCCCCC; text-decoration:underline;}
a:active {color: #CCCCCC; text-decoration:underline;}

/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #VMENU#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main vmenu table */
table.vmenu_mainz {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains the submenu table */
td.vmenu_main_sub {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/* Contains all sub links. */
/* Placed within a single td (vmenu_main_sub) of the main link table (vmenu_mainz) */
table.vmenu_subz {
   font-size: 11px;
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/*================================================================================
>> Main Menu Links
================================================================================*/

td.vmenu_main_off {   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

td.vmenu_main_on {
   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

div.vmenu_main_off {
   width: 100%;
   font-size: 13px;
   font-weight: normal;
}

div.vmenu_main_on {
   width: 100%;
   font-size: 13px;
   font-weight: bold;
}


a.vmenu_main_off:link { color: #000000; text-decoration: none; }
a.vmenu_main_off:visited { color: #000000; text-decoration: none; }
a.vmenu_main_off:hover { color: #CCCCCC; text-decoration: none; }
a.vmenu_main_off:active { color: #CCCCCC; text-decoration: none; }

a.vmenu_main_on:link { color: #000000; text-decoration: underline; }
a.vmenu_main_on:visited { color: #000000; text-decoration: underline; }
a.vmenu_main_on:hover { color: #CCCCCC; text-decoration: underline; }
a.vmenu_main_on:active { color: #CCCCCC; text-decoration: underline; }




/*================================================================================
/* Sub Menu Bullets
================================================================================*/

/* Sub menu bullets */
td.vmenu_sub_bull_off {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

td.vmenu_sub_bull_on {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

div.vmenu_sub_bull_off {
   font-size: 11px;
   color: #858585;
   font-weight: bold;
}

div.vmenu_sub_bull_on {
   font-size: 11px;
   color: #505050;
   font-weight: bold;
}

/*================================================================================
/* Sub Menu Links
================================================================================*/
td.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

td.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

div.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 14px;
   font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

div.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 14px;
   font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

a.vmenu_sub_off:link { color: #000000; text-decoration: none; }
a.vmenu_sub_off:visited { color: #000000; text-decoration: none; }
a.vmenu_sub_off:hover { color: #993300; text-decoration: none; }
a.vmenu_sub_off:active { color: #993300; text-decoration: none; }

a.vmenu_sub_on:link { color: #000000; text-decoration: none; }
a.vmenu_sub_on:visited { color: #000000; text-decoration: none; }
a.vmenu_sub_on:hover { color: #993300; text-decoration: none; }
a.vmenu_sub_on:active { color: #993300; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HMAINS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main hsub table */
table.hmains {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight : bold;
   font-size: 12px;

}

/* This cell contains a submenu link */
td.hmains {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hmains:link { color: #A23F5B; text-decoration: none; }
a.hmains:visited { color: #A23F5B; text-decoration: none; }
a.hmains:hover { color: #253C64; text-decoration: none; }
a.hmains:active { color: #253C64; text-decoration: none; }





/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HSUBS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main hsub table */
table.hsubs {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight : bold;
   font-size: 10px;

}

/* This cell contains a submenu link */
td.hsubs {
   width: 100%;
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hsubs:link { color: #253C64; text-decoration: none; }
a.hsubs:visited { color: #253C64; text-decoration: none; }
a.hsubs:hover { color: #A23F5B; text-decoration: none; }
a.hsubs:active { color: #A23F5B; text-decoration: none; }


.bottom-menu {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.bottom-menu a {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.bottom-menu a.link {
	color: #000000;
	text-decoration: none;
}
.bottom-menu a.visited {
	text-decoration: none;
	color: #666666;
}
.bottom-menu a.hover {
	text-decoration: underline;
	color: #666666;
}
.bottom-menu a.active {
	text-decoration: none;
	color: #666666;
}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Old Styles (to be phased out after obsolecense is assured)
--------------------------------------------------------------------------------------------------
################################################################################################*/
textarea {
	font-size:8pt;
	height:75px;
	width:175px;
}



.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #000000 inset;
}



.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

