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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* ====================== global ========================= */
body {
  background: #f1f1f1;
  font: normal 13px/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif; }

#page {
  width: 940px;
  background: url(../img/backgrounds/columns.gif) center top repeat-y;
  background-color: #ffffff;
  margin: 15px auto 0 auto;
  position: relative;
  color: #4d4d4d;
  overflow: hidden; }

a {
  color: #4d4d4d; }

body.badges #page {
  background: #ffffff; }

/* ====================== header ========================= */
#header {
	position: relative;
	height: 103px;
	background: url(../img/backgrounds/header/blue1.gif) center center no-repeat;
	background-color: #4d4d4d;
	border-bottom: solid 5px;
	border-bottom-color: #eeeade;
}
  #header #home-link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 103px;
    width: 300px; }
    #header #home-link a span {
      display: none; }

/* ====================== nav ========================= */
#nav a {
  color: #eeeade;
  display: block; }
#nav #nav1 {
  position: absolute;
  bottom: 15px;
  right: 25px; }
  #nav #nav1 li {
    float: left;
    margin-left: 18px; }
    #nav #nav1 li a {
      font-size: 18px;
      text-transform: uppercase;
      padding-top: 8px; }
      #nav #nav1 li a.active, #nav #nav1 li a:hover {
	padding-top: 2px;
	border-top: solid 6px;
	border-top-color: #6ba2cf;
}
#nav #nav2 {
  position: absolute;
  top: 18px;
  right: 15px; }
  #nav #nav2 li {
    float: left;
    line-height: 1.2;
    margin-left: 10px;
    color: #eeeade;
    font-size: 13px; }
    #nav #nav2 li a {
	display: block;
	padding-bottom: 2px;
	padding-right: 10px;
	border-right: dotted 0px;
	border-right-color: #eeeade;
}
      #nav #nav2 li a:hover {
	color: #6BA2CF;
}
    #nav #nav2 li#languages a {
      border: none;
      padding-right: 14px;
      background: url(../img/backgrounds/down-arrow.gif) right center no-repeat; }
      #nav #nav2 li#languages a:hover {
        color: #eeeade; }
    #nav #nav2 li#languages ul {
      position: absolute;
      z-index: 999999;
      top: 16px;
      right: 0;
      background: #4d4d4d;
      border: solid 1px;
      border-color: #eeeade;
      display: none; }
      #nav #nav2 li#languages ul li {
        float: none;
        padding: 0;
        margin: 0;
        font-size: 11px; }
        #nav #nav2 li#languages ul li a {
          display: block;
          color: #eeeade;
          margin: 0;
          padding: 4px 15px;
          border: none;
          background: none; }
          #nav #nav2 li#languages ul li a:hover {
            background: #bf5516;
            color: #eeeade; }

