text-99 {             /* used for text positioning in header */
	font-size: 70px;
	line-height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
    color : #e66e00;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 34px;
	right: 128px;
}

text-hobson {         /* used for text positioning in header */
	font-size: 30px;
	line-height: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
    color : #e66e00;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 9px;
	right: 18px;
}
	
h1, h1 a {
	font-size: 16px; /* Orange Heading */
    font-weight: bolder;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
    color : #e66e00;
	font-family: Arial, Helvetica, sans-serif }

h1.md {
	font-size: 14px;
	line-height: 14px;
}	

h1.sml {
	font-size: 13px;
	line-height: 13px;
}
	
h2 {
	color : #007dc5;  /* Blue Heading */
	font-size: 14px;
    font-weight: bolder;
	line-height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif }
	
h2.sml {
	font-size: 13px;
	line-height: 13px;
}
	
p {	font-size: 13px;
	color: #666666;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif }
	
p.orange {
	color : #e66e00;
}

p.caption{
	color : #e66e00;
	padding-top: 2px;
}

p.sml { font-size: 11px;
	   line-height: 13px;
}

p.footnote {
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 10px; 
	vertical-align: bottom;
	line-height: 11px;
}

p.creditheading {
	color : #e66e00;
	text-align : center;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 10px;
} 
	
p.credit {
	color : #007dc5;
	padding-right: 11px;
	padding-bottom: 2px;
	font-weight: bolder;
	line-height: 12px;
	text-align: right;
}
		  
p.creditname {
	line-height: 12px;
	text-align: left;
	padding-bottom: 2px;
}

.list-sm {
	font-size: 13px;
	color: #666666;
	line-height: 17px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif }

.row-credit-break {
	padding-bottom: 8px;
}
	
a.image-noborder { 
	text-decoration: none;
	border: 0 none }
	
.caption-pad {
	padding-bottom: 0px;
}

.max-500 {
	max-width: 500px;
}

.max-800 {
	max-width: 800px;
}

.container-padded {   /* padding within the page content container */
	padding: 20px
}

.col-img-portrait { /* used on the build and products page */
	padding-top: 3px;
	padding-bottom: 5px;
	min-width: 230px;
	max-width: 240px;
}

.col-img-landscape {
	padding-top: 3px;
	padding-bottom: 5px;
	min-width: 305px;
	max-width: 315px;
}

.col-text-sm {
	padding-bottom: 15px;
	max-width: 100px;
}

.col-text-ms {
	padding-bottom: 0px;
	max-width: 180px;
}

.col-text-md {
	padding-bottom: 0px;
	max-width: 240px;
}

.col-text-ml {
	padding-bottom: 0px;
	min-width: 245px;
	max-width: 350px;
}

.col-text-lg {
	padding-bottom: 0px;
	max-width: 500px;
}

.col-text-xl {
	padding-bottom: 0px;
	max-width: 600px;
}

.col-text-xx {
	padding-bottom: 0px;
	max-width: 700px;
}

.col-text-flex {
	padding-bottom: 0px;
	max-width: 500px;
  }
  
.col-text-hdg {
	padding-top: 15px;
	padding-bottom: 6px;
	max-width: 500px;
}

.col-credit {
	max-width: 480px;
}
  
 @media only screen and (max-width: 517px) {
  /* limit flex text columns when the display is small */
  [class*="col-text-flex"] {
  max-width: 260px; }
  }
  
.pad-bottom-0 {
	padding-bottom: 0px;
}

.pad-bottom-sm {
	padding-bottom: 5px;
}

.pad-bottom-md {
	padding-bottom: 10px;
}

.pad-bottom-lg {
	padding-bottom: 20px;
}

.header-image {
  width: 100%;
  height: 70px;
  background: url("images/banner99.jpg") center right no-repeat;
  background-size: cover;
}

.title {
	color: darkblue;
}

.navbar-custom {
    background-color: #ff5500;
	padding: 5px;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #e66e00;
}

.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: #dddddd;
}

.dropdown-menu li{
   font-size: 15px;
   padding: 0px;
}

footer {
	font-size: 12px;
	background-color: #e66e00; /* Orange */
	color: #ffffff;
	padding: 5px;
	text-align: center
}

footer.left-text {
	text-align: left;
	padding-left: 20px
}

