body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* DIVS */
#content {
	margin: auto;
	width: 555px;
	border: 1px solid #d4d4d4;
	background: #f7f7f7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e2e2e2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e2e2e2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7f7f7,  #e2e2e2); /* for firefox 3.6+ */
}

#title {
	width: 555px;
	height: 125px;
	background-image: url('topbg.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
}
nav {
	width: 582px;
	position: relative;
	margin-left: -14px;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #212d31;
	border: 1px solid #fff;
}
nav:before, nav:after
    {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -13px;
    }

nav:before
    {
        border-width: 0 13px 13px 0;
        border-right-color: #487b8c;
        left: 0;
    }

nav:after
    {
        border-width: 0 0 13px 13px;
        border-left-color: #487b8c;
        right: 0;
    }
    
.ie {
	*width: 555px;
	*height: 40px;
	*color: #fff;
	*position: absolute;
	*margin-left: 13px;
	*margin-top: -30px;
	*padding-top: 1em;
	*padding-bottom: 1em;
	*background: #212d31;
	*border-top: 1px solid #fff;
	*border-bottom: 1px solid #fff;
}

.city-section {
	font-size: 14px;
	float: left;
	width: 175px;
	color: #fff;
	padding-left: 20px;
}
.value-section {
	font-size: 14px;
	color: #fff;
	*color: #fff;
	margin-left: 200px;
}

.btn-wrapper {
	width: 150px;
	float: right;
	padding: 1em;
	margin-top: -50px;
}
.metro {
	margin: auto;
	width: 100%;
}

footer {
	background-color: #2d5b9d;
	height: 80px;
	width: 535px;
padding: 10px;
color: #fff;
font-size: 11px;
}

.ie-footer {
	*background-color: #2d5b9d\9;
	*height: 80px;
	*width: 555px;
	*padding: 10px;
	*color: #fff;
	*font-size: 11px;
}

/* TEXT */
h1 {
	margin-top: 15px;
	margin-bottom: -30px;
	text-align: center;
	font-size: 42px;
	text-shadow: 2px 2px #2759a4;
	font-family: Georgia; "Times", serif;
	color: #fff;
}

h2 {
	margin-bottom: -30px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px #2759a4;
	color: #fafafa;
	margin-top: 5px;
	font-family: Georgia; "Times", serif;
}

h3 {
	margin-top: 10px;
	margin-bottom: -30px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px #2759a4;
	color: #fafafa;
	font-family: Georgia; "Times", serif;
}

.h3ie {
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px #2759a4;
	color: #fafafa;
	font-family: Georgia; "Times", serif;
}

h4 {
	font-size: 18px;
	margin: 0;
}

h4#value {
	color: #41d425;
}

a:link {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:visited {
	color: #fff;
}

/* BUTTONS */
a.btn:link {
	color: #fff;
	border: 0;
	text-decoration: none;
}
a.btn:visited {
	color: #fff;
	border: 0;
	text-decoration: none;
}
.btn {
	width: 130px;
  display: inline-block;
  margin-bottom: 0;
  padding: 9px 14px;
  font-size: 20px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  color: #ffffff;
  background-color: #2759a4;
  background-image: -moz-linear-gradient(top, #4f88dd, #2759a4);
  background-image: -ms-linear-gradient(top, #4f88dd, #2759a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4f88dd), to(#2759a4));
  background-image: -webkit-linear-gradient(top, #4f88dd, #2759a4);
  background-image: -o-linear-gradient(top, #4f88dd, #2759a4);
  background-image: linear-gradient(top, #4f88dd, #2759a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f88dd', endColorstr='#2759a4', GradientType=0);
  border-color: #2759a4 #2759a4 #4f88dd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #2759a4;
  border: 0;
}
.btn:active, .btn.active {
  background-color: #2759a4 \9;
  border: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2759a4;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  border: 0;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #2759a4;
  background-color: #2759a4 \9;
  outline: 0;
}


/* DROPDOWN */
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before, .btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret, .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}

.btn-group .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.btn-group .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.btn-group li.dropdown .dropdown-toggle .caret,
.btn-group li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group li.dropdown.open > .dropdown-toggle,
.btn-group li.dropdown.active > .dropdown-toggle,
.btn-group li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.btn-group li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}
.btn-group .pull-right .dropdown-menu,
.btn-group .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.btn-group .pull-right .dropdown-menu:before,
.btn-group .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.btn-group .pull-right .dropdown-menu:after,
.btn-group .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 10px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 9px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
  color: #fff;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 10px;
  margin: 1px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  text-decoration: none;
  font-weight: normal;
  line-height: 18px;
  color: #2759a4;
  white-space: nowrap;
  border: 0;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #f26122;
  text-decoration: none;
  border: 0;
}
.open {
  *z-index: 1000;
}
.open .dropdown-menu {
  display: block;
}
.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu,
.btn-group-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* IMAGES */
.metro img {
	padding-bottom: 20px;
}

footer img {
	padding-bottom: 20px;
	padding-right: 10px;
}