/* Reset Style. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
body{line-height: 1;color: #000;background: #FFF;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}
li {
  list-style-position: outside;
}
#e_content {
}

#footer {
}

#header {
}

#e_column_0 {
}

#column1 {
	float: left;
}

#enclosing_content {
	float: left;
}

#column2 {
	float: left;
}

#column3 {
	float: right;
}
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

div.calendar, div.calendar table {
  border: 1px solid #206A9B;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #F1F8FC;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #007ED1 url(/_resources/dyn/docroot/lib/jscalendar/menuarrow2.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #000;
  color: #fff;
  padding: 2px;
}

.calendar thead tr { /* Row <TR> containing navigation buttons */
  background: #007ED1;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #C7E1F3;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #206A9B;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #34ABFA;
  color: #000;
  border: 1px solid #016DC5;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #006AA9;
  border: 1px solid #008AFF;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #C7E1F3;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #F1F8FC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #8FC4E8;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #D50000;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #206A9B;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #000;
  color: #fff;
  border-top: 1px solid #206A9B;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #B8DAF0;
  border: 1px solid #178AEB;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #006AA9;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #34ABFA;
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  font-weight: bold;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #F1F8FC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #E3F0F9;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #F1F8FC;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #267DB7;
  color: #fff;
}

.calendar td.time span.active {
  border-color: red;
  background-color: #000;
  color: #A5FF00;
}
/* interior pages ------------------------------*/
#e_content {
  width: 953px;
  margin: 0 auto;
}
#column1 {
  display: inline; /* fix IE6 double margin bug*/
  float: left;
  width: 195px;
  margin: 0px;
  position: relative;
  background: url(//d9zmjrm59k01g.cloudfront.net/5dac-63446-subnav-bg.gif?pfvId=1dpw.fid8ilw8) repeat-y right top;
}
#column1-wc-0 {
  background: url(//d9zmjrm59k01g.cloudfront.net/c80c-04446-subnav-bg_top.gif?pfvId=1dq0.fid8im0v) no-repeat right top;
  margin: 0px;
  padding: 0px;
}
#column1-wc-1 {
  padding: 0px 0px 118px;
  margin-top: 8px;
  background: url(//d9zmjrm59k01g.cloudfront.net/5fac-83446-subnav-bg_bottom.gif?pfvId=1dpy.fid8ily5) no-repeat right bottom;
}
#enclosing_content {
  display: inline; /* fix IE6 double margin bug*/
  background: url(//d3cz7oi6fhv94u.cloudfront.net/1362-44346-curve_bg.gif?pfvId=1dnc.fid8igyq) repeat-y left top;
  margin: 0px 0 0 8px;
  padding: 0px;
  width: 749px;
}
#enclosing_content-wc-0 {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 979px;
  background: url(//d9zmjrm59k01g.cloudfront.net/44f3-84346-curve_top.gif?pfvId=1dng.fid8ih4e) no-repeat left top;
}
#enclosing_content-wc-1 {
  padding: 8px 7px;
  width: 979px;
  overflow: hidden;
  background: url(//d3cz7oi6fhv94u.cloudfront.net/56be-64346-curve_bottom.gif?pfvId=1dne.fid8ih0z) no-repeat left bottom;
}
#column2 {
  width: 965px;
}
/* one column layout */
#body {
  width: 953px;
  background: none;
}
#body-wc-0 {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/8665-78766-one_column_top.gif?pfvId=1fj7.fij5f10y) no-repeat left top;
  width: 953px;
  overflow: hidden;
}
#body-wc-1 {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/91cd-38766-one_column_bottom.gif?pfvId=1fj3.fij5f0vq) no-repeat left bottom; 
  padding: 8px 7px;
  width: 934px;
  overflow: hidden;
}
#body h2 {
  background: url(//d9zmjrm59k01g.cloudfront.net/52fc-13696-section_bg_onecolumn.gif?pfvId=1hq7.fj08ug2l) no-repeat;
  width: 935px;
}

/* column1 -----------------------------*/

/* sub navigation ---*/

