/* only need these for my html dev */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Need to add these to the core CSS for the site */

p {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
}

a:link {
	color: #b13636;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b13636;
}
a:hover {
	text-decoration: underline;
	color: #b13636;
}
a:active {
	text-decoration: none;
	color: #b13636;
}
h1 {
	font-size: 14px;
	color: #00517a;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px #00517a solid;
}
h2 {
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
h3 {
	font-size: 12px;
	color: #0079c2;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
h4 {
	font-size: 12px;
	color: #00517a;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

h5 {
	font-size: 12px;
	color: #8da4aa;
	font-style:italic;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

 hr {
  border: 0;
  width: 100%;
  color: #c1c2c2;
  background-color: #c1c2c2;
  height: 1px;
}


/* Required for Content Float Managment */

div.clear {
clear: both;
}

/* General Image and Highlight Boxes */

#image-left {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	float:left;
	display:inline;
}

#image-right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	float:right;
	display:inline;
}

.highlight-box {
	border: thin #c1c2c2 solid;
	margin: 10px 0px 10px 0px;
	width:100%;
	display:inline;
}

.highlight-box h1 {
	background-color:#f2f2f2;
	color:#00517a;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 14px;
	border: 0px;
}

.highlight-box p{
	font-size: 12px;
	color: #565656;
	
}

.highlight-box ul{
	font-size: 12px;
	color: #565656;
	
}

.highlight-box-right {
	border: thin #c1c2c2 solid;
	margin: 10px 0px 10px 0px;
	float: right;
	width: 265px;
	display:inline;
}

.highlight-box-right h1 {
	background-color:#f2f2f2;
	color:#00517a;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
}

.highlight-box-right p{
	font-size: 10px;
	color: #565656;
}
.highlight-box-left {
	border: thin #c1c2c2 solid;
	margin: 10px 0px 10px 0px;
	float: left;
	width: 265px;
	display:inline;
}

.highlight-box-left h1 {
	background-color:#f2f2f2;
	color:#00517a;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
}

.highlight-box-left p{
	font-size: 10px;
	color: #565656;
}

/* CSS Used on the History Pages */

#history-images {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	float:right;
	width:216px;
	display:inline;
}

/* CSS Used on the Contact us Page*/

.contact-table tr:hover, .contact-table tr.hilite {
	background-color:#DFE7F2;
	color:#000000;
}

/* CSS Used on the Products Overview*/

.configurator-bar {
	background-color:#ff7a22;
	color:#FFFFFF;
	padding: 4px 4px 4px 4px;
	width:100%;
	font-weight: bold;
	font-size: 10px;
}

/*Commented out because it was overriding A styles set above - BIZNETIX
.configurator-bar a, a:hover, a:active, a:visited {
	color:#FFFFFF;
	font-style:normal;
	font-weight:bold;
}
*/

.config-link {
	display:block;
	height:100%;
}

/* CSS Used on the Replacement Parts Pages */

#replacements-images {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	float:right;
	width:206px;
	display:inline;
}

.orange {
	color:#ff7a22;
}

.pricelist {
	font-size:10px;
	padding-left:50px;
}

/* CSS Used on the Training Pages */

.lightblue {
	color:#8da4aa;
	font-weight:normal;
	font-size:10px;
}

.moreinfo {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
}

#offsite-images {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 10px;
	float:right;
	width:204px;
	display:inline;
}

/* CSS Used on the Training Pages */

.sm-grey {
	color:#565656;
	font-weight:normal;
	font-size:10px;
}