div.test {
	background: transparent;
	color: #b74241;
}
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
pre,form,body,html,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }
/* END of undo */
body         {
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 0px;
	text-align: center;
	background: #EEEEEE url(../images/bg/TileGray.jpg) repeat-x left top;
}
table {
	width: 100%;
}
img {
	vertical-align: middle;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
a:link       {
	text-decoration: none;
	color: #B74241;
	background-color: transparent;
}
a:hover      {
	text-decoration: underline;
	background-color: transparent;
}
a:visited   {
	text-decoration: none;
	color: #B74241;
	background-color: transparent;
}
a:hover      {
	text-decoration: underline;
	background-color: transparent;
}
a:active    {
	text-decoration: none;
	color: #B74241;
	background-color: transparent;
}
a:hover      {
	text-decoration: underline;
	background-color: transparent;
}
a:link.nd       {
	text-decoration: none;
	color: #333333;
}
a:hover.nd      {
	text-decoration: none;
	color: #333333;
}
a:visited.nd   {
	text-decoration: none;
	color: #333333;
	}
a:hover.nd      {
	text-decoration: none;
	color: #333333;
}
a:active.nd    {
	text-decoration: none;
	color: #333333;
	}
a:hover.nd      {
	text-decoration: none;
	color: #333333;
}
a:link.menu       {
	text-decoration: none;
	color: #333333;
}
a:hover.menu      {
	text-decoration: underline;
}
a:visited.menu   {
	text-decoration: none;
	color: #333333;
}
a:hover.menu      {
	text-decoration: underline;
}
a:active.menu    {
	text-decoration: none;
	color: #333333;
}
a:hover.menu      {
	text-decoration: underline;
}
a:link.menuw       {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menuw      {
	text-decoration: underline;
}
a:visited.menuw   {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menuw      {
	text-decoration: underline;
}
a:active.menuw    {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menuw      {
	text-decoration: underline;
	}
a:link.menuhs, #hsmenu a:link   {
	text-decoration: none;
	color: #333333;
}
a:hover.menuhs, #hsmenu a:hover      {
	background-color: White;
	}
a:visited.menuhs, #hsmenu a:visited   {
	text-decoration: none;
	color: #333333;
}
a:hover.menuhs, #hsmenu a:hover      {
	background-color: White;
}
a:active.menuhs, #hsmenu a:active    {
	text-decoration: none;
	color: #333333;
}
a:hover.menuhs, #hsmenu a:hover      {
	background-color: White;
}
.photo_solid_border {
	border: 1px solid #DCDBD9
}
h1           {
	font-size: 135%;
	font-weight: bold;
	margin: 0px;
}
h2           {
	font-size: 115%;
	font-weight: bold;
	margin: 0px;
}
h2.bar           {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
}
h3           {
	font-size: 105%;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-weight: bold;
	margin: 0px;
}
td.content_areas {
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
td.topright_align {
	vertical-align: top;
	text-align: right;
}
td.topleft_align {
	vertical-align: top;
	text-align: left;
}
td.topcenter_align {
	vertical-align: top;
	text-align: center;
}
span.bold_text {
	font-weight: bold;
}
span.italic_text       {
	font-style: italic;
}
span.salmon_text {
	color: #B74241;
}
span.red_text {
	color: #CC0000;
}
span.brown_text {
	color: #42291D;
}
span.s70percent_size    {
	font-size: 70%;
}
span.s80percent_size, .s80percent_size     {
	font-size: 80%;
}
span.s90percent_size     {
	font-size: 90%;
}
span.s110percent_size  {
	font-size: 110%;
}
span.s120percent_size  {
	font-size: 120%;
}
li           {
	margin-top: 0;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 1px;
}
li.space_bottom {
	padding-bottom: 5px;
	padding-top: 0px;
}
.photo_border_no_float {
	padding: 0px;
	border: 3px double #C0C0C0;
}
.photo_float_right {
	padding: 0px;
	float: right;
	border: 3px double #C0C0C0;
	margin: 5px 0 5px 20px;
}
.right {
	padding: 0px;
	float: right;
	border: 3px double #C0C0C0;
	margin: 5px 0 5px 20px;
}
.rightnb {
	padding: 0px;
	float: right;
	border: 0px;
	margin: 5px 0 5px 20px;
}
.photo_float_left {
	padding: 0px;
	float: left;
	border: 3px double #C0C0C0;
	margin-right: 20px;
}
.left {
	padding: 0px;
	float: left;
	border: 3px double #C0C0C0;
	margin-right: 20px;
	margin-bottom: 5px;
}
.leftnb {
	padding: 0px;
	float: left;
	border: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
}

/*drop down for anylink*/
#dropmenudiv{
	position: absolute;
	border: 1px solid #241E1E;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 101;
	text-align: left;
	margin-top: 0px;
	background-color: White;
	margin-left: 0px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: White;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #F1C553;
}
/*end drop down for anylink*/

