/*##########################################################################################################
============================================================================================================
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: 12pt;
}

.contentarea {
	font-family : Arial;
	font-size: 9pt;
	padding: 10px;
	background-color: #E7DDF6;
}

.sohotext {
	font-family : Arial;
	font-size: 9pt;
	padding: 3px;
}

.article_title {
	font-family : Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 3px;
}

.article_content {
	font-family : Arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 3px;
}

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

.pound_vmenu {
padding: 2px 2px 2px 2px;
border: 0px solid #5C0000;
border-style: solid none solid none;
border-right: 0px solid #5C0000;
}

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

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

.FormLt1 {
	font-family : Arial;
	font-size : 8pt;
	cursor: hand;
}

a:link {
	color: #5D7A40;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #FECF3B;
	text-decoration:none;
}
a:active {
	color: #FECF3B;
	text-decoration:none;
}
#promo{
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	vertical-align: top;
	text-align: left;
	border-color: #990000;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 8px;
	background-color: #F1F1F5;

}

#promo h1 {

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

	font-size: 14px;

	color: #827971;

	display: list-item;

	list-style-type: circle;

	list-style-position: inside;

	font-weight: bold;

}

#promo p {

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

	font-size: 11px;

}

/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #VMENU#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main vmenu table */
table.vmenu_mainz {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Verdana, 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

/*================================================================================
>> Main Menu Links
================================================================================*/

td.vmenu_main_off {   width: 100%;
   border: 0px;
   padding: 3px 5px 0px 10px;
}

td.vmenu_main_on {
   width: 100%;
   border: 0px;
   padding: 3px 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 {
	text-decoration: none;
	font-weight: normal;
	color: #FED74C;
}
a.vmenu_main_off:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FEE870;
}
a.vmenu_main_off:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.vmenu_main_off:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.vmenu_main_on:link {
	text-decoration: none;
	font-weight: normal;
	color: #FED74C;
}
a.vmenu_main_on:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FEE870;
}
a.vmenu_main_on:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.vmenu_main_on:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}




/*================================================================================
/* Sub Menu Bullets
================================================================================*/

/* Sub menu bullets */
td.vmenu_sub_bull_off {
   width: 100%;
   padding: 3px 0px 6px 20px;
   font-size: 11px;
   font-weight: normal;
}

td.vmenu_sub_bull_on {
   width: 100%;
   padding: 10px 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 0px 6px 20px;
	font-size: 11px; 
}

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

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 {
	text-decoration: none;
	font-weight: normal;
	color: #FED74C;
}
a.vmenu_sub_off:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FEE870;
}
a.vmenu_sub_off:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.vmenu_sub_off:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.vmenu_sub_on:link {
	text-decoration: none;
	font-weight: normal;
	color: #FED74C;
}
a.vmenu_sub_on:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FEE870;
}
a.vmenu_sub_on:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.vmenu_sub_on:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> 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 {
	background-repeat: no-repeat;
   border: 0px;
   padding: 2px 10px 2px 10px;
   font-weight : normal;
   font-size: 12px;
   
}

a.hmains:link { color: #336699; text-decoration: none !important; }
a.hmains:visited { color: #336699; text-decoration: none !important; }
a.hmains:hover { color: #4D62EF; text-decoration: none !important; }
a.hmains:active { color: #4D62EF; text-decoration: none !important; }


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-top: 10px;
}

#mainContent h1 {
	color: #5D7A40;
	font-weight: bolder;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
}

#mainContent h2 {
	color: #B63844;
	font-weight: bolder;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #HSUBS#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main hsub table */
table.hsubs {
   width: 65%;
   border: 1px solid #CCCCCC;
   border-style: none solid solid solid;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains a submenu link */
td.hsubs {
   border: 0px;
   font-size : 12px;
   padding: 2px 10px 2px 10px;
   font-weight : bold;
}

a.hsubs:link { color: #000000; text-decoration: none; }
a.hsubs:visited { color: #000000; text-decoration: none; }
a.hsubs:hover { color: #4D62EF; text-decoration: none; }
a.hsubs:active { color: #4D62EF; text-decoration: none; }


/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Old Styles (to be phased out after obsolecense is assured)
--------------------------------------------------------------------------------------------------
################################################################################################*/
textarea {
	font-size:8pt;
	height:75px;
	width:175px;
}

.logohead {
	font-family : Arial;
	font-size : 20pt;
	font-weight : bold;
	color: #FFFFFF;
}

.logosub {
	font-family : Arial;
	font-size : 12pt;
	font-style : italic;
	color: #666666;
	padding-left: 15px;
}



.border {
	font-family: Arial;
	font-size: 8pt;
	border: 1px #000000 inset;
}



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


/* --------------------------------------------START BOXES--------------------------------------------- */
/* START #BOX1# */
.boxTitle-main1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.box1 {
	padding: 10px;
	vertical-align:top;
	margin-bottom: 10px;
}
.boxContent1 {
	border-bottom: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
}
.boxTitle1 {
	border-top: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4D62EF;
	margin-bottom: 0px;
}
.boxDateTitle1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxDate1 {
	border-top: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxReadMore1 {
	border-bottom: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxSpacer1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}
/* END #BOX1# */

/* START #BOX2# */

.boxTitle-main2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.box2 {
	padding: 10px;
	vertical-align:top;
	margin-bottom: 10px;
}
.boxContent2 {
	border-bottom: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
}
.boxTitle2 {
	border-top: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4D62EF;
	margin-bottom: 0px;
}
.boxDateTitle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxDate2 {
	border-top: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxReadMore2 {
	border-bottom: 1px solid #727272;
	border-left: 1px solid #727272;
	border-right: 1px solid #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.boxSpacer2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}
/* END #BOX2# */

/* --------------------------------------------END BOXES--------------------------------------------- */


.copyright {
	color: #333333;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

