body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 5px 0px;
}

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #b82329;
	margin-bottom: 10px;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #b82329;
  margin-bottom: 5px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #b82329;
  margin-bottom: 5px;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #b82329;
  margin-bottom: 5px;
}

.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444;
}
.headText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #e6e6e6;
	text-align: right;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	color: #444;
	text-align: right;
}

.specialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #444;
}
.headerTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: bold;
	color: #b82329;
	text-align: right;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #444;
}

#fsbContent ul {
 	margin-left: 25px;	
}

ul.faqList li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #444;
	padding-top: 3px;
	margin-bottom: 2px;
	height: 15px;
	padding-left: 20px;
	background-image: url(../images/tcs-red-arow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.fAnswer {
	position: relative;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.fAnswer p {
	margin: 0px;
	padding: 0px;
}

.siteTable tr td {
	padding: 5px 10px 3px 10px;	
}

.top {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #444;
	text-align: right;
	height: 18px;
	padding-bottom: 2px;
	padding-right: 20px;
	background-image: url(../images/tcs-red-arow-up.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.testimonialBox {
	position: relative;
	padding: 10px;
	background-image: url(../images/tcs-white-63-bkg.png);
	margin-bottom: 10px;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.facebook-btn {
	position: relative;	
	width: 182px;
	margin-bottom: 4px;
	padding-left: 33px;
}

.facebook-btn a {
	display: block;
	width: 182px;
	height: 28px;
	text-indent: -9999px;
	background-image: url(../images/tcs-facebook.png);
	background-position: 0px 0px;
}

.facebook-btn a:hover {
	background-position: 0px -28px;
}

.customer-login {
	position: relative;	
	width: 136px;
	margin-bottom: 12px;
	padding-left: 279px;
}

.customer-login a {
	display: block;
	width: 136px;
	height: 21px;
	text-indent: -9999px;
	background-image: url(../images/tcs-customer-login.png);
	background-position: 0px 0px;
}

.customer-login a:hover {
	background-position: 0px -21px;
}

.offerBtn {
	position: relative;	
	width: 128px;
	height: 34px;
	margin-top: 10px;
	margin-left: 51px;
	display: block;
}

.offerBtn a {
	display: block;
	width: 128px;
	height: 23px;
	padding-top: 11px;
	background-image: url(../images/tcs-sign-up-btn.png);
	background-position: 0px 0px;
}

.offerBtn a:link, .offerBtn a:visited {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-style: normal;
}
.offerBtn a:hover {
	background-position: 0px -34px;
}



/* TOP NAVIGATION STYLES */
.tNav {
	position: relative;	
	margin-right: 23px;
	float: left;
}

.tNav a.home {
	display: block;
	width: 60px;
	height: 31px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

.tNav a.about {
	display: block;
	width: 67px;
	height: 31px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

.tNav a.services {
	display: block;
	width: 81px;
	height: 31px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

.tNav a.testimonials {
	display: block;
	width: 116px;
	height: 31px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

.tNav a.faqs {
	display: block;
	width: 46px;
	height: 31px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

.tNav a.contact-us {
	display: block;
	width: 102px;
	height: 31px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

.tNav a:hover {
	background-position: 0px -31px;
}

/* TOP NAVIGATION MENU STYLES */
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:175px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#d1d1d1}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:175px; top:-1px}
/*ul.menu .menulink { } */
ul.menu .menulink:hover, ul.menu .menuhover { background-position: 0px -31px; }
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

/* BOTTOM NAVIGATION */
.bNav {
	position: relative;	
	margin-right: 5px;
	padding: 2px 5px;
	float: left;
}

.bNav a:link {
	color: #fff;
	text-decoration: none;
}

.bNav a:visited {
	color: #fff;
	text-decoration: none;
}


.bNav a:hover {
	color: #b82329;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #b82329;
}

/* Adds special style to an unvisited link. */
a:link {
	text-decoration: none;
	color: #b82329;
}

/* Adds special style to a visited link. */
a:visited, a.visited {
	text-decoration: none;
	color: #b82329;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
	text-decoration: none;
	color: #CC261D;
}

a.header:link {
	color: #e6e6e6;
	text-decoration: none;
}
a.header:visited {
	color: #e6e6e6;
	text-decoration: none;
}
a.header:hover {
	color: #b82329;
	text-decoration: none;
}


a.copy:link {
	color: #444;
	text-decoration: none;
}
a.copy:visited {
	color: #444;
	text-decoration: none;
}
a.copy:hover {
	color: #b82329;
	text-decoration: none;
}



/* SERVICES BTN STYLES */
.fsbcIconsRow {
	position: relative;
	height: 55px;
	margin-bottom: 15px;
	clear: both;
	float: none;
}

.iconBTN {
	position: relative;
	float: left;
	width: 273px;
	height: 55px;
}

.iconBTN a.icon {
	display: block;
	width: 273px;
	height: 55px;
	text-indent: -9999px;
	background-position: 0px 0px;
}

.iconBTN a:hover {
	background-position: 0px -55px;
}

/* TESTIONIAL STYLES */

/* single slide */
#tContent div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	padding:0px;
	height: 90px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	text-align: center;
}

#tContent div p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.tAuthor {
	font-size: 12px;
	color: #154e6e;
	padding: 0px;
	margin: 0px;
}


.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

.copyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
}
.copyrightTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #444;
}

.clear {
	float: none;
	clear: both;
}


/* FORM STYLES */
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}
.fRow {
	position: relative;
	clear: both;
	float: none;
}
.fInput {
	position: relative;
	width: 392px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 3px;
	float: left;
	margin-right: 2px;
}
.fLabel {
	width: 94px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 3px;
	float: left;

}
.fInput1 {
	width: 369px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 3px;
	background-color: #ccc;
	border: 1px solid #ccc;
}
.fInput2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
	padding: 5px;
	background-color: #ccc;
	background-image: url(../images/general/lightOverlay.png);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
}




/* LEFT NAVIGATION STYLES */

.leftBtn {
	position: relative;
	margin-bottom: 5px;
}


/* BOTTOM NAVIGATION STYLES */
ul.bottomnav {
	list-style: none;
	padding: 0px;
	margin: 0;
	float: left;
	width: 440px;
}
ul.bottomnav li {
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0px 4px 0px 0px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
ul.bottomnav li .bnOn {
	font-weight: bold;
	float: left;
	
}
ul.bottomnav li a {
	color: #666;
	display: block;
	text-decoration: none;
}
ul.bottomnav li a:hover {
	color: #999
}