#subnav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#subnav ul li {
  margin: 0px;
  padding: 0px;
}
#subnav ul li a {
  font-weight: normal;
  font-size: 10px;
  color: #7f7f7f;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 12px 11px 16px;
  display: block;
}
#ie6only #subnav ul li a {
  width: 167px;
}
#subnav ul li a:hover,
#subnav li.mi-active a {
  color: #FFFFFF;
  background-color: #464646;
}
#subnav li ul li ul li.mi-active a,
#subnav li ul li ul li ul li.mi-active a,
#subnav li ul li.mi-active a,
#subnav ul li ul li a:hover,
#subnav ul li ul li ul li a:hover,
#subnav ul li ul li ul li ul li a:hover {
  color: #000;
}
#subnav li ul li ul li.mi-inactive a,
#subnav li ul li ul li ul li.mi-inactive a,
#subnav li ul li.mi-inactive a {
  font-weight: normal;
}

#subnav ul li ul {
  background-color: #EEE;
}
#subnav li.mi-active ul,
#subnav li.mi-active li.mi-inactive ul {
  display: block;
}
#subnav li.mi-inactive ul {
  display: none;
}
#subnav ul li ul li {
  margin: 0px;
  padding: 0px;
}
#subnav ul li ul li a {
  color: #666;
  padding: 6px 5px 6px 15px;
}
#subnav ul li.mi-active ul li a {
  color: #666;
}
#subnav ul li.mi-active ul li a:hover {
  color: black;
}
#subnav ul li.mi-active ul li a,
#subnav ul li ul li a {
  background: none;
}
#subnav ul li ul li ul li a {
  padding: 5px 5px 5px 30px;
}
#subnav ul li ul li ul li a,
#subnav ul li ul li ul li ul {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/3de1-84446-subsubnav-bg.gif?pfvId=1dq8.fid8im9q) repeat-y right top;
}
#subnav ul li ul li ul li ul li a {
  padding: 3px 16px 2px 64px;
  font-size: 9px;
  background-image: none;
}

/* contact info */

#contact {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/db5d-24446-subnav-contact_bg.jpg?pfvId=1dq2.fid8im2s) no-repeat bottom right;
  margin: 0px;
  padding: 20px 0px 30px 16px;
  width: 179px;
  clear: both;
}
#contact h3 {
  text-transform: uppercase;
  margin: 0;
  color: #006699;
  font-size: 1em;
  background: none;
  padding: 0;
}

#contact p {
  font-size: 11px;
  color: #045d91;
  margin: 0px;
  padding: 0px;
}
#contact a {
  color: #045d91;
}

/* featured product */

#featured_product {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/82e2-91966-featured_product_bg.gif?pfvId=1fmv.fij84h6n) no-repeat bottom left;
  width: 162px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}
#featured_product img {
  float: right;
}
#featured_product h3 {
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #006699;
  font-size: 1em;
  background: none;
  padding: 0;
}
#featured_product p {
  padding-left: 5px;
}
#featured_product a {
  margin: 5px 0 0;
  padding-left: 15px;
  color: #0090dc;
  text-transform: uppercase;
  display: block;
  background: url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat center left;
  line-height: 1.5em;
}
#featured_product .cms-popup-control p {
  background:url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat scroll left center transparent;
  color:#0090dc;
  display:block;
  line-height:1.5em;
  margin:5px 0 0;
  padding-left: 15px;
  text-transform:uppercase;
  text-decoration: underline;
  margin-left: 10px;
}
#featured_product .cms-popup-control p:hover {
  text-decoration: none;
}

/* buttons ------------------*/

#column3 button,
button.bt_right {
  float: right;
}
#ie6only #column3 button {
  width: 80%;
}
*+html #column3 button {
  width: 80%;
}
#column2 button {
  margin: 0 15px 15px;
}
button {
  text-align: center;
  color: white;
  padding: 8px;
  background-color: #464646;
  border: 0px;
}
button:hover {
  background-color: #686868;
}

/* office locations page -------*/
#office_locations img {
  float: right;
}

/* flash soundtest */
#soundtest {
  float: left;
}

/* rsvp page */
#rsvp_page .text table {
  width: 97%;
}
/* difference page ----------------*/
#top_difference,
#bottom_difference {
  clear: both;
  float: none;
}
#middle_difference {
  float: none;
}

#difference_page #soundtest {
  clear: both;
  float: none;
  text-align: left;
  display: block;
}

