/*##########################################################################################################
============================================================================================================
Client-Side Display Elements
------------------------------------------------------------------------------------------------------------
>> This is the default stylesheet for all
>> visitor-facing elements on the website
>> itself (i.e. checkout system).
============================================================================================================
##########################################################################################################*/


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> General
--------------------------------------------------------------------------------------------------
################################################################################################*/
TABLE{font-family:arial; font-size:12pt; color:#002b4d}




body {
color: #002b4d;
}


th {
color: #002b4d;

}

td {
color: #002b4d;
font-size: 9pt;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;

}

.sohotext {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	vertical-align: top;
	font-family : Arial;
	font-size: 9pt;
	color: black;
}

.SMtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #002b4d;
	
}

.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #002b4d;
}

.uptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #C0C0C0;
}

.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
	color: #002b4d;
}

.boxcontent1 {
	font-family : Arial;
	font-size: 8pt;
	color: white;
}


a:link {color: #f7941e; text-decoration:underline;}
a:visited {color: #f7941e; text-decoration:underline;}
a:hover {color: #006ab8; text-decoration:underline;}
a:active {color: #f7941e; text-decoration:underline;}



.bottom-menu {
	FONT-WEIGHT: normal; FONT-SIZE: 8px; COLOR: #002b4d; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.bottom-menu a {
	FONT-WEIGHT: normal; FONT-SIZE: 8px; COLOR: #002b4d; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.bottom-menu a.link {
	font-size: 8pt;
	color: #f7941e;
	text-decoration: none;
}
.bottom-menu a.visited {
	font-size: 8pt;
	text-decoration: none;
	color: #f7941e;
}
.bottom-menu a.hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #006ab8;
}
.bottom-menu a.active {
	font-size: 8pt;
	text-decoration: none;
	color: #f7941e;
}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> 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: #f7941e; text-decoration: none; }
a.vmenu_main_off:visited { color: #f7941e; text-decoration: none; }
a.vmenu_main_off:hover { color: #006ab8; text-decoration: none; }
a.vmenu_main_off:active { color: #006ab8; text-decoration: none; }

a.vmenu_main_on:link { color: #f7941e; text-decoration: underline; }
a.vmenu_main_on:visited { color: #f7941e; text-decoration: underline; }
a.vmenu_main_on:hover { color: #006ab8; text-decoration: underline; }
a.vmenu_main_on:active { color: #f7941e; 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: #FFFFFF;
   font-weight: bold;
}

div.vmenu_sub_bull_on {
   font-size: 11px;
   color:#002b4d;
   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: 12px;
   font-weight: normal;
}

div.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12px;
   font-weight: bold;
}

a.vmenu_sub_off:link { color: #f7941e; text-decoration: none; }
a.vmenu_sub_off:visited { color: #f7941e; text-decoration: none; }
a.vmenu_sub_off:hover { color: #006ab8; text-decoration: none; }
a.vmenu_sub_off:active { color: #f7941e; text-decoration: none; }

a.vmenu_sub_on:link { color: #f7941e; text-decoration: none; }
a.vmenu_sub_on:visited { color: #f7941e; text-decoration: none; }
a.vmenu_sub_on:hover { color: #006ab8; text-decoration: none; }
a.vmenu_sub_on:active { color: #f7941e; 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: Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hmains {
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hmains:link { color: #f7941e; text-decoration: none; }
a.hmains:visited { color:#f7941e; text-decoration: none; }
a.hmains:hover { color: #006ab8; text-decoration: none; }
a.hmains:active { color: #f7941e; 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: Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hsubs {
   width: 100%;
   border: 0px;
   padding: 2px 10px 2px 10px;
}

a.hsubs:link { color: #f7941e; text-decoration: none; }
a.hsubs:visited { color: #f7941e; text-decoration: none; }
a.hsubs:hover { color: #006ab8; text-decoration: none; }
a.hsubs:active { color: #f7941e; text-decoration: none; }

/*
//=============================
// companyname: This defines where you logoimage will be placed
//=============================
*/
.companyname {
	background-color:#FFFFFF;
	background-image : url(leftbanner.jpg);
}
.companyname2{
	background-color: #FFFFFF;
	background-image : url(top.jpg);
	}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> 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 #FFFFFF inset;
}



.menusys {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	color: #006ab8;
	text-decoration: none;
}

.banners
{
	background-image:url(h1-bg.jpg);
	width: 950px;
	height: 60px;
	color:#CCC;
	font-size:24px;
	font-weight:200;
	
}