/* CSS Document */
/*New CSS for SciEd sites*/
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.cartarea {
    position:absolute;
    top:2px;
    right:0px;
}
.headlink, .loggedin {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:13px;
    color: #555555;
    line-height: 14px;
    margin: 0px;
    padding: 8px 12px 8px 12px;
    border-radius: 5px;
    text-decoration:none;
    behavior: url(/www.wardsci.com/images/PIE.htc);
}
.headlink:hover,
a.cartlink:hover {
    background-color: #dddddd;
    text-decoration:none;
}
/*Styles for new Cart Widget dropdown*/
/*Reset defaults from master.css*/
#header {
    z-index: 101;
}
#basketinfo {
  left: auto;
  padding-top: 11px;
  position: absolute;
  top: 31px;
  z-index: 103;
  right: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: none;
}
/*Adjust z-index of page elements so CartWidget not covered up*/
.searchform {
    z-index:101;
}
.cartarea {
    z-index:102;
}
/*New Cart Widget styles start here*/
a.cartlink {
  background-color: #F5F5F5;
  background-image:url(/www.wardsci.com/images/img_cart-button-bg2.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #333333;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 14px;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
}
a.cartlink:hover {
  background-color: #D0D0D0;
  background-position: 0 -32px;
}
/*The rest of the styles below are new*/
div.cartwidget {
    display:inline-block;
    zoom:1;
    *display:inline;
    position: relative;
    z-index: 102;
}
span.cartlink_basketicon {
  background-image:url(/www.wardsci.com/images/img_cart.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  margin-bottom: 0;
  margin-right: 3px;
  padding-bottom: 0;
  vertical-align: text-bottom;
  width: 14px;
}
span.cartlink_text {
    display: inline-block;
    margin:0;
    padding:0;
}
span.cartlink_downarrow {
  background-image:url(/www.wardsci.com/images/cartlink_downarrow.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  width: 9px;
}
a.cartlink span {
    cursor:pointer;
}
.BasketWidget_Caret {
  background-image:url(/www.wardsci.com/images/triangle_bg_wd.png);
  background-repeat: no-repeat;
  height: 18px;
  left: 400px;
  padding-top: 14px;
  position: absolute;
  top: -2px;
  width: 40px;
  z-index: 102;
}
#BasketWidget_container {
  background-color: #FFFFFF;
    border: 1px solid #ce234f;
    width: 500px;
     border-radius: 6px; 
    box-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
#BasketWidget_Head {
  background-color: #ce234f;
  border-bottom: 1px solid #ce234f;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  height: 22px;
  padding: 5px 5px 0;
  text-align: left;
  background-image:url(/www.wardsci.com/images/BasketWidgetHead_bg_wards1.png);
  background-repeat:repeat-x;
}
.BasketWidget_ItemsInCart, .BasketWidget_NoItems, .BasketWidget_ItemAdded {
  color: #ffffff;
  float: left;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 0 0 8px;
  line-height: 16px;
}
.BasketWidget_LastAdded {
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 6px 20px;
}
#BasketWidget_Display_Container {
  max-height: 255px;
  height:255px9; /* ie8 and earlier */
  overflow: auto;
  padding: 0 4px;
}
.BasketWidget_Display {
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 0;
    margin-top: 6px;
}
.BasketWidget_Img {
    float:left;
    width: 50px;
    margin-left: 20px;
}
.BasketWidget_Desc {
    float:left;
    margin-left: 12px;
    width: 380px;
    font-size:12px;
}
.BasketWidget_Desc h5 {
    margin:0;
    padding:0;
    font-size:12px;
    padding-bottom: 2px;
}
.BasketWidget_Desc h5 a {
    color: #0000C8 !important;
    font-size:12px !important;
    line-height: 13px;
    text-decoration:none;
}
.BasketWidget_Price {
  display: inline-block;
  margin-left: 100px;
}
.BasketWidget_Clear {
    clear:both;
    height: 6px;
}
.Basket_Summary {
    border-top: 1px solid #e8e8e8;
}
.BasketCheck {
  background-image:url(/www.wardsci.com/images/ico_tickgreen.gif);
  background-position: 21px 9px;
  background-repeat: no-repeat;
  float: left;
  height: 49px;
  width: 80px;
}
.BasketWidget_Items {
  float: left;
  font-size: 12px;
  height: 42px;
  width: 230px;
  margin-bottom: 4px;
  padding-left: 0px;
  padding-top: 10px;
}
.ViewBasketButton {
    float:left;
    padding-top: 16px;
}
.ViewBasketButton input[type="button"] {
  cursor: pointer;
  font-size: 10px;
  margin-right: 4px;
  overflow:visible;
  width:auto;
}
/*End styles for New Cart Widget*/
.searchform {
    position:absolute;
    top:40px;
    right:0px;
    height:40px;
    border-radius: 14px 14px 14px 14px;
    padding: 2px;
    border: 4px solid rgb(221, 221, 221);
    /*behavior: url(/www.wardsci.com/images/PIE.htc);*/
}
.searchinput {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    float:left;
    height: 30px;
    width: 300px;
    display: inline-block;
    line-height: 30px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    padding: 4px 0px 4px 4px;
    margin-top: 0;
    /*IE hacks*/
    margin-top: 0px\9; /* IE 8 and below */
    *margin-top: -3px; /* IE 7 and below */
    _margin-top: -3px; /* IE 6 */
    -webkit-border-radius:10px 0 0 10px;
    -moz-border-radius:  10px 0 0 10px;
    border-radius:  10px 0 0 10px;
    /*behavior: url(/www.wardsci.com/images/PIE.htc);*/
}
input.searchbtn {
    margin:0;
    padding:0;
}
.rightarea {
    /*position:relative;*/
    left:200px;
    width:400px;
}
#modalSignin {
    width: 560px;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.closemodal {
    float: right;
    margin:0;
    padding:0;
}
.closemodal a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin:0;
    padding:0;
    text-decoration:none;
    color:#b0b0b0;
}
.closemodal a:hover {
    color:#808080;
}
.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
    color: rgb(51, 51, 51);
}
.form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right;
}
label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form-horizontal .controls {
    margin-left: 160px;
}
div.controls input    {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px 3px 3px 3px;
}
p {
    margin: 0px 0px 9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0px;
}
fieldset {
    border: none;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-top:20px;
    margin-bottom: 0px;
    text-align: right;
    background-color: rgb(245, 245, 245);
    border-top: 1px solid rgb(221, 221, 221);
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 1px 0px rgb(255, 255, 255) inset;
}
/*Footer CSS*/
#footer {
    width: 964px;
    border-top: solid 1px #d7d7d7;
    margin: 25px 0 10px 0;
    padding-top:19px;
    height:250px;
    margin-left: 0px;
    background-image:none;
    /*background-repeat:no-repeat;
      background-position:top;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333333;
    border-bottom: 10px solid #FFFFFF;
}
.corpmessage {
  width: 890px;
  margin: 0 0 5px 12px;
  padding: 8px 35px 8px 14px;  
  background-color: rgb(242, 222, 222);
  border: 1px solid rgb(238, 211, 215);
  color: rgb(185, 74, 72);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.signup-box {
  float:left;
  width: 340px;
  height: 96px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eee;
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.signup-box h3 {
    margin-top: 0;
    padding-top: 0;
}
.signup-box h4,
.footerlinks h4 {
}
.emailformbox {
    background-image:url(/www.wards.com/images/email_form_bg.png); 
    background-repeat:no-repeat; 
    padding-left:30px; 
    margin-top:0px; 
    height:30px;
}
.emailinput {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 18px;
    width: 214px;
    display: inline-block;
    line-height: 18px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
     padding: 4px 0px 4px 4px;
}
.emailinfo {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height:16px;
    color:#505050;
    margin-top:8px;
}
.emailinfo a {
    color:#25408f;
    text-decoration:none;
}
.emailinfo a:hover {
    text-decoration:underline;
}
.footerlinks {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    float:left;
    margin: 0 19px 0 19px
}
.footerlinks ul {
    margin:0;
    padding:0;
}
.footerlinks li {
    font-size: 12px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    
}
.footerlinks li a, .copybottom a {
    color:#25408f;
    text-decoration:none;
}
.footerlinks li a:hover, .copybottom a:hover {
    color:#25408f;
    text-decoration: underline;
}
#footerbottom {
    margin-left: 261px;
    padding-top:0px;
}
.copybottom {
    margin-top:9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 18px;
    color:#333333;
}
/*.copybottom a {
    color:#25408f;
    text-decoration:none;
}
.copybottom a:hover {
    color:#25408f;
    text-decoration: underline;
}
*/
/* Landing page */
 
