/* General Tags */
BODY {
	background-color: rgb(237,28,36);
	font-family: Arial;
	font-size: 12px;
	color: white;
	margin: 0px;
	padding: 0px;
}

A { color: white; text-decoration: none;}
A:link { color: white; }
A:visited { color: white; }
A:active { color: white; }
A:hover { color: rgb(204,204,204); }

a.dark { color: black; text-decoration: none; }
a.dark:link { color: black; }
a.dark:visited { color: black; }
a.dark:active { color: black; }
a.dark:hover { color: rgb( 204, 0, 0 ); }

TABLE { width: 100%; }

TABLE, TD, TR {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

TABLE TR TH {
    background-color: black;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    text-align: left;
	height: 15px;
    font-size: 11px;
	vertical-align: bottom;
}

HR {
    border-top: 1px solid black;
    border-bottom: 0px;
}

/* Classes */

.RightBorder { border-right: 1px solid black; }

H2.faq { border-bottom: 3px solid black; }

TD.alignRight { text-align: right; padding-right: 5px; }

DIV.productContent {
	overflow: auto;
	color: black;
	height: 325px;
	padding-top: 5px;
}

TD.productContent {
    background-color: white;
    padding-left: 10px;
    margin-right: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* Specific IDs */
DIV#TOP {
    position: absolute;
    height: 110px;
    width: 750px;
    top: 0px;
    left: 0px;
    z-index: 0;
}

DIV#TOP IMG#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

DIV#TOP IMG#nav_01 {
    position: absolute;
    top: 0px;
    left: 200px;
    z-index: 1;
}

DIV#TOP IMG#site_map {
    position: absolute;
    top: 0px;
    left: 653px;
    z-index: 1;
}

DIV#TOP IMG#nav_03 {
    position: absolute;
    top: 0px;
    left: 725px;
    z-index: 1;
}

DIV#TOP DIV#nav_menu {
    position: absolute;
    top: 54px;
    left: 200px;
    width: 550px;
    height: 15px;
    z-index: 1;
 
    padding-top: 1px;   
    border-bottom: 1px solid black;
}

DIV#TOP DIV#nav_menu A {
    text-transform: uppercase;
    font-size: 10px;
	font-family: Arial;
    font-weight: bold;
}

DIV#RIGHT {
    position: absolute;
    top: 110px;
    left: 643px;
    width: 107px;
    z-index: 4;
}

img.rightad
{
	padding: 0px 0px 5px 0px;
}

DIV#MAIN {
    position: absolute;
    width: 750px;
    top: 110px;
    left: 0px;
    z-index: 3;
}

DIV#MAIN DIV#CONTENT {
    width: 601px; 
    margin-left: 15px;
}

DIV#BOTTOM {
	position: relative;
	top: 10px;
    width: 750px;
    height: 42px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

DIV#CONTENT DIV#product_line {
    width: 297px;
	height: 100%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-right: 1px solid black;
}

DIV#CONTENT DIV#product_line A {
    display: block;
    width: 287px;
    padding: 2px 0px 2px 10px;
}

DIV#CONTENT DIV#product_line A:hover {
	width: 287px;
    background-color: rgb(204,0,0);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 1px 0px 1px 10px;
    color: white;
}

/*added to support the products lists tables*/
TABLE.product_list { 
	width: 100%;
	font-size: 11px;
	margin-top: 0px;
}

/*added to support the products lists tables*/
TABLE.product_list TR TD {
	background-color: rgb(204,0,0);
	border-left: 1px solid black;
    border-top: 1px solid black;
    padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 15px;
	/*Use RightBorder Class for the right side of the table*/
}

/*added to support the products lists tables*/
TABLE.product_list TD.header {
	background-color: rgb(204,0,0);
	border-right: 1px solid black;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

TABLE#repStates, TABLE#downloads {
    width: 100%;
}

TABLE#repStates TR TD {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 11px;
    padding: 0px 5px 0px 5px;
	vertical-align: top;
}

TABLE#repStates TR TD.state_header {
    /*border-left: 0px;
    border-bottom: 0px; */
    border-right: 1px solid black;
	
	border-bottom: 1px solid black;
    padding: 0px;
}

TABLE#repStates TR TD A {
    color: rgb(255,255,153);
}

TABLE#contact TR TD {
    background-color: rgb(204,0,0);
    font-size: 11px;
	line-height: 120%;
	padding-left: 10px;
}

DIV#products_header,
DIV#repAgency_header {
   margin-bottom: -5px;
}

/*added 10/12/05 for browser compatiblity checks*/
div.warning
{
	position: absolute;
	top: 5px;
	left: 200px;
	width: 450px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: center;
	z-index: 5;
}

