/*
	File: typography.css 
	Date: September 16, 2007
	Created by: 7ninedesign.com
	Contents: 
		- typography rules
	
*/

p {
	font-size: 70%;
	line-height:1.4em;
	}
	
a:link {
	color:#003399;	
}

a:visited {
	color:#993300;
}

a:hover {
	color:#006633;
	text-decoration:none;
}

a:active {
	color:#993300
}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#000000;
	font-weight:bold;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000000;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#666666;
	text-decoration:underline;
}
	
ul {
	margin-top:-10px;
}

li {
	font-size: 70%;
	line-height:160%;
	list-style-type:square;
	list-style-position:outside;
}

li li {
	font-size:100%;
}

li li li {
	font-size:100%;
}

ul ul {
	margin-top:0px;
}

.glossary2 {
	font-weight:bold;
}

.news {
	text-indent:-25px;
	padding-left: 25px;
}

.testimonial {
	font-style:italic;
}

.testimonial2 {
	text-indent:25px;
}

.patent {
	font-size:55%;
}

.timeline {
	text-indent: -40px;
	padding-left: 40px;
}

.images {
	padding:5px;
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
}

.indexboxes {
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-left-color:#CCCCCC;
	border-left-style: dashed;
	border-left-width:thin;
	border-right-color:#CCCCCC;
	border-right-style:dashed;
	border-right-width:thin;
	padding-left:5px;
}

.indexboxesbkgrd {
	border:1px;
	border-color:#CCCCCC;
	border-width:thin;
	padding-left:5px;
	background-image:url(../siteImages/homeboxbkgd2.jpg);
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#003399;
}

.indexboxesbkgrd a {
	color:#003399;

}

.indexboxesbkgrd a:visited {
	color:#003399;
}

.indexboxesbkgrd a:hover {
	text-decoration:none;
	color:#0099FF;
}

.indexboxheader {
	font-size:90%;
	line-height:1em;
	font-weight:bold;
}

.headlines {
	margin-bottom:-5px;
}

.numbered {
	list-style-type:decimal;
}

.contactForm {
	background-color:#CCCCCC;
	color:#333333;
	font-size:70%;
	border: solid 1px #999999;
}

.required {
	color:#990000;
}

.rfqForm {
	/*background-color:#CCCCCC;*/
	color:#333333;
	font-size:70%;
	/*border: solid 1px #999999;*/
}

.hr-long {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #cccccc;
	width: 50%;
	height: 2px;
	text-align:center;
}

.h1 a {
	color:#CCCCCC;
	text-decoration:none;
}

.h1 a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

.h1 a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}