body {
	margin: 0px;
	background-color: #473103;
	font-size: 12px; /* Font Size */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #000;
	background-image:url(../images/brown_paper.gif);
}
#background {
	width: 870px;
	background-color: #473103;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}
/* start global styles */

#globalContainer {
	width: 700px;
	margin: 0 0 0 170px;
	border-left: 1px solid #F1F0EE; /* Global Gray Light */
	border-right: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
	background-color: #B5D6A1;
}

#homePage #header {
	height: 254px;
}
.snow {
	background-image: url(../images/snowflakes.jpg);
	background-repeat: repeat;
}

#innerLeft {
	float: left;
	background-repeat:repeat-x;
	height: auto;
}
#homePage #innerLeft {
	width: 185px;
}

#homePage #innerRight h1, #homePage #innerRight h2, #homePage #innerRight h3, #homePage #innerRight p {
  clear: none;
}

#innerRight p {
	color: #000;
}
#homePage #innerRight {
	margin-left: 186px;
	padding: 15px;
	height: 100%;
	background-image: url(../images/paper_background.jpg);
}
#homePage #featured {
	margin-bottom: 0px;
	padding-top: 0px;
}
#homePage #featured .featuredLeft {
	width: 100%;
	float: left;
	background-color: #FFF;
}
#homePage #featured .featuredRight {
	padding: 0px 20px 0px 20px;
}
#homePage #featured img {
	border: 1px solid #F1F0EE;
}
#homePage #sideNav {
	padding: 0px;
	border-bottom:none;
	background-image:url(../images/green_label.jpg);
}
#homePage #sideNav a {
	font-size: 12px;
	color: #493216; /* Global White */
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-image:url(../siteassist_images/home_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 10px 0px 10px 42px;
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
	display: block;
}
div.imgBoxColumn {
	text-align: center;
	float: left;
	width: 235px;
}
div.imgBoxColumn2 {
	text-align: center;
	float: left;
	width: 235px;
	margin-left: 245px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	color: #004000;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	color: #004000;
	}	
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	}	
h3.first {
	margin: 0px;
}	

h3.backToTop{
	display: block;
	margin: 26px 25px;
}

.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.hand {
	cursor: pointer;
}

p {
	font-size: 12px;
	margin: 0px;
	}
p.intro {
	margin-bottom: 20px;
}

.bold{
	font-weight: bold;
}
	
