/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
body {
  position: relative;
  line-height: 1;
}

/* ol, ul {
  list-style: none;
}
*/
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0 none;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* -------------------------------  something like resest  --------------------------------------- */
p {
  margin: 6px 0 12px;
  line-height: 1.4em;
}
.text-list {
  line-height: 1.2em;
}
.text-list li {
  margin: .5em 0 1em 0;
}
.bold-list {
  margin: 0 0 2em 0;
}
.bold-list  li {
  margin: 1em 0;
  list-style-type: none;
  line-height: 1.2em;
}
.semibold-table td {
  font-weight: 600 !important;
}
ul, ol {
  padding-left: 1.5em;
}
html, body {
  height: 100%;
}
body {
  min-width: 940px !important;
  background: #fff;
  color: #222;
  font-size: 100%;
  font-size: 13px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 20px;
}
.hand-written {
  color: #333;
  font-weight: normal !important;
  font-size: 18px;
  font-family: 'Shadows Into Light Two', Helvetica, Arial, sans-serif;
  letter-spacing: .025em;
}
h1.hand-written {
  line-height: 1.3em;
  letter-spacing: .025em;
}
.wrapper {
  margin: 0 auto -332px auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.pusher {
  height: 111px;
}
footer, .push {
  height: 331px;
}

/* --------------------------------------  NEW FLAT BUTTONS  ------------------------------------------- */

.btn-hilight,
.btn-regular,
.btn-light,
.btn-dark,
.btn-disabled,
.btn-hilight-small,
.btn-volume {
  border: #dddddd 1px solid;
  padding: 10px 2em;
  margin: 0 2px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
  background: #0a416a;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-regular {
  background: #0a416a !important;
}
.disabled-text .btn-disabled-white {
  color: #fff !important;
}
.btn-hilight:hover,
.btn-regular:hover,
.btn-light:hover,
.btn-dark:hover,
.btn-disabled:hover,
.btn-hilight-small:hover,
.btn-hilight-big:hover {
  cursor: pointer;
  text-decoration: none;
}
.btn-narrow {
  padding: 3px 2em !important;
}
.btn-hilight {
  background-color: #ec792a;
  color: #fff !important;
  margin-bottom: 2em;
}
.btn-lightregular {
  background: #3778a8
}
.btn-hilight-big,
.btn-big {
  padding: 18px 28px;
  font-size: 16px;
}
.btn-hilight-small {
  background: #ec792a;
  color: #fff;
  padding: 7px 1em 6px 1em;
  font-size: 12px;
  margin-right: 0 .5em;
}
.navbar .btn-hilight-small {
  border: #14466d 1px solid;
}
.btn-light {
  background: #fff !important;
  color: #0a416a !important;
  border: #c8c9ca 1px solid !important;
}
.btn-blue {
  color: #0a416a !important;
  padding: 5px 1em !important;
  font-size: 11px !important;
}
.btn-hilight:hover,
.btn-hilight-big:hover,
.btn-hilight-small:hover {
  background-color: #e56a16;
}
.nav .btn-light {
  padding: 3px 10px;
}
.btn-dark {
  background: #333;
}
.btn-disabled {
  background: #ccc !important;
  color: #999;
  border: #c7c7c7 1px solid;
}
.btn-regular:hover {
  background-color: #3778a8;
  text-decoration: none;
}
.nav-subheader .btn-dark {
  border: 1px solid #113c5c !important;
}
.btn-hilight:hover {
;color: #fff;
  background-color: #e26e1e;
  cursor: pointer;
}
.btn-hilight img {
  position: relative;
}
.btn-simple {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  padding: 8px 24px 6px 24px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  white-space: nowrap;
  border: 1px solid #ddd;
  background: #fff;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-decoration: none;
}
.btn-simple img {
  position: relative;
  top: 4px;
}
.btn-simple-img {
  padding: 0px 24px 8px 24px;
}
.btn-simple-img img {
  position: relative;
  top: 6px;
}
.btn-simple:hover {
  text-decoration: none;
  background: #f1f1f1;
  background: -moz-linear-gradient(-90deg, #ffffff, #e2e2e2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#e2e2e2', gradientType='0');
  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(226, 226, 226));
}
.btn-volume {
  color: #333 !important;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border-color: #d5d5d5;
  *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}