/*!
 * Local CSS Custom code
 */

.navbar-inverse {
  background-color: #2541e2;
  background-image: -moz-linear-gradient(top, #2541e2 0%, #0e0980 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2541e2), to(#0e0980));
  background-image: -webkit-linear-gradient(top, #2541e2, #0e0980);
  background-image: -o-linear-gradient(top, #2541e2, #0e0980);
  background-image: linear-gradient(to bottom, #2541e2, #0e0980);
  background-repeat: repeat-x;
  border-color: #2541e2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2541e2', endColorstr='#ff0e0980', GradientType=0);
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #2541e2;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #d6d6d6;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background-color: #2541e2;
  background-image: -moz-linear-gradient(top, #2541e2, #0824be 0%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2541e2), to(#0824be));
  background-image: -webkit-linear-gradient(top, #2541e2, #0824be);
  background-image: -o-linear-gradient(top, #2541e2, #0824be);
  background-image: linear-gradient(to bottom, #2541e2, #0824be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff#2541e2', endColorstr='#ff0824be', GradientType=0);
  color: #ffffff;
}

footer.row  {
  background-image: url(/images/usflag.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

li.rssRow div img {
  float: right;
  padding: 5px;
  border: 1px solid #ddd;
} 


.hero-unit {
  padding: 40px;	
}

/*.rssFeed
{
	font-size: 75%;
	margin: 1em 2em;
}
.rssFeed a
{
	color: #0000FF;
	text-decoration: none;
}
.rssFeed a:hover
{
	color: #000;
	text-decoration: underline;
}

.rssHeader { padding: 0.2em 0; }

.rssBody { border: 1px solid #999; }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p
{
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.6em; }
.rssRow h4 { font-size: 1em; }
.rssRow div
{
	font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}

.odd { background-color: #EEEEEE; }
.even { background-color: #d4d4e8; }
*/

.rssRow {
	clear:both;
}

.fixed_width_map {
  min-height: 319px;
  min-width: 553px;
}
.table-nonfluid {
   width: auto;
}
div.flag-background { 
	background-image:url(/images/usflag.jpg);
	background-repeat:no-repeat;
	background-position:15px top;
}

h1 {
	text-shadow: 0.075em 0.075em 0.15em #fff;	
}

@media (min-width: 768px) {
  .navbar {
    border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

  }
}