#swthumb {
    width:140px; 
    padding-left:20px;
    height:200px;
    float:left;
    text-align:center; 
}
#swthumbtext a {
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    font-weight:bold;
}
#swthumb a:link {
    text-decoration:none;
    color:#03C;
}
#swthumb a:hover {
    text-decoration:underline;
    color:#039;
}
.product_label, .badge {
    font-size:10.998px;
    font-weight:700;
    line-height:14px;
    color:#fff;
    vertical-align:baseline;
    white-space:nowrap;
    text-shadow:0 -1px 0 rgba(0,0,0,.25);
    background-color:#999
}
.product_label {
    padding:1px 4px 2px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.badge {
    padding:1px 9px 2px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px
}
.label {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.product_label:hover, a.badge:hover {
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.label-important, .badge-important {
    background-color:#de0029
}
.label-important[href], .badge-important[href] {
    background-color:#ab0020
}
.label-warning, .badge-warning {
    background-color:#dabf70
}
.label-warning[href], .badge-warning[href] {
    background-color:#d0ad47
}
.label-success, .badge-success {
    background-color:#468847
}
.label-success[href], .badge-success[href] {
    background-color:#356635
}
.label-info, .badge-info {
    background-color:#25408f
}
.label-info[href], .badge-info[href] {
    background-color:#c3cff0
}
.label-inverse, .badge-inverse {
    background-color:#333
}
.label-inverse[href], .badge-inverse[href] {
    background-color:#1a1a1a
}
a.quickview,
a.quickview_list,
a.quickview_catpage {
    position:absolute;
    top:60px;
     left:26px;
    width:117px;
    height:28px;
    display:block;
    background-image: url(/www.wards.com/images/spacer.gif);
}
a.quickview_list {
    top:56px;
    left:16px;
}
a.quickview_catpage {
    top:56px;
    left:12px;
}
a.quickview img,
a.quickview_list img,
a.quickview_catpage img {
    display:none;
}
a.quickview:hover img,
a.quickview_list:hover img,
a.quickview_catpage:hover img {
    display:block;
}
#quickview_pop {
    width: 560px;
}
#addlist {
    width:400px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #555555;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration:none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #555555;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(to bottom, #555555, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff555555', GradientType=0);
  border-color: #555555 #555555 #2f2f2f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #555555;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #555555;
  *background-color: #484848;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3b3b3b \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0077d1;
  background-image: -moz-linear-gradient(top, #0066b3, #0092ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0066b3), to(#0092ff));
  background-image: -webkit-linear-gradient(top, #0066b3, #0092ff);
  background-image: -o-linear-gradient(top, #0066b3, #0092ff);
  background-image: linear-gradient(to bottom, #0066b3, #0092ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0066b3', endColorstr='#ff0092ff', GradientType=0);
  border-color: #0092ff #0092ff #0066b3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0092ff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #0092ff;
  *background-color: #0083e6;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #0075cd \9;
}
.btn-search {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cc0033;
  background-image: -moz-linear-gradient(top, #cc0033, #cc0033);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0033), to(#cc0033));
  background-image: -webkit-linear-gradient(top, #cc0033, #cc0033);
  background-image: -o-linear-gradient(top, #cc0033, #cc0033);
  background-image: linear-gradient(to bottom, #cc0033, #cc0033);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0033', endColorstr='#ffcc0033', GradientType=0);
  border-color: #cc0033 #cc0033 #800020;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cc0033;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-search:hover,
.btn-search:active,
.btn-search.active,
.btn-search.disabled,
.btn-search[disabled] {
  color: #ffffff;
  background-color: #cc0033;
  *background-color: #b3002d;
}
.btn-search:active,
.btn-search.active {
  background-color: #990026 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #2f2f2f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #555555;
  text-decoration: none;
}
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 11px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 16px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #555555;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #0092ff;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}    
/*End Button Styles*/
.pager {
    margin-right:;
    margin:10px 10px 10px 0;
    list-style:none;
    text-align:center;
    *zoom:1
}
.pager:before, .pager:after {
    display:table;
    content:""
}
.pager:after {
    clear:both
}
.pager li {
    display:inline;
}
.pager a {
    display:inline-block;
    padding:0 14px;
    background-color:#fff;
    border:1px solid #ddd;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px
}
.pager a:hover {
    text-decoration:none;
    background-color:#f5f5f5
}
.pager .next a {
    float:right
}
.pager .previous a {
    float:left
}
.pager .disabled a, .pager .disabled a:hover {
    color:#999;
    background-color:#fff;
    cursor:default
}
.pager .active a {
    background-color:#f5f5f5
}
.pager .active a {
    color:#999;
    cursor:default
}
.well {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#eee;
    border:1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
    border-color:#ddd;
    border-color:rgba(0,0,0,.15)
}
.well-large {
    padding:24px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.well-small {
    padding:9px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
.well-small-table {
    padding:0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}
/*.adv_search_link {
  font-size:12px;
  display:inline-block;
  vertical-align:top;
  padding:10px 2px 0px 2px;
}*/
.adv_search_link {
  font-size:12px;
  display:inline-block;
  width:56px;
  text-align:center;
  line-height:1;
  vertical-align:top;
  padding:9px 2px 0px 2px;
  text-decoration: none;
}
/*Format the "Subscribe" button in the footer, which has 
an unfortunate habit of wraopping below the input box in IE*/
div.emailformbox button.btn.btn-primary {
    color:#ffffff;
    padding: 0 10px;
    margin-left: -1px;
    border-radius: 0px 3px 3px 0px;
    vertical-align:top;
    height:27px;
    /*IE hacks*/
    padding: 0 10px\9; /* IE 8 and below */
    *padding: 0; /* IE 7 and below */
    _padding: 0; /* IE 6 */
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #d9edf7;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 18px;
  color: #ffffff;
  background-color: #3a87ad;
  border-bottom: 1px solid #bce8f1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  font-size: 12px;
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #3a87ad;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #3a87ad;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #3a87ad;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #3a87ad;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
small {
  font-size: 85%;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert-success {
  background-color: #dfeedf;
  border-color: #d1e6ce;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #be0f34;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info a {
  color: #3a87ad;
  text-decoration: none;
  cursor: pointer;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*Footer CSS*/
#footer {
    width: 964px;
    border-top: solid 1px #d7d7d7;
    margin: 12px 0 10px 0;
    padding-top:19px;
    height:250px;
    margin-left: 0px;
    background-image:none;
    /*background-repeat:no-repeat;
      background-position:top;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333333;
    border-bottom: 10px solid #FFFFFF;
}
.signup-box {
    float:left;
  width: 364px;
  height: 96px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eee;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.emailformbox {
    background-image:url(/www.wardsci.com/images/email_form_bg.png); 
    background-repeat:no-repeat; 
    padding-left:30px; 
    margin-top:0px; 
    height:30px;
}
.emailinput {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 18px;
    width: 214px;
    display: inline-block;
    line-height: 18px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    padding: 4px 0px 4px 4px;
    margin-right: 2px;
}
.emailinfo {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height:16px;
    color:#505050;
    margin-top:8px;
}
.emailinfo a {
    color:#25408f;
    text-decoration:none;
}
.emailinfo a:hover {
    text-decoration:underline;
}
#footerlinks {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    float:left;
    margin: 0 2px 0 20px
}
#footerlinks ul {
    margin:0;
    padding:0;
}
#footerlinks li {
    font-size: 12px;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    
}
#footerlinks li a, .copybottom a {
    color:#25408f;
    text-decoration:none;
}
#footerlinks li a:hover, .copybottom a:hover {
    color:#25408f;
    text-decoration: underline;
}
#footerbottom {
    margin-left: 261px;
    padding-top:0px;
}
.copybottom {
    margin-top:9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 18px;
    color:#333333;
}
/*.copybottom a {
    color:#25408f;
    text-decoration:none;
}
.copybottom a:hover {
    color:#25408f;
    text-decoration: underline;
}
*/
/* Landing page */
 
#swthumb {
    width:140px; 
    padding-left:20px;
    height:200px;
    float:left;
    text-align:center; 
}
#swthumbtext a {
    font-family: 'BitterBold',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#25408f;
}
#swthumb a:link {
    text-decoration:none;
    color:#25408f;
}
#swthumb a:hover {
    text-decoration:underline;
    color:#152552;
}
/*Format images for rounded corners, etc. */
.img-rounded {
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.img-polaroid {
    padding:4px;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
    box-shadow:0 1px 3px rgba(0,0,0,.1)
}
.img-circle {
    -webkit-border-radius:500px;
    -moz-border-radius:500px;
    border-radius:500px;
    -webkit-border-radius:500px;
    -moz-border-radius:500px;
    border-radius:500px
}
/*Styles for formatting Wards Homepage elements*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.discipline-section-title {
  margin-left: 0;
  float: left; 
  width: 164px;
}
.discipline-section-title h3 {
  font-size: 24px;
  margin-left: 0;
}
.discipline-section-block {
    float:left; 
    width:140px;
    margin-left:20px;
}
.discipline-section-block img {
  width: 140px;
}
.discipline-section-block a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    font-weight: 800;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}
.discipline-section-block a h5 {
    font-size: 14px;
    margin-top:6px;
}
.biology-section {
  margin-top: 20px;
  margin-left: 0;
  padding-top: 10px;
  border-top: 7px solid #be0f34;
}
.biology-section h3 {
  color: #be0f34;
}
.geology-section {
  margin-top: 30px;
  margin-left: 0;
  padding-top: 10px;
  border-top: 7px solid #009a3d;
}
.geology-section h3 {
  color: #009a3d;
}
.chemistry-section {
  margin-top: 30px;
  margin-left: 0;
  padding-top: 10px;
  border-top: 7px solid #9f1888;
}
.chemistry-section h3 {
  color: #9f1888;
}
.physics-section {
  margin-top: 30px;
  margin-left: 0;
  padding-top: 10px;
  border-top: 7px solid #0046ad;
}
.physics-section h3 {
  color: #0046ad;
}
.sk-widget {
  margin-top: 30px;
  background-color: #ffffff;
  background-image: url(/www.wardsci.com/images/sk-widget.png);
  background-position: 130px 0;
  background-repeat: no-repeat;
}
.sk-widget h4 {
  color: #0066b3;
  text-transform: lowercase;
}
.sk-widget h4,
.sk-widget p {
  padding-right: 100px;
}
.sk-widget h4 a,
.sk-widget p a {
  font-weight: normal;
  border-bottom: 0 solid transparent;
}
.standards-widget {
  margin-top: 30px;
  background-color: #ffffff;
  background-image: url(/www.wardsci.com/images/standards-earth.jpg);
  background-position: -50px 0;
  background-repeat: no-repeat;
}
.standards-widget h4 {
  padding-right: 100px;
  text-transform: lowercase;
}
.standards-widget p {
  padding-right: 20px;
}
.plusus-widget {
  background-color: #ffffff;
  background-image: url(/www.wardsci.com/images/plus-us-graphic.jpg);
  background-repeat: no-repeat;
  background-position: 170px 0;
}
.plusus-widget h4 {
  color: #820024;
  text-transform: lowercase;
}
.plusus-widget h4 {
  padding-right: 100px;
}
.plusus-widget h4 a {
  font-weight: normal;
  border-bottom: 0 solid transparent;
}
.plusus-widget p a {
  font-weight: bold;
  border-bottom: 0 solid transparent;
}
 
.homepage-widget {
  margin-top: 20px;
  background-color: #ffffff;
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.homepage-widget h4 {
  margin-top: 0;
  padding-right: 100px;
}
.homepage-widget p {
  padding-right: 70px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.homepage-widget.widget1 h4 {
  color: inherit;
}
.homepage-widget.widget2 h4 {
  color: #0066b3;
}
.homepage-widget.widget3 h4 {
  color: #820024;
}
.homepage-widget.widget4 h4 {
  padding-top: 70px;
  padding-right: 100px;
  color: #cd1041;
}
.homepage-widget.widget4 p {
  padding-right: 100px;
}


/*************************
* Landing Page Teaser Text
*************************/
/*
* any item in this subsection
* that contains reference to 
* teaser and teasertext class 
* has been changed to reference
* teaser id
*/
#fourteaser {
  text-align:left;
   display: block; 
    line-height: 20px;
    margin:0 21px 20px 10px;
    float: left;
}
#fourteaser:hover {
    background-color:#ffffff;
}
#fourteaser a:hover {
    color: #0066CC;
}
#fourteaser img {
    width: 140px;
    height:140px;
    display:block;
  margin-bottom:16px;
    /*float:left;
    
    margin-right: 10px;*/
    /*border-radius: 6px 6px 6px 6px;*/
}
#fourteasertext {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    float:left;
}
#fourteasertext h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    padding-left:12px;
  
    color: rgb(85, 85, 85);
}
#fourteaser:hover #fourteasertext h6 {
    text-decoration:underline;
}
#fourteasertext p {
    font-weight:normal;
    margin-top: 7px;
    text-align:left;
    padding-right:10px;
    margin: 0px 0px 9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    line-height: 18px;   
}
#fourteasertext a {
    display:block;
    width:140px;
    height:200px;
    /*height: 100px;*/
    text-decoration:none;
    color:#666666;
    padding: 9px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
#fourteasertext a:hover {
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
}
 
#twoteaser {
    width:350px; 
    height: 120px;
    margin-right: 30px;
    margin-bottom: 10px;
    background-color:#FFFFFF;
    float:left;
}
#twoteaser img {
    width: 100px;
    height:100px;
    float:left;
    margin-bottom:20px;
    margin-right: 10px;
    border-radius: 6px 6px 6px 6px;
}
#twoteasertext {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#25408f;
    float:left;
}
#twoteasertext h6 {
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size:14px;
    margin-bottom: 2px;
    margin-top:0px;
    color: rgb(85, 85, 85);
}
#twoteaser:hover #twoteasertext h6 {
    text-decoration:underline;
}
#twoteasertext p {
    font-weight:normal;
    margin-top: 7px;
    text-align:left;
    padding-right:10px;
    margin: 0px 0px 9px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    line-height: 18px;   
}
#twoteasertext a {
    display:block;
    width:350px;
    height:100px;
    /*height: 100px;*/
    text-decoration:none;
    color:#666666;
    padding: 9px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