#difference_page td {
  vertical-align: middle;
}
#top_difference img {
  padding-bottom: 20px;
}

/* product detail template -----------------------*/

/* columns ------*/
#products_detail_template #column2 {
  width: 712px;
}
#column3 {
  float: right;
  display: inline; /* fix IE6 double margin bug*/
  width: 216px;
  padding: 0px 0px 8px;
  background: url(//d9zmjrm59k01g.cloudfront.net/70db-45346-detail-promo_bottom.jpg?pfvId=1dnm.fid8ihd2) no-repeat left bottom;
}
#column3-wc-1 {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/f191-90096-product_h3_white.gif?pfvId=1h8x.fix7uxdn) no-repeat top left;
  width: 100%;
  overflow: hidden;
}

#column3-wc-0 {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/8873-25346-detail-promo_bg.jpg?pfvId=1dnk.fid8iha1) repeat-y left top;
}
#column3 div.text {
  margin: 0px 0px 5px 0;
  border-bottom: 5px solid white;
  padding: 0px 0px 12px;
  clear: both;
  float: left;
  width: 216px;
  font-size: 11px;
}
/* column2 ------------------------------- */

#products_detail_template h2 {
/*  background: url(//d3cz7oi6fhv94u.cloudfront.net/b5ed-96157-detail-title_bg.gif?pfvId=1m01.lx11x6sy) no-repeat top left;
  height: 49px;
  width: 512px;
  clear: both;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0px 0 15px;
  padding: 0px 0px 0px 12px;*/
  position: relative;
}
#products_detail_template h2 a {
  text-decoration: none;
}
#products_detail_template h2 span.see_all {
  padding: 0 10px;
  position: absolute;
  top: 2px;
  right: 27px;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  width: auto;
  text-align: center;
  background: url(//d9zmjrm59k01g.cloudfront.net/2605-38617-show_all.gif?pfvId=1jb7.lx11x5oe) no-repeat left 9px;
}
#products_detail_template #column2 .text table h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-left: 10px;
}
#products_detail_template #column2 th {
  background: transparent url(//d9zmjrm59k01g.cloudfront.net/6330-46346-dots-black.gif?pfvId=1dnw.fid8ijes) repeat-x left bottom;
  border: none;
  vertical-align: bottom;
  text-align: left;
}
#products_detail_template #column2 .text table h4 {
  margin-bottom: 0;
}
#products_detail_template #column2 table p {
  padding: 0 10px 10px;
}

/* products template headings */

#products_template #column2 .text table h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 0px;
}
#products_template #column2 .text table h4 {
  background: url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat left 4px;
  text-transform: none;
  margin: 0;
  padding-left: 15px;
  letter-spacing: 0;
}
#products_template #column2 .text table h5,
#products_template #column2 .text table h5 a {
  margin: 0 0 15px;
  color: #03598d;
}
#products_template #column2 .text td {
  padding: 5px 10px;
}
#products_detail_template #column2 table {
  width: 100%;
}

/* column3 ------------------------------ */
#column3 h3 {
  margin: 0 0 15px;
  color: white;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  background-color: #464646;
  padding: 14px 5px 14px 10px;
}
#column3 p {
  padding: 0px 24px 15px;
  line-height: 1.3;
}
#column3 a {
  display: block;
  background: url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat left 5px;
  padding-left: 15px;
}
#request_button button {
  margin-right: 30px;
}
/* anprc page */
#anprc_page #column3 {
  display: none;
}
#anprc_page h2 {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/f77a-79338-detail-title_anprc.gif?pfvId=1scl.fmnko2ol) no-repeat top left;
}
/* Basic Styles
Client: EFJohnson Technologies
Author: Qorvis & Vivian Clark (vclark@i2rd.com) */

body {
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 12px;
  color: #000000;
  width: 100%;
  border-top: 5px solid #0090dc;
}
.page {
  margin: 0 auto;
  padding: 0px;
  clear: both;
}
/* header ----------------------------------*/

