@charset "utf-8";
/* CSS Document */

html, body	{
	margin: 0px; /* To keep all of the browsers happy */	
	}
	
body	{
	margin: 0px;
	background-image: url(../Images/jpegs/bkgrd2.jpg); /* the background image */
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
form	{
	padding: 0px; /* Necessary so the form remains its proper size */
	margin: 0px;
	}

/*   ***********************  ID's  ***********************   */
	
#wrapper	{
	width: 800px;
	margin: 0 auto;
    background-image: url(../Images/gifs/wrapper_bg.gif);
	background-repeat: repeat-y;
    border-left: 1.5px solid #CCC;	
	border-right: 1.5px solid #CCC;
    border-bottom: 1.5px solid #CCC;	
	}

#content	{
	position: relative;
	width: 1024px;
	margin: 0 0 0 0;
	top: 0px;
	left: 0px;
    overflow: hidden;
	}
	
#header	{	/* Holds the page header on each page */
	width: 800px;
	height: 156px;
	background-color: #CCC;
	}
	


#sidebar	{	/* Left side of the page - links, small thumbnail pics, etc */
	float: left;
	width: 146px;
	padding-top: 20px;
	min-height: 600px;
	text-align: center;
	}
#sidebar_bug	{	/* Left side of the page - links, small thumbnail pics, etc */
	float: left;
	width: 146px;
	min-height: 600px;
	text-align:center;
	margin-top:10px;
	}

#navform {  /* style the dropdown "Related Links" box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	width: 140px;
	}
	
	
#title2	{	/* The title of each page */
    margin-left:70px;
	width: 626px;
	height: 55px;
	border-bottom: 1px solid #eeeece;
	background-color: white;
	}
#RowOne   {
	height: auto;
	width: auto;
	padding: 50px 5px 5px 5px;
	margin-left: 20%;
    }
	
#ColumnOne {
	float: left;
	height: 700px;
	width: 311px;
	margin-left: auto;
	border-right: 1px solid #eeeece;
	}

#ColumnOnePlus {
	float: left;
	height: 550px;
	width: 311px;
	margin-left: 150px;
	border-right: 1px solid #eeeece;
	}
	
#ColumnOneLong {  /* For pages that have more links */
	float: left;
	height: auto;
	width: 311px;
	margin-left: 24px;
	border-right: 1px solid #eeeece;
	}
		
#ColumnOne2	{	/* For single column pages */
	float: left;
	height: 550px;
	width: 622px;
	margin-left: 24px;
	}

	
#ColumnOne2 a:link, #ColumnOne2 a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #929090;  /* The color of the links */
	display: block;
	width: 100%;  /* Hack for IE6 */
	text-decoration: none;	/* No underline */
	}
	
#ColumnOne2 a:hover	{
	color: #1a1919;  /* The color of the links */
	text-decoration: none;	/* No underline */
	}	

#ColumnTwo {
	float: right;
	height: 600px;
	width: 311px;
	}

#ColumnTwoLong {  /* For pages that have more links */
	float: right;
	height: auto;
	width: 311px;
	}



#pagelinks	{
	margin-top: 20px;  /* Offset from the top of the div */
	margin-left: 30px;  /* Offset from the left of the div */
	padding: 0;
	}

#pagelinks ul	{
	list-style: none;  /* Eliminates the Bullets */
	margin: 0;
	padding: 0;
	border: none;	
}

#pagelinks li	{  /* Styles the links */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;  /* Use this instead of padding bottom because IE7 sucks a giant boner */
	list-style: none;
	background-image: url(../Images/gifs/bullet.gif);
	background-repeat: no-repeat;
	background-position: .125em .45em;  /* Positions the bullet.gif */
	padding-left: 12px;
	}

#pagelinks a:link, #pagelinks a:visited	{  /* Styles the links */
	color: #929090;  /* The color of the links */
	display: block;
	width: 100%;  /* Hack for IE6 */
	text-decoration: none;	/* No underline */
	}

#pagelinks a:hover	{  /* Styles the hover */
	color: #1a1919;  /* The color of the links when mouse over */
	text-decoration: none;  /* No underline */
	}

#footer {
	background-color: #CFF;
	height: 100px;
	width: 800px;
	clear: both;
	}

/* *********************** SPECIAL STYLES ************** */

	
#notice {  /* Discount box for the Capacitor Pages */
	position:absolute;
	left:286px;
	top:560px;
	width:400px;
	height:200px;
	z-index:2;
	border: 1px dotted #808080;
	text-align: center;
	background-color: #eeeece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#notice2 {  /*For Potentiometer Pages */
	position:absolute;
	left:286px;
	top:680px;
	width:400px;
	height:70px;
	z-index:2;
	border: 1px dotted #808080;
	text-align: center;
	background-color: #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 8px;
}

#notice3 {  /*For HVAC Pages */
	position:absolute;
	left:342px;
	top:738px;
	width:400px;
	height:40px;
	z-index:2;
	border: 1px dotted #808080;
	text-align: center;
	background-color: #ffc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 8px;
}

#notice3 a:link, #notice3 a:visited	{
	text-decoration: none;
	color: #929090;	
	}
	
#notice3 a:hover	{
	text-decoration: none;
	color: #1a1919;
	}



