













html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before,
  blockquote:after,   q:before,
  q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  height: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
    p img.right {
      float: right;
      margin: 1.5em 0 1.5em 1.5em; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre, code {
  margin: 1.5em 0;
  white-space: pre;
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold;
  background: #C3D9FF;
  padding: 4px 10px 4px 5px; }

td {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #E5ECF9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  .clearfix {
    display: block; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.container {
  width: 950px;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  .container {
    display: block; }

.span-1 {
  width: 30px; }

div.span-1 {
  float: left;
  width: 30px;
  margin-right: 10px; }

.span-2 {
  width: 70px; }

div.span-2 {
  float: left;
  width: 70px;
  margin-right: 10px; }

.span-3 {
  width: 110px; }

div.span-3 {
  float: left;
  width: 110px;
  margin-right: 10px; }

.span-4 {
  width: 150px; }

div.span-4 {
  float: left;
  width: 150px;
  margin-right: 10px; }

.span-5 {
  width: 190px; }

div.span-5 {
  float: left;
  width: 190px;
  margin-right: 10px; }

.span-6 {
  width: 230px; }

div.span-6 {
  float: left;
  width: 230px;
  margin-right: 10px; }

.span-7 {
  width: 270px; }

div.span-7 {
  float: left;
  width: 270px;
  margin-right: 10px; }

.span-8 {
  width: 310px; }

div.span-8 {
  float: left;
  width: 310px;
  margin-right: 10px; }

.span-9 {
  width: 350px; }

div.span-9 {
  float: left;
  width: 350px;
  margin-right: 10px; }

.span-10 {
  width: 390px; }

div.span-10 {
  float: left;
  width: 390px;
  margin-right: 10px; }

.span-11 {
  width: 430px; }

div.span-11 {
  float: left;
  width: 430px;
  margin-right: 10px; }

.span-12 {
  width: 470px; }

div.span-12 {
  float: left;
  width: 470px;
  margin-right: 10px; }

.span-13 {
  width: 510px; }

div.span-13 {
  float: left;
  width: 510px;
  margin-right: 10px; }

.span-14 {
  width: 550px; }

div.span-14 {
  float: left;
  width: 550px;
  margin-right: 10px; }

.span-15 {
  width: 590px; }

div.span-15 {
  float: left;
  width: 590px;
  margin-right: 10px; }

.span-16 {
  width: 630px; }

div.span-16 {
  float: left;
  width: 630px;
  margin-right: 10px; }

.span-17 {
  width: 670px; }

div.span-17 {
  float: left;
  width: 670px;
  margin-right: 10px; }

.span-18 {
  width: 710px; }

div.span-18 {
  float: left;
  width: 710px;
  margin-right: 10px; }

.span-19 {
  width: 750px; }

div.span-19 {
  float: left;
  width: 750px;
  margin-right: 10px; }

.span-20 {
  width: 790px; }

div.span-20 {
  float: left;
  width: 790px;
  margin-right: 10px; }

.span-21 {
  width: 830px; }

div.span-21 {
  float: left;
  width: 830px;
  margin-right: 10px; }

.span-22 {
  width: 870px; }

div.span-22 {
  float: left;
  width: 870px;
  margin-right: 10px; }

.span-23 {
  width: 910px; }

div.span-23 {
  float: left;
  width: 910px;
  margin-right: 10px; }

.span-24 {
  width: 950px; }

div.span-24 {
  float: left;
  width: 950px;
  margin-right: 0; }

div.last {
  margin-right: 0; }

.append-1 {
  padding-right: 40px; }

.append-2 {
  padding-right: 80px; }

.append-3 {
  padding-right: 120px; }

.append-4 {
  padding-right: 160px; }

.append-5 {
  padding-right: 200px; }

.append-6 {
  padding-right: 240px; }

.append-7 {
  padding-right: 280px; }

.append-8 {
  padding-right: 320px; }

.append-9 {
  padding-right: 360px; }

.append-10 {
  padding-right: 400px; }

.append-11 {
  padding-right: 440px; }

.append-12 {
  padding-right: 480px; }

.append-13 {
  padding-right: 520px; }

.append-14 {
  padding-right: 560px; }

.append-15 {
  padding-right: 600px; }

.append-16 {
  padding-right: 640px; }

.append-17 {
  padding-right: 680px; }

.append-18 {
  padding-right: 720px; }

.append-19 {
  padding-right: 760px; }

.append-20 {
  padding-right: 800px; }

.append-21 {
  padding-right: 840px; }

.append-22 {
  padding-right: 880px; }

.append-23 {
  padding-right: 920px; }

.prepend-1 {
  padding-left: 40px; }

.prepend-2 {
  padding-left: 80px; }

.prepend-3 {
  padding-left: 120px; }

.prepend-4 {
  padding-left: 160px; }

.prepend-5 {
  padding-left: 200px; }

.prepend-6 {
  padding-left: 240px; }

.prepend-7 {
  padding-left: 280px; }

.prepend-8 {
  padding-left: 320px; }

.prepend-9 {
  padding-left: 360px; }

.prepend-10 {
  padding-left: 400px; }

.prepend-11 {
  padding-left: 440px; }

.prepend-12 {
  padding-left: 480px; }

.prepend-13 {
  padding-left: 520px; }

.prepend-14 {
  padding-left: 560px; }

.prepend-15 {
  padding-left: 600px; }

.prepend-16 {
  padding-left: 640px; }

.prepend-17 {
  padding-left: 680px; }

.prepend-18 {
  padding-left: 720px; }

.prepend-19 {
  padding-left: 760px; }

.prepend-20 {
  padding-left: 800px; }

.prepend-21 {
  padding-left: 840px; }

.prepend-22 {
  padding-left: 880px; }

.prepend-23 {
  padding-left: 920px; }

.pull-1 {
  float: left;
  position: relative;
  margin-left: -40px; }

.pull-2 {
  float: left;
  position: relative;
  margin-left: -80px; }

.pull-3 {
  float: left;
  position: relative;
  margin-left: -120px; }

.pull-4 {
  float: left;
  position: relative;
  margin-left: -160px; }

.pull-5 {
  float: left;
  position: relative;
  margin-left: -200px; }

.pull-6 {
  float: left;
  position: relative;
  margin-left: -240px; }

.pull-7 {
  float: left;
  position: relative;
  margin-left: -280px; }

.pull-8 {
  float: left;
  position: relative;
  margin-left: -320px; }

.pull-9 {
  float: left;
  position: relative;
  margin-left: -360px; }

.pull-10 {
  float: left;
  position: relative;
  margin-left: -400px; }

.pull-11 {
  float: left;
  position: relative;
  margin-left: -440px; }

.pull-12 {
  float: left;
  position: relative;
  margin-left: -480px; }

.pull-13 {
  float: left;
  position: relative;
  margin-left: -520px; }

.pull-14 {
  float: left;
  position: relative;
  margin-left: -560px; }

.pull-15 {
  float: left;
  position: relative;
  margin-left: -600px; }

.pull-16 {
  float: left;
  position: relative;
  margin-left: -640px; }

.pull-17 {
  float: left;
  position: relative;
  margin-left: -680px; }

.pull-18 {
  float: left;
  position: relative;
  margin-left: -720px; }

.pull-19 {
  float: left;
  position: relative;
  margin-left: -760px; }

.pull-20 {
  float: left;
  position: relative;
  margin-left: -800px; }

.pull-21 {
  float: left;
  position: relative;
  margin-left: -840px; }

.pull-22 {
  float: left;
  position: relative;
  margin-left: -880px; }

.pull-23 {
  float: left;
  position: relative;
  margin-left: -920px; }

.pull-24 {
  float: left;
  position: relative;
  margin-left: -960px; }

.push-1 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -40px;
  margin-bottom: 1.5em;
  margin-left: 40px; }

.push-2 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -80px;
  margin-bottom: 1.5em;
  margin-left: 80px; }

.push-3 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -120px;
  margin-bottom: 1.5em;
  margin-left: 120px; }

