.navbar-brand {
	font-size: 14px;
}
.navbar-inverse {																	/*	   MAIN HEADER GRAPHIC   THIS HAS BEEN EDITED by DRS      */
	/*  background-image: -webkit-linear-gradient(top, #003 0%, #000 100%);
  background-image:         linear-gradient(to bottom, #000 0%, #003 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#006', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);     */
	font-size: 12px;
	background: rgba(0,20,85,.5) url(/img/bg_gloss-wave_menu-bar.png) 100% 100% repeat-x;  /*This is both header bar graphic. The First % does not seem to do much, but the 2 % actually drops the bar down on the menu drop ... how strange! The rgba background drop-down shading */
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	color: black !important;
	/*  background-image: -webkit-linear-gradient(top, #3535FF 80%, #282828 100%);
  background-image:         linear-gradient(to bottom, #009 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);  
  background-repeat: repeat-x;               */
	background-image: url(/img/bg_gloss-wave_hover.png) !important;
	text-shadow: 0 1px 0 transparent, 0 1px 0 rgba(255, 255, 255, .95) !important;
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .85), 0 -1px 5px rgba(0, 0, 0, .75);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .85), 0 -1px 5px rgba(0, 0, 0, .75);
}
.navbar-inverse .navbar-nav > .active > a {			/*      THIS HAS BEEN EDITED by DRS      */
	/*  background-image: -webkit-linear-gradient(top, #009 80%, #282828 100%);
  background-image:         linear-gradient(to bottom, #3535FF 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);   */
	color: white !important;
	background: transparent url(/img/bg_gloss-wave_active.png) !important;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .55);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .55);
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	color: white;
	text-shadow: 0 -1px 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.9);
}
/*      THE BELOW NAV-PILLS SECTION TAKEN FROM BOOTSTRAP.CSS AND ADDED by DRS      */
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: white;
	text-shadow: 0 -1px 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.9);
	background: transparent url(/img/bg_gloss-wave_active-pills.png) 100% 100% repeat-x;
}
/*      THE ABOVE NAV-PILLS SECTION TAKEN FROM BOOTSTRAP.CSS AND ADDED by DRS      */


/*      THE ABOVE DROPDOWN SECTION TAKEN FROM BOOTSTRAP.CSS AND ADDED by DRS      */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background: rgba(85,20,0,.80);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .75);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .75);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: rgba(85,20,0,.80);
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: white;
	text-shadow: 0 -1px 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.9);
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: white;
	text-shadow: 0 -1px 0 transparent, 0 -1px 0 rgba(0, 0, 0, 0.9);
	text-decoration: none;
	background-color: rgba(200,200,0,.80);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: rgba(85,20,0,.80);
	outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: red;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #FFF;
	text-shadow: 0px 1px 1px 0px #000;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FFF;
	text-shadow: 0px 1px 1px 0px #000;
	background-color: rgba(200, 200, 0, 0.7);
	box-shadow: 0 0 12px 0 rgba(20, 50, 0, 0.7) inset;
}
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	border-left: 4px groove yellow;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	font-size: 12px;
	line-height: 120%;
	text-align: right;
	border-left: 4px groove yellow;
	border-left: 0;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
	content: "";
}