/*random background images frontpage*/
#container {
	width: 500px;
	height: 326px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: White;
}
/*hrs*/
div.hr100 {
	margin: 15px auto 15px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #CCCCCC;
	text-align: center;
}
div.hr90 {
	margin: 15px auto 15px auto;
	width: 90%;
	height: 1px;
	border-bottom: 1px dashed #CCCCCC;
	text-align: center;
}
td.hsm{
	background: transparent;
	height: 23px;
	background-image: url(../images/separator_dots.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	vertical-align: middle;
	font-size: 11pt;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 3px;
}
td.hsm2{
	background: transparent;
	height: 19px;
	background-image: url(../images/separator_dots.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	vertical-align: middle;
	font-size: 9pt;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 2px;
}
td.hsm3{
	background: transparent;
	background-image: url(../images/separator_dots.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	vertical-align: top;
	font-size: 9pt;
	padding: 7px 3px 7px 10px;
}
a:link.photo       {
	border-bottom-style: double;
	border-width: 3px;
	border-color: #cccccc;
}
a:hover.photo      {
		border-bottom-style: double;
	border-width: 3px;
	border-color: #cccccc;
}
a:visited.photo   {
	border-bottom-style: double;
	border-width: 3px;
	border-color: #cccccc;
}
a:active.photo    {
	border-bottom-style: double;
	border-width: 3px;
	border-color: #cccccc;
}
tr.ws {
	background-color: #F5F5F5;
}
#om, #pdi, #pt {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 15px;
	border: thin solid #5A5A5A;
}
#om td, #om th, #pdi td, #pdi th, #pt td, #pt th  {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

/* ---------------- */
#m2moduleform_1, #m3moduleform_1, #cntnt01moduleform_1 {
	padding: 0px; 
	margin-left: 0px; 
	margin-right: 10px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	vertical-align: middle;
}
#m2moduleform_1 input, #m3moduleform_1 input, #cntnt01moduleform_1 input {
	vertical-align: middle;
}
#m2searchinput, #m3searchinput, #cntnt01searchinput {
	margin:0px; 
	padding:0px; 
	height: 15px; 
	width: 125px; 
	font-size:8pt; 
	vertical-align: middle;
}

