/* Full width navbar
-------------------------------------------------- */
.navbar .navbar-inner {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}
.navbar .nav li a {
  font-weight: bold;
  text-align: center;
  border-left: 0px solid rgba(255,255,255,.75);
  border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
.container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
  border-top:1px solid #e5e5e5;
  text-align: center;
  padding:30px 0;
}
#footer .row {
  padding-top:0px; padding-bottom:0px;
}
#rowFooter {
  width:680px;
  margin:0px auto;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Index.php only
-------------------------------------------------- */ 
.homeCTA { margin-bottom:65px; }
.feature { border-bottom:1px solid #eeeeee; margin-bottom:65px; padding-bottom:0px!important;}
.feature h4 { margin-top:45px; }

/* Contact.php only
-------------------------------------------------- */ 
#contact input { padding-left:39px; }
#contact input#name { background:url('/img/formname.png') #fff no-repeat 5px; }
#contact input#email { background:url('/img/formmail.png') #fff no-repeat 5px; }
#contact input#phone { background:url('/img/formphone.png') #fff no-repeat 5px; }

/* FAQ.php only
-------------------------------------------------- */

.faqItem {
  padding-top:20px;
  padding-bottom:20px;
}

.faqItem a {text-decoration:none; color:#333333;}

.faqItem a:hover {text-decoration:none; color:#333333;}

.faqNav {

  position:fixed;
  top:20%;
  right:15%;
  width:220;
}

/* Main / Unsorted styles
-------------------------------------------------- */
a { color: #7d4282; text-decoration: underline; }
a:hover { color:#8a4990; text-decoration: none; }

.muted { font-weight:normal; }
.row { padding-top:12px; padding-bottom:12px;}	

table.compare { margin-left: 0; width:100%; }
table.compare td:first-child { font-weight: bold; }
table.compare td.true { background: #DFF0D8; color: #468847; }
table.compare td.false { color: #ccc; }
table.compare td.null { color: #ccc; }
table.compare td,
table.compare th { width: 16.6%; border: 1px solid #ddd; overflow: auto}

.nav a { text-decoration:none; }

/* Library / Other styles
-------------------------------------------------- */
.highlight { background: #fff890; color: #222; width: auto; display: inline; padding: 2px 3px; }
.img-center { display: block; margin: 0px auto;}