#header {
  margin: 0px auto;
  padding: 0px 7px 0px 0px;
  clear: both;
  width: 946px;
  position: relative;
  height: 98px;
  z-index: 50;
}
#logo {
  /* background: url(//d9zmjrm59k01g.cloudfront.net/c3aa-00846467-EFJ%20MISSISS%20logo.png?pfvId=19iwm8.jrjkciw8) no-repeat top left; */    
  background: url(//d9zmjrm59k01g.cloudfront.net/c3aa-00846467-EFJ%20MISSISS%20logo.png?pfvId=19iwm8.jrjkciw8) no-repeat top left;
  height: 65px;
  width: 204px;
  float: left;
}
#logo a {
  display: block;
  text-indent: -4000em;
  width: 204px;
  height: 98px;
}
#print_logo {
  display: none;
}
/* utility container -----*/
#utility_container {
  float: right;
  height: 47px;
}
/* utility navigation -----*/

#utility_nav {
  float: right;
  padding: 0px;
  clear: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4b4b4b;
  font-weight: bold;
  margin: 16px 0px 0px;
}
#utility_nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#utility_nav ul li {
  list-style-type: none;
  padding: 0px;
  padding: 0 0 0 20px;
}
#utility_nav li.mi-parent {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/1517-77228-arrow_down.gif?pfvId=1rhh.fmau2p2f) no-repeat 10px 5px;
}
#utility_nav ul li a {
  color: #4b4b4b;
  text-decoration: none;
}
#utility_nav ul li a:hover {
  color: #010101;
  text-decoration: underline;
}
/* dropdown styles ---*/
#utility_nav li ul {
  top: 10px;
  left: -50px;
  height: 37px;
  width: 420px;
}
#utility_nav li ul li {
  margin: 0;
  padding: 12px 0px 0;
  font-weight: normal;
  display: table-cell;
  float: none;
  height: 10px;
  font: 11px Arial, sans-serif;
}
#utility_nav ul ul a {
  height: 10px;
  display: block;
  float: left;
  padding: 0 5px;
  border-right: 1px solid #F68426;
}
#utility_nav ul ul a:hover {
  text-decoration: underline;
  color: #0090dc;
}
#utility_nav ul ul li.last a {
  border: none;
}
#utility_nav ul ul span {
  display: block;
}
#utility_nav li:hover ul { 
  display:table-row;
}
#utility_nav li.hover ul { 
  display:block;
}

#ie6only #utility_nav ul ul li { 
  float:left; 
  clear:right;
}
*+html #utility_nav ul ul li { 
  float:left; 
  clear:right;
}

/* site search ----*/

#header div.sitesearch {
  float: right;
  margin: 13px 0;
  display: inline; /* fix IE double margin bug*/
}
#header div.site-search-results {
  display: none;
}
.sitesearch span.container {
  background: url(//d9zmjrm59k01g.cloudfront.net/b2a3-25446-utilnav-search_bg.gif?pfvId=1dqc.fid8imdw) no-repeat;
  margin: 0px 0px 0px 20px;
  height: 21px;
  width: 126px;
  display: block;
  float: left;
  display: inline;/* fix IE double margin bug*/
}
.sitesearch .container input {
  padding: 3px 3px 0px;
  border: none;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  margin: 0;
  float: left;
}

.sitesearch span.button {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
}
.sitesearch .button input {
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  cursor: hand;
  border: none;
  background: url(//d3cz7oi6fhv94u.cloudfront.net/42b2-45446-utilnav-search_submit.gif?pfvId=1dqe.fid8imgn) no-repeat top left;
}

/* main navigation ------------------*/

#main_nav {
  margin: 0px;
  padding: 0px;
  clear: none;
  float: right;
  position: relative;
  bottom: -2px;
}
#main_nav li {
  text-transform: uppercase;
  font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif;
  padding: 12px 0px 0px;
  font-weight: bold;
  height: 39px;
  font-size: 0.9em;
}
#main_nav li.over,
#main_nav li.mi-active {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/1903-61446-marker.gif?pfvId=1dpc.fid8il9r) no-repeat bottom center;
}
#main_nav li a {
  display: block;
  color: #006699;
  text-decoration: none;
  border-right: 1px solid #ddd;
  padding: 5px 12px;
}
#main_nav li.last a {
  border: none;
  padding-right: 0;
}