/* ------ dcase front tabs added 4-1-08 ----- */
td.ftab {
	height: 38px;
}
.fronttabs {
background-image: url(../images/tab7.png); 
width:250px; 
height:38px;
line-height: 38px;
text-align: right;
}
.fronttabs:hover  {
background-image: url(../images/tab8.png);
}
a:link.tab_menu, a:visited.tab_menu      {
	text-decoration: none;
	color: #333333;
}
a:hover.tab_menu, a:active.tab_menu     {
	text-decoration: none;
	color: #ffffff;
}
/* product overview table */
table.product-overview {
margin-bottom: 23px;
/*border-spacing: 0;
border-collapse: collapse;*/
border-bottom: solid 1px #b4b4b4;
border-right: solid 1px #b4b4b4;
width: 220px;
}
.product-overview thead th { 
vertical-align: middle;
}
.product-overview th {	
background-color: #CDCDCD;
color: #454545;
font: bold;
}
.product-overview td {
font-size: 9pt;
 text-align: center;
 height: 25px;
 font-family: Arial;
 vertical-align: middle;
}
.product-overview .alt td {
background-color: #E5E5E5;
}
.product-overview tbody tr {
background-color: #f9f9f9;
}
.product-overview th,
.product-overview td {
padding: 0.35em 10px;
vertical-align: top;	
border-top: solid 1px #b4b4b4; 
border-left: solid 1px #b4b4b4; 
}
td.nopad  {
	padding: 5px 0px 5px 0px;
}
#supmenu {
	font-size: 10pt; padding-right: 20px; height: 20px;
}
#banner {
	background-color: #0B3D91;
	border-bottom: 1px solid #6E7DBD;  
}
td#subpageban {
	background-color: #0B3D91;
	border-bottom: 1px solid #6E7DBD;
	border-top: 1px solid #6E7DBD;
	color:#FFFFFF; 
	text-align:center; 
	height:35px; 
	font-size:12pt;
	width: 100%;
	vertical-align: middle;   
}
div#banner2 {
	border-top: 1px solid #6E7DBD; 
	background-color: #0B3D91; 
	color:#FFFFFF; 
	text-align:center; 
	height:35px; 
	line-height: 35px; 
	font-size:12pt;
	width: 100%;
	position: relative;
	z-index: 1;
	top: -1px;	
}
td#frontnav {
	height: 28px; 
	background-color: #FFFFFF; 
	margin: 0; 
	padding: 0;
	text-align: center;
	vertical-align: top;
}
table#frontnav2 {
	width: 750px; 
	height:28px; 
	margin: 0 auto; 
	padding: 0;
	position: relative;
	z-index: 500;
}


td#frontmedia {
	background-color: #FFFFFF; 
	text-align:center; 
	vertical-align:top; 
	padding: 0 5px;
}
table#frontmedia2 {
	width: 720px; 
	margin: 0 auto; 
	padding: 0; 
	font-size:12pt;
	position: relative;
	z-index: 0;
	top: -1px;
}
#navwrap {
	z-index: 500;
	position: relative;
}
table#locations {
	width: 650px; 
	margin:10px auto 20px auto;
}
table#locations td {
	width: 33%; 
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
table#hotspringlb {
	width: 570px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
}
table#hotspringlb td {
	width: 190px;
	text-align: center;
	vertical-align: bottom;
}
legend {
	color: #333333;
}
#contactform {

}
#formright {
	width: 250px;
	float: right;
	clear: none: 
}
.clearfloat{
clear:both;
height:0;
font-size:1px;
line-height:0px;
}
#ContactContent {
	margin: 0 250px 0 0;
}
#ContactSidebar {
	padding: 15px 0 0 20px;
	position: relative;
	z-index: 5;
	right: -7px;
	border: 1px solid #e3e3e3;
	background-color: #f5f5f5;
}
.h2expand {
	clear: none;
}
.conexpand {
	clear: none;
}
#flashcontractors {
	width: 527px;
	margin: 20px auto;
}
table#contractorSSS {
	width: 530px;
	margin: 0 auto;
}

table#contractorSSS td {
text-align: left;
vertical-align: top;
font-size: 8pt;
}
table#contractorSSS .bot {
	padding-top: 5px;
	border-top: 1px solid #bebebe;
}
.border {
	border: 1px solid #d7d7d7;
}
.blue {
	color: #0B3D91;
}
table#cf {
	width: 600px;
	border: 1px solid #d3d3d3;
	margin: 10px auto 20px auto;
}
table#cf th {
	width: 200px;
	background: #d3d3d3;
	padding: 7px;
	text-align: center;
	vertical-align: top;
}
table#cf td {
	width: 200px;
	padding: 7px;
	text-align: center;
		vertical-align: middle;
}
#random {
	padding: 10px 0 0 0;
	text-align: left;
	vertical-align: top;
}
#random #r1 {
margin: 0 0 5px 0;
font-size: 110%;
}
#random #r2 {
margin: 0;
font-size: 80%;
}
#random a:link, #random a:visited, #random a:hover, #random a:active {
	text-decoration: none;
	color: #333333;
}