/* ====================== primary ========================= */
#primary {
  float: left;
  width: 565px;
  padding: 40px; }
  #primary img.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px; }
  #primary img.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
  #primary h1 {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	background: #6ba2cf;
	color: #fff;
	padding: 4px 15px;
	margin-bottom: 26px;
}
  #primary h2 {
    font-size: 30px;
    line-height: 1.33;
    font-weight: normal;
    margin: 30px 0 10px 0; }
    #primary h2 a {
      color: #4d4d4d; }
      #primary h2 a:hover {
        color: #bf5516;
        text-decoration: underline; }
  #primary h3 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 2px 0; }
  #primary h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0; }
  #primary h5 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase; }
    #primary h5 a {
      color: #4D4D4D; }
      #primary h5 a:hover {
        color: #6BA2CF; }
  #primary ul {
    margin: 20px 0; }
    #primary ul.linklist li {
      padding-left: 0;
      font-weight: bold;
      background: none; }
      #primary ul.linklist li a {
        color: #4d4d4d; }
        #primary ul.linklist li a:hover {
          color: #bf5516; }
  #primary li, #primary dt {
	margin: 0 0;
	padding-left: 20px;
	background: url(../img/backgrounds/bullet.gif) 5px .6em no-repeat;
}
  #primary dt {
    font-weight: bold;
    cursor: pointer; }
    #primary dt.open, #primary dt.over {
      color: #bf5516; }
  #primary dd {
    margin: 5px 20px 10px 20px;
    padding-left: 10px;
    border-left: solid 2px;
    border-left-color: #e6e6e6;
    display: none; }
  #primary blockquote {
    margin: 20px;
    border-left: solid 4px;
    border-left-color: #e6e6e6;
    padding-left: 20px; }
  #primary p {
    margin-bottom: 10px; }
    #primary p a {
      color: #4d4d4d;
      text-transform: uppercase;
      border-bottom: dotted 1px;
      border-bottom-color: #4d4d4d; }
      #primary p a:hover {
        border-bottom-color: #bf5516;
        color: #bf5516; }
    #primary p.readmore a {
      border: none;
      text-transform: uppercase;
      font-weight: bold;
      font-style: italic;
      color: #4d4d4d; }
      #primary p.readmore a:hover {
        color: #bf5516; }
    #primary p span.category {
      font-weight: bold;
      font-style: italic;
      color: #6ba2cf; }
  #primary pre {
    margin: 20px 0;
    padding: 20px 30px;
    background: #eef5f7; }
  #primary form {
    background: #eef5f7;
    margin: 30px 0;
    padding: 40px;
    padding-top: 10px;
    overflow: hidden; }
    #primary form div.formrow {
      float: left;
      clear: left; }
    #primary form label, #primary form div.submit {
      margin-top: 30px; }
    #primary form div.submit {
      margin-left: -2px; }
    #primary form textarea {
      width: 466px; }
    #primary form div.link {
      text-align: right;
      white-space: nowrap; }
      #primary form div.link a {
        font-size: 11px;
        text-transform: uppercase;
        color: #4d4d4d; }
        #primary form div.link a:hover {
          border-bottom: dotted 1px;
          border-bottom-color: #bf5516;
          color: #bf5516; }
  #primary div.hr {
    height: 6px;
    background: url(../img/backgrounds/red-dot.gif) left center repeat-x;
    margin: 25px 0 35px 0;
    clear: both; }
    #primary div.hr hr {
      display: none; }

.tour #primary h2 {
  margin-bottom: 10px;
  margin-top: 40px; }
  .tour #primary h2 img {
    display: block; }
.tour #primary h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: none;
  line-height: 1.4; }

.download #primary {
  width: 860px; }
  .download #primary div.badges {
    overflow: hidden;
    margin: 40px 0;
    padding: 30px 0 0 0;
    border-top: solid 2px;
    border-top-color: #e6e6e6; }
    .download #primary div.badges a {
      display: block;
      float: left;
      margin-right: 109px; }
      .download #primary div.badges a.last {
        margin-right: 0; }
      .download #primary div.badges a img {
        display: block; }
  .download #primary h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    clear: left;
    margin-top: 40px; }
	.map{width: 565px; height: 300px; top: 207px; left: 74px; position:absolute;}

/* ====================== aside ========================= */
.aside {
  position: relative;
  float: right;
  width: 270px;
  padding: 10px;
  border-bottom: solid 5px;
  border-bottom-color: #eeeade;
  clear: right; }
  .aside .content {
    padding: 30px;
    position: relative; }
  .aside h1 {
    font-size: 28px;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: normal;
    background: none;
    border: none;
    text-align: center; }