#twoteaser a:hover {
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
}
/*Format Top Content div on Wards/Boreal Top level content pages*/
#category_top {
    width: 963px; 
    position:relative;  
}
.category_top_bg {
    width: 963px; 
    padding-top: 1px;
}
.category_top_text {
    top: 30px; 
    left: 200px; 
    width: 330px; 
/*  background-color: rgba(51, 51, 51, 0.6); */
    background-image:url(/www.wardsci.com/images/banner_text_bg.png) ;
    background-position: top left;
    background-repeat:no-repeat;
    border: 2px; 
    padding: 10px; 
    overflow: hidden; 
    position:absolute;
    width: 330px;  
    padding: 10px;
}
.category_top_text h2 {
    color:#ffffff; 
    font-size: 24px; 
    line-height: 24px; 
    font-family: ralewayextrabold,'Helvetica Neue',Helvetica,Arial,sans-serif; 
    margin: 0; 
    padding: 0; 
    font-weight: normal;
}
.category_top_text p {
    color:#ffffff; 
    margin: 0; 
    padding: 10px 0 0;
}
.category_top_img {
    position:absolute; 
    top: 30px; 
    left: 30px;
    border: 5px solid #ffffff;
}
/*Format tables for Scied*/
.table {
    width:100%;
    margin-bottom:18px;
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0
}
.table th, .table td {
    padding:8px;
    line-height:18px;
    text-align:left;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table th {
    font-weight:700
}
.table thead th {
    vertical-align:bottom
}
.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top:0
}
.table tbody+tbody {
    border-top:2px solid #ddd
}
.table-condensed th, .table-condensed td {
    padding:4px 5px
}
.table-bordered {
    border:1px solid #ddd;
    border-collapse:separate;
*border-collapse:collapsed;
    border-left:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.table-bordered th, .table-bordered td {
    border-left:1px solid #ddd
}
.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top:0
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topleft:4px
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -moz-border-radius-topright:4px
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius:0 0 0 4px;
    -moz-border-radius:0 0 0 4px;
    border-radius:0 0 0 4px;
    -webkit-border-radius:0 0 0 4px;
    -moz-border-radius:0 0 0 4px;
    border-radius:0 0 0 4px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color:#f9f9f9
}
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color:#f5f5f5
}
/*Format Accordion div on Wards/Boreal PDF list content pages*/
#accordion1 * { 
}
#accordion1 {
    width: 90%;
    margin: 10px auto;
}
#accordion1 .ui-accordion-header {
    background-color: #fff;
    margin: 0px;
}
#accordion1 .ui-accordion-header a {
    color: #555555;
    line-height: 42px;
    display: block;
    font-size: 12pt;
    width: 100%;
    text-indent: 10px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    text-decoration: none;
    margin-bottom: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