/* *********************** CLASSES ********************* */	



.redheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 5px;
}

.redheadermed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding-top: 5px;
}

.text	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-top: 8px;
	}

.lighttext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5e2727;
	padding-top: 4px;
	}


.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: yellow;
	border: 1px solid #000;
	text-align: center;
	width: 450px;
	margin-left: 50px;
	}

.boldtextltbkgrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFC;
	border: 1px solid #808080;
	text-align: center;
	width: 500px;
	margin-left: 10px;
	padding: 8px;
	}

.related	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: underline;	
}

hr {  /* Allow some space between the images and text in the Sidebar */
	margin-top: 15px;
	margin-bottom: 15px;
}

.tableborders	{
	border-top: 1px solid #eeeece;
	border-bottom: 1px solid #eeeece;	
}

.tablecellborders	{
	border-bottom: 1px solid #eeeece;	
}

	
.div-table   {
	display:table; 
	width: 400px;
	margin: auto;
	padding: 1px 5px 8px 5px;
	background-color: #EEEECE;
    }
	
.div-table-caption   {
	display:table-caption; 
    font-weight: bold;
	}

.div-table-row   {
	display:table-row;
    text-align: center;
	}
	
.div-table-col   {
	display:table-cell; 
	padding: 5px; 
	}	


/* *********************** STYLES FOR INDEX PAGES ********************* */	



#sidebar-index {
	float: left;
	width: 199px;
	text-align: center;
	padding-top: 30px;
	height: 100%;
	}
	
#sidebarLong {
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 30px;
	height: 100%;
	}
		
#ColumnOne-index {
    float: left;
    width: 300px;
	margin-top: 15px;
/*	border-right: 1px solid #eeeece; */
	}

#ColumnTwo-index {
	float: left;
	width: 330px;	/* Was 300px - changed 04-21-2016 */
	margin-top: 15px;
/*	border-right: 1px solid #eeeece; */
	}

#ColumnThree-index {
	float: right;
	width: 150px;
	margin-top: 25px;
	text-align: center;
	min-height: 680px;  /* This is so the shorter alphabetical listing pages aren't scrunched together */
	}

#pagelinks-index	{
	margin-top: 20px;  /* Offset from the top of the div */
	margin-left: 30px;  /* Offset from the left of the div - was 60px - changed 04-21-2016 */
	text-align:left;
	padding: 0;
	}

#pagelinks-index ul	{
	list-style: none;  /* Eliminates the Bullets */
	margin: 0;
	padding: 0;
	border: none;	
}

#pagelinks-index li	{  /* Styles the links */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 18px;  /* Use this instead of padding bottom because IE7 sucks a giant boner */
	list-style: none;
	background-image: url(../Images/gifs/bullet2.gif);
	background-repeat: no-repeat;
	background-position: .325em .45em;  /* Positions the bullet.gif */
	padding-left: 12px;
	}

#pagelinks-index a:link, #pagelinks-index a:visited	{  /* Styles the links */
	color: #929090;  /* The color of the links */
	display: block;
	width: 100%;  /* Hack for IE6 */
	text-decoration: none;	/* No underline */
	}

#pagelinks-index a:hover	{  /* Styles the hover */
	color: #1a1919;  /* The color of the links when mouse over */
	text-decoration: none;  /* No underline */
	}

	
/***** CLASSES FOR INDEX PAGES *****/

#sidebar-index .bigletter	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #900;
}

#pagelinks-index div {
	font-weight: bold;
	text-decoration: underline;	
}

#pagelinks-index span	{
	font-style: italic;
}

h1 {font-family: Arial, Helvetica, sans-serif;font-size: 24px;font-style: normal;line-height: normal;font-weight: bold;color: #FF0000;text-align:center;margin:0;	padding-top: 5px;padding-bottom:0;}
h2 {padding: 0;margin: 0;}
#sidebar3{float:left;width:150px;}
#navlinks{margin-left:0;padding-bottom:20px;margin-top:20px;padding-left:2px;}
#navlinks li{font-family:Arial, Helvetica, sans-serif;font-size:11px;line-height:13px;list-style:none;background-image:url(../Images/gifs/bullet2.gif);background-repeat:no-repeat;background-position:.125em .35em;padding-left:8px;padding-bottom:3px;}
#navlinks a:link, #navlinks a:visited{color:#929090;display:block;width:100%;text-decoration:none;font-family:Arial, Helvetica, sans-serif;line-height:inherit;}
#navlinks a:hover{color:#1a1919;text-decoration:none;}
#navlinks img{padding-top:8px;padding-bottom:8px;}
.navbreak{border-bottom:1.5px solid #777;height:2px;width:95%;margin-bottom:5px;margin-top:3px;}
#navform{font-family:Arial, Helvetica, sans-serif;font-size:10px;background-color:#fff;width:140px;}
.underlinetext{font-family:Arial, Helvetica, sans-serif;font-size:11px;font-style:italic;font-weight:normal;color:#000000;text-align:left;text-decoration:underline;padding-top:5px;padding-left:6px;}
.subtext{font-family:Arial, Helvetica, sans-serif;font-size:9px;color:#484747;padding-left:6px;}