@charset "utf-8";

html {
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back%20worker%20full.jpg);
	background-color: #6c4527;
}

body {
	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: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	background-image: none;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,li ,ul{
	margin: 0;
	padding: 0px;
}
a {
	outline:hidden;
}
a:link {
	color: #ff9;
	text-decoration: none;
}
a:visited {
	color: #ff9;
	text-decoration: none;
}
a:hover {
	color: #ff9;
	text-decoration: underline;
}
a:active {
	outline: none;
	color: #ff9;
	text-decoration: none;
}
a:focus {
	color: #ff9;
	text-decoration: none;
	outline: 0;
	-moz-outline-style: none;
}

#headnav {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 20px;
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;
	height: 20px;
	z-index: 1;
	width: auto;
	font-size: 80%;
	font-weight: bold;
}
#headnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#headnav ul li {
	color: #000000;
	display: inline;
	padding-left: 28px;
	padding-right: 22px;
	float: none;
	border-radius: 20px 20px 0px 0px;
	height: 80px;
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 1em;
	box-shadow: 0px 0px 11px 1px #999;
	border: thin none #000;
	margin-right: 14px;
	text-align: center;
	background-color: #FFFFFF;
	width: 180px;
}
#headnav li a:link, #headnav li a:visited {
	color: #C32828;
	text-decoration: none;
	font-size: 1em;
}
#headnav li a:hover, #headnav li a:active, #headnav li a:focus       {
	color: #103D64;
	text-decoration: none;
	font-size: 1em;
}
#headnav li a.current, #headnav li a.current:hover, #headnav li a.current:active {
	color: #819B56;
	cursor: pointer;
}
#header h2 a {
	color: #01305C;
}

#container  {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	background-color: #EDF4FE;
	margin-top: 60px;
} 
#header  {
	height: 140px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
	border-radius: 30px 30px 0px 0px;
	position: relative;
	z-index: 10;
	border: thin none #000;
	box-shadow: 0px 0px 11px 1px #666;
	background-image: url(images/header_back.jpg);
} 
#header img {
	border: 1px solid #FFF;
	margin-right: 6px;
}
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	font-size: 1.4em;
	font-style: oblique;
	font-weight: bold;
	color: #FFF;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header h2  {
	text-align: left;
	font-size: 0.7em;
	font-style: oblique;
	font-weight: bold;
	color: #01305C;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 7px;
}
#main_nav {
	height: 30px;
	width: 900px;
	float: none;
	position: relative;
	z-index: 50;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: auto;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 7px;
	background-image: url(images/menu_pipe.jpg);
	background-repeat: no-repeat;
}
#main_nav ul {
	list-style: none;
	width: 880px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 0.85em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: -5%;
	height: 30px;
	padding-top: 8px;
	padding-bottom: 0px;
}
#main_nav li  {
	background: transparent;
	display: block;
	color: #FFF;
	margin-right: 0em;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main_nav li a:link, #main_nav li a:visited    {
	color: #FFF;
	text-decoration: none;
}
#main_nav li a:hover{
	color: #CF1818;
}
#main_nav li a:active {
	color: #0D4782;
}
#main_nav li a:focus {
	color: #083461;
}
#main_nav li a.current, #main_nav li a.current:hover, #main_nav li a.current:active {
	color: #CF1818;
	cursor: pointer;
}
#header #tag_line {
	position: relative;
	top: 110px;
	left: 8px;
	font-family: "Arial Narrow";
	font-style: oblique;
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	line-height: .8em;
	text-align: left;
}
#container2 {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: -7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	background-color: #FFFFFF;
	z-index: 10;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 440px;
	background-image: url(images/sidebar1_back.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	background-image: url(images/news_back_long.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	clear: none;
	margin-top: -31px;
	margin-left: 8px;
}

#sidebar2 p {
	font-size: 85%;
	color: #819B56;
}

#sidebar2 h1   {
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #0D4782;
	font-style: oblique;
	text-align: center;
}
#sidebar2 h3   {
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #01305E;
	font-style: oblique;
	text-align: center;
}
#sidebar2 h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #083461;
	font-style: normal;
	text-align: center;
	line-height: 100%;
}


