
/* Richard's original styles, for TCS Public site (w/ some SFB mods.) */

body
{
	/*background-image: url(images/dither.gif);*/
	background-color: #fcfbf5;
	margin-top: 0px;
	margin-left: 0px;
}

td { background-color: #fcfbf5; }

#nobg
{
	background-image: none;
	background-color: #fcfbf5;
	margin-top: 0px;
	margin-left: 0px;
}

.strong { font-weight: bold; }

.stronglarger { 
	font-weight: bold; 
	font-size: 10pt;
}

a
{
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	padding: 0px;
	color: red;
}

a:hover
{
	color: #fff;
	background: #FF0000;
	text-decoration: none;
	outline: none;
}

/*   FORMATTING FOR ASP FORM   */
.sidebox
{
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-color: #efefef;
}

.sidebox td { background-color: #efefef; }

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.finder
{
	margin-bottom: 4px;
	margin-left: 8px;
	margin-top: 12px;
	display: block;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #333333;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.AboutLI
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    list-style-type: disc;
    list-style-position: outside;
    width: 400px;
}
.AboutLI2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type:none;
	list-style-position:inside;
	width: 400px;
}


/* spacer for heading gif on the pages*/
#topgif { margin-top: 1em; }

/*  FORMATTING FOR BREADCRUMBS   */
#crumbs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 4px;
	color: #333333;
}

/*  FORMATTING FOR PRODUCTS PAGES  */
#products p
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

#products h3
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0px;
}

.findertext
{
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 6px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-top: 2px;
}

div.sidelinks p
{
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 10px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#prodform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#prodform input
{
	padding-bottom: 0;
	margin-bottom: 0;
}

/*  FORMATTING FOR OZ MAP FORM  */
table#mapoz
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

table#mapozinner
{
	margin-top: 15px;
	margin-bottom: 60px;
	margin-left: 60px;
}

/*   FORMATTING FOR CONTENT CELL    */
td.content
{
	padding-left: 30px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-color: #fcfbf5;
}

td.content p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-right: 80px;
	/*width: 380px;*/
}

td.content ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 290px;
	list-style: disc inside;
}

td.content ul li
{
	line-height: 15px;
	margin-bottom: 0.75em;
}


/*   FORMATTING FOR TABLE THAt HOLDS CONTACT DETAILS FOR STATE FRANCHISEES  */
table#states
{
	width: 100%;
	margin-top: 12px;
}

table#states td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-left: 3px;
	vertical-align: top;
	padding-bottom: 6px;
	padding-top: 6px;
}

table#states tr
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.item { display: block; }

.address
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-left: 22px;
}

/*
ul {
	margin:0px 0px 0px 0px;
	padding:5px 0px 20px 15px;
	font-size:12px;
	line-height:17px; }

li {
	font-size:12px;
	line-height:17px;
	list-style:circle;
	color:#000; }
*/

div.store
{
	float: right;
	border: 1px solid red;
	width: 120px;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 6px;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	cursor: hand;
	text-align: center;
}

.rightborder
{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#centerbottom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.highlight
{
	background-color: #ffc;
	font-weight: bold;
}

/* THIS HIGHLIGHT IS FOR THE ROWS IN QA.HTML  */
.highlight2
{
	background-color: #efefef;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 2em;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}

.leftcol
{
	background-color: #e6e6e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	background-image: url(images/table_red.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.slideshow
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}

#questions
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.ahem { display: none; }

#form1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 100px;
}