/* footer -----------------------------------*/
#footer {
  width: 953px;
  clear: both;
  float: none;
  margin: 30px auto 0;
  color: #898989;
}
#footer-wc-0 {
  width: 946px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: right;
  line-height: 1.4;
  
}

#footer a {
  color: #898989;
  text-decoration: none;
}

/* general styles -----------------------*/
a {
  color: #0090dc;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#support_template a.submit_button {
  text-decoration: none;
}
a.warranty_button {
  background:url("//d9zmjrm59k01g.cloudfront.net/18b9-64237-orange_button.gif?pfvId=1kim.fjk0fjfc") repeat-x scroll left center transparent;
  border:1px solid #E68900;
  color:white;
  padding:8px;
  text-align:center;
  margin: 0 15px 1em 15px;
  display: block; 
  width: 14em;
  line-height: 1.5em;
}
h2 {
  font-size: 19px;
  text-transform: capitalize;
  color: #FFFFFF;
  background: url(//d3cz7oi6fhv94u.cloudfront.net/e43d-23446-section_bg.gif?pfvId=1dps.fid8ils1) no-repeat;
  margin: 0px 0px 15px;
  padding: 0px 16px;
  height: 45px;
  width: 703px;
  clear: both;
  line-height: 45px;
}
h2 a {
 color: white; 
}
h3 {
  font-size: 18px;
  font-weight: normal;
  color: #464646;
  background-image: none;
  background-color: #EEE;
  padding: 10px;
  margin: 0px 0px 10px 0;
}
h4 {
  margin: 0px 15px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #03598d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
h5 {
  margin: 0 15px 5px;
  font-size: 12px;
  font-weight: bold;
}
#column2 p,
#body p {
  padding: 0 10px 15px 15px;
  line-height: 1.2;
}
.text table img {
  display: inline;
}
img.left {
  float: left;
  margin-right: 10px;
}
img.right {
  float: right;
  margin-left: 10px;
}
/* tables ------------------------------------*/
.text table,
.article table {
  width: 100%;
  margin: 0 auto 10px;
  border: none !important; /* overriding inline styles */
 
}
.articlecontainer table {
  width: 100%;
}
.text td,
.text th,
.article td,
.article th,
.articlecontainer th,
.articlecontainer td {
  padding: 5px;
  vertical-align: top;
  line-height: 1.2;
}
.text .odd td,
.article_content .odd td {
  background: white;
}
.collapsible-shown th h3,
th h3 {
  background: none;
  padding: 0;
}
th h4 {
  padding: 5px 0;
  margin: 0;
}
.text th,
.article th,
.articlecontainer th {
  font-weight: bold;
  background: #E7F3FF;
  border: 1px solid #A3DBF4;
  border-width: 1px 1px 1px 0;
  text-align: center;
  vertical-align: middle;
}

.text th.last,
.article th.last {
  border-right: none;
}
.text tr.even td,
.article tr.even td,
.articlecontainer tr.even td {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
/* specific table styles ------------*/
.text table.col2 td {
  width: 25%;
}
.text table.col3 td {
  width: 25%;
}
.text td.col1,
.article td.col1 {
  width: 5%;
}
.text th.col1 {
  width: 25%;
}
.text th.bulletins {
  width: 60%;
}
.text td.hotels {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
#links.text .even td {
  border: none;
}
#links.text td {
  vertical-align: middle;
}
#audio_samples table {
  width: auto;
}
#white_papers .even td a {
  float: right;
  padding-right: 10px;
}
/* lists -------------*/
.text li,
.article_content li {
  line-height: 1.2;
  padding: 3px 0;
}
.text ul li,
.article_content ul li {
  list-style-type: none;
  background: url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat left 5px;
  padding-left: 15px;
}
.text ol li,
.article_content ol li {
  list-style-type: decimal;
}
.text ul,
.article_content ul {
  margin: 0 0 15px 20px;
}
.text ul ul {
  margin: 0;
}
.text ol,
.article_content ol {
  margin: 0 0 15px 45px;
}


/*New Site Search Component*/
.sitesearch span.query {
    background: url("//d9zmjrm59k01g.cloudfront.net/b2a3-25446-utilnav-search_bg.gif?pfvId=1dqc.fid8imdw") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 21px;
    margin: 0 0 0 20px;
    width: 126px;
}