#accordion1 .ui-accordion-header a:hover {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    margin-bottom: 10px;
}
#accordion1 .ui-accordion-header a:active {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    margin-bottom: 0px;
}
#accordion1 .ui-accordion-content {
    width: 100%;
    background-color: #ffffff;
    color: #f5f5f5;
    font-size: 10pt;
    line-height: 16pt;
    margin-bottom: 10px;
    margin-top: 0px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
#accordion1 .ui-accordion-content > * {
    margin: 0;
    padding: 20px;
}
#accordion1 .ui-accordion-content a {
    color: #555555;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
#accordion1 .ui-accordion-content a:hover {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
#accordion1 .ui-accordion-content a:active {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
#accordion2 * { 
}
#accordion2 {
    width: 90%;
    margin: 10px auto;
}
#accordion2 .ui-accordion-header {
    background-color: #fff;
    margin: 0px;
}
#accordion2 .ui-accordion-header a {
    color: #555555;
    line-height: 42px;
    display: block;
    font-size: 12pt;
    width: 100%;
    text-indent: 10px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    text-decoration: none;
    margin-bottom: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
#accordion2 .ui-accordion-header a:hover {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    margin-bottom: 10px;
}
#accordion2 .ui-accordion-header a:active {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    margin-bottom: 0px;
}
#accordion2 .ui-accordion-content {
    width: 100%;
    background-color: #ffffff;
    color: #f5f5f5;
    font-size: 10pt;
    line-height: 16pt;
    margin-bottom: 10px;
    margin-top: 0px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
