/* @font-face {
  font-family: Calibri;
  src: local(Calibri),  
       url(../Resources/Calibri.ttf) format("truetype"); 
  font-weight: normal;
}

@font-face {
  font-family: Calibri;
  src: local(Calibri Bold),   
       local(Calibri-Bold),   
       url(../Resources/Calibri Bold.ttf) format("truetype");  
  font-weight: bold;
} 

@font-face {
  font-family: Calibri;
  src: local(Calibri Italic),   
       local(Calibri-Italic),   
       url(../Resources/Calibri Italic.ttf) format("truetype");  
  font-style: italic;
}

@font-face {
  font-family: Calibri;
  src: local(Calibri Bold Italic),   
       local(Calibri-Bold-Italic),   
       url(../Resources/Calibri Bold Italic.ttf) format("truetype");  
  font-weight: bold;
  font-style: italic;
} 
*/

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #999;
	background-image: url(../Images/BackFade.jpg);
	background-repeat: repeat-x;
}
address {
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
aside {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
header {
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
p , td{ font-size: 14px; }
ul , ol{ font-size: 14px; }
article {
	margin: 0px;
	padding: 0px;
}
section {
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #BE2025;
	text-decoration: underline;
}
#container {
	padding: 0px;
	height: auto;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerDiv {
	background-color: #8F0405;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	float: left;
}
#headerLeftDiv {
	padding: 1%;
	width: 58%;
	margin: 0px;
	float: left;
}
#headerLeftDiv h1 {
	font-size: 1.14em;
	font-weight: lighter;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	color: #FFF;
}
#headerLeftDiv h3 {
	font-size: 1.3em;
	font-weight: lighter;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	color: #FFF;
}
#headerRightDiv {
	margin: 0px;
	padding: 1%;
	width: 38%;
	float: right;
}
#navTopDiv {
	background-image: url(../Images/navTopBackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 5px;
	width: 100%;
}
#navDiv {
	background-color: #616161;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../Images/navTopBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#navBottomDiv {
	background-image: url(../Images/navBotBackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 4px;
	width: 100%;
}
#navDividerDiv {
	background-color: #BE2025;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 5px;
	width: 100%;
}
#hrdLiveChat {
	font-size: 1em;
	color: #FFF;
	margin: 0px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 235px;
	text-align: center;
	font-weight: bold; 
}
#hrdLinks {
	font-size: 1.1em;
	color: #CCC;
	margin: 0px;
	float: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 235px;
	text-align: center;
	clear: right;
}
#hrdLinks a { color: #FFF; }
#hrdPhone {
	font-size: 1.1em;
	color: #FFF;
	margin: 0px;
	float: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 235px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	clear: right;
}
#hrdPhone a { color: #fff; }
#hrdSearch {
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 24px;
	width: 235px;
	float: right;
	clear: right;
	text-align: center;
}
#hrdSearch div {
	margin: 0px;
	padding: 0px;
	float: right;
}
#mainSearchForm {
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainSearchForm input {
	font-size: 0.8em;
	color: #999;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 110px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	background-color: #FFF;
}
#mainSearchForm img {
	display: inline;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bodyDiv {
	padding: 0%;
	float: left;
	width: 100%;
	margin: 0px;
	background-color: #FFF;
}
#homeContentDiv {
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 1004px;
}
.homeBox250 {
	background-color: #f5f5f5;
	background-image: url(../Images/homeBoxBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	float: right;
	width: 240px;
	border: 1px solid #666;
	border-radius: 10px;
}
.homeBox250 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	font-weight: normal;
}
.homeBox250 h3  {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.homeBox250 p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.homeBox250 article a img { padding-left: 10px; }
.homeBox240 , .subBox240{
	background-color: #f5f5f5;
	background-image: url(../Images/homeBoxBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	float: left;
	width: 230px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.homeBox240NoRMargin {
	background-color: #f5f5f5;
	background-image: url(../Images/homeBoxBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	float: left;
	width: 230px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
}
.homeBox240 h2 , .homeBox240NoRMargin h2, .subBox195 h2, .subBox240 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	font-weight: normal;
}
.homeBox240 p , .homeBox240NoRMargin p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.97em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.homeBoxHeight { height: 200px; }
.homeBoxHeight > div { height: 180px; }
.homeBoxBottomMargin , subBoxBottomMargin{ margin-bottom: 8px; }
#homeTwitLeft {
	float: left;
	width: 39px;
	margin: 0px;
	padding: 0px;
}
#homeTwitRight {
	float: right;
	width: 188px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeTwit  {
	width: 228px;
	margin: 0px;
	padding: 0px;
	height: 170px;
	color: #000;
	overflow: hidden ;
}
#homePraise {
	width: 228px;
	margin: 0px;
	padding: 0px;
	height: 90px;
	color: #000;
	overflow: hidden;
}
#homePraiseLeft {
	float: left;
	width: 40px;
	margin: 0px;
	padding: 0px;
}
#homePraiseRight {
	float: right;
	width: 187px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subBox195 {
	background-color: #f5f5f5;
	background-image: url(../Images/homeBoxBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	float: left;
	width: 185px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
}
#myScroll {
	margin: 0px;
	padding: 0px;
	float: left;
}
.footerRightDiv .versionText {
	color: #888;
}
#footerDiv {
	background-color: #333;
	margin: 0px;
	padding: 1%;
	float: left;
	width: 98%;
	font-size: 1em;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