.sitesearch .query input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #666666;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 3px 3px 0;
}

.sitesearch span.button {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
}

table.bottomalign td {
    vertical-align: bottom;
}

/* Joseph's Additions */
/* Basic Styles
Client: EFJohnson Technologies
Author: Qorvis & Vivian Clark (vclark@i2rd.com) */

body {
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 12px;
  color: #000000;
  width: 100%;
  border-top: 0;
  margin-top: 10px;
}
.page {
  margin: 0 auto;
  padding: 0px;
  clear: both;
}
/* header ----------------------------------*/

#header {
  margin: 0px auto;
  padding: 0px 7px 0px 0px;
  clear: both;
  width: 1180px;
  position: relative;
  height: 98px;
  z-index: 50;
}
#logo a {
  display: block;
  text-indent: -4000em;
  width: 204px;
  height: 55px;
}
#print_logo {
  display: none;
}
/* utility container -----*/
#utility_container {
  float: right;
  height: 47px;
}
/* utility navigation -----*/

#utility_nav {
  float: right;
  padding: 0px;
  clear: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4b4b4b;
  font-weight: bold;
  margin: 16px 0px 0px;
}
#utility_nav ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#utility_nav ul li {
  list-style-type: none;
  padding: 0px;
  padding: 0 0 0 20px;
}
#utility_nav li.mi-parent {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/1517-77228-arrow_down.gif?pfvId=1rhh.fmau2p2f) no-repeat 10px 5px;
}
#utility_nav ul li a {
  color: #4b4b4b;
  text-decoration: none;
}
#utility_nav ul li a:hover {
  color: #010101;
  text-decoration: underline;
}
/* dropdown styles ---*/
#utility_nav li ul {
  top: 10px;
  left: -50px;
  height: 37px;
  width: 420px;
}
#utility_nav li ul li {
  margin: 0;
  padding: 12px 0px 0;
  font-weight: normal;
  display: table-cell;
  float: none;
  height: 10px;
  font: 11px Arial, sans-serif;
}
#utility_nav ul ul a {
  height: 10px;
  display: block;
  float: left;
  padding: 0 5px;
  border-right: 1px solid #F68426;
}
#utility_nav ul ul a:hover {
  text-decoration: underline;
  color: #f68426;
}
#utility_nav ul ul li.last a {
  border: none;
}
#utility_nav ul ul span {
  display: block;
}
#utility_nav li:hover ul { 
  display:table-row;
}
#utility_nav li.hover ul { 
  display:block;
}

#ie6only #utility_nav ul ul li { 
  float:left; 
  clear:right;
}
*+html #utility_nav ul ul li { 
  float:left; 
  clear:right;
}

/* site search ----*/

#header div.sitesearch {
  float: right;
  margin: 13px 0;
  display: inline; /* fix IE double margin bug*/
}
#header div.site-search-results {
  display: none;
}
.sitesearch span.container {
  background: url(//d9zmjrm59k01g.cloudfront.net/b2a3-25446-utilnav-search_bg.gif?pfvId=1dqc.fid8imdw) no-repeat;
  margin: 0px 0px 0px 20px;
  height: 21px;
  width: 126px;
  display: block;
  float: left;
  display: inline;/* fix IE double margin bug*/
}
.sitesearch .container input {
  padding: 3px 3px 0px;
  border: none;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  margin: 0;
  float: left;
}

.sitesearch span.button {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
}
.sitesearch .button input {
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  cursor: hand;
  border: none;
  background: url(//d3cz7oi6fhv94u.cloudfront.net/42b2-45446-utilnav-search_submit.gif?pfvId=1dqe.fid8imgn) no-repeat top left;
}

/* main navigation ------------------*/

#main_nav {
  margin: 0px;
  padding: 0px;
  clear: none;
  float: right;
  position: relative;
  bottom: -2px;
  vertical-align: bottom;
}
#main_nav ul {
  vertical-align: bottom;
}
#main_nav li {
  font-family: Arial, sans-serif;
  padding: 12px 0px 0px;
  font-weight: bold;
  height: 39px;
  font-size: 100%;
}
#main_nav li.over,
#main_nav li.mi-active {
  color: #F58426;
  background-image: none;
}
#main_nav li a {
  display: block;
  color: #464646;
  text-decoration: none;
  text-transform: none;
  border-right: 1px solid #464646;
  padding: 5px 12px;
}
#main_nav li a:hover {
  color: #F58426;
}
#main_nav li.last a {
  border: none;
  padding-right: 0;
}