.text .content {
  background: #eef5f7; }
.text h1 {
  margin-bottom: 10px; }
.text ul {
  margin: 15px 0;
  border-top: solid 2px;
  border-top-color: #ccd2d4; }
  .text ul li {
    margin: 0;
    padding: 4px 0;
    border-bottom: solid 2px;
    border-bottom-color: #ccd2d4; }
    .text ul li a {
      font-size: 14px;
      text-transform: uppercase;
      font-style: italic;
      color: #4d4d4d;
      font-weight: bold; }
      .text ul li a:hover {
        color: #bf5516; }

.photos .content {
  background: #eef5f7; }
.photos ul {
  margin: 0;
  margin-top: 10px;
  overflow: hidden; }
  .photos ul li {
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 0;
    float: left; }
    .photos ul li a {
      display: block;
      width: 62px;
      height: 62px;
      background: #e6e6e6;
      border: solid 1px #fff; }
      .photos ul li a:hover {
	border-color: #6BA2CF;
}

.form .content {
  background: #eef5f7; }
.form label {
  margin-top: 10px; }
.form div.submit {
  text-align: right; }
.form input {
  width: 196px; }
.form button {
  border-color: #80b100;
  background: #80b100; }
  .form button:hover, .form button.hover {
	border-color: #fff;
	color: #fff;
	border: solid 4px #fff;
}
.form input:focus, .form textarea:focus {
  border-color: #80b100; }
.form h1 {
  font-size: 25px;
  color: #fff;
  background: #80b100;
  border: solid 4px #fff;
  text-align: center;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 0;
  margin-bottom: 20px; }
.form p {
  margin-bottom: 20px; }
.form.first .content, .form.crew .content, .form.moving .content {
  background: none; }
.form.first label, .form.crew label, .form.moving label {
  color: #fff; }
.form.first h1, .form.crew h1, .form.moving h1 {
  background: none;
  border: none;
  margin-bottom: 40px;
  padding-top: 14px; }
.form.first {
  background: url(../img/backgrounds/aside/invite/first.jpg) center top no-repeat;
  background-color: #80b100; }
.form.crew {
  background: url(../img/backgrounds/aside/invite/crew.jpg) center top no-repeat;
  background-color: #80b100; }
.form.moving {
  background: url(../img/backgrounds/aside/invite/moving.jpg) center top no-repeat;
  background-color: #80b100; }

#tour {
  padding: 0;
  height: 324px;
  width: 290px; }
  #tour .content {
	background: none;
	padding: 0;
	margin: 0;
	height: 344px;
	width: 290px;
}
  #tour a {
	display: block;
	position: absolute;
	left: 81px;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 0;
	font-size: 14px;
	line-height: 19px;
	height: 19px;
	text-align: center;
	width: 130px;
	overflow: hidden;
}
    #tour a:hover {
      background: #bf5516; }
  #tour.scooter .content {
	background: url(../images/poolaside.jpg) center top no-repeat;
}
    #tour.scooter .content a {
      top: 233px; }
  #tour.ropes .content {
    background: url(../img/backgrounds/aside/tour/ropes.jpg) center top no-repeat; }
    #tour.ropes .content a {
      top: 261px; }
  #tour.bike .content {
    background: url(../img/backgrounds/aside/tour/bike.jpg) center top no-repeat; }
    #tour.bike .content a {
      top: 227px; }

#badges.aside .content {
  padding-right: 120px;
  background: url(../img/backgrounds/aside/badge/small-robot.jpg) 95% 50% no-repeat;
  background-color: #eef5f7; }
  #badges.aside .content p {
    font-size: 15px; }
  #badges.aside .content h1 {
    text-align: left; }

#robot.aside {
  height: 570px;
  background: url(../img/backgrounds/aside/badge/large-robot.jpg) 0 30px no-repeat;
  border: none; }

/* ====================== airgini ========================= */
#airgini {
  border-top: solid 5px;
  border-top-color: #eeeade;
  margin: -5px auto 5px auto;
  position: relative;
  width: 920px;
  background: #fff;
  padding: 10px;
  color: #4d4d4d; }
  #airgini .content {
    background: #eef5f7;
    margin: 0;
    position: relative;
    height: 123px;
    overflow: hidden; }
    #airgini .content h1 {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      font-style: italic; }
    #airgini .content div.airgini, #airgini .content div.blog, #airgini .content div.invitation {
      position: absolute;
      width: 205px;
      padding: 28px 20px 10px 88px;
      top: 0;
      font-size: 12px; }
      #airgini .content div.airgini a,       #airgini .content div.blog a,       #airgini .content div.invitation a {
        text-transform: uppercase;
        font-weight: bold; }
        #airgini .content div.airgini a:hover,         #airgini .content div.blog a:hover,         #airgini .content div.invitation a:hover {
          color: #bf5516; }
    #airgini .content div.airgini {
      width: 192px;
      left: 0;
      background: url(../img/backgrounds/bottom-bar/dolls.jpg) left center no-repeat; }
    #airgini .content div.blog {
      left: 294px;
      background: url(../img/backgrounds/bottom-bar/typewriter.jpg) left center no-repeat; }
    #airgini .content div.invitation {
      left: 600px;
      padding-left: 92px;
      background: url(../img/backgrounds/bottom-bar/invitation.jpg) left center no-repeat; }

