/*
*************************************************
Client Name
IE Styles

Author:  andCulture, info@andCulture.com
Updated: March 5, 2012
Notes:
*************************************************
*/
/* BASELINE BOILERPLATE STYLES - USING NORMALIZE */
.lte9 mark {
  background: #ff0;
  color: #000;
}

.lte9 legend {
  border: 0;
}

.lte9 textarea {
  overflow: auto;
}

.lte7 form {
  margin: 0;
}

.lte7 legend {
  margin-left: -7px;
}

.lte7 q {
  quotes: none;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie7 button, input[type=button], input[type=reset], input[type=submit] {
  overflow: visible;
}

.ie6 sup, .ie6 sub {
  vertical-align: bottom;
}

.ie6 pre, .ie6 code, .ie6 kbd, .ie6 samp {
  font-family: "courier new", monospace;
}

.lte9 .light.box {
  filter: none;
  background-color: rba(209, 202, 187, 0.5);
}

/* IE9
--------------------------------------------------------*/
.lte9 .light.box {
  background-color: transparent;
  background-image: url("../images/trans-gold-light.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
}

.lte9 .rotator-heading {
  background-color: transparent;
  background-image: url("../images/masthead-heading-bg.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
}

.lte9 .footer-color {
  background-color: transparent;
  background-image: url("../images/trans-gold-light.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
}

.lte9 .CesSearch {
  padding-left: 0;
}

.lte9 .CesSearchPanel table input,
.lte9 .CesInitialPanel table input {
  height: 26px;
  line-height: 26px;
}

.lte9 .site-content select,
.lte9 .site-content textarea,
.lte9 .site-content input[type=text],
.lte9 .site-content input[type=password] {
  height: 30px;
}

/* IE8
--------------------------------------------------------*/
.lte8 .pics img {
  margin: 0;
}

.lte8 article,
.lte8 aside,
.lte8 details,
.lte8 figcaption,
.lte8 figure,
.lte8 footer,
.lte8 header,
.lte8 hgroup,
.lte8 nav,
.lte8 section {
  display: block;
}

.lte8 input[type=submit],
.lte8 input[type=button] {
  text-indent: -999999px;
  display: block;
  line-height: 1px;
}
.lte8 .homepage-intro {
  display: block;
}
.lte8 .CesFacetNormalLine_NotChecked .CesFacetLineCheckBox {
  background-image: url("/assets/images/ie8-unchecked.png");
}
.lte8 .CesFacetNormalLine_Checked .CesFacetLineCheckBox {
  background-image: url("/assets/images/ie8-checked.png");
}
.lte8 .CesSearch > div > div > table {
  width: auto !important;
}
.lte8 .box.alert .header {
  background: #92192A none;
}

/* IE7
--------------------------------------------------------*/
.lte7 p {
  width: 100%;
}

/* IE6
--------------------------------------------------------*/
/* LACK OF PNG24 TRANSPARENCY SUPPORT */
/* DOUBLE FLOAT MARGIN BUG */
/* HOLLY HACKS */
/* POSITIONING ISSUES */

/*# sourceMappingURL=ie.css.map */