.textFloat {
	padding-left: 10px;
	margin-left: 204px;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.textFloat h2{
	margin-top: 0px;
}
	
ul {
	list-style-type: square;
	font-size: 12px;
	margin: 10px 10px 10px 30px;
	padding-left: 9px;
	color: #000;
}

ul.bold {
	font-weight: bold;
}
ul.noBullet {
	list-style-type: none; 
	font-weight: bold;
	padding-left: 0px;
}

ul.bold li {
	margin-top: 4px; 
}
ul.noBullet li{
	margin-top: 4px; 
}

a.callToAction {
	font-weight: bold;
}

/*  start box styles */

table.threeColumn{
	table-layout: fixed;
	width: 100%;
}



table.threeColumn td{
	width: 33%;
	padding-top: 25px;
	vertical-align: top;
}

table.twoColumn{
	table-layout: fixed;
	width: 100%;
}
table.twoColumn td{
	width: 50%;
	padding-bottom: 25px;
	vertical-align: top;
}
	
div.buyButton{
	margin-top: 10px;
	font-size: 11px;
}
div.bannerNav {
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}
div.bannerNav div{
	padding: 6px 10px 0px 10px;
}
div.bannerNav .pagination{
	padding: 0px 27px 0px 27px;
}
div.bannerNav .left{
	float: left;
}
div.bannerNav .middle{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.bannerNav .right{
	float: right;
	width: 100px;
	text-align: right;
}

div.bannerNav .rightPaginated{
	float: right;
	width: 378px;
	text-align: right;
}
div.calendarNav {

}
div.dayPlannerEntry{
	padding: 6px 10px 0px 10px;
}
div.dayPlannerEntry h3{
	margin: 6px 0px 0px 0px;
}
div.dayPlannerEntry p{
	margin: 0px 0px 16px 0px;
}
	


div.boxColumnLeft{
	width: 50%;
	float: left;
}

div.boxColumnRight{
	width: 50%;
	float: left;
}
	
div.boxTop {
	padding: 6px;
	font-size: 11px;
	font-weight: bold
}


div.linkBox {

}
div.linkBox ul{
	padding: 0px 0px 10px 22px;
}

div.contentHeaderContainer {
  overflow: hidden;
  height: 1%;
}
div.contentBodyContainer {

}
div.hr {
	height: 1px;
	margin: 10px 0px 14px 0px;
	line-height: 1px;
}

div.hrLeft {
  margin-right: 10px;
}

div.imgBox {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 0px;
}

div.imgBox img {
  padding: 1px;
}

div.imgBoxLeft {
	
	margin: 0px 0px 10px 0px;
	float: left;
	font-size: 0px; 
}
div.imgBoxLeft img {
  padding: 1px;
  }
div.imgBoxLeft p {
	text-align: center;
	margin-top: 2px;
	font-size: 0px; 
}



div.imgBoxTwoColumn {
	width: 49%;
	float: left;
	text-align: left;
}

div.imgBoxLrgRight {
	float: left;
	margin-left: 20px;
	font-size: 0px; 
}
div.imgBoxLrgRight img {
  padding: 1px;
}
div.imgBoxSmlRightTop {
	float: left;
	margin-left: 5px;
	font-size: 0px; 
}
div.imgBoxSmlRightTop img {
  padding: 1px;
}
div.imgBoxSmlRightBot {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	font-size: 0px; 
}
div.imgBoxSmlRightBot img {
  padding: 1px;
}


p.price {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

table.calendar {
	width: 99%;
	border-collapse: collapse;
}
table.calendar th{
	font-size: 11px;
	font-weight: normal;
	border-top: none;
	padding: 2px;
	width: 14%;
}
table.calendar tr.day td{
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
}
table.calendar tr.box td{
	font-size: 10px;
	height: 71px;
}
table.labelBox{
	margin: 10px 0px;
	border-collapse: collapse;
}

table.labelBox td, table.labelBox th{
	padding: 9px 25px;
	text-align: center;
	font-size: 11px; 
	font-weight: normal;
}
table.labelBox tr td{

}

td.homeFeatureText{
	padding: 0px 6px 0px 6px;
}
td.homeFeatureText h2{
	margin-top: 0px;
	padding-top: 0px;
}


.homeBodyContainer p{

}

.homeBodyContainer{
	position: absolute;
}

.headerBackgroundImage{
	position: absolute; 
	z-index: 1; 
}

.homeHeaderText{
	position: absolute; 
	z-index: 2; 
}

.homeHeaderText p{
	line-height: 22px;
}

.homeBodyContainer a{
	font-weight: bold;
	text-decoration: underline;
}

.homeFeatureContainer{
	position: absolute; 
	padding-top: 25px;
}

.homeFeatureTable{
	margin-left: 15px; 
	width: 570px;
}

div.siteFooterLinks{
	white-space:nowrap;
}

/*  Version 1 styles */
.BodyCell {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.BodyCell_paddingRightLeft {
	padding-right: 15px;
	padding-left: 15px;
}

.BodyCell_noPadding {

}

.BuyNow {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.BuyNowText {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.CalendarLayout {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.CallToAction_paddingBottom20px {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;	
	padding-bottom: 20px;
	text-align: left;
}

.CallToAction_paddingBottom15px {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;	
	padding-bottom: 15px;
	text-align: left;
}

.CallToAction_paddingTop5px {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;	
	text-align: left;
	padding-top: 5px;
}

.FeatureItemNameCell {
	padding-top: 15px;
}

.FeatureItemNameTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.FeatureItemNameText {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;	
	white-space: nowrap;
	text-align: left;
	padding-left: 5px;
}

.FeaturedItemBody {
	font-size: 11px;
	line-height: 16px;
	padding-top:10px;
}

.FeaturedItemBody_paddingTop15px {
	font-size: 11px;
	line-height: 16px;
	padding-top:15px;
}

.FeaturedItemBodyCell {
	padding-left: 10px;
}

.FeaturedItemBodyText {
	font-size: 11px;
	line-height: 16px;
	padding-top: 5px;
}

.FeaturedItemBodyTextBold {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 5px;
}

.FeaturedItemDetail {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.FeaturedItemDetail_paddingTop10px {
	padding-top: 10px;
}

.FeaturedItemDetailBullet {
	width: 18px;
	height: 18px;
	background-image: url('../siteassist_images/arrow.gif');
}

.FeaturedItemDetailCell {
	font-size: 12px;
	line-height: 18px;	
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;	
}

.FeaturedItemDetailCell_noLineHeight {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;	
}

.FeaturedItemDetailCell_fontSize11px_lineHeight16px {
	font-size: 11px;
	line-height: 16px;	
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;	
}

.FeaturedItemDetailTable {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.FeaturedItemImage {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.FeaturedItemNameBullet {
	width: 18px;
	height: 18px;
	background-image: url('../siteassist_images/arrow.gif');
}

.FeaturedItemNameCell {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;	
}

.FeaturedItemNameTable {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.FeedbackCell {
	font-size: 11px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.GalleryCell_paddingBottom15px {
	padding-bottom: 15px;
}

.GalleryCell_paddingLeft10px_paddingBottom10px {
	padding-left: 10px;
	padding-bottom: 10px;	
}

.GalleryCell_paddingRight10px_paddingTop10px {
	padding-right: 10px;
	padding-top: 10px;	
}

.GalleryCell_paddingRight10px_paddingTop10px_paddingBottom10px {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.GalleryCell_paddingRight10px_paddingTop20px {
	padding-right: 10px;
	padding-top: 20px;	
}

.GalleryImage {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.GalleryLastCell {
	padding-top: 10px;
}

.GalleryLastCell_paddingTop10px_paddingBottom10px {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.GalleryLastCell_paddingTop20px {
	padding-top: 20px;
}

.GalleryLink {
	font-size: 9px;
	line-height: 14px;
	padding: 5px;
	font-weight: bold;
}

.Layout {
    font-size: 11px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.LeftBodyCell {
	padding-right: 15px;
	padding-top: 15px;
}

.LeftBodyCell_padding15px {
	padding: 15px;
}

.LeftCell {
    padding-right: 5px;
}

.LinkCell {	
	text-align: center;
	padding: 5px;
}

.LinkLastCell {
	text-align: center;
	padding: 5px;	
}

.LinkTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.LinkText {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.PageSubTitle {
    font-size: 11px;
    letter-spacing: 2px;
}

.PageTitle {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.PromotionBodyCell {
	padding: 10px;
}

.PromotionCell {
	font-size: 10px;
	padding-left: 15px;
    padding-right: 10px;
	padding-top: 20px;
}

.PromotionCell_padding15px {
  padding: 15px;
}

.PromotionHeadline {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 15px;
	text-align: left;
}

.PromotionHeadline_fontSize14px_noPadding {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

.PromotionImage {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.PromotionPointsCell {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.PromotionPointsCell_paddingTop10px_paddingLeft15px_paddingRight15px {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.PromotionPointsCell_paddingTop20px_paddingBottom20px_paddingLeft15px_paddingRight15px {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.PromotionPointsCell_padding15px {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.PromotionSellingPoints {
	font-size: 11px;
	line-height: 16px;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
}

.PromotionSellingPoints_fontSize12px_lineHeight18px_padding15px {
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

.PromotionSellingPoints_fontSize12px_lineHeight18px_padding10px {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	text-align: left;
}

.PromotionText {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}

.PromotionTopCell {
	padding: 15px;
}

.RightBodyCell {
	padding-left: 15px;
	padding-top: 15px;
}

.RightBodyCell_padding15px {
	padding: 15px;
}

.ShowcaseCell {
	padding-top: 15px;
	padding-bottom: 15px;	
}

.SpecRow1 {

}

.SpecRow1LeftCell {
	font-size: 11px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
}

.SpecRow1RightCell {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.SpecRow2 {

}

.SpecRow2LeftCell {
	font-size: 11px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}

.SpecRow2RightCell {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
}

.SpecTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.TopBody {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 15px;	
}

.TopCell {
	font-size: 11px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}

.YearCell {
	font-size: 18px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.calendarText {
	font-size: 9px; 
	line-height: 14px;
	font-weight: bold;
}

.calendarTextLast {
	font-size: 9px; 
	line-height: 14px;
	font-weight: bold;
}

.date {
	font-size: 9px; 
	line-height: 14px;
	font-weight: bold;
}

.dateLast {
	font-size: 9px; 
	line-height: 14px;
	font-weight: bold;
}

.dayOfWeek {
	font-size: 9px; 
	line-height: 14px;
	font-weight: bold;
}

.dayOfWeekLast {
	font-size: 9px; 
	line-height: 14px;
	font-weight: bold;
}

.footerTable {
    font-size: 11px;
}

.headerTable  {
	
}

.leftContentTable {
	
}

.leftContentTable a, .leftContentTable a:visited {
	
}

.leftContentTable a:hover {
	
}

.monthYear {
	font-size: 12px; 
	line-height: 18px;
	font-weight: bold;
}

a:link {

}

a:visited {

}

.BulletTD {
	width: 18px;
}

/* Site Name & Description Classes */


.SiteName {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.SiteNameInnerTD {
	font-size: 11px;
  padding-left: 15px;
}

.SiteDescription {
	font-size: 11px;
}


/* ------------ New Page Type Additions - Justin Nemeth ------------ */

.SectionTitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 2px;
}

.BorderDotted {
	border-width: 1px;
	border-style: dotted;
	padding: 2px;
}

.BulletUL {
	line-height: 1.8em;
	list-style-image: url(../bullet.gif);
}

.BulletDiv {
	background-image: url(../bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	margin-left: 25px;
}

.BulletUL2 {
	list-style-image: url(../bullet.gif);
	line-height: 1.8em;
}

.BulletDiv2 {
	background-image: url(../bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	margin-left: 25px;
}

a.LinkTextDark {
	text-decoration: none;
}

a.LinkTextDark:hover {
	text-decoration: underline;
}

.LightHR {
	height: 1px;
}
/* links and colors*/
a:link  {
	color: #AD4100; /* Link */
}

a:visited  {
	color: #AD4100; /* Link */
}

li.default{
	color: #273015; /* Text Dark */
}
li.highlight{
	color: #273015; /* Text Dark */
}
li.linked{
	color: #AD4100; /* Link */
}

div.boxTop {
	background-color: #93B178; /* Table BG Dark */
}

div.linkBox {
	border: 1px solid #627850; /* Border Dark*/
	background-color: #DFECCC; /* Table BG Light */
}

div.bannerNav {
	border: 1px solid #7E9867; /* Border Light*/
	background-color: #DFECCC; /* Table BG Light */
	color: #273015; /* Text Dark */
}

div.calendarNav {
  border: 0;
}

table.calendar {
	border: 1px solid #7E9867; /* Border Light */
}

table.calendar th{
	border: 1px solid #7E9867; /* Border Light*/
	background-color: #93B178; /* Table BG Dark */
}

table.calendar tr.day td{
	border: 1px solid #7E9867; /* Border Light*/
	background-color: #DFECCC; /* Table BG Light */
}

table.calendar tr.box td{
	border: 1px solid #7E9867; /* Border Light*/
}

table.labelBox tr td{
	background-color: #DFECCC; /* Table BG Light */
}

table.labelBox td, table.labelBox th{
	border: 1px solid #7E9867; /* Border Light*/
}

.homeFeatureContainer{
	border-top: 1px dotted #627850; /* Border Dark*/ 
}

div.hr {
	border-bottom: 1px solid #627850; /* Border Dark*/
}

div.imgBox img {
	border: 1px solid #627850; /* Border Dark*/
}

div.imgBoxLeft img {
	border: 1px solid #627850; /* Border Dark */
}

div.imgBoxColumn img {
	border: 1px solid #627850; /* Border Dark */
}

div.imgBoxTwoColumn img {
	border: 1px solid #627850; /* Border Dark */
}

div.imgBoxLrgRight img {
	border: 1px solid #627850; /* Border Dark */
}
div.imgBoxSmlRightTop img {
	border: 1px solid #627850; /* Border Dark */
}
div.imgBoxSmlRightBot img {
	border: 1px solid #627850; /* Border Dark */
}

.Layout  {
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
	background-color: #E2ECCC; /* Page Background */
}

.topNavTable  {
	color: #EEF6ED; /* Text Light */
	background-color: #96BA6E; /* Tertiary */
}

.BodyCell  {
}

.BodyCell_paddingRightLeft {
}

.BodyCell_noPadding {
}

.TopCell  {
	color: #AD4100; /* Link */
	border-bottom-color: #7E9867; /* Border Light */
}

.FeedbackCell  {
	color: #AD4100; /* Link */
	border-bottom-color: #7E9867; /* Border Light */
}

.TopLink  {
	color: #AD4100; /* Link */
}

.FeaturedItemBody  {
	color: #273015; /* Text Dark */
}

.FeaturedItemBody_paddingTop15px {
	color: #273015; /* Text Dark */
}

.FeaturedItemBodyText  {
	color: #273015; /* Text Dark */
}

.FeaturedItemBodyTextBold  {
	color: #4B3200; /* Primary */
}

.FeaturedItemDetailBullet  {
	#color: #EEF6ED; /* Text Light */
	background-color: #728826; /* Secondary */
}

.FeaturedItemDetailCell  {
	color: #4B3200; /* Primary */
}

.FeaturedItemDetailCell_noLineHeight {
	color: #4B3200; /* Primary */
}

.FeaturedItemDetailCell_fontSize11px_lineHeight16px {
	color: #4B3200; /* Primary */
}

.FeaturedItemDetailTable  {
	background-color: #93B178; /* Table BG Dark */
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
}

.GalleryImage  {
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
}

.GalleryCell  {
}

.GalleryCell_paddingBottom15px {
}

.GalleryCell_paddingLeft10px_paddingBottom10px {
}

.GalleryCell_paddingRight10px_paddingTop10px {
}

.GalleryCell_paddingRight10px_paddingTop10px_paddingBottom10px {
}

.GalleryCell_paddingRight10px_paddingTop20px {
}

.TopBody  {
	color: #273015; /* Text Dark */
}

.calendarText  {
	color: #273015; /* Text Dark */
	background-color: #DFECCC; /* Table BG Light */
	border-top: 1px solid #7E9867; /* Border Light */
	border-right: 1px solid #7E9867; /* Border Light */
}

.calendarTextLast  {
	color: #273015; /* Text Dark */
	background-color: #DFECCC; /* Table BG Light */
	border-top: 1px solid #7E9867; /* Border Light */
}

.date  {
	color: #273015; /* Text Dark */
	background-color: #93B178; /* Table BG Dark */
	border-top: 1px solid #627850; /* Border Dark */
	border-right: 1px solid #7E9867; /* Border Light */
}

.dateLast  {
	color: #273015; /* Text Dark */
	background-color: #93B178; /* Table BG Dark */
	border-top: 1px solid #627850; /* Border Dark */
}

.dayOfWeek  {
	color: #EEF6ED; /* Text Light */
	background-color: #4B3200; /* Primary */
	border-right: 1px solid #7E9867; /* Border Light */
}

.dayOfWeekLast  {
	color: #EEF6ED; /* Text Light */
	background-color: #4B3200; /* Primary */
}

.monthYear  {
	color: #273015; /* Text Dark */
	background-color: #93B178; /* Table BG Dark */
}

.CalendarLayout  {
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
}

.YearCell  {
	color: #273015; /* Text Dark */
	border-bottom-color: #96BA6E; /* Tertiary */
}

.FeaturedItemImage  {
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
}

.FeaturedItemBodyCell  {
}

.FeaturedItemNameBullet  {
	color: #EEF6ED; /* Text Light */
	background-color: #728826; /* Secondary */
}

.FeaturedItemNameTable  {
	background-color: #93B178; /* Table BG Dark */
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
}

.FeaturedItemNameCell  {
	color: #4B3200; /* Primary */
}

.BuyNow  {
	background-color: #AD4100; /* Link */
}

.BuyNowText  {
	color: #EEF6ED; /* Text Light */
}

.PromotionPointsCell  {
}

.PromotionPointsCell_paddingTop10px_paddingLeft15px_paddingRight15px {
}

.PromotionPointsCell_paddingTop20px_paddingBottom20px_paddingLeft15px_paddingRight15px {
}

.PromotionPointsCell_padding15px {
}

.PromotionSellingPoints  {
	color: #4B3200; /* Primary */
	background-color: #93B178; /* Table BG Dark */
}

.PromotionSellingPoints_fontSize12px_lineHeight18px_padding15px {
	color: #4B3200; /* Primary */
	background-color: #93B178; /* Table BG Dark */
}

.PromotionSellingPoints_fontSize12px_lineHeight18px_padding10px {
	color: #4B3200; /* Primary */
	background-color: #93B178; /* Table BG Dark */
}

.FeaturedItemDetail  {
}

.FeaturedItemDetail_paddingTop10px {
}

.LeftCell  {
}

.GalleryLastCell  {
}

.GalleryLastCell_paddingTop10px_paddingBottom10px {
}

.GalleryLastCell_paddingTop20px {
}

.GalleryLink  {
	color: #AD4100; /* Link */
}

.PromotionCell  {
	color: #273015; /* Text Dark */
	border-left: 1px solid #7E9867 /* Border Light */
}

.PromotionCell_padding15px {
	color: #273015; /* Text Dark */
	border-left: 1px solid #7E9867 /* Border Light */
}

.LinkCell  {
	border-right: 1px solid #7E9867; /* Border Light */
}

.LinkLastCell  {
}

.LinkTable  {
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
	background-color: #DFECCC; /* Table BG Light */
}

.LinkText  {
	color: #AD4100; /* Link */
}

.SpecTable  {
	border-top-color: #627850; /* Border Dark */
	border-right-color: #627850; /* Border Dark */
	border-bottom-color: #627850; /* Border Dark */
	border-left-color: #627850; /* Border Dark */
}

.SpecRow1LeftCell  {
	color: #273015; /* Text Dark */
	border-right-color: #7E9867; /* Border Light */
}

.SpecRow1RightCell  {
	color: #273015; /* Text Dark */
}

.SpecRow2RightCell  {
	color: #273015; /* Text Dark */
	border-top-color: #627850; /* Border Dark */
}

.SpecRow2LeftCell  {
	color: #273015; /* Text Dark */
	border-right-color: #7E9867; /* Border Light */
	border-top-color: #627850; /* Border Dark */
}

.SpecRow1  {
	background-color: #DFECCC; /* Table BG Light */
}

.SpecRow2  {
	background-color: #93B178; /* Table BG Dark */
}

.ShowcaseCell  {
}

.PromotionImage  {
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
}

.PromotionHeadline  {
	color: #AD4100; /* Link */
}

.PromotionHeadline_fontSize14px_noPadding {
	color: #AD4100; /* Link */
}

.PromotionText  {
	color: #273015; /* Text Dark */
}

.CallToAction  {
	color: #273015; /* Text Dark */
}

.CallToAction_paddingBottom20px {
	color: #273015; /* Text Dark */
}

.CallToAction_paddingBottom15px {
	color: #273015; /* Text Dark */
}

.CallToAction_paddingTop5px {
	color: #273015; /* Text Dark */
}

.LeftBodyCell  {
	border-right: 1px solid #7E9867 /* Border Light */
}

.LeftBodyCell_padding15px {
	border-right: 1px solid #7E9867 /* Border Light */
}

.RightBodyCell  {
}

.RightBodyCell_padding15px {
}

.FeatureItemNameTable  {
	border-top-color: #7E9867; /* Border Light */
	border-right-color: #7E9867; /* Border Light */
	border-bottom-color: #7E9867; /* Border Light */
	border-left-color: #7E9867; /* Border Light */
	background-color: #93B178; /* Table BG Dark */
}

.FeatureItemNameCell  {
}

.FeatureItemNameText  {
	color: #4B3200; /* Primary */
}

.PromotionBodyCell  {
}

.PromotionTopCell  {
}

#leftContent {
	background-color: #93B178; /* Table BG Dark */
}

#leftContent a, #leftContent a:visited {
}

#leftContent a:hover {
}

#rightContent {
	color: #273015; /* Text Dark */
}

.PageSubTitle {
}

.footerTable {
}

.SectionTitle {
	color: #273015; /* text dark */
	border-color: #7E9867; /* border light */
}

.BorderDotted {
	border-color: #7E9867; /* border light */
}

a.LinkTextDark {
	color: #273015; /* text dark */
}

a.LinkTextDark:hover {
}

.LightHR {
	color: #7E9867; /* border light */
	border-color: #7E9867; /* border light */
}

/* ---  Template Classes ------------------------------------------------------------------------------------------ */


.LayoutTable {
	border-right: 1px solid #7E9867; /* Border Light */
}

.SpacerHorizontal {
	background-color: #96BA6E; /* Tertiary */
}

.LeftStripe {
	background-color: #96BA6E; /* Tertiary */
}

.SiteNameInnerTD {
  color: #96BA6E; /* Tertiary */
}

#template_SiteNameTD_Light {
	color: #273015; /* Text Dark */
}

#template_SiteNameTD_Dark {
	color: #E0E6E4; /* Neutral Light */
}

/* ------------ Template Classes - E ------------ */
.footerTable {
  color: #BBC2C2; /* Neutral Dark */
}


/* --- Home Page Classes ------------------------------------------------------------------------------------------ */
.homeMainFeature {
  border-bottom: 3px double #96BA6E; /* Tertiary */
}

.homeRightTable {
  border: 3px double #96BA6E; /* Tertiary */
}

.homeLink {
  color: #273015; /* Text Dark */
}

.homeLink a, .homeLink a:link, .homeLink a:visited, .homeLink a:active {
  color: #273015; /* Text Dark */
}

.homeLinkContent a:hover {
}

.homeFeatureText
{
	color: #273015; /* Text Dark */
}

.homeFeatureHeadline
{
	color: #273015; /* Text Dark */
}

.homeMainText {
	color: #273015; /* Text Dark */
}

.homeSmallText {
	color: #273015; /* Text Dark */
}

/* ------------ Home Page B Classes ------------ */
.homeLeftHeader {
	color: #EEF6ED; /* Text Light */
	border-bottom-color: #BBC2C2; /* Neutral Dark */
}

.homeFeatureHeader
{
  color: #EEF6ED; /* Text Light */
}

/* ------------ Home Page Classes - E ------------ */
.LayoutTable_Home {
	border-right-color: #BBC2C2; /* Neutral Dark */
	border-bottom-color: #BBC2C2; /* Neutral Dark */
}

.SpacerHorizontal_Home {
	background-color: #BBC2C2; /* Neutral Dark */
}

/* ------------ template styles ------------ */
/**************** General Classes *****************/


#subPage #globalContainer {
	background-image:url(../siteassist_images/sub_inner_background.jpg);
}

a {
 color: #FFE59F; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

li.highlight {
	color: #F4E1E7; /* Text Light */
}

#footer {
	background-color: #FFF5CC; /* Accent 7 */
	padding: 10px 20px;
	color: #666666; /* Hard coded no matter what color scheme */
	text-align: right;
	font-weight: bold;
	padding-left: 45px;
	margin-left: 186px;
}
#homePage #footer {

}
#subPage #footer {
	margin-left: 186px;
}

#footer a {
	color: #666666; /* Hard coded no matter what color scheme */
	font-weight: bold;
  text-decoration: none;	
}


/**************** Header Classes *****************/
#homePage #header {
	height: 254px;
}
#subPage #header {
	background-image: url(../siteassist_images/subheader_background.jpg);
	height: 104px;
}

#homePage #header h1 {
	padding: 80px 0px 0px 123px;
	font-size: 22px;
	font-style:italic;
	font-weight: bold;
	color: #393E3A; /* Accent 5 */
	margin: 0px;
}

/**************** Top Nav Classes *****************/
#homePage #topNav {
	background-image: url(../siteassist_images/topnav_background.jpg);
	background-repeat:repeat-x;	
	border-top: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	padding: 10px 15px;	
	background-color: #7E9867; /* Border Light */
	color: #FFFFFF; /* Global White */
}

#subPage #topNav {
	padding: 0px 15px;	
	text-align: right;
	color: #FFFFFF; /* Global White */	
}

#topNav table, #topNav ul {
  float: right;
}
#SAW_TopNavigation, #SAW_TopNavigation_LCap, #SAW_TopNavigation_RCap, #SAW_TopNavigation_Background {
  float: right;
}

/************************************************ Sub Page Classes **********************************************/

#subPage #innerRight {
	margin-left: 185px;
	padding: 5px;
}

/**************** Resources Classes *****************/
#resources {
	color: #393E3A; /* Accent 5 */
	padding: 15px;
}


/************* Home Page Classes ******************/
#sideNav {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	padding: 10px;
}
#homePage #sideNav {
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
}
#subPage #sideNav {
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */
}
#subPage #sideNavCont {
	background-image:url(../siteassist_images/sub_inner_top_background.jpg);
	background-repeat: repeat-y;
}


/* Top Navigation Classes */

#SAW_TopNavigation {
	font-size: 11px;
	font-weight: bold;	
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#SAW_TopNavigation {
  margin:0;
  padding:0;
  list-style:none;
}

#SAW_TopNavigation li {
  float:left;
  margin: 0px;
  padding: 0px;
  margin-right: 1px;
  margin-left: 1px;
	background-image:url(../siteassist_images/topnav_cell_bg_hover.gif);
	background-repeat: repeat;
}

.SAW_TopNav_Light a, .SAW_TopNav_Light a:link, .SAW_TopNav_Light a:visited, .SAW_TopNav_Light a:active, .SAW_TopNav_Light a:hover, 
.SAW_TopNav_Dark a, .SAW_TopNav_Dark a:link, .SAW_TopNav_Dark a:visited, .SAW_TopNav_Dark a:active, .SAW_TopNav_Dark a:hover {
  display:block;
	height: 17px;
  float:left;
  text-decoration: none;
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 2px;
}

.SAW_TopNav_Light a, .SAW_TopNav_Light a:link, .SAW_TopNav_Light a:visited, .SAW_TopNav_Light a:active,
.SAW_TopNav_Dark a, .SAW_TopNav_Dark a:link, .SAW_TopNav_Dark a:visited, .SAW_TopNav_Dark a:active {
	background-image:url(../siteassist_images/topnav_cell_bg.gif);
  background-repeat: repeat;
}

.SAW_TopNav_Light a:hover, .SAW_TopNav_Dark a:hover {
  background:none; 
	background-image:url(../siteassist_images/topnav_cell_bg_hover.gif);
  background-repeat: repeat;
}

.SAW_TopNavBorderLeft, .SAW_TopNavBorderRight {
	background-image:url(../siteassist_images/border.gif);
	height: 18px;
  width: 1px;
  float: left;
	background-repeat: repeat-y;
}

/* Side Navigation Declarations */
/* Display */
#SAW_SideNavigation ul {
  margin: 0px;
  padding: 0px;
  list-style:none;
  /* the following two entries are for IE rendering */
  font-size: 0px;
  height: 1%;
}

#SAW_SideNavigation a {
  display: block;
  padding: 2px;
  text-decoration: none;
  font-weight: normal;
  outline: none;
  font-size: 11px;
}

#SAW_SideNavigation li {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#SAW_SideNavigation p {
  margin: 0px;
  padding: 0px;
}

#SAW_SideNavigation li.SAW_SideNav1_Bevel, #SAW_SideNavigation li.SAW_SideNav1_Selected_Bevel, #SAW_SideNavigation li.SAW_SideNav1_Open_Bevel, #SAW_SideNavigation li.SAW_SideNav1_Open_Selected_Bevel, #SAW_SideNavigation li.SAW_SideNav1_Open_Child_Selected_Bevel {
  margin-bottom: 3px;
}