.footerLeftDiv {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 64%;
}
.footerRightDiv {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 36%;
	color: #EDEDED;
	text-align: right;
	font-size: 0.8em;
}
.footerIcon {
	margin-right: 0px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footerMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.footerMenu .bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.footerMenuCol {
	padding: 2px;
	float: left;
	height: auto;
	width: auto;
	margin-right: 8px;
}
#footerDiv a , #footerDiv a:visited ,#footerDiv a:active ,#footerDiv a:focus{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
}
#footerDiv a.txtY {
	font-weight: normal;
	color: #f5f5f5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footerDiv a:hover {
	color: #c00;
	text-decoration: underline;
}
.footerRightDiv address {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
#bodyDiv #sectionWrapper table { }
div.textHistory {
	font-size: .8em;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.hrLightGray {
	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: none;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
.backLightgray , .backLightGray{
	background-color: #efefef;
	background: #eee;
}
.backWhite { background-color: #fff; }
.borderLightGray { border: 1px solid #eee; }
.borderBlack { border: 1px solid #333; }
.borderLightRed { border: 1px solid #BE2025; }
.textSmall , .textTiny{ font-size: .8em; }
.textTiny a { color: #333; }
.textBoxTitle {
	font-size: .8em;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
}
.textTitle {
	font-size: 1.1em;
	color: #BE2025;
}
.textTitleProduct {
	font-size: 1em;
	font-weight: bold;
	color: #616161;
}
.textPadded {
	padding-left: 10px;
	padding-right: 10px;
}
.textError, .texterror { color: #CC0000; }
.textRed { color: #990000; }
.textBlue { color: #0000CC; }
.textNormal {
	font-size: 1em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.textBold { font-weight: bold; }
.listNarrow {
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}
.tableShadow , .imageShadow{ box-shadow: 2px 2px 2px 0px #616161; }
#contactTopLeft {
	background-image: url(../Images/contactTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#contactLeft {
	background-color: #efefef;
	background-image: url(../Images/contactLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#videosTopLeft {
	background-image: url(../Images/videosTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#videosLeft {
	background-color: #efefef;
	background-image: url(../Images/videosLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
.videoBox {
	margin: 10px;
	padding: 10px;
	float: left;
	height: 240px;
	width: 220px;
	box-shadow: 2px 2px 3px 0px #000;
}
.videoBoxProd {
	cursor: hand; cursor: pointer;
	margin: 10px;
	padding: 10px;
	float: left;
	height: 290px;
	width: 200px;
	box-shadow: 2px 2px 3px 0px #000;
}
.videoBox:hover {
	cursor: pointer;
}
#videosBody h1 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#videosBody h3 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#videosBody .videoStill {
	background-color: #CCC;
	padding: 0px;
	height: 130px;
	width: 180px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.genericTopLeft h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 50px;
}
.genericTopLeftFullHeight h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 50px;
	line-height: 76px;
}
.genericTopLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
.genericBody {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 590px;
}
.genericBodyWide {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 785px;
}
.genericTopRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 107px;
	width: 606px;
}
#searchTopLeft {
	background-image: url(../Images/searchTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#searchLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/searchLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#taxFormsTopLeft h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#taxFormsTopLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#taxFormsTopLeft {
	background-image: url(../Images/taxFormsTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#taxFormsLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/taxFormsLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#taxFormsBody {
	margin: 0px;
	padding: 5px;
	float: left;
	height: 760px;
	width: 785px;
	overflow: auto;
}
.taxFormInfoLeft {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 186px;
	text-align: center;
}
.taxFormInfoRight {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 579px;
}
.taxFormCol1 { clear: left; }
.taxFormColX {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 230px;
	height: 300px;
}
#taxFormsLeft .divLeft {
	margin: 0px;
	padding: 0px;
	float: left;
}
#taxFormsLeft .divRight {
	padding: 0px;
	float: right;
	margin-top: 3px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#complianceTopLeft {
	background-image: url(../Images/complianceTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#complianceTopLeft h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 50px;
}
#complianceTopLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
#complianceTopRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 107px;
	width: 606px;
}
#complianceLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/complianceLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#offerTopLeft {
	background-image: url(../Images/offerTopLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 197px;
	width: 418px;
}
#offerTopLeft h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 40px;
	padding-left: 50px;
}
#offerTopLeftSoftware {
	background-image: url(../Images/offerTopLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 197px;
	width: 418px;
}
#offerTopLeftSoftware h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 50px;
}
#offerTopLeftSoftware h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
#offerTopRight {
	background-image: url(../Images/offerTopRightBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 197px;
	width: 606px;
}
#offerTopRight h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-style: italic;
	font-weight: bold;
	color: #900;
	margin: 0px;
	padding-top: 110px;
	padding-left: 40px;
}
#offerTopRight h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-style: italic;
	font-weight: bold;
	color: #900;
	margin: 0px;
	padding-top: 110px;
	padding-left: 40px;
}
#offerLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/offerLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#offerBody {
	background-image: url(../Images/offerBodyBackground.jpg);
	background-repeat: no-repeat;
	
}
#offerBody p, #offerBody2 p {
font-size: 1.1em;
}
#offerLeft2 {
	background-color: #E5E5E5;
	background-image: url(../Images/offerLeftBackground2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#offerBody2 {
	background-image: url(../Images/offerBodyBackground2.jpg);
	background-repeat: no-repeat;
	
}
#testimonialTopLeft {
	background-image: url(../Images/testimonialTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#testimonialLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/testimonialLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#supportTopLeft {
	background-image: url(../Images/supportTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#supportTopLeft h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 50px;
}
#supportTopLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
#supportTopRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 107px;
	width: 606px;
}
#supportLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/supportLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#serviceTopLeft {
	background-image: url(../Images/servicesTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	min-height: 107px;
	width: 829px;
}
#serviceTopLeft h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 50px;
}
#serviceTopLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
#serviceTopRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 107px;
	width: 195px;
	overflow: visible;
}
#serviceLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/servicesLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#serviceBody {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 590px;
}
#serviceBodyWide {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 785px;
}
#searviceRight {
	margin: 0px;
	float: right;
	height: auto;
	width: 195px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#accountTopLeft {
	background-image: url(../Images/accountTitleBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 107px;
	width: 418px;
}
#accountLeft {
	background-color: #E5E5E5;
	background-image: url(../Images/accountLeftBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	clear: both;
}
#serviceTopRight #SAS70Logo, #serviceTopRight #SSAE16Logo {
	margin-right: 45px;
	float: right;
	margin-top: 4px;
}
#softwareTopLeft {
	width: 418px !important;
	height: 107px !important;
	background-position: -477px -5px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#softwareTopLeftEnterprise {
	width: 418px !important;
	height: 107px !important;
	background-position: -477px -5px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#softwareTopLeft h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 50px;
}
#softwareTopLeftEnterprise h1 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
}
#softwareTopLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
#softwareTopLeftEnterprise h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
#softwareLeft {
	background-color: #E5E5E5;
	width: 219px !important;
	height: 230px !important;
	background-position: -176px -241px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	clear: both;
}
#softwareTopRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 107px;
	width: 606px;
}
#softwareBody {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 794px;
	height: height;
}
#softwareBodyWide {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 785px;
}
#softwareBody #softwarePic {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 172px;
}
#softwareBody #softwareVersions {
	padding: 6px;
	float: left;
	height: auto;
	width: 350px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#softwareBody #softwareTabs {
	margin: 10px;
	padding: 0px;
	float: left;
	width: 780px;
}
#softwareBody #softwareVersions h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#softwareBody #softwareVersions h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#softwareBody #softwareVersions .versionColumn {
	clear: both;
	float: left;
	height: 21px;
	width: 150px;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 21px;
}
#softwareBody #softwareVersions .priceColumn {
	float: left;
	height: 21px;
	width: 110px;
	text-align: right;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 21px;
}
#softwareBody #softwareVersions .buyColumn {
	float: right;
	height: 21px;
	width: 80px;
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#softwareBody #softwareTabs #tabs-7 p {
	margin: 0px;
	padding: 5px;
}
.softwareBox240 {
	background-color: #efefef;
	background-image: url(../Images/homeBoxBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
	float: right;
	width: 230px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 14px;
	margin-right: 3px;
	margin-bottom: 8px;
	
}

.softwareBox240 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.softwareBox240 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;
	font-weight: normal;
	
}
.downloadBox240 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	font-weight: bold;
	background-image: url(../Images/downloadIcon.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 64px;
	width: 165px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.downloadBox240New {
	padding-top: 16px;
	padding-right: 10px;
	float: right;
	margin-top: 25px;
}
.logoutBox340 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	float: right;
	height: 70px;
	width: 265px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.account-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	float: right;
	height: 60px;
	width: 320px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.spacer100x220 {
	height: 100px;
	width: 220px;
}
.spacer300x220 { 
	height: 300px;
	width: 220px;
}
.spacer500x220 {
	height: 500px;
	width: 220px;
}
.spacer1000x220 {
	height: 1000px;
	width: 220px;
}
.spacer50x220 {
	height: 50px;
	width: 220px;
}
a.leftSubNavi, a.leftSubNavi:link, a.leftSubNavi:visited {
	font-size: 1em;
	color: #333;
	width: 202px !important;
	height: 24px !important;
	background-position: -470px -190px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	line-height: 24px;
	padding-left: 18px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top: 5px;
}
a.leftSubNaviActive , .leftSubNaviActive{
	font-size: 1em;
	color: #fff;
	width: 202px !important;
	height: 24px !important;
	background-position: -470px -224px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	line-height: 24px;
	padding-left: 18px;
	text-decoration: none;
	margin-top: 5px;
}
a.leftSubNavi:hover {
	color: #fff;
	width: 202px !important;
	height: 24px !important;
	background-position: -5px -190px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;	
	text-decoration: none;
}
a.leftSubNavi2, a.leftSubNavi2:link, a.leftSubNavi2:visited {
	font-size: 1em;
	color: #333;
	width: 202px !important;
	height: 24px !important;
	background-position: -5px -156px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	line-height: 24px;
	padding-left: 42px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top: 1px;
}
a.leftSubNaviActive2 {
	font-size: 1em;
	color: #333;
	width: 202px !important;
	height: 24px !important;
	background-position: -470px -156px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	line-height: 24px;
	padding-left: 42px;
	text-decoration: none;
	margin-top: 1px;
}
a.leftSubNavi2:hover {
	color: #fff;
	width: 202px !important;
	height: 24px !important;
	background-position: -470px -122px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
a.leftSubNavi2, a.leftSubNavi2:link, a.leftSubNavi2:visited {
	font-size: 1em;
	color: #333;
	width: 202px !important;
	height: 24px !important;
	background-position: -5px -156px;
	background-image: url(/Images/productsSpritesheet.png);
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	line-height: 24px;
	padding-left: 42px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top: 1px;
}
div.leftSubNavi2 {
	font-size: 1em;
	color: #333;
	height: 22px;
	width: 202px;
	display: block;
	text-align: left;
	line-height: 22px;
	padding-left: 42px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top: 0px;
	font-weight: bold;
}
.halfWidth {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
}
.halfWidthRightPad {
	margin: 0px;
	float: left;
	height: auto;
	width: 48%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 0px;
}
.threeQuarterWidth {
	margin: 0px;
	padding: 0px;
	padding-right: 3%;
	float: left;
	height: auto;
	width: 55%;
}
.quarterWidthRightPad {
	margin: 0px; 
	line-height: 25px;
	float: left;
	height: auto;
	width: 40%;
	padding-top: 0px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 0px;
}
.quarterWidthRightPad .trigger{
	cursor: help; 
}
.halfWidth h4 {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#softwareBody .featureTitle {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 80px;
}
#softwareBody .featureSubTitle {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 45px;
}
#softwareBody .featureBox {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 81px;
	font-size: 0.7em !important;
	font-weight: normal;
}
#softwareBody .featureBoxV2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 128px;
	font-size: 0.7em !important;
	font-weight: normal;
	height: 100%;
	display: block;
}
#softwareBody .featureBorderR {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ddd;
}
#softwareBody .featureName {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 158px;
	font-size: 0.8em !important;
	font-weight: normal;
	height: auto;
}
#softwareBody .featureLine {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine1 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine3 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
}
#softwareBody .featureLine4 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	height: auto;
}
#softwareBody .featureLine5 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine6 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: 90px;
}
#softwareBody .featureLine7 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine8 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine9 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine10 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine11 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine12 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine13 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine14 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
}
#softwareBody .featureLine15 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;

}
#softwareBody .featureLine16 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	height: auto;
	line-height: 30px;
}
#softwareBody .featureLineTopBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
#softwareBody .featureTextHeight40 { line-height: 40px; }
#softwareBody .featureTextHeight55 { line-height: 55px; }
#softwareBody .featureTextHeight60 { line-height: 60px; }
#softwareBody .featureTextHeight65 { line-height: 65px; }
#softwareBody .featureTextHeight90 { line-height: 90px; }
#softwareBody .featureTextHeight105 { line-height: 105px; }
#softwareBody .featureBoxOn {
	background-image: url(../Images/CheckGreen.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 81px;
}
#softwareBody .featureBoxOnV2 {
    width: 11px !important;
    height: 11px !important;
    background-position: -420px -240px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
	margin-left: 56px;
	margin-right: 62px;
	margin-top: 20px;
	padding: 0px;
	float: left;
	width: 128px;
	position: relative;
	height: 100%;
	font-size: .8em;
	text-align: center;
}
#softwareBody .featureBoxOff {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 28px;
	width: 81px;
}
#softwareBody .featureBoxOffV2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 128px;
	font-size: .8em;
	text-align: center;
}
#softwareBody .featureList {
	margin: 0px;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ddd;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#softwareBody .featureListImg {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70px;
}
#softwareBody .featureListPrice {
	margin: 0px;
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#softwareBody .featureListPrice h1 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#softwareBody .featureListBanner {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 560px;
	line-height: 25px;
}
#softwareBody .featureListText {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
	line-height: 25px;
	font-size: .9em !important;
}
#softwareBody .featureListTextLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 490px;
	line-height: 15px;
	font-size: 0.9em !important;
}
#softwareBody .featureListText .trigger{
	cursor: help; 
}
#softwareBody .featureListTextRight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 235px;
	line-height: 25px;
	font-size: 0.9em !important;
}
#softwareBody .featureListTextRight .trigger{
	cursor: help; 
}
#softwareBody .featureListButtons {
	padding: 0px;
	float: left;
	width: 90px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imageZoom {
	margin: 4px;
	border: 1px solid #999;
	box-shadow: 2px 2px 3px #333;
}
.box5pad {
	margin: 0px;
	padding: 5px;
}
#formSearchButton {
	font-size: 10px;
	color: #FFF;
	background-color: #616161;
	margin: 0px;
	border-radius: 5px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.triColumn {
	margin: 0px;
	padding: 4px;
	float: left;
	height: auto;
	width: 188px;
}
.genericTableForm {
	background-color: #f9f9f9;
	padding: 0px;
	border: 1px solid #666;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.genericTableForm th {
	font-weight: bold;
	color: #FFF;
	background-image: url(../Images/navTopBackground.jpg);
	background-repeat: repeat-x;
	background-color: #616161;
	height: 28px;
	border-radius: 10px 10px 0px 0px;
}
.genericTableForm .tdColMid {
	font-weight: bold;
	color: #FFF;
	background-image: url(../Images/navTopBackground.jpg);
	background-repeat: repeat-x;
	background-color: #616161;
	height: 28px;
}