#accordion2 .ui-accordion-content > * {
    margin: 0;
    padding: 20px;
}
#accordion2 .ui-accordion-content a {
    color: #555555;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
#accordion2 .ui-accordion-content a:hover {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
#accordion2 .ui-accordion-content a:active {
    color: #d14;
    border-color: rgb(85, 85, 85);
    box-shadow: 0px 1px 4px rgba(0, 105, 214, 0.25);
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 0px;
}
#simplepdfcontent {
    width:245px; 
    margin-bottom: 10px;
    background-color:#FFFFFF;
    text-decoration:none;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.055);
    transition: all 0.2s ease-in-out 0s;
}
#simplepdfcontent li {
    list-style: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 120%;
    background: url(/www.wardsci.com/images/red_square.png) no-repeat left top;
    padding-left: 15px;
    margin: 0;
}
#simplepdfcontent img {    
    padding-right: 10px;
    padding-top: 10px;
}
#simplepdfcontent h3 {
    color:#555555; 
    text-transform: lowercase;
    font-size: 18px; 
    line-height: 22px; 
    font-family: ralewayextrabold,'Helvetica Neue',Helvetica,Arial,sans-serif; 
    margin: 0; 
    padding-left: 10px;
    font-weight: normal;
    text-decoration:none;
}
#simplepdfcontent h4 {
    color:#666666; 
    text-transform: lowercase;
    font-size: 16px; 
    line-height: 18px; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
    margin: 0; 
    padding-left: 20px;
    font-weight: normal;
    font-style:italic;
    text-decoration:none;
}
#simplepdfcontent {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#555555;
    padding: 0px;
    float:left;
    text-decoration:none;
}
#simplepdfcontent a {
    color:#555555;
    text-decoration:none;
}
 
#simplepdfcontent a:hover {
    color:#d14;
}