/*
-----------------------------------------------
Client:Jameco Electronics
Project:Public Web Site

File Name: page.css 
Version: 1.0
Notes: Rules for site-wide elements.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Typography
----------------------------------------------- */
p, li, ul, ol, h1, h2, h3, h4, h5, h6, label, input, textarea, cite, select, legend, option, optgroup, caption, th, td {
  font-family:arial,helvetica,sans-serif;
	text-align:left;
	}
strong {
  font-weight:bold;
  }
strong.hilite {
	background-color:#ffffae;
  font-weight:normal;
	padding:1px 3px;
  }
em {
  font-style:italic;
  }
sup {
  font-size:77%;
	line-height:0;
  }
.hr-top {
  border-top:1px solid #d1d1d1;
	margin-top:10px;
  padding-top:10px;
  }
.hr-btm {
  border-bottom:1px solid #d1d1d1;
	margin-bottom:10px;
	padding-bottom:10px;
  }

/* Float Clearing Hack
----------------------------------------------- */
.clear {
	clear:both;
	}
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  }