#main_nav {
  padding-left: 220px;
 *padding-left: 180px;
bottom: -15px;
}


/* general styles -----------------------*/
a {
  color: #F68426;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#support_template a.submit_button {
  text-decoration: none;
}
a.warranty_button {
  background:url("//d9zmjrm59k01g.cloudfront.net/18b9-64237-orange_button.gif?pfvId=1kim.fjk0fjfc") repeat-x scroll left center transparent;
  border:1px solid #E68900;
  color:white;
  padding:8px;
  text-align:center;
  margin: 0 15px 1em 15px;
  display: block; 
  width: 14em;
  line-height: 1.5em;
}
h2 {
  font-size: 19px;
  text-transform: capitalize;
  color: #FFFFFF;
  background-image: none;
  background-color: #464646;
  margin: 0px 0px 15px;
  padding: 0px 16px;
  height: 45px;
  clear: both;
  width: auto;
  line-height: 45px;
}
h2 a {
 color: white; 
}
h4 {
  margin: 0px 15px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #03598d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
h5 {
  margin: 0 15px 5px;
  font-size: 12px;
  font-weight: bold;
}
#column2 p,
#body p {
  padding: 0 10px 15px 15px;
  line-height: 1.2;
}
.text table img {
  display: inline;
}
img.left {
  float: left;
  margin-right: 10px;
}
img.right {
  float: right;
  margin-left: 10px;
}
/* tables ------------------------------------*/
.text table,
.article table {
  width: 100%;
  margin: 0 auto 10px;
  border: none !important; /* overriding inline styles */
 
}
.articlecontainer table {
  width: 100%;
}
.text td,
.text th,
.article td,
.article th,
.articlecontainer th,
.articlecontainer td {
  padding: 5px;
  vertical-align: top;
  line-height: 1.2;
}
.text .odd td,
.article_content .odd td {
  background: white;
}
.collapsible-shown th h3,
th h3 {
  background: none;
  padding: 0;
}
th h4 {
  padding: 5px 0;
  margin: 0;
}
.text th,
.article th,
.articlecontainer th {
  font-weight: bold;
  background: #E7F3FF;
  border: 1px solid #A3DBF4;
  border-width: 1px 1px 1px 0;
  text-align: center;
  vertical-align: middle;
}

.text th.last,
.article th.last {
  border-right: none;
}
.text tr.even td,
.article tr.even td,
.articlecontainer tr.even td {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
/* specific table styles ------------*/
.text table.col2 td {
  width: 25%;
}
.text table.col3 td {
  width: 25%;
}
.text td.col1,
.article td.col1 {
  width: 5%;
}
.text th.col1 {
  width: 25%;
}
.text th.bulletins {
  width: 60%;
}
.text td.hotels {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
#links.text .even td {
  border: none;
}
#links.text td {
  vertical-align: middle;
}
#audio_samples table {
  width: auto;
}
#white_papers .even td a {
  float: right;
  padding-right: 10px;
}
/* lists -------------*/
.text li,
.article_content li {
  line-height: 1.2;
  padding: 3px 0;
}
.text ul li,
.article_content ul li {
  list-style-type: none;
  background: url(//d9zmjrm59k01g.cloudfront.net/61ca-83346-arrow-orange.gif?pfvId=1dn6.fid8igpg) no-repeat left 5px;
  padding-left: 15px;
}
.text ol li,
.article_content ol li {
  list-style-type: decimal;
}
.text ul,
.article_content ul {
  margin: 0 0 15px 20px;
}
.text ul ul {
  margin: 0;
}
.text ol,
.article_content ol {
  margin: 0 0 15px 45px;
}


/*New Site Search Component*/
.sitesearch span.query {
    background: url("//d9zmjrm59k01g.cloudfront.net/b2a3-25446-utilnav-search_bg.gif?pfvId=1dqc.fid8imdw") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 21px;
    margin: 0 0 0 20px;
    width: 126px;
}

.sitesearch .query input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #666666;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 3px 3px 0;
}