.SAW_SideNavigation_Padding {
  padding-left: 5px;
}

/* Design */
.SAW_SideNav1_Bevel, .SAW_SideNav1_Selected_Bevel, .SAW_SideNav1_Open_Bevel, .SAW_SideNav1_Open_Selected_Bevel, .SAW_SideNav1_Open_Child_Selected_Bevel {
  border-width: 1px;
  border-style: solid;
}
.SAW_SideNav1_Bevel, .SAW_SideNav1_Selected_Bevel {
  background-image: url(../siteassist_images/side_nav_cell.gif);
  background-repeat: repeat-x;
}
.SAW_SideNav1_Open_Child_Selected_Bevel, .SAW_SideNav1_Open_Selected_Bevel, .SAW_SideNav1_Selected_Bevel {
  background-image: url(../siteassist_images/side_nav_open_sel_grad.gif);
  background-repeat: repeat-x;
}
.SAW_SideNav1_Open_Bevel, .SAW_SideNav1_Bevel {
  background-image: url(../siteassist_images/side_nav_open_grad.gif);
  background-repeat: repeat-x;
}

#SAW_SideNavigation .SAW_SideNav1_Open_Child_Selected_Bevel a, #SAW_SideNavigation .SAW_SideNav1_Open_Selected_Bevel a, #SAW_SideNavigation .SAW_SideNav1_Selected_Bevel a, 
#SAW_SideNavigation .SAW_SideNav2_Open_Selected_Bevel a, #SAW_SideNavigation .SAW_SideNav2_Selected_Bevel a {
  text-decoration: none;
  font-weight: bold;
}
#SAW_SideNavigation .SAW_SideNav2_Open_Bevel a, #SAW_SideNavigation .SAW_SideNav2_Open_Child_Selected_Bevel a {
  text-decoration: none;
  font-weight: normal;
} 
#SAW_SideNavigation .SAW_SideNav3_Open_Selected_Bevel a, #SAW_SideNavigation .SAW_SideNav3_Selected_Bevel a {
  text-decoration: none;
  font-weight: bold;
}
#SAW_SideNavigation .SAW_SideNav3_Open_Bevel a {
  text-decoration: none;
  font-weight: normal;
}

