/* -------------------------------------------------------------------------------------------------------------- */
/* Replacements for HTML Tags */
/* -------------------------------------------------------------------------------------------------------------- */
/* Main Body */
BODY {
    background-image: url(/siteSpecific/images/newTraditions/bg.gif);
    background-color: #FFFFFF;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin: 0px;
    text-align: left;
}

/* Other tags that may be generated via the Online HTML Editor */
P, DIV {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}
TD { /* Typically Copied from textRegular since a plain <TD> will wipe out formatting */
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}
LI {
    list-style-image: url(/siteSpecific/images/newTraditions/bullet.gif);
    list-style-type: square;
}

/* Anchor Tags <A> */
a:link {  color: #793720; text-decoration: underline}
a:active{ color: #793720; text-decoration: underline}
a:visited {  color: #793720; text-decoration: underline}
a:hover {  color: #E10000; text-decoration: none}

/* Anchors used as titles */
A.title, .title:Visited, .title:Active {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    text-decoration: underline;
}
A.title:Hover {
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionA */
A.navA, .navA:Visited, .navA:Active {
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}
A.navA:Hover {
    color: #E10000;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

/* Anchors used in NavigationSectionB */
A.navB, .navB:Visited, .navB:Active {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}
A.navB:Hover {
    color: #006699;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

/* Anchors used in the CategoryNavigation Controls */
A.categoryNav, .categoryNav:Visited, .categoryNav:Active {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}
A.categoryNav:Hover {
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

/* Anchors used in a DataGrid's Header when a title can be sorted by */
A.sortHeader, .sortHeader:Visited, .sortHeader:Active {
    font-weight: bold;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.sortHeader:Hover {
    font-weight: bold;
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

/* Anchors used in a DataGrid's Footer for page links */
A.pagination, .pagination:Visited, .pagination:Active {
    font-weight: bold;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.pagination:Hover {
    font-weight: bold;
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

/* Anchors used in when a FunctionIcon is set to SpellOut = True */
A.iconButton, .iconButton:Visited, .iconButton:Active {
    font-weight: bold;
    font-size: 7pt;
    color: #976F4C;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    vertical-align: middle;
}
A.iconButton:Hover {
    font-weight: bold;
    font-size: 7pt;
    color: #976F4C;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
    vertical-align: middle;
}
/* This is used when a FunctionIcon class's SpellOut flag is = True */
.functionIcon {
    background-image: url(/siteSpecific/images/buttonBG.gif);

    height: 18px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #976F4C;
    cursor: hand;
}

/* Links from Lead-In content title */
A.contentLink, .contentLink:Visited, .contentLink:Active {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    text-decoration: underline;
}
A.contentLink:Hover {
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In category title */
A.categoryLink, .categoryLink:Visited, .categoryLink:Active {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    text-decoration: underline;
}
A.categoryLink:Hover {
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In product title */
A.productLink, .productLink:Visited, .productLink:Active {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
    text-decoration: underline;
}
A.productLink:Hover {
    color: #BC0D0D;
    font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
    text-decoration: underline;
}




/* -------------------------------------------------------------------------------------------------------------- */
/* Class Tags */
/* -------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------- */
/* Navigation Sections */
.navigationSectionA {
    background-color: #f2eee5; 
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}
.navigationSeperatorA {
    background-color: #976f4c;
}

.navigationSectionB {
    background-color: #F2EEE5;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}
.navigationSeperatorB {
    background-color: #666666;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* Saving Block */
.savePopup_Table {
    border: solid 1px #444242;
}
.savePopup_Body {
    background-color: #006699; 
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}


/* -------------------------------------------------------------------------------------------------------------- */
/* Common Text Settings */
.textRegular {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}
.textSmall {
    color : #333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
}
.textTiny {
    color : #333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 7pt;
}
.textLarge {
    color : #333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11pt;
}
.textExtraLarge {
    color : #333333;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13pt;
}

/* Common Text Styles for White (or Reverse) Text */
.textRegular_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}
.textSmall_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
}
.textTiny_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 7pt;
}
.textLarge_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11pt;
}
.textExtraLarge_reverse {
    color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 13pt;
}
.textTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.textSubTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}



.textPageTitle {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11pt; font-style: normal;
   line-height: normal;
   font-weight: bold;
   color: #793720;
}
.textTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal; 
    line-height: normal;
    font-weight: bold;
    color: #793720;
}
.textSubTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #976F4C;
}
.textFooter {
      font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #7E7A7A;
}

.textVersion {
    color : #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 7pt;
}

.textHighlight_Light {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E10000;
}
.textHighlight_Dark {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: normal;
    font-weight: bold;
    color: #E10000;
}

.textCaption {
    color : #999999;
	font-family : Verdana, Arial, sans-serif;
	font-size : 7pt;
}

.textError {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: normal;
    font-weight: bold;
    color: #E10000;
}

.textHidden {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* Pricing Text Settings
   Used by ProductItemCollection (_coreModules/eShopping/controls) for formatting Pricing Text 
*/
.textPriceRetail {
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    text-decoration: line-through;
}
textPriceSale {
    color: #E10000;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 8pt;
}
.textPriceSavings {
    color: #E10000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    font-style: italic;
}


/* -------------------------------------------------------------------------------------------------------------- */
/* Table Settings
   For use in any HTML tables and by the BaseGrid control (in WGA.ClassLibrary.Controls)
*/
.gridMain {
    border: solid 1px #444242;
    border-collapse: collapse;
}
.gridHeader {
    background-color: #F2EEE5;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.gridSubHeader {
    background-color: #F2EEE5;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.gridRow1 {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    color: #444242;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridRow2 {
    background-color: #EFEFEF;
    border: solid 1px #000000;
    color: #444242;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineError {
    background-color: #ffaaaa;
    border: solid 1px #000000;
    color: #444242;
    font-size: 8pt;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineWarning {
    background-color: #FFFEAA;
    border: solid 1px #000000;
    color: #444242;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridFooter {
    background-color: #F2EEE5;
    border: solid 1px #000000;
    color: #444242;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}


/* -------------------------------------------------------------------------------------------------------------- */
/* Order Table Settings
   Used by Order Display Control (WGA.CoreModules.DataRules.Order_Basic) for formatting order display tables
*/
.orderDetail {
    background-color: #FFFFFF;
}

.orderHighlight {
    background-color: #FFFFE3;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* Product Table Settings
   Used by ProductDisplay and Child Controls (_coreModules/eShopping/controls) for formatting stock item display tables
*/
.productTable {
    border-collapse: collapse;
    width: 100%
}
.productTableHeader {
    background-color: #FFCC66;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}
.productTableRow1_Detail {
    background-color: #FFFFFF;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    padding: 2px;
}
.productTableRow1_Price {
    background-color: #F2EEE5;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}
.productTableRow2_Detail {
    background-color: #CCCCCC;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    padding: 2px;
}
.productTableRow2_Price {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}

.productTablePriceHeader1 {
    background-color: #F2EEE5;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
}
.productTablePriceHeader2 {
    background-color: #CCCCCC;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
}
.productTablePriceDetail1 {
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    text-align: center;
}
.productTablePriceDetail2 {
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    text-align: center;
}
.productTableImage1 {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    text-align: right;
}
.productTableImage2 {
    background-color: #FFFFFF;
    border: solid 1px #000000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 7pt;
    text-align: right;
}


/* -------------------------------------------------------------------------------------------------------------- */
/* Data Box Display Settings
   Used by the DataSection and DataNameValue controls (in WGA.ClassLibrary.Controls)
*/
.dataBoxBorder { /* Border class used when DataSection.DisplayBorder = true */
    border: solid 1px #AAAAAA;
    padding: 4px;
}
.dataBoxBody { /* Border class used when DataSection.DisplayBorder = true */
    background-color: #FFFFFF
}
.dataBoxHeader {
    color : #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
    font-weight: bold;
}
.dataBoxRowTitle {
    color : #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
    font-weight: bold;
    text-align: right;
}
.dataBoxRowValue {
    color : #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
.dataBoxFooter {
    color : #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
    font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* Box Display for general content on the site */
.box1Border {
    background-color: #d2b48c;
    border-color: #444242;
    border-width: 1px; 
    border-style: solid;
}
.box1Header {
    color : #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
    font-weight: bold;
}
.box1Body {
    background-color: #d2b48c;
    color: #444242;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.box1Footer {
    color : #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
    font-weight: bold;
}



/* -------------------------------------------------------------------------------------------------------------- */
/* Form Formatting
   
   Button
   To be used by all Button objects - currently used by WebButton (in WGA.ClassLibrary.Controls)
   and by CommonCode.WebButton()
*/
.formButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #976F4C;
    background-image: url(/siteSpecific/images/newTraditions/new-button-bg.gif);
    border: 1px solid #976F4C;
    cursor: hand;
    background-position: left center;
    background-repeat: repeat;
    background-attachment: scroll;
    background-color: #F2EEE5;
}
/* Used for formatting text box and list controls */
.formControl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444242;
	border: 1px solid #C7A776;
	font-weight: normal;
	background-color: #FFFFFF;
}
.smallFormControl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444242;
	border: 1px solid #C7A776;
	font-weight: normal;
	background-color: #FFFFFF;
}


/* -------------------------------------------------------------------------------------------------------------- */
/* Calendar Formatting Control
   Used by WGA.ClassLibrary.Controls.BaseCalendar 
*/
.calendar {
    border: solid 1px #000000;
}
.calendarTitle, .calendarNextPrev {
    /*background-color: #C3A66C;*/
	color: #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.calendarDayHeader {
    background-color: #eeeeee;
	color: #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.calendarDay {
    background-color: #ffffff;
	color: #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
.calendarDayWeekend {
	background-color: #ffffff;
	color: #444242;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
 .calendarDayOtherMonth {
	background-color: #eeeeee;
	color: #aaaaaa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
.calendarDayToday {
    background-color: #ffffff;
	color: #E10000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.calendarDaySelected {
    background-color: #ff0000;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
	font-weight: bold;
}
.calendarSelector {
    background-color: #ffcc66;
    color: #444242;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}



/* -------------------------------------------------------------------------------------------------------------- */
/* Hierarchy Settings
   Used by WGA.ClassLibrary.Controls.HierarchyTree 
*/
.hierType {
    font-style : italic;
    font-weight : bold;
    font-size : 8pt;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* DHTML Display Class */
.dhtmlDisplay {
    border: #444242 1px solid;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* Step Text Settings
   Used by ProcessSteps User controls (/_coreModules/common/controls) 
*/
.stepActive {
    color: #E10000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.stepInactive {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.stepComplete {
    color: #999999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}


/* -------------------------------------------------------------------------------------------------------------- */
/* RadControl menu settings
*/
.MenuGroup {
	background-color: transparent; 
}

.MenuGroupTop {
	background-color: transparent; 
}

.MenuGroupChild {
	background-color: transparent; 
	border: outset 1px #000000;	
	border-collapse: collapse;
}

.MenuItem {
  background-color: transparent; 
  color: #333333; 
  font-family: Verdana; 
  font-size: 9pt;
  cursor: default;  
  padding: 0px; 
}

.MenuItemTop {
  background-color: transparent; 
  color: #333333; 
  font-family: Verdana; 
  font-size: 9pt;
  cursor: default;  
  padding: 0px; 
}

.MenuItemChild {
  background-color: #F2EEE5; 
  color: #333333; 
  font-family: Verdana; 
  font-size: 9pt;
  cursor: default;  
  padding: 3px; 
}

.MenuItemOver {
  background-color: transparent; 
  color: #006699; 
  font-family:verdana; 
  font-size: 9pt;
  font-weight: bold;
  cursor: hand;  
}

.MenuItemOverTop {
  background-color: transparent; 
  color: #006699; 
  font-family:verdana; 
  font-size: 9pt;
  font-weight: bold;
  cursor: hand;  
}

.MenuItemOverChild {
  background-color: #FFCC66; 
  color: #333333; 
  font-family:verdana; 
  font-size: 9pt;
  padding: 3px;
  cursor: hand;  
}

.ItemDisabled {
  background-color: transparent; 
  color: #999999; 
  font-family: Verdana; 
  font-size: 9pt;
  padding: 3px;   
  cursor: default;
}

.Separator {
	background-color: transparent; 
	margin-left: 5px;
	margin-right: 5px;
}


/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* Site-Specific Styles to be placed here */
/* -------------------------------------------------------------------------------------------------------------- */

.sm-text-nav {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #5D5A5A}
.sm-text-nav a:link{  color: #5D5A5A; text-decoration: underline}
.sm-text-nav a:active{  color: #5D5A5A; text-decoration: underline}
.sm-text-nav a:visited{  color: #5D5A5A; text-decoration: underline}
.sm-text-nav a:hover{  color: #9F0000; text-decoration: underline}

.sn-red {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; line-height: normal; font-weight: normal; color: #793720}
.sn-red a:link{  color: #793720; text-decoration: underline}
.sn-red a:active{  color: #793720; text-decoration: underline}
.sn-red a:visited{  color: #793720; text-decoration: underline}
.sn-red a:hover{  color: #9F0000; text-decoration: underline}

.sn-brown {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; color: #976F4C}
.sn-brown a:link{  color: #976F4C; text-decoration: none}
.sn-brown a:active{  color: #976F4C; text-decoration: none}
.sn-brown a:visited{  color: #976F4C; text-decoration: none}
.sn-brown a:hover{  color: #793720; text-decoration: underline}

.sn-brown-sm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; line-height: normal; font-weight: bold; color: #793720}
.sn-brown-sm a:link{  color: #793720; text-decoration: none}
.sn-brown-sm a:active{  color: #793720; text-decoration: none}
.sn-brown-sm a:visited{  color: #793720; text-decoration: none}
.sn-brown-sm a:hover{  color: #B2966B; text-decoration: underline}

.sn-brown-sm-u {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; line-height: normal; font-weight: bold; color: #793720}
.sn-brown-sm-u a:link{  color: #793720; text-decoration: underline}
.sn-brown-sm-u a:active{  color: #793720; text-decoration: underline}
.sn-brown-sm-u a:visited{  color: #793720; text-decoration: underline}
.sn-brown-sm-u a:hover{  color: #B2966B; text-decoration: none}

.grey-link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #444242}
.grey-link a:link{  color: #444242; text-decoration: underline}
.grey-link a:active{  color: #444242; text-decoration: underline}
.grey-link a:visited{  color: #444242; text-decoration: underline}
.grey-link a:hover{  color: #793720; text-decoration: none}

.steps-red-link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #E10000}
.steps-red-link a:link{  color: #E10000; text-decoration: underline}
.steps-red-link a:active{  color: #E10000; text-decoration: underline}
.steps-red-link a:visited{  color: #E10000; text-decoration: underline}
.steps-red-link a:hover{  color: #793720; text-decoration: none}

.regency {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #5D5A5A}
.regency a:link{  color: #5D5A5A; text-decoration: underline}
.regency a:active{  color: #5D5A5A; text-decoration: underline}
.regency a:visited{  color: #5D5A5A; text-decoration: underline}
.regency a:hover{  color: #B2966B; text-decoration: underline}

.verd10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #444242;
}
.verd8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #444242;
}
.verd10b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
.verd8b {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold}
.verd12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000}
.verd12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #444242;
}
.verd8bi {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; font-weight: bold}
.verd12i-white { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: italic; line-height: normal; font-weight: normal; color: #FFFFFF}
.verd10b-whi { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #FFFFFF}
.ari8 { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal}
.verd8-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal ; color: #000000; font-weight: normal}
.verd8b-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold ; color: #000000}
.verd10b-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.verd8b-red { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold ; color: #5B1E4E}
.verd8-red { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #E10000}
.verd8i { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; line-height: normal; font-weight: normal }
.verd10i { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; line-height: normal; font-weight: normal}
.verd10ib { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; line-height: normal; font-weight: bold}
.verd8b-grn { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold ; color: #2C592C}
.ari8-gray { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; color: #999999; font-weight: normal }
.verd10-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #000000 }
.verd8bi-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; line-height: normal; font-weight: normal; color: #000000 }
.verd8b-wht { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold ; color: #FFFFFF}
.verd8b-gray { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold ; color: #666666}
.verd10bi-red { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; line-height: normal; font-weight: bold; color: #FF0000}
.verd10b-red { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: normal; font-weight: bold; color: #E10000}
.verd10i-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; line-height: normal; font-weight: normal ; color: #000000}
.ari8-wht { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; color: #FFFFFF; font-weight: normal }
.verd8-wht { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal ; color: #FFFFFF; font-weight: normal }
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #444242}
.verd12ptboldgray {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #333333}
.header {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #444242}
.verd10-blu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #0422A4}
.verd10b-blu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #0422A4}
.verd8-blu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; color: #0422A4; font-weight: normal }
.verd8b-blu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold ; color: #0422A4}
.verd12b-blu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #0422A4}
.verd12b-purple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #990066}
.verd12-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: #000000 }
.verd12b-blk { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; color: #000000}
.verd10b-grey { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #444242}
.verd10b-purple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #990066}
.verd8b-purple { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold ; color: #990066}
.verd8b-brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #793720;

}
.verd8-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #444242;

}
.verd12b-brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #793720;

}
.verd10b-brown {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #793720
}
.verd9b-gray {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold ; color: #444242
}
.verd11b-brown {

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; color: #793720
}
.verd10-brown {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #793720
}
.verd10-grey {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #444242
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #976F4C;
	background-image: url(images/button-bg.gif);
	text-decoration: none;
	height: 20px;
	width: 84px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	border: thin none #FFFFFF;
	cursor: hand;
	text-align: center;
	background-color: #F2EEE5;

}
.verd10b-ltbrown {

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; color: #976F4C
}
.verd10-red {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #E10000;
}
.textfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444242;
	border: 1px solid #C7A776;
	font-weight: normal;
	background-color: #FFFFFF;

}
.verd8-ltgray {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #7E7A7A;
}
.verd8-brown {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #793720;
}

#sectionLinks {
    color: #976F4C;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
    font-weight: bold; 
    line-height: normal; 
    margin: 0px;
    padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
    color: #976F4C;
    display: block;
    background-image: url(/siteSpecific/images/newTraditions/sn-square-box-bg.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px 0px 10px 25px;
    text-decoration: none;
}

#sectionLinks a:hover{
    color: #976F4C;
    display: block;
    background-image: url(/siteSpecific/images/newTraditions/sn-square-box-bg-over.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px 0px 10px 25px;
    text-decoration: underline;
}

/* section links for longer text */

#sectionLinks1 {
    color: #976F4C;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
    font-weight: bold; 
    line-height: normal; 
    margin: 0px;
    padding: 0px;
}

#sectionLinks1 a:link, #sectionLinks1 a:visited {
    color: #976F4C;
    display: block;
    background-image: url(/siteSpecific/images/newTraditions/sn-square-box-bg1.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0px 10px 25px;
    text-decoration: none;
}

#sectionLinks1 a:hover{
    color: #976F4C;
    display: block;
    background-image: url(/siteSpecific/images/newTraditions/sn-square-box-bg-over1.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 0px 10px 25px;
    text-decoration: underline;
}
