div#container,
div.container {
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding: 0;
}
.column-row,
.row {
  margin: 0 0 18px -20px;
}
.column,
.columns {
  float: left;
  display: inline;
  margin: 0 0 0 20px;
}
.one {
  width: 60px;
}
.two {
  width: 140px;
}
.three {
  width: 220px;
}
.four {
  width: 300px;
}
.five {
  width: 380px;
}
.six {
  width: 460px;
}
.seven {
  width: 540px;
}
.eight {
  width: 620px;
}
.nine {
  width: 700px;
}
.ten {
  width: 780px;
}
.eleven {
  width: 860px;
}
.twelve {
  width: 940px;
}
.offset-by-one-half {
  margin-left: 40px;
}
.offset-by-one {
  margin-left: 80px;
}
.offset-by-two {
  margin-left: 160px;
}
.offset-by-three {
  margin-left: 240px;
}
.offset-by-four {
  margin-left: 320px;
}
.offset-by-five {
  margin-left: 400px;
}
.offset-by-six {
  margin-left: 480px;
}
.offset-by-seven {
  margin-left: 560px;
}
.offset-by-eight {
  margin-left: 640px;
}
.offset-by-nine {
  margin-left: 720px;
}
.offset-by-ten {
  margin-left: 800px;
}
.column-row:after,
.row:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .column-row,
* html .row,
* html .clearfix {
  height: 1%;
}
.column-row,
.row,
.clearfix {
  display: inline-block;
}
.column-row,
.row,
.clearfix {
  display: block;
}
body.ie .column-row {
  width: 960px;
}
body.ie .eight .column-row {
  width: 640px;
}
body.ie .nine .column-row {
  width: 720px;
}
body.ie .ten .column-row {
  width: 800px;
}
body.ie .eleven .column-row {
  width: 880px;
}
body.ie .two-thirds .column-row {
  width: 640px;
}
.awesome {
  background: #222 url("/images/alert-overlay.png") repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  border-bottom: 1px solid #222;
  position: relative;
  cursor: pointer;
}
.small.awesome {
  font-size: 11px;
}
.medium.awesome {
  font-size: 13px;
}
.large.awesome {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.blue.awesome {
  background-color: #008DBC;
}
.blue.awesome:hover {
  background-color: #1D3174;
}
.red.awesome {
  background-color: #1E3074;
}
.red.awesome:hover {
  background-color: #05153F;
}
.magenta.awesome {
  background-color: #a9014b;
}
.orange.awesome {
  background-color: #ff5c00;
}
.yellow.awesome {
  background-color: #ffb515;
}
.awesome:active {
  top: 1px;
}
.awesome:hover {
  background-color: #111;
  color: #fff;
}
body {
  background: #fff;
  font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
}
h1 {
  font-size: 51px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -3px;
  margin: 0;
  color: #222;
}
h2 {
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  text-decoration: underline;
  color: #363636;
}
#header {
  margin-top: 25px;
}
h3 {
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -1px;
  color: #555;
}
.redx {
  color: #a70000;
  text-decoration: none;
}

.bluex {
	color: #008DBC;
}

div.google-map {
background: #E5E3DF;
height: 300px;
width: 940px;
}