div.warning a
{
	color: #CC0000;
}

/*added 11/29/05 for Reference Chart support */

/*The chart background*/
div.referenceChart
{
	width: 601px;
	background-image: url('images/referenceCharts/refchart_background.jpg');
	background-repeat: repeat-x;
	background-color: rgb(204, 0, 0);
	border: 1px solid black;
	padding: 0px 0px 15px 0px;
}
	
	/*Chart Title picture and section picture*/
	div.referenceChart div.referenceTitle
	{
		width: 601px;
		height: 84px;
		background-color: black;
	}
	
	/*The Data Section*/
	div.referenceChart div.referenceData
	{
		width: 539px;
		margin: 0px 15px 0px 15px;
		padding: 0px 15px 15px 15px;
		background-color: rgb( 204, 0, 0 );
		border: 1px solid black;
		font-family: Arial;
		font-size: 11px;
		color: white;
	}
		
		TABLE.dataTableWPics
		{
			position: relative;
			top: -16px;
		}
			
			/*dataTableWPics, Left and Highlighted Cell */
			div.referenceChart div.referenceData TABLE.dataTableWPics tr.dataTableHighlight td.dataTableLeft
			{
				padding: 1px 1px 1px 1px;
				background-color: #990000;
				border: 0px;
				text-align: left;
				font-family: Arial;
				font-size: 11px;
				color: white;
				font-weight: bold;
				height: 16px;
			}
			
			/* dataTableWPics, Highlighted Cell */
			div.referenceChart div.referenceData TABLE.dataTableWPics tr.dataTableHighlight td
			{
				padding: 1px 1px 1px 1px;
				background-color: #990000;
				border: 0px;
				text-align: center;
				font-family: Arial;
				font-size: 11px;
				color: white;
				font-weight: bold;
				height: 16px;
			}
			
			/*dataTableWPics Normal Left Cell*/
			div.referenceChart div.referenceData TABLE.dataTableWPics td.dataTableLeft
			{
				padding: 0px 0px 0px 15px;
				border-left: 0px;
				border-bottom: 1px solid white;
				text-align: left;
				height: 16px;
			}
			
			/* dataTableWPics Normal Cell */
			div.referenceChart div.referenceData TABLE.dataTableWPics td
			{
				border-left: 1px solid white;
				border-bottom: 1px solid white;
				text-align: center;
				height: 16px;
			}

		/*DATATABLE NORMAL*/

			/*data Table, Left and Highlighted Cell */
			div.referenceChart div.referenceData TABLE.dataTable tr.dataTableHighlight td.dataTableLeft
			{
				padding: 1px 1px 1px 1px;
				background-color: #990000;
				border: 0px;
				text-align: left;
				font-family: Arial;
				font-size: 11px;
				color: white;
				font-weight: bold;
			}
			
			/* dataTable, Highlighted Cell */
			div.referenceChart div.referenceData TABLE.dataTable tr.dataTableHighlight td
			{
				padding: 1px 1px 1px 1px;
				background-color: #990000;
				border: 0px;
				text-align: center;
				font-family: Arial;
				font-size: 11px;
				color: white;
				font-weight: bold;
			}
			
			/* dataTable Normal Row */
			div.referenceChart div.referenceData TABLE.dataTable tr
			{
				height: 16px;
			}
			
			/*dataTable Normal Left Cell*/
			div.referenceChart div.referenceData TABLE.dataTable td.dataTableLeft
			{
				padding: 0px 0px 0px 15px;
				border-left: 0px;
				border-bottom: 1px solid white;
				text-align: left;
			}
			
			/* dataTable Normal Cell */
			div.referenceChart div.referenceData TABLE.dataTable td
			{
				border-left: 1px solid white;
				border-bottom: 1px solid white;
				text-align: center;
			}
		
		/*The header for tables With Pictures*/
		div.referenceChart div.referenceData div.referenceDataHeaderWPics
		{	/* Left and Width need to be specified */
			position: relative;
			/*top: 16px; */
			height: 65px;
			padding: 0px 0px 0px 0px;
			z-index: 3;
		}
		
		/*Header for tables without pictures*/
		div.referenceChart div.referenceData div.referenceDataHeader
		{	/* Left and Width need to be specified */
			position: relative;
			top: 10px;
			height: 35px;
			padding: 5px 0px 5px 0px;
			background-color: rgb( 204, 0, 0 );
			border: 1px dotted black;
		}
			
			div.referenceChart div.referenceData div.referenceDataHeader TABLE
			{
				height: 35px;
				font-family: Arial;
				font-size: 11px;
				color: white;
				font-weight: bold;
				text-align: center;
			}