/* --- Bevel Top Navigation Declarations ---- */
/* Light Classes */
.SAW_TopNav_Light a, .SAW_TopNav_Light a:link, .SAW_TopNav_Light a:visited, .SAW_TopNav_Light a:active  {
  color: #273015; /* Text Dark */
}

.SAW_TopNav_Light a:hover {
	color: #FFFFFF; /* Global White */
}

/* Dark Classes */
.SAW_TopNav_Dark a, .SAW_TopNav_Dark a:link, .SAW_TopNav_Dark a:visited, .SAW_TopNav_Dark a:active  {
  color: #273015; /* Text Dark */
}

.SAW_TopNav_Dark a:hover {
	color: #FFFFFF; /* Global White */
}

/* --- Bevel Side Navigation Declarations -------- */
.SAW_SideNav1_Bevel {
  border-color: #BBC2C2; /* Neutral Dark */
  background-color: #DFECCC; /* Table BG Light */
}
.SAW_SideNav1_Selected_Bevel {
  border-color: #BBC2C2; /* Neutral Dark */
  background-color: #96BA6E; /* Tertiary */
}
.SAW_SideNav1_Open_Bevel a, .SAW_SideNav1_Open_Bevel a:active, .SAW_SideNav1_Open_Bevel a:link, .SAW_SideNav1_Open_Bevel a:visited {
  color: #273015; /* Text Dark */
}
.SAW_SideNav1_Open_Bevel a:hover{
	color:#4B3200; /* Primary */
}

