* {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

.clear {
  clear: both; }

.block {
  display: block; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block; }

.full_width {
  width: 100%; }

.absolute {
  position: absolute; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

.left_align {
  text-align: left; }

.right_align {
  text-align: right; }

.sm_padding {
  padding: 10px; }

.med_padding {
  padding: 20px; }

.lg_padding_x {
  padding-left: 50px; }

.bg_blue {
  background: #3c5055; }

.rounded {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px; }

.rounded_bl {
  border-radius-bottomleft: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-radius-bottom-left: 9px; }

.rounded_br {
  border-radius-bottomright: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-radius-bottom-right: 9px; }

h1.lg {
  font-size: 1.6em;
  padding: 0 10px;
  font-weight: normal; }

.dots_top {
  border-top: 3px dotted #243B41;
  display: block;
  margin: 0px 0 6px 0; }

#footer {
  position: relative;
  display: block; }
  #footer a#holly {
    position: absolute;
    z-index: 100;
    right: -100px;
    bottom: -10px;
    width: 150px;
    height: 60px;
    background: transparent url('/images/holly.gif') no-repeat; }
  #footer p {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: .9em;
    color: #130C40; }
  #footer #footer_nav {
    width: 100%;
    text-align: center;
    padding: 10px 0 4px 0; }
    #footer #footer_nav a {
      padding: 4px 12px;
      color: #B0AFAA !important;
      text-decoration: none !important; }
      #footer #footer_nav a:hover {
        color: #CC9933 !important; }
