body{
	font-size: 14px;
	line-height:20px;
}

.navbar {
	background-color: #2a84ba;
}
	
.navbar-inner {
  background-color: #2a84ba;
  color: #fff;
  background-image: none;

  background-repeat: repeat-x;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: none;
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
		    padding: 0 !important;
			  border: none;
}

.navbar .nav > li > a {
  color: #fff;
   padding: 11.8px 11px;
   
}

.navbar .nav > li > a:hover {
  color: #fff;
   padding: 11.8px 11px;
       background-color: #1F50A7 !important;
}



.navbar .nav > .active > a,
.navbar .nav > .active > a:focus
.navbar .nav > .active > a:hover  {
  color: #fff !important;
  text-decoration: none;
  background-color: #1F50A7;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
		 padding: 11.8px 11px;
}


h1 {
    color: #d34100;
}
h2 {
	color: #ea9f17;
	margin-bottom: 0px;
	margin-top: 30px;
	line-height: 19px;
	font-size: 19px;
}
h3 {
	margin-bottom: 0px;
	margin-top: 30px;
	line-height: 17px;
	font-size: 17px;
}
h4 {
	margin: 5px 0 0 0;
	line-height: 10px;
	color: #ea9f17;
}
h4 a {
	margin: 5px 0 0 0;
	line-height: 10px;
	color: #ea9f17;
}
h4 a:active, a:hover {
	color: #ea9f17;
	text-decoration: underline;
}
p {
	
}
p a:active, a:hover {
	color: #1F50A7;
}
.caption {
	font-size: 12px;
}
	
.quoteken {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	line-height: 28px;
}
.quotearm {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	line-height: 28px;
	text-align: right;
}
.quotesmall {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	line-height: 20px;
}
.quoteauthor {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #ea9f17;
	line-height: 25px;
	font-style: normal;
}
.apollo {
	font-size: 48px;
	font-weight: bold;
	color: #ea9f17;
	line-height: 48px;
}
.qmargin {
	  margin-top: 50px;
}	
	@media (max-width: 979px) {

.nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #1F50A7;
	text-decoration: none;
  }
    .nav-collapse .nav .nav-header {
    color: #FFF;
    text-shadow: none;
  }
  .navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #FFF;
  text-shadow: none;
  }
  .qmargin {
	  margin-top: 30px;
  }	
  .qresponsive {
	  font-size: 20px;
	  line-height: 24px;
	  text-align: left;
  }
  .aresponsive {
	  font-size: 13px;
	  line-height: 18px;
  }
  
  .navbar .btn-navbar {

text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ededed;
background-image: -moz-linear-gradient(top, #1F50A7, #1F50A7);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F50A7), to(#1F50A7));
background-image: -webkit-linear-gradient(top, #1F50A7, #1F50A7);
background-image: -o-linear-gradient(top, #1F50A7, #1F50A7);
background-image: linear-gradient(to bottom, #1F50A7, #1F50A7);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F50A7', endColorstr='#1F50A7', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
  
  
  }