#sidebar2 img {
	text-align: center;
	height: auto;
	width: auto;
	margin: auto;
	display: block;
	border: none;
	padding: 0px;
}

#sidebar2 ul {
	font-size: 85%;
	font-weight: normal;
	color: #819B56;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 16px;
	margin-left: 3px;
}
#event_block a:link, #sidebar2 a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #819b56;
	text-decoration: none;
}
#event_block a:hover, #sidebar2 a:active, #sidebar2 a:focus {
	font-size: 100%;
	font-weight: bold;
	color: #819b56;
	text-decoration: none;
}
#sidebar2 li a:link, #sidebar2 li a:visited{
	font-size: 85%;
	font-weight: normal;
	color: #04305D;
}

#sidebar2 li a:hover, #sidebar2 li a:active, #sidebar2 li a:focus{
	font-size: 85%;
	font-weight: normal;
	color: #083461;
}
#news_block   {
	color: #292A76;
	font-size: 1em;
	text-align: center;
	padding-top: 4px;
	font-style: oblique;
	font-weight: bolder;
	background-image: url(images/back_grey1.jpg);
	background-repeat: repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#news_block h1  {
	color: #292A76;
	font-size: 1.2em;
	text-align: center;
	padding-top: 4px;
	font-style: oblique;
	font-weight: bolder;
}
#event_block   {
	color: #292A76;
	font-size: 1em;
	text-align: center;
	padding-top: 4px;
	font-style: oblique;
	font-weight: bolder;
	background-image: url(images/back_grey1.jpg);
	background-repeat: repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#event_block h1  {
	color: #083461;
	font-size: 1em;
	text-align: center;
	padding-top: 4px;
	font-style: oblique;
	font-weight: bolder;
	background-repeat: repeat-y;
}
#event_block h2  {
	color: #292A76;
	font-size: 1.2em;
	text-align: center;
	padding-top: 4px;
	font-style: oblique;
	font-weight: bolder;
	background-repeat: repeat-y;
}
#pr_item  {
	color: #999999;
	font-size: 0.6em;
	text-align: left;
	padding-left: 6px;
	border-top: thin dotted #666666;
	margin-top: 8px;
	padding-top: 4px;
	border-bottom: thin dotted #666666;
}
#pr_item img  {
	color: #6E6C6C;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: left;
	display: block;
	float: left;
	margin-right: 4px;
}
#pr_item a:link, #pr_item a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #999999;
	line-height: 12px;
}
#pr_item a:hover, #pr_item a:active, #pr_item a:focus  {
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	padding-right: 4px;
	border-top-width: thin;
}

#link_table {
	margin-left: 210px;
	margin-right: 10px;
}


#link_table table {
	font-size: 1em;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

#link_table a:link , #link_table a:visited{
	color: #819b56;
	font-weight: bold;
	font-size: 1.2em;
}

#link_table a:hover {
	color: #819B56;
	font-size: 1.2em;
	border-collapse: collapse;
	border-width: 0px;
}
#link_table p {
	color: #333;
	font-size: 85%;
}
#link_table table tr td {
	background-color: #FFF;
	vertical-align: top;
	color: #999999;
	border: thin dotted #999999;
	font-size: 0.8em;
}
#prod_sheets {
	margin-left: 210px;
	margin-right: 10px;
	text-align: left;
}
#prod_sheets h1 {
	margin-right: 10px;
	color: #01305E;
	font-size: 1.2em;
	text-align: left;
	text-transform: uppercase;
}
#prod_sheets p {
	font-size: .8em;
	color: #333;
}


#prod_sheets table {
	font-size: 1em;
	color: #04305D;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	text-align: center;
}
#prod_sheets table tr th {
	text-align: center;
}
#prod_sheets table tr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #ccc;
	vertical-align: center;
}
#prod_sheets table a:link , #prod_sheets table a:visited {
	color: #819b56;
	font-weight: bold;
}
#prod_sheets a:link , #prod_sheets a:visited {
	color: #7b7b7b;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 2em;
}
#prod_box {
	width: 300px;
	border: thin dotted #7B7B7B;
	background-color: #CCCCCC;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
}
.cell_plain {
	background-color: #fff;
}