.push-4 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -160px;
  margin-bottom: 1.5em;
  margin-left: 160px; }

.push-5 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -200px;
  margin-bottom: 1.5em;
  margin-left: 200px; }

.push-6 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -240px;
  margin-bottom: 1.5em;
  margin-left: 240px; }

.push-7 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -280px;
  margin-bottom: 1.5em;
  margin-left: 280px; }

.push-8 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -320px;
  margin-bottom: 1.5em;
  margin-left: 320px; }

.push-9 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -360px;
  margin-bottom: 1.5em;
  margin-left: 360px; }

.push-10 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -400px;
  margin-bottom: 1.5em;
  margin-left: 400px; }

.push-11 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -440px;
  margin-bottom: 1.5em;
  margin-left: 440px; }

.push-12 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -480px;
  margin-bottom: 1.5em;
  margin-left: 480px; }

.push-13 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -520px;
  margin-bottom: 1.5em;
  margin-left: 520px; }

.push-14 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -560px;
  margin-bottom: 1.5em;
  margin-left: 560px; }

.push-15 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -600px;
  margin-bottom: 1.5em;
  margin-left: 600px; }

.push-16 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -640px;
  margin-bottom: 1.5em;
  margin-left: 640px; }

.push-17 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -680px;
  margin-bottom: 1.5em;
  margin-left: 680px; }

.push-18 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -720px;
  margin-bottom: 1.5em;
  margin-left: 720px; }

.push-19 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -760px;
  margin-bottom: 1.5em;
  margin-left: 760px; }