/* ====================== features ========================= */
#features {
  border-top: solid 5px;
  border-top-color: #eeeade;
  margin: -5px auto 5px auto;
  position: relative;
  width: 920px;
  background: #fff;
  padding: 10px;
  color: #4d4d4d; }
  #features .content {
    background: #eef5f7;
    margin: 0;
    position: relative;
    height: 123px;
    overflow: hidden; }
    #features .content h1 {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      font-style: italic; }
    #features .content div.plays-well, #features .content div.anywhere, #features .content div.mobile {
      position: absolute;
      width: 198px;
      padding: 28px 20px 10px 88px;
      top: 0;
      font-size: 12px;
      height: 83px; }
      #features .content div.plays-well a,       #features .content div.anywhere a,       #features .content div.mobile a {
        text-transform: uppercase;
        font-weight: bold; }
        #features .content div.plays-well a:hover,         #features .content div.anywhere a:hover,         #features .content div.mobile a:hover {
          color: #bf5516; }
    #features .content div.plays-well {
      width: 188px;
      left: 10px;
      padding-left: 94px;
      background: url(../img/backgrounds/bottom-bar/robots.jpg) left center no-repeat; }
    #features .content div.anywhere {
      left: 300px;
      background: url(../img/backgrounds/bottom-bar/globe.jpg) left center no-repeat; }
    #features .content div.mobile {
      left: 590px;
      padding-left: 110px;
      background: url(../img/backgrounds/bottom-bar/motorcycle.jpg) left center no-repeat; }

/* ====================== footer ========================= */
#footer {
  border-top: solid 5px;
  border-top-color: #F1F1F1;
  margin: -5px auto 20px auto;
  position: relative;
  width: 940px;
  color: #4d4d4d; }
  #footer .links {
	background: url(../img/text/footer/link.gif) 50px 50% no-repeat;
	background-color: #4d4d4d;
	color: #fff;
	float: left;
	width: 308px;
	height: 106px;
	padding: 28px 0 0 160px;
	position: relative;
}
    #footer .links h1 {
      display: none; }
    #footer .links li {
      width: 152px;
      float: left; }
      #footer .links li a {
        color: #eeeade;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 1.8; }
        #footer .links li a:hover {
          border-bottom: dotted 1px;
          border-bottom-color: #eeeade; }
  #footer p.copyright {
    clear: both;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px 0; }
  #footer .about, #footer .feedback, #footer .snapshot {
    float: right;
    width: 252px;
    height: 100px;
    padding: 34px 30px 0 186px;
    color: #eeeade;
    font-size: 12px;
    line-height: 1.5; }
    #footer .about h1,     #footer .feedback h1,     #footer .snapshot h1 {
      display: none; }
  #footer .about {
	background: url(../img/text/footer/about-us.gif) 36px 50% no-repeat;
	background-color: #6ba2cf;
}
  #footer .snapshot {
	background: url(../img/text/footer/snapshot_red.gif) 36px 50% no-repeat;
	background-color: #6ba2cf;
}
  #footer .feedback {
    background: url(../img/text/footer/feedback_red.gif) 36px 50% no-repeat;
    background-color: #bf5516; }

