* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

body {
	background-color: #F0383A;
	font-size: 76%;	/* font sizing in ems. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. darn.*/
	
	background-image: url(../images/spacer.gif);/*these three lines replace the n4_upgrade.gif in n4.css. and if you use this code, make sure you point to an img on _your_ server, not mine.*/
	background-repeat: no-repeat;
	background-position: top left;
}

.clr {
	clear: both;
}

a {
color:#FF0000;
}

a:hover {
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
	padding: 5px 15px 5px 0;
	text-align: left;
}
hr {
	clear: both;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F0383A;
	border-color: #000000 black black;
	border-style: none;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 20px  0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-top: 0px;
	text-align: center;



}

#content {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 40px 15px 40px;
}

#content .img-align-left {
	padding: 0 15px 0 0;
	float: left;
}

#content .img-align-right {
	padding: 0 0 0 15px;
	float: right;
}



.image-with-caption-left {
	display: inline-table;
	float: left;
	width=260px;
	width: 260px;
}
.image-with-caption-right {
	display: inline-table;
	float: right;
	width=260px;
	width: 260px;
}


.image-with-caption-left img {
	padding: 0 15px 0 0;
	float: left;
	margin: 0.5em 15px 0 0;
	}

.image-with-caption-left p {
	color: #FF0000;
	margin: 0.5em 2em 1em 0;
	font-size: 0.9em;
}

.image-with-caption-right img {
	padding: 0 15px 0 0;
	float: right;
	margin: 0.5em  0 0 15px;
}

.image-with-caption-right p {
	color: #FF0000;
	margin: 0.5em 0 1em 1em;
	font-size: .9em;
}

.floatlist {
	display: inline-table;
	float: left;

	width=200px;
	width: 225px;
	margin-left: 15px;
	margin-bottom: 20px;
}

.floatlist h2 {
	color:#FF0000;
	font-size: 1.4em;
	margin-right: 15px;
	letter-spacing: 2px;
}

.floatlist ul{
	margin: 5px 0 10px 0;
	color: #000000;
	font-size: 1.25em;
}

.floatlist li {
	padding: 0 25px 0.15em 0;
	list-style-type: none;
}

.floatlist a:hover {
	color:#FF0000;
	text-decoration: underline;
}

.floatlist img {
	padding-right: 10px;
	}

.employee-name {
	margin: 0 5px;
	font-weight: bold;
	color: #F0383A;
	font-size: 1.1em;
}

.employee-jobtitle {
	margin: 0 2px;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0;
}

#menuvert {
	background-color: #F0383A;
	width: 200px;
}

#menuvert h2 {
	font-size: 1em;
	color: #000000;
	margin: 5px 0 5px 10px;
}

#menuvert h2 a {
	color: #FFFFFF;
	/*font-size: 12px;*/
	text-decoration: none;	1
}

#menuvert h2 a:hover {
	text-decoration: underline;
}

#leftcol {
	margin: 0 0 0 15px;
	}

#leftcol h3 {
	font-size: 1em;
	color: #ffffff;
	margin: 5px 0 5px 0;
}

#leftcol a {
	color: #000000;
	}

#menuvert ul {
	list-style-type: none;
	font-size: 1em;
	list-style-image: url(../none);
	margin: 5px 0 10px 20px;
}

#menuvert li a {
	color: #FFFFFF;
	/*font-size: 11px;*/
	margin-bottom: 10px;
	text-decoration: none;
}

#menuvert li a:hover {
	text-decoration: underline;
}
	
	
.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333}
.formtitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #66CC33}
blockquote {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold; font-size: 12px}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 15px 5px 0px;
	padding: 0;




}
.callus {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000066; font-weight: bold; border-style: none}
.callustitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #0000FF; border-color: #000000 black black; border-style: none; font-size: 20px }
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 0.9em;
}
.logobannerh1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9933}
.formFieldTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.formField { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 12px; font-weight: bold }
.part-nbr {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #006633}
.price {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000}
.bannertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 15px;
}
.admin-menu-text {
	font-variant: normal;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;


}
.homepagetext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	list-style-image: url(../images/bullet-red.jpg);
	margin: 0 0 15px 15px;
}

.testimonialtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.testimonialby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#bkgd-home-footer {
	background-image: url(../images/new/images/HOMEPAGE-1024-768_10.jpg);
	background-repeat: no-repeat;
	width: 1002px;
}

A.indexlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}


A.indexlinks:hover {
	text-decoration: underline; 
	}
	
A.fm:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 0.9em
	}

A.fm:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
	}

A.fm:hover {
	text-decoration: underline
	}
A.am:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;

	}
A.am:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 10px
	}

A.am:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FF0000; 
	font-weight: bold; 
	font-size: 10px
	}
	
A.dm:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;

	}
A.dm:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px
	}

A.dm:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FF9900; 
	font-weight: bold; 
	font-size: 12px
	}
	
.tableborder {
}
ol {
	list-style-type: decimal;
	list-style-position: inside;


}
td {
	vertical-align: top;
}
td {
	vertical-align: top;
}

table.center-toc,
.center-toc p {
	text-align:center;
	padding: 5px;
	margin: 5px;
	margin-left:auto; /* necessary to center table */
	margin-right:auto; /* necessary to center table */

}

#content .tbl {
	margin: 5px;
	padding: 5px;
}

.interior
{
	margin: 10px 0;
	padding: 0;
	border: 1px solid #d7e5f0;
	border-collapse: collapse;
	font-size: 11px;
}

.interior th,
.interior td
{
	padding: 10px 5px;
	border-bottom: 1px solid #d7e5f0;
}

.interior th
{
	color: #333;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	font-size: 1.3em;
}

.interior td.colored
{
	background: #ccc;
	width: 215px;
	font-weight: bold;
}

interior.ul
{
	color: #ff0000;
	margin: 0px;
}


interior.li
{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