.push-20 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -800px;
  margin-bottom: 1.5em;
  margin-left: 800px; }

.push-21 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -840px;
  margin-bottom: 1.5em;
  margin-left: 840px; }

.push-22 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -880px;
  margin-bottom: 1.5em;
  margin-left: 880px; }

.push-23 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -920px;
  margin-bottom: 1.5em;
  margin-left: 920px; }

.push-24 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -960px;
  margin-bottom: 1.5em;
  margin-left: 960px; }

.showgrid {
  background: url(images/grid.png); }

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #8a1f11; }

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

.hide {
  display: none; }

.highlight {
  background: yellow; }

.added {
  background: #006600;
  color: white; }

.removed {
  background: #990000;
  color: white; }

label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text {
  margin: 0.5em 0;
  border: 1px solid #bbb;
  width: 300px;
  padding: 5px; }
  input.text:focus {
    border: 1px solid #666; }
input.title {
  font-size: 1.5em; }

input.title {
  margin: 0.5em 0;
  border: 1px solid #bbb;
  width: 300px;
  padding: 5px; }
  input.title:focus {
    border: 1px solid #666; }

textarea {
  margin: 0.5em 0;
  border: 1px solid #bbb; }
  textarea:focus {
    border: 1px solid #666; }

select {
  margin: 0.5em 0;
  border: 1px solid #bbb; }
  select:focus {
    border: 1px solid #666; }

textarea {
  width: 390px;
  height: 250px;
  padding: 5px; }

body {
  margin: 1.5em 0; }

.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9; }

div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee; }

div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee; }

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none; }

hr.space {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
  background: #fff;
  color: #fff; }

p, li {
  font-size: 1.4em; }

address {
  font-size: 1.4em;
  font-style: normal; }

ul {
  list-style-type: disc; }
  ul.checkbox {
    list-style-image: url('/images/checkbox.gif');
    margin-left: 1.5em; }

em {
  background-color: transparent;
  font-weight: bold; }

img {
  margin: 0 0 1.5em; }

.steps {
  border: 1px solid #3c576c;
  padding: 10px;
  background: transparent url(/images/gm.gif) no-repeat center center;
  min-height: 400px;
  height: auto !important;
  height: 400px; }

#header {
  float: left;
  width: 950px;
  margin-right: 10px;
  margin-bottom: 18px;
  height: 174px;
  background: transparent url(/images/great-moves-header-v2.jpg) no-repeat center; }
  #header img {
    margin-top: 18px; }

#sidebar {
  float: left;
  width: 230px;
  margin-right: 10px; }
  #sidebar #navigation ul {
    list-style-type: none;
    margin-left: 0;
    text-align: center; }
    #sidebar #navigation ul li a {
      display: block;
      width: 100%;
      background-color: #1a2b77;
      border: 2px solid #1a2b77;
      padding: 2px;
      margin-bottom: 5px;
      text-decoration: none;
      color: #fff; }
      #sidebar #navigation ul li a:visited {
        color: #fff; }
      #sidebar #navigation ul li a:hover {
        color: #222;
        background-color: #928cb9;
        text-decoration: none; }
      #sidebar #navigation ul li a.current {
        color: #fff;
        background-color: #928cb9;
        border: 2px solid #f87800;
        text-decoration: none; }
  #sidebar #locations h3 {
    text-align: center; }

#content {
  padding-left: 40px;
  float: left;
  width: 670px;
  margin-right: 10px;
  margin-right: 0; }
  #content #about img {
    float: right;
    padding-left: 1em; }
  #content .testimonial {
    margin-bottom: 1.8em;
    border-bottom: 2px solid #ccc; }

#footer {
  margin-top: 18px;
  text-align: center; }

a.cancel {
  color: #f00;
  padding-left: 25px; }

ul {
  list-style-type: none;
  margin-left: 0; }

textarea.short {
  margin: 0.5em 0;
  border: 1px solid #bbb;
  width: 390px;
  height: 40px;
  padding: 5px; }

label span.required {
  color: #c00; }

.input:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.input {
  display: inline-block;
  display: block;
  margin: 5px 0; }

* html .input {
  height: 1%; }

.input label {
  float: left;
  width: 150px; }
.input input {
  float: left; }

#flash {
  padding: .8em .8em .8em 2em;
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  border: 2px solid #000;
  text-align: center; }
  #flash.error {
    background: #f00; }
  #flash.success {
    background: #090;
    color: #fff; }
  #flash.notice {
    color: #000;
    background: #ff0; }

.fieldWithErrors label {
  border-left: 5px solid #c00;
  border-bottom: 1px solid #c00;
  background-color: #f0f0f0;
  text-align: center; }

#errorExplanation {
  width: 400px;
  border: 2px solid #f00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px; }
  #errorExplanation ul li {
    margin-left: 25px;
    font-size: 12px;
    list-style: square; }
