@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#FFF;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

img, a {
	border:0;
}

#mainContent h1 {
	color: #EF1A2C;
	font-size: 26px;
	border-bottom: 2px solid #dadada;
	padding-bottom: 6px;
	line-height: 10px;
}


.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header-generic.png);
	background-repeat:no-repeat;
	height:160px;
	text-align:right;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 2.8em;
	color:#039;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
/*	font-size: 0.95em; */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 15px 10px; /* padding keeps the content of the div away from the edges */
/*	font-size: 0.95em; */
}
.thrColFixHdr #mainContent { 
	margin: 0px 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 0.8em;
	text-align:center;
	background-color: #6699cc;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	height: 104px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Formatting for the main listing table */
.listing-table {
	width:95%;
	font-size: 0.80em;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.listing-table td, .listing-table th {
	padding: 3px 5px;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}

.listing-table th {
	background-color:#F2F2F2;
}

/* Formatting for the right hand ZipCode results table */

.quickzip-table {
	font-size:0.8em;
	width:160px;
	border-top:0px solid #CCC;
	border-left:0px solid #CCC;

}

.quickzip-table td {
	border-right:0px solid #CCC;
	border-bottom:0px solid #CCC;
	padding: 2px;
}

/*Formatting for the left hand Region Select table */

.region-table {
	font-size:0.8em;
	width:160px;
	border-top:0px solid #CCC;
	border-left:0px solid #CCC;
}

.region-table td {
	border-right:0px solid #CCC;
	border-bottom:0px solid #CCC;
	padding: 4px;
}

.search {
		font-size: 0.8em;
}

.error {
	font-size: 1.3em;
	color:#C00;
	font-weight: bold;
	font-style:italic;
	padding-left: 20px;
	}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #FFF;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
	font-size: 0.9em;
}
table.sample th {
	border-width: thin thin thin thin;
	padding: 7px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: #D7E1EB;
	-moz-border-radius: 6px 6px 6px 6px;
	text-align: left;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; */
}
table.sample td {
	border-width: thin thin thin thin;
	padding: 7px;
	border-style: none;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; */
}
.thrColFixHdr #container #mainContent .sample tr th p strong a {
	font-weight: normal;
}
