﻿/*New Edits*/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  /*line-height: 18px;*/
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #D52B1E;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.row {
  /*margin-left: -20px;*/
  *zoom: 1;
}

.row-menu {
  margin-left: 0px;
  /**zoom: 1;*/
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="spanNum"] {
  float: left;
  /*margin-left: 20px;*/
}
@media (max-width: 1200px) and (min-width: 980px) 
{
    .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
      width: 970px;
    }
    #main-nav {width: 1250px;}
}
.spanNum12 {
  width: 970px;
}
.spanNum11 {
  width: 860px;
}
.spanNum10 {
  width: 780px;
}
.spanNum9 {
  width: 700px;
}
.spanNum8 {
  width: 620px;
}
.spanNum7 {
  width: 540px;
}
.spanNum6 {
  width: 460px;
}
.spanNum5 {
  width: 380px;
}
.spanNumA 
{
    width: 465px;
}
.spanNumB 
{
    width: 225px;
}
.spanNum4 {
  width: 300px;
}
.spanNum3 {
  width: 220px;
}
.spanNum2 {
  width: 207px;
}
.spanNum1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="spanNum"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="spanNum"]:first-child {
  margin-left: 0;
}
.row-fluid > .spanNum12 {
  width: 99.99999999999999%;
}
.row-fluid > .spanNum11 {
  width: 91.489361693%;
}
.row-fluid > .spanNum10 {
  width: 82.97872339599999%;
}
.row-fluid > .spanNum9 {
  width: 74.468085099%;
}
.row-fluid > .spanNum8 {
  width: 65.95744680199999%;
}
.row-fluid > .spanNum7 {
  width: 57.446808505%;
}
.row-fluid > .spanNum6 {
  width: 48.93617020799999%;
}
.row-fluid > .spanNum5 {
  width: 40.425531911%;
}
.row-fluid > .spanNum4 {
  width: 31.914893614%;
}
.row-fluid > .spanNum3 {
  width: 23.404255317%;
}
.row-fluid > .spanNum2 {
  width: 14.89361702%;
}
.row-fluid > .spanNum1 {
  width: 6.382978723%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

/*old*/

/*From bootstrap.css*/
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
  margin-bottom:7px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #595959;
}
.breadcrumb .active a {
  color: #333333;
}

.breadcrumb-nav {
  padding: 7px 0px;
  margin: 0 0 18px;
  list-style: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
 }
.breadcrumb-nav li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb-nav .divider {
  padding: 0 3px;
  color: #595959;
  margin-left: 3px;
}
.breadcrumb-nav .active a {
  color: #333333;
}
/*select menu for phones*/
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}/*
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}*/
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  background-color: #ffffff;
}
.breadcrumbWidthAdjust 
{ 
    margin-left:65px;
    width:359px;
}
.largeSocialMedia { width: 145px;}

/*#mainSearch {width: 250px;}*/

#cookieAccept
{
    text-decoration:none;
}