.SAW_SideNav1_Bevel a, .SAW_SideNav1_Bevel a:active, .SAW_SideNav1_Bevel a:link, .SAW_SideNav1_Bevel a:visited{
  color: #273015; /* Text Dark */
}

.SAW_SideNav1_Bevel a:hover {
	color:#4B3200; /* Primary */
}

.SAW_SideNav1_Selected_Bevel a, .SAW_SideNav1_Selected_Bevel a:active, .SAW_SideNav1_Selected_Bevel a:link, .SAW_SideNav1_Selected_Bevel a:visited, .SAW_SideNav1_Selected_Bevel a:hover  {
	color:#FFFFFF; /* Global White */
}

.SAW_SideNav1_Open_Child_Selected_Bevel a, .SAW_SideNav1_Open_Child_Selected_Bevel a:active, .SAW_SideNav1_Open_Child_Selected_Bevel a:link, .SAW_SideNav1_Open_Child_Selected_Bevel a:visited, .SAW_SideNav1_Open_Selected_Bevel a, .SAW_SideNav1_Open_Selected_Bevel a:active, .SAW_SideNav1_Open_Selected_Bevel a:link, .SAW_SideNav1_Open_Selected_Bevel a:visited, .SAW_SideNav1_Open_Child_Selected_Bevel a:hover {
	color:#FFFFFF; /* Global White */
}
.SAW_SideNav1_Open_Selected_Bevel a:hover {
	color:#FFFFFF; /* Global White */
}
.SAW_SideNav1_Open_Child_Selected_Bevel, .SAW_SideNav1_Open_Selected_Bevel, .SAW_SideNav1_Selected_Bevel {
  border-color: #BBC2C2; /* Neutral Dark */
  background-color: #728826; /* Secondary */ /* This color matches the bottom color of the gradient image */  
}
.SAW_SideNav1_Open_Bevel, .SAW_SideNav1_Bevel {
  border-color: #BBC2C2; /* Neutral Dark */
  background-color: #DFECCC; /* Table BG Light */ /* This color matches the bottom color of the gradient image */
}