.genericTableForm .tdColLeft {
	font-weight: bold;
	color: #FFF;
	background-image: url(../Images/navTopBackground.jpg);
	background-repeat: repeat-x;
	background-color: #616161;
	height: 28px;
	border-radius: 10px 0px 0px 0px;
}

.genericTableForm .tdColRight {
	font-weight: bold;
	color: #FFF;
	background-image: url(../Images/navTopBackground.jpg);
	background-repeat: repeat-x;
	background-color: #616161;
	height: 28px;
	border-radius: 0px 10px 0px 0px;
}

.genericTableForm td, .borderLightGray td { 
	padding: 2px 5px; 
}

div#pop-up {
        display: none;
        position: absolute;
        width: 500px;
        padding: 0px 15px 15px 15px;
        background: #d6d6d6;
        color: #000000;
        border: 1px solid #1a1a1a;
        font-size: 90%;
}

#timelineBody {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 75%;
}
.hidden {
	display: none;
}

/*.textButton {
	font-weight: bold;
	color: #000;
	padding: 5px;
	margin: 5px;
	background-color: #efefef;
	border-radius: 5px;
}
	.textButton:disabled {
		color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
	}

.textButton:enabled:hover {
	font-weight: bold;
	color: #fff;
	padding: 5px;
	margin: 5px;
	background-color: #aa0000;
	border-radius: 5px;
}
.textButton:disabled:hover {
	cursor: no-drop;
}*/