/* ====================== form ========================= */
form label {
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 2px; }
form input, form textarea {
  border: solid 2px;
  border-color: #e6e6e6;
  font-size: 18px;
  padding: 2px 5px;
  color: #4d4d4d;
  font-family: "Trebuchet MS", Arial, Helvetica; }
  form input:focus,   form textarea:focus {
    border-color: #bf5516; }
form button {
  background: #bf5516;
  border: solid 4px #fff;
  color: #fff;
  padding: 1px 16px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer; }
  form button:hover, form button.hover {
    border-color: #4d4d4d;
    color: #4d4d4d; }
form div.submit {
  margin-top: 20px; }

body.home #page {
  background: none; }
body.home #header {
	background: url(../img/backgrounds/header/blue.png);
	border: none;
}
body.home #home-background, body.home #home-image {
	height: 566px;
	position: relative;
	width: 940px;
	background: url(../img/head.jpg);
	overflow: hidden;
}
body.home #home-image {
  background: center top no-repeat; }
body.home #primary {
  float: none;
  width: 940px;
  padding: 0;
  height: 566px;
  position: relative; }
  body.home #primary #invite.form {
    z-index: 999999;
    float: none;
    position: absolute;
    top: 55px;
    right: 10px;
    background: none;
    border: none;
    color: #eeeade;
    padding: 0; }
    body.home #primary #invite.form p {
      font-size: 13px;
      margin: 10px 40px;
      margin-bottom: 0; }
    body.home #primary #invite.form form {
      background: none;
      margin-top: 0;
      padding-top: 0; }
      body.home #primary #invite.form form input {
        background: #eeeade;
        border-color: #4d4d4d;
        width: 175px; }
      body.home #primary #invite.form form label {
        margin-top: 10px;
        font-size: 13px;
        width: 200px; }
      body.home #primary #invite.form form div.formrow {
        width: 190px; }
      body.home #primary #invite.form form div.submit {
        text-align: right;
        width: 190px;
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px; }
    body.home #primary #invite.form .content {
      background: none;
      padding: 0;
      margin: 0; }
    body.home #primary #invite.form h1 {
      background: none;
      border: none;
      font-style: normal;
      font-size: 24px;
      margin-bottom: 10px; }
  body.home #primary #feature-trigger {
    display: none;
    width: 194px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    top: 329px;
    left: 95px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-align: center; }
    body.home #primary #feature-trigger:hover {
      background: #80b100; }
  body.home #primary #feature-boxes {
    position: absolute;
    height: 145px;
    width: 940px;
    bottom: -1px;
    left: 0;
    display: none; }
    body.home #primary #feature-boxes div.feature {
      background: url(../img/backgrounds/beige.png) left top repeat;
      height: 115px;
      padding: 15px;
      position: absolute;
      bottom: 0;
      overflow: hidden; }
      body.home #primary #feature-boxes div.feature h1 {
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        font-style: italic;
        margin: 5px 0;
        color: #4d4d4d;
        background: none;
        padding: 0; }
      body.home #primary #feature-boxes div.feature p {
        margin: 5px 0; }
      body.home #primary #feature-boxes div.feature a, body.home #primary #feature-boxes div.feature p a {
        display: block;
        text-transform: none;
        border: none; }
        body.home #primary #feature-boxes div.feature a span.more,         body.home #primary #feature-boxes div.feature p a span.more {
          text-transform: uppercase; }
        body.home #primary #feature-boxes div.feature a:hover,         body.home #primary #feature-boxes div.feature p a:hover {
          border: none; }
        body.home #primary #feature-boxes div.feature a.img,         body.home #primary #feature-boxes div.feature p a.img {
          float: left;
          margin-right: 10px; }
      body.home #primary #feature-boxes div.feature#feature1 {
        width: 270px;
        left: 0; }
      body.home #primary #feature-boxes div.feature#feature2 {
        width: 300px;
        left: 305px; }
      body.home #primary #feature-boxes div.feature#feature3 {
        width: 270px;
        left: 640px; }