.SAW_SideNav2_Bevel a, .SAW_SideNav2_Bevel a:active, .SAW_SideNav2_Bevel a:link, .SAW_SideNav2_Bevel a:visited {
	color: #273015; /* Text Dark */
}
.SAW_SideNav2_Bevel a:hover {
	color:#4B3200; /* Primary */
}

.SAW_SideNav2_Open_Bevel a, .SAW_SideNav2_Open_Bevel a:active, .SAW_SideNav2_Open_Bevel a:link, .SAW_SideNav2_Open_Bevel a:visited, .SAW_SideNav2_Open_Child_Selected_Bevel a, .SAW_SideNav2_Open_Child_Selected_Bevel a:active, .SAW_SideNav2_Open_Child_Selected_Bevel a:link, .SAW_SideNav2_Open_Child_Selected_Bevel a:visited {
	color: #CAD0CD; /* Neutral Medium */
}
.SAW_SideNav2_Open_Selected_Bevel a, .SAW_SideNav2_Open_Selected_Bevel a:active, .SAW_SideNav2_Open_Selected_Bevel a:link, .SAW_SideNav2_Open_Selected_Bevel a:visited {
	color: #CAD0CD; /* Neutral Medium */
}
.SAW_SideNav2_Open_Bevel a:hover, .SAW_SideNav2_Open_Child_Selected_Bevel a:hover, .SAW_SideNav2_Open_Selected_Bevel a:hover {
	color:#FFFFFF; /* Global White */
}

