h1,
h2,
h3,
h4,
h5,
h6 { 
	color: #f6c900;
}

.navbar {  
  box-shadow: 2px 2px 4px 1px #000000;
}

.navbar .brand {
  padding: 2px 20px 2px 40px;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 5px;
  background-color: #1a1c20;
  background-image: -moz-linear-gradient(top, #434750, #27292e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#434750), to(#27292e));
  background-image: -webkit-linear-gradient(top, #434750, #27292e);
  background-image: -o-linear-gradient(top, #434750, #27292e);
  background-image: linear-gradient(to bottom, #434750, #27292e);
  background-repeat: repeat-x;
  border: 1px solid #434750;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff363a41', endColorstr='#ff27292e', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner .container {width:940px;}

.row-fluid .mapCanvas {
  width: 76.48808510638297%;
  *width: 76.48808510638297%;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 0px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}