body.home #content-boxes {
	margin-top: 5px;
	position: relative;
	height: 400px;
}
  body.home #content-boxes div.box {
	background: #fff;
	padding: 36px;
	position: absolute;
	height: 400px;
	top: 0;
}
    body.home #content-boxes div.box h1 {
	margin: 0;
	margin-bottom: 15px;
	text-align: left;
	padding: 0 0 10px 0;
	background: url(../img/backgrounds/brown-dot.gif) left bottom repeat-x;
}
    body.home #content-boxes div.box h2 {
      text-transform: none;
      font-size: 18px;
      font-weight: normal;
      margin: 0; }
    body.home #content-boxes div.box p {
      margin: 5px 0; }
    body.home #content-boxes div.box#news {
	left: 0;
	width: 563px;
}
    body.home #content-boxes div.box#numbers {
      left: 305px;
      width: 258px; }
    body.home #content-boxes div.box#feedback {
      left: 640px;
      width: 228px; }
    body.home #content-boxes div.box#numbers p.count {
      margin: 0;
      padding: 8px 15px;
      background: #eef5f7;
      text-transform: uppercase;
      font-size: 20px;
      text-align: center; }
      body.home #content-boxes div.box#numbers p.count span.number {
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        font-style: italic; }
    body.home #content-boxes div.box#numbers p.latest-member {
      margin: 15px 0;
      padding: 0 15px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold; }
      body.home #content-boxes div.box#numbers p.latest-member span.location {
        text-transform: none;
        font-family: "Times New Roman";
        font-style: italic;
        font-weight: bold;
        display: block;
        font-size: 20px; }
    body.home #content-boxes div.box#feedback blockquote {
      border: none;
      margin: 0;
      padding: 0; }
      body.home #content-boxes div.box#feedback blockquote p {
        display: inline;
        font-size: 16px;
        font-style: italic;
        line-height: 1.5; }
      body.home #content-boxes div.box#feedback blockquote cite {
        text-transform: uppercase;
        font-style: normal; }

/* ====================== color_themes ========================= */
body.contact #nav #nav1 a.active {
  border-top-color: #e6b700; }
body.contact #primary h1 {
  background: #e6b700; }
body.contact #primary button {
  background: #e6b700; }
body.contact #primary input:focus, body.contact #primary textarea:focus {
  border-color: #e6b700; }
body.contact #header {
  background-image: url(../img/backgrounds/header/yellow.gif); }
body.contact #footer .about {
  background-image: url(../img/text/footer/about-us_yellow.gif);
  background-color: #e6b700; }

body.news #nav #nav1 a.active {
	border-top-color: #6ba2cf;
}
body.news #primary h1 {
	background: #6ba2cf;
}
body.news #primary div.hr {
  background-image: url(../img/backgrounds/blue-dot.gif); }
body.news #header {
	background-image: url(../img/backgrounds/header/blue1.gif);
}
body.news #footer .snapshot {
  background-image: url(../img/text/footer/snapshot_blue.gif);
  background-color: #6ba2cf; }

body.faqs #nav #nav1 a.active {
  border-top-color: #8f8271; }
body.faqs #primary h1 {
  background: #8f8271; }
body.faqs #primary div.hr {
  background-image: url(../img/backgrounds/brown-dot.gif); }
body.faqs #header {
  background-image: url(../img/backgrounds/header/brown.gif); }
body.faqs #footer .feedback {
  background-image: url(../img/text/footer/feedback_brown.gif);
  background-color: #8f8271; }

body.invite #nav #nav1 a.active {
  border-top-color: #80b100; }
body.invite #nav #nav2 a.active {
  color: #80b100; }
body.invite #primary h1 {
  background: #80b100; }
body.invite #primary button {
  background: #80b100; }
body.invite #primary input:focus, body.invite #primary textarea:focus {
  border-color: #80b100; }
body.invite #header {
  background-image: url(../img/backgrounds/header/green.gif); }
body.invite #footer .feedback {
  background-image: url(../img/text/footer/feedback_green.gif);
  background-color: #80b100; }

body.badges #nav #nav2 a.active {
  color: #bf5516; }

#nav #nav1 li.faqs a:hover {
  border-top-color: #8f8271; }
#nav #nav1 li.news a:hover {
  border-top-color: #6ba2cf; }
#nav #nav1 li.contact a:hover {
	border-top-color: #6ba2cf;
}
#nav #nav1 li.blog a:hover {
  border-top-color: #80b100; }
  
 