.SAW_SideNav3_Bevel a, .SAW_SideNav3_Bevel a:active, .SAW_SideNav3_Bevel a:link, .SAW_SideNav3_Bevel a:visited {
	color: #273015; /* Text Dark */
}
.SAW_SideNav3_Bevel a:hover {
	color:#4B3200; /* Primary */
}
.SAW_SideNav3_Open_Bevel a, .SAW_SideNav3_Open_Bevel a:active, .SAW_SideNav3_Open_Bevel a:link, .SAW_SideNav3_Open_Bevel a:visited {
	color: #CAD0CD; /* Neutral Medium */
}
.SAW_SideNav3_Open_Selected_Bevel a, .SAW_SideNav3_Open_Selected_Bevel a:active, .SAW_SideNav3_Open_Selected_Bevel a:link, .SAW_SideNav3_Open_Selected_Bevel a:visited, .SAW_SideNav3_Selected_Bevel a, .SAW_SideNav3_Selected_Bevel a:active, .SAW_SideNav3_Selected_Bevel a:hover, .SAW_SideNav3_Selected_Bevel a:link, .SAW_SideNav3_Selected_Bevel a:visited {
	color: #CAD0CD; /* Neutral Medium */
}
.SAW_SideNav3_Open_Bevel a:hover, .SAW_SideNav3_Selected_Bevel a:hover, .SAW_SideNav3_Open_Selected_Bevel a:hover {
	color:#FFFFFF; /* Global White */
}

