﻿body {
	background-color: #DDD9C6;
}
/*
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#94B6C0}
*/

.rv-label-default {
  background-color: #768061;
}

 .rv-li-default {
  background-color: #CFDCAA;
}

 .rv-li-default-text {  
  color: #768061;
}

 /* Begin Google Searchbox fix */
                    input.gsc-input,
                    .gsc-input-box,
                    .gsc-input-box-hover,
                    .gsc-input-box-focus,
                    .gsc-search-button {
                    box-sizing: content-box; 
                    line-height: normal;
                    }
                    /* End Google Searchbox fix */

.rv-offcanvas {
    background-color: #768061;
    top: 0px;
    left: 0px;
}

a:link.bootstrapbodylink {
	font-family: Arial, Helvetica, sans-serif;
	color:#768061;
    font-weight:bold;
	text-decoration: none;
	
}
a:visited.bootstrapbodylink {
	font-family: Arial, Helvetica, sans-serif;
	color:#768061;
    font-weight:bold;
	text-decoration: none;
	
}
a:hover.bootstrapbodylink {
	font-family: Arial, Helvetica, sans-serif;
	color:#768061;
    font-weight:bold;
	text-decoration: underline;
}

.customjumbotron
 {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}


.list-group-item-left-nav {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item-left-nav:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
background-color: #660000;
}
.list-group-item-left-nav:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item-left-nav.active,
.list-group-item-left-nav.active:hover,
.list-group-item-left-nav.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #660000;
  