.templateSprite {
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.templateSprite-1099-Pro-Logo-clear_WEBSITE_ {
	width: 502px !important;
	height: 77px !important;
	background-position: 0;
	background-image: url(/Images/Sovos-1099Pro-White-Logo.png);
	background-repeat: no-repeat;
	background-size: 502px 63px;
	display: block;
}

/*.templateSprite-1099-Pro-Logo-clear_WEBSITE_ {
	width: 223px !important;
	height: 77px !important;
	background-position: -5px -5px;
	background-image: url(/Images/templateSpritesheet.png);
	background-repeat: no-repeat;
	display: block;
}*/

.templateSprite-IRSC-Logo-40x32 {
    width: 40px !important;
    height: 32px !important;
    background-position: -5px -92px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.templateSprite-Livechat {
    width: 120px !important;
    height: 30px !important;
    background-position: -55px -92px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    margin: auto;
}

.templateSprite-SpryMenuBarDown {
    width: 7px !important;
    height: 4px !important;
    background-position: -185px -92px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
}

.templateSprite-SpryMenuBarDownHover {
    width: 7px !important;
    height: 4px !important;
    background-position: -202px -92px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
}

.templateSprite-SpryMenuBarRight {
    width: 4px !important;
    height: 7px !important;
    background-position: -219px -92px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    margin-top: 6px;
}

.templateSprite-SpryMenuBarRightHover {
    width: 4px !important;
    height: 7px !important;
    background-position: -185px -109px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
}

.templateSprite-facebookIconSml {
    width: 32px !important;
    height: 32px !important;
    background-position: -185px -126px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.templateSprite-gplus-32 {
    width: 32px !important;
    height: 32px !important;
    background-position: -238px -5px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.templateSprite-linkedinIcon {
    width: 32px !important;
    height: 32px !important;
    background-position: -238px -47px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.templateSprite-searchGO1 {
    width: 35px !important;
    height: 24px !important;
    background-position: -233px -92px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    border: 1px;
    cursor: pointer;
    cursor: hand;
}

.templateSprite-searchGlass {
    width: 28px !important;
    height: 24px !important;
    background-position: -227px -126px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    border: 1px;
}

.templateSprite-twitterIconSml {
    width: 32px !important;
    height: 32px !important;
    background-position: -5px -160px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.templateSprite-youtubeIcon {
    width: 32px !important;
    height: 32px !important;
    background-position: -47px -160px;
    background-image: url(/Images/templateSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-AAA {
    width: 117px !important;
    height: 78px !important;
    background-position: -5px -5px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-HP {
    width: 117px !important;
    height: 78px !important;
    background-position: -132px -5px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-HSBC {
    width: 121px !important;
    height: 78px !important;
    background-position: -259px -5px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-Hilton {
    width: 109px !important;
    height: 78px !important;
    background-position: -390px -5px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-IBM {
    width: 129px !important;
    height: 78px !important;
    background-position: -509px -5px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-Intel {
    width: 116px !important;
    height: 78px !important;
    background-position: -5px -93px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-JohnHancock {
    width: 154px !important;
    height: 78px !important;
    background-position: -131px -93px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-LockheedMartin {
    width: 168px !important;
    height: 78px !important;
    background-position: -295px -93px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-MTV {
    width: 94px !important;
    height: 78px !important;
    background-position: -648px -5px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-NYYankees {
    width: 97px !important;
    height: 78px !important;
    background-position: -473px -93px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-Safeway {
    width: 194px !important;
    height: 78px !important;
    background-position: -5px -181px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-StateDepartment {
    width: 99px !important;
    height: 78px !important;
    background-position: -580px -93px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-StubHub {
    width: 158px !important;
    height: 78px !important;
    background-position: -209px -181px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-Toyota {
    width: 109px !important;
    height: 78px !important;
    background-position: -377px -181px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-UPS {
    width: 88px !important;
    height: 78px !important;
    background-position: -496px -181px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-WarnerBrothers {
    width: 87px !important;
    height: 78px !important;
    background-position: -594px -181px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-WellsFargo {
    width: 120px !important;
    height: 78px !important;
    background-position: -5px -269px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-WholeFoods {
    width: 108px !important;
    height: 78px !important;
    background-position: -135px -269px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-caesars_vegas {
    width: 219px !important;
    height: 156px !important;
    background-position: -253px -269px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline-block;
}

.indexSprite-marqueeFooter {
    width: 741px !important;
    height: 27px !important;
    background-position: -5px -435px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.indexSprite-homeBoxBack {
    width: 250px !important;
    height: 26px !important;
    background-position: -482px -269px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
}

.indexSprite-marqueeControls {
    width: 70px !important;
    height: 27px !important;
    background-position: -482px -305px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
}

.indexSprite-marqueeFooter {
    width: 741px !important;
    height: 27px !important;
    background-position: -5px -435px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
}

.indexSprite-marqueeTextBack {
    width: 20px !important;
    height: 20px !important;
    background-position: -689px -93px;
    background-image: url(/Images/IndexSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite {
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.productsSprite-10991042s50x70 {
    width: 50px !important;
    height: 70px !important;
    background-position: -5px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;   
    display: inline-block;
}

.productsSprite-1099procorporate50x70 {
    width: 50px !important;
    height: 70px !important;
    background-position: -65px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.productsSprite-1099proenterprisel50x70 {
    width: 50px !important;
    height: 70px !important;
    background-position: -125px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.productsSprite-1099proprofessional50x70 {
    width: 50px !important;
    height: 70px !important;
    background-position: -185px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.productsSprite-But_BuyNow {
    width: 80px !important;
    height: 21px !important;
    background-position: -245px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-But_BuyNow_green_ {
    width: 80px !important;
    height: 23px !important;
    background-position: -335px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    float: right;
    display: inline-block;
}

.productsSprite-But_GetFreeDemo {
    width: 80px !important;
    height: 21px !important;
    background-position: -245px -38px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-But_LearnMoreSml {
    width: 80px !important;
    height: 21px !important;
    background-position: -335px -38px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-But_VisitSiteSml {
    width: 80px !important;
    height: 21px !important;
    background-position: -245px -69px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-ProductBrochure_small_ {
    width: 125px !important;
    height: 162px !important;
    background-position: -335px -69px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.productsSprite-check {
    width: 20px !important;
    height: 20px !important;
    background-position: -425px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    float: left;
    padding-right: 3px;
}

.productsSprite-CheckGreen {
    width: 11px !important;
    height: 11px !important;
    background-position: -420px -240px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-homeBoxBack {
    width: 250px !important;
    height: 26px !important;
    background-position: -5px -100px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-mailiconred {
    width: 47px !important;
    height: 53px !important;
    background-position: -5px -241px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-navBackground {
    width: 12px !important;
    height: 26px !important;
    background-position: -455px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-navTopBackground {
    width: 22px !important;
    height: 5px !important;
    background-position: -425px -41px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-phoneiconred {
    width: 47px !important;
    height: 53px !important;
    background-position: -62px -241px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-screeniconred {
    width: 47px !important;
    height: 53px !important;
    background-position: -119px -241px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-softwareLeftBackground {
    width: 219px !important;
    height: 230px !important;
    background-position: -176px -241px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-softwareTitleBackground {
    width: 418px !important;
    height: 107px !important;
    background-position: -477px -5px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-subNavTab2Hover {
    width: 220px !important;
    height: 24px !important;
    background-position: -470px -122px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-subNavTab2Option {
    width: 220px !important;
    height: 24px !important;
    background-position: -5px -156px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-subNavTab2Selected {
    width: 220px !important;
    height: 24px !important;
    background-position: -470px -156px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-subNavTabHover {
    width: 220px !important;
    height: 24px !important;
    background-position: -5px -190px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-subNavTabOption {
    width: 202px !important;
    height: 24px !important;
    background-position: -470px -190px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-subNavTabSelected {
    width: 202px !important;
    height: 24px !important;
    background-position: -470px -224px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
}

.productsSprite-w250x70 {
    width: 50px !important;
    height: 70px !important;
    background-position: -265px -122px;
    background-image: url(/Images/productsSpritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.aicLogoRight {
	float: right; 
	width: 90%; 
	padding: 20px;
	display: block;
	position:relative;
	margin-top: -100px;
}

.aicLogoRightFixed {
	float: right; 
	width: 175px; 
	padding: 20px;
	display: block;
	position:relative;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size: .85em;
}

.productFeature {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 15px !important; 
	color: #990000 !important;
	font-size: .9rem !important;
	display: block;
}

.ui-widget-header {
	background: #990000 !important;
}

.ui-widget-content {
	color: #000 !important;
}

#accordion p {
	font-size: 14px;
	color: #000 !important;
}

.floatLeft20 {
	float:left;
	display:inline-block;
	overflow:auto;
	width:20%;
}

.floatRight80 {
	float:right;
	display:inline-block;
	overflow:auto;
	width:80%;
}

.new-contact-us { 
	font-family: Calibri, Arial, Helvetica, sans-serif; 
	padding: 4px 12px;
	font-size: 12px;  
	font-style: italic;
}

.new-contact-us, .new-contact-us:active, .new-contact-us a:link, .new-contact-us a:active, .new-contact-us a:visited {
	color: white !important;
}
	.new-contact-us i {
		font-size: 11px;
		font-weight: normal;
		font-style: normal;
	}

	.new-contact-us i::before {
		font-family: "embeddedserviceiconfont";
		font-size: 1.25em;
		content: attr(data-icon);
		speak: none;
		text-rendering: auto;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

#navbar .menu > ul > li > a {
	max-height: 24px;
	padding-bottom: 0; 
}

#privacy-policy-notice {
	width: 100%;
	display: block;
	background-color: antiquewhite;
	min-height: 24px;
	text-align: center;
	vertical-align: middle; 
}

#privacy-policy-notice div {
	padding: 4px;
	display: inline-block;
}

#privacy-policy-dismiss {
	float:right; 
	font-size: 0.9em;
}
#privacy-policy-dismiss a {
	color: dimgray !important;
	margin-right: 8px;
}

#privacy-policy-update {
	width: 90%;
}

#privacy-policy-update a {
	color: lightgray; 
	font-size: 12px;
}

.generic-notice {
	margin: 1em 0;
	padding: 0.5em;
	border-radius: 0.25em;
	border: 1px solid #ebccd1;
	background-color: #f2e3e1;
}

.price-comparison {
	display: none;
}

.cart-content-button {
	min-width: 162px;
}

.cart-old-price {
	font-size: 0.8em;
	color: gray;
	text-decoration: line-through;
	display: inline-block;
	padding: 2px;
	min-width: 60px;
}

.cart-new-price {
	display: inline-block;
	padding: 2px;
	min-width: 60px;
}

.cart-line-price {
	padding: 2px;
}

.action-result, .promo-code-result {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	padding: 0.2em 3em 0.3em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.action-result-success, .promo-code-good {
	background-color: #5cb85c;
}

.action-result-error, .promo-code-bad {
	background-color: #d9534f;
}

.total-savings {
	color: darkgreen;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
} 

.survey-button {
	display: inline-block;
	background-color: #990000;
	color: white !important;
	text-decoration: none !important;
	border: 1px solid #e3a1a1;
	border-radius: 8px;
	padding: 8px;
	font-size: 18px;
}

.valign-top, .valign-top td {
	vertical-align: top;
}

.textSuccess {
	display: inline-block;
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
	padding: 4px 8px;
}

.textFailure {
	display: inline-block;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	padding: 4px 8px;
}

.textInfo {
	display: inline-block;
	color: #31708f;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	border-radius: 4px;
	padding: 4px 8px;
}

.textWarning {
	display: inline-block;
	color: #8a6d3b;
	background-color: #fcf8e3;
	border: 1px solid #faebcc;
	border-radius: 4px;
	padding: 4px 8px;
}

.error {
	color: #CC0000;
}

input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i], [type="submit" i], [type="button" i], [name="zoom_query" i]),
	select,
	textarea {
	border-width: 1px;
	border-radius: 4px;
	min-height: 18px;
}

select {
	min-height: 22px;
}

.textButton {
	display: inline-block;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #aaa;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #333;
	background-color: rgb(240,240,240);
	font-family: Calibri, Arial, Helvetica, sans-serif;
	box-shadow: inset 0 3px 5px rgba(255, 255, 255, .825);
}

	.textButton:enabled:hover {
		color: #fff;
		background-color: #aa0000;
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, .425);
	}
	 
	.textButton:enabled:active {
		transform: translateY(0);
		color: #eee;
		background-color: #800000;
		background-image: none;
		border-color: #adadad;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
		outline: 0;
	}

	.textButton:disabled {
		color: rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3);
	}

	.textButton:disabled:hover {
		cursor: no-drop;
	}

input:disabled, select:disabled, textarea:disabled {
	color: rgba(118, 118, 118, 0.8) !important;
	border-color: rgba(118, 118, 118, 0.8) !important;
}

.saved-payment-note {
	font-style: italic;
	font-size: 12px;
	color: rgb(80,80,80);
}

.order-payment-status {
	float: right;
	margin: 40px;
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
	border-style: solid;
	border-width: 4px;
	border-radius: 16px;
	padding: 16px;
}

.order-payment-status-paid {
	color: #3c763d;
	border-color: #d6e9c6;
	background-color: #dff0d8;
}

.order-payment-status-due {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.order-payment-status-past-due {
	color: #8a6d3b;
	border-color: #faebcc;
	background-color: #fcf8e3;
}