.sitesearch span.button {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
}

table.bottomalign td {
    vertical-align: bottom;
}

/* Joseph's Additions */
#utility_container {
  background-color: #ededed;
  height: 20px;
  padding: 5px 7px;
  float: none;
  margin-bottom: 20px;
}

#utility_container #utility_nav, #utility_container div.searchbox {
   position: relative;
   top: -10px;
}

#utility_container #utility_nav a:hover {
  text-decoration: none;
  color: #F58426;
}

.rssfeed {
  background-image: url(//d9zmjrm59k01g.cloudfront.net/917c-939221-rss_icon.jpg?pfvId=2muz.fv1cbat6);
  height: 20px;
  width: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
cursor: pointer;
}

#e_column_0 {
   clear: both;
}

/* interior pages ------------------------------*/
#e_content {
  width: 1180px;
  margin: 0 auto;
}

#contact {
  background-image: none;
  background-color: #EEE;
}

#contact a {
  color: #F58426;
  
}
#featured_product {
  background-image: none;
}

#column1 {
  display: inline; /* fix IE6 double margin bug*/
  float: left;
  width: 195px;
  margin: 0px;
  position: relative;
  background-image: none;
}
#column1-wc-0 {
  background-image: none;
  margin: 0px;
  padding: 0px;
}
#column1-wc-1 {
  padding: 0px;
  background-image: none;
}
#enclosing_content {
  display: inline; /* fix IE6 double margin bug*/
  margin: 0px 0 0 8px;
  padding: 0px;
  width: 949px;
  background-image: none;
}
#enclosing_content-wc-0 {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 979px;
  background-image: none;
}
#enclosing_content-wc-1 {
  padding: 8px 7px;
  width: 965px;
  overflow: hidden;
  background-image: none;
}
#column2 {
  width: 965px;
}
/* one column layout */
#body {
  width: 1153px;
  background: url(//d9zmjrm59k01g.cloudfront.net/e209-58766-one_column_middle.gif?pfvId=1fj5.fij5f0xv) repeat-y left -1px;
}
#body-wc-0 {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/8665-78766-one_column_top.gif?pfvId=1fj7.fij5f10y) no-repeat left top;
  width: 1153px;
  overflow: hidden;
}
#body-wc-1 {
  background: url(//d3cz7oi6fhv94u.cloudfront.net/91cd-38766-one_column_bottom.gif?pfvId=1fj3.fij5f0vq) no-repeat left bottom; 
  padding: 8px 7px;
  width: 1134px;
  overflow: hidden;
}
#body h2 {
  background: url(//d9zmjrm59k01g.cloudfront.net/52fc-13696-section_bg_onecolumn.gif?pfvId=1hq7.fj08ug2l) no-repeat;
  width: 1135px;
}

div#socialmedia {
   display: inline;
  float: left;
}

div#socialmedia img {
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

/* hide specific subnav items */
#subnav li.hide {
  display: none !important;
}

/* testimonials component */ 

.testimonial {
    margin: 20px auto;
    padding-top: 10px;
    width: 960px;
    border-top: 2px solid #464646;
}

.testimonial:nth-child(first) {
  border-top: 0 none;
}

.testimonial:after {
    content: "";
    display: table;
    width: 100%;
}

.testimonial-content, .testimonial-media {
    float: left;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}

.testimonial:nth-child(even) .testimonial-content, 
.testimonial:nth-child(even) .testimonial-media {
    float: right;
    vertical-align: top;
}

.testimonial-content {
    width: 40%;
}

.testimonial-media {
    width: 60%;
}

#body .testimonial .content p {
    padding: 0 0;
    margin: 1em 0;
    font-size: 16px;
}

.testimonial .author {
    font-style: italic;
    color: #e98026;
}

/* footer -----------------------------------*/
#footer {
  width: 953px;
  clear: both;
  float: none;
  margin: 30px auto 0;
  color: #898989;
}
#footer-wc-0 {
  width: 946px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: right;
  line-height: 1.4;

}

#footer {
  background-color: #303030;
  width: 1185px;
}
#footer-wc-0 {
  text-align: center;
}

#footer #footer-wc-0 .text a {
  color: #898989;
  text-decoration: none;
}
