
h1 {

  	color: #BF0404;
  	font-weight: 500;
  
}

.navbar-inverse .navbar-inner {

	color: #FFF;
	background-color: #590202;
	border-color: #590202;
	background-image: linear-gradient(to bottom, #8C0303, #590202);
	
}

.navbar-inverse .nav>.active>a, .navbar-inverse .nav>.active>a:hover, .navbar-inverse .nav>.active>a:focus {
    color: #fff;
    background-color: #BF0404;
}


.services {

  	font-size: 1.0em;
  	font-weight: bold;
  	color: #00557F;

}

.masthead {

	margin-top: 40px;
	padding-top: 19px;
	padding-bottom: 60px;
	font-size: 24px;
	text-align: left;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background: #00557f; /* Old browsers */
	background: -moz-linear-gradient(left,  #00557f 0%, #2989d8 100%, #207cca 100%, #19b2ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00557f), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#19b2ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00557f 0%,#2989d8 100%,#207cca 100%,#19b2ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00557f 0%,#2989d8 100%,#207cca 100%,#19b2ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00557f 0%,#2989d8 100%,#207cca 100%,#19b2ff 100%); /* IE10+ */
	background: linear-gradient(to right,  #00557f 0%,#2989d8 100%,#207cca 100%,#19b2ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00557f', endColorstr='#19b2ff',GradientType=1 ); /* IE6-9 */

	}

.footer {

	color: #590202;
	background-color: #590202;
	text-align: center;
	
}

.joomlashack {
  
  	font-size: 0.7em;
  	line-height: 30px;
  	color: #08c;

}
*/  