#mainContent  {
	margin-top: -8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 210px;
	float: none;
	background-color: #FFF;
	padding: 0px;
	color: #03F;
} 
#mainContent p {
	font-size: 85%;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	color: #333;
	padding-top: 0px;
}
#mainContent table {
	font-size: 1em;
	color: #04305D;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	text-align: left;
}


#mainContent table tr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #CCC;
	vertical-align: top;
}


#mainContent table ul  {
	color: #0D3966;
	list-style-position: outside;
}
#mainContent table tr td {
	padding-left: 4px;
}

#mainContent table ul li {
	color: #0D3966;
	list-style-position: outside;
	margin-left: -4px;
}





#mainContent h1   {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
#mainContent h2   {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	margin-bottom: -10px;
}
#mainContent h3  {
	font-size: 1em;
	font-weight: bold;
	color: #819b56;
}
#mainContent h4  {
	font-size: 0.85em;
	font-weight: normal;
}
#mainContent h6  {
	font-size: 0.6em;
	font-weight: normal;
	color: #666;
	font-style: oblique;
}
#mainContent a:link {
	color: #819b56;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:active {
	color: #819b56;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

#mainContent a:visited {
	color: #819b56;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #0D4782;
	text-decoration: none;
	font-weight: bold;
}
#mainContent ul {
	color: #333;
	list-style-position: outside;
	margin-left: 10px;
	padding-left: 10px;
}
#mainContent ul li {
	font-size: 90%;
}

#spectable {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 210px;
	margin-right: 10px;
	color: #000000;
}
#spectable table {
	text-align: center;
	font-size: 0.8em;
	border-collapse: collapse;

}
#spectable table tr th {
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: rgba(13,58,99,1.00);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
}
#spectable table tr td {
	border: 1px solid #C9C4C4;
}



#footer  {
	height: 40px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: rgba(232,228,228,1.00);
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#footer img {
	padding-right: 8px;
}
#footer p  {
	font-size: 0.85em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: #01305E;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:active {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #CF1818;
	text-decoration: none;
}
#footsidebar {
	float: right;
	font-size: 0.65em;
	text-align: right;
}
#footsidebar p {
	text-align: right;
}


.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;
}
.reg_mark {
	font-size: 0.6em;
	vertical-align: text-top;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #333;
	line-height: 1.2em;
	font-style: oblique;
}
#sidebar1_a {
	float: left;
}
.subtextfortools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	line-height: 0.5em;
	font-style: oblique;
	margin-top: 0px;
	height: 20px;
}
.subtextcustom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	line-height: 1.2;
	font-style: oblique;
	height: auto;
}
.gotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bolder;
	color: #039;
	text-align: right;
}

.centerforce {
	text-align: center;
}
sup {
	vertical-align: 0em;
	position: relative;
	bottom: 2px;
	left: 0em;
	right: 0em;
	padding-right: 0.4em;
}
.redtext {
	color: #C32828;
	font-weight: bold;
	font-style: oblique;
}
.blue_incidental    {
	font-size: 100%;
	font-weight: bold;
	color: #0D4782;
	margin-bottom: -10px;
}
.clickhere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #039;
	text-transform: uppercase;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
}
.sixteenth {
	font-size: .7em;
}
.white_table {
	background-color: #FFF;
}
#event_block h5 {
	color: #819B56;
	font-size: 0.9em;
}
#event_block h6 {
	color: #083461;
	font-size: 0.8em;
	line-height: 1.2em;
}
#mainContent strong {
	font-weight: bolder;
	color: #0D4782;
}
#mainContent hr {
	height: 18px;
	border: 0;
	box-shadow: inset 0 18px 18px -18px #819B56;
	-webkit-box-shadow: inset 0 18px 18px -18px #819B56;
}
#link_table a img {
	border:none
}
#salestable {
	border-collapse: separate;
	border-width: thin;
	border-style: none;
}
#salestable table {
	border-collapse: separate;
	border: 0;
	outline: none;
}
#salestable table a:active {
	outline: none;
}
#salestable tr td {
	background-color: #FFFFFF;
}
