
/**
 * HTML Entities
 */

a {
  color: #fff;
  color: #939393;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

body, html {
  background: #010101;
}

body {
  color: #999;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
}

body#index {
  background: #010101 url(/images/body/home.jpg) center top no-repeat;
}

body#agency {
  background: #010101 url(/images/body/agency.jpg) center top no-repeat;
}

body#people {
  background: #010101 url(/images/body/people.jpg) center top no-repeat;
}

body#people.bio {
  background: #010101;
}

body#work,
body#clients {
  background: #010101 url(/images/body/work.jpg) center top no-repeat;
}

body#experience {
  background: #010101 url(/images/body/experience.jpg) center top no-repeat;
}

body#blog {
  background: #010101 url(/images/body/blog.jpg) center top no-repeat;
}

body#employment {
  background: #010101 url(/images/body/employment.jpg) center top no-repeat;
}

body#news {
  background: #010101 url(/images/body/news.jpg) center top no-repeat;
}

body#contact {
  background: #010101 url(/images/body/contact.jpg) center top no-repeat;
}

dl {
  margin: 15px 0;
  padding: 0;
}

dl dt {
  margin: 0;
  padding: 0;
}

dl dd {
  margin: 0;
  padding: 0;
}

form {
  border: 0;
  margin: 0;
  padding: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: 'Arial Narrow', Arial, Helvetica, serif;
  text-transform: uppercase;
  margin: 15px 0;
  padding: 0;
  text-transform: uppercase;
}

h2 {

}

h3, h4 {
  color: #909090;
  vertical-align: bottom;
}

h3 {
  font-size: 18px;
}

h3 em {
  color: #fff;
  font-size: 15px;
  font-style: normal;
}

h3 span {
  color: #616161;
  font-size: 13px;
  margin: 0 8px;
}

img {
  border: 0;
}

input {
  margin: 0;
}


/**
 * Wrapper
 */

.wrapper {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 990px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/**
 * Player
 */

#player, #video {
  display: block;
  height: 494px;
  margin-top: 15px;
  width: 878px;
}

h2 a, h2 a:hover {
	text-decoration: none;
}


/**
 * Back Link
 */

a.back {
  display: inline-block;
  width: 36;
  height: 16;
  margin-right: 8px;
}

a.back.right {
  display: inline-block;
  margin-top: 22px;
}


/**
 * Header
 */

#header {
  height: 100px;
  overflow: hidden;
  position: relative;
}

#header a img {
  float: left;
  height: 18px;
  margin-top: 69px;
  width: 220px;
}

#header ul.connected {
  height: 30px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
}

#header ul.connected li {
  float: left;
  list-style: none;
  margin: 0 0 0 4px;
  padding: 0;
}

#header ul.connected li a {
  height: 30px;
  width: 26px;
  display: block;
}

#header ul.connected li a.facebook {
  background: url(/images/header/connected/facebook.png) top center no-repeat;
}

#header ul.connected li a.facebook:hover {
  background: url(/images/header/connected/facebook.png) bottom center no-repeat;
}

#header ul.connected li a.linkedin {
  background: url(/images/header/connected/linkedin.png) top center no-repeat;
}

#header ul.connected li a.linkedin:hover {
  background: url(/images/header/connected/linkedin.png) bottom center no-repeat;
}

#header ul.connected li a.twitter {
  background: url(/images/header/connected/twitter.png) top center no-repeat;
}

#header ul.connected li a.twitter:hover {
  background: url(/images/header/connected/twitter.png) bottom center no-repeat;
}

#header ul.connected li a.youtube {
  background: url(/images/header/connected/youtube.png) top center no-repeat;
}

#header ul.connected li a.youtube:hover {
  background: url(/images/header/connected/youtube.png) bottom center no-repeat;
}

#header ul.nav {
  float: right;
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
}

#header ul.nav li {
  background: url(/images/header/nav/gradient.png) center bottom repeat-x;
  border-left: 1px solid #2e2924;
  float: left;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header ul.nav li a {
  color: #999;
  display: block;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 38px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

#header ul.nav li.active a.agency,
#header ul.nav li a:hover.agency {
  color: #364344;
}

#header ul.nav li.active a.people,
#header ul.nav li a:hover.people {
  color: #364344;
}

#header ul.nav li.active a.work,
#header ul.nav li a:hover.work {
  color: #364344;
}

#header ul.nav li.active a.experience,
#header ul.nav li a:hover.experience {
  color: #364344;
}

#header ul.nav li.active a.blog,
#header ul.nav li a:hover.blog {
  color: #364344;
}

#header ul.nav li.active a.employment,
#header ul.nav li a:hover.employment {
  color: #364344;
}

#header ul.nav li.active a.news,
#header ul.nav li a:hover.news {
  color: #364344;
}

#header ul.nav li.active a.contact,
#header ul.nav li a:hover.contact {
  color: #364344;
}

/* Burgundy 560319 */


/**
 * Content
 */

#content {
  min-height: 500px;
}

#content a {
  text-transform: none;
}


/**
 * Twitter
 */

#twitter {
  clear: both;
  height: 140px;
  margin-top: 50px;
  padding-top: 76px;
  position: relative;
}

#twitter ul {
  background: #474747;
  background: rgba(255, 255, 255, 0.125);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  list-style: none;
  height: 78px;
  margin: 0 0 0 45px;

  overflow: hidden;

  padding: 0;
  width: 650px;
}

#twitter ul li {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 35px 20px 85px;
  text-transform: uppercase;
}

#twitter ul li a {
  color: #fff;
  text-transform: uppercase;
}

#twitter img {
  height: 254px;
  left: -60px;
  position: absolute;
  top: 0;
  width: 212px;
}

#twitter #bird {
  height: 37px;
  left: 655px;
  position: absolute;
  top: 120px;
  width: 48px;
}

#twitter a.follow {
  color: #ccc;
  display: block;
  font-size: 10px;
  height: 12px;
  left: 600px;
  line-height: 12px;
  position: absolute;
  top: 130px;
  width: 80px;
}

#twitter a.follow strong {
  color: #879a3a;
}


/**
 * Footer
 */

#footer {
  font-size: 11px;
  line-height: 38px;
  text-align: right;
}

#footer img {
  float: right;
  margin-left: 20px;
}

#footer a {
  color: #999;
}


/**
 * Agency
 */

#agency.index a.services {
  color: #fff;
}


/**
 * Feature
 */

#agency.index #feature {
  background: url(/images/agency/bkg.jpg) center top no-repeat;
  color: #fff;
  height: 400px;
  overflow: hidden;
  padding: 2px 0;
}

#agency.index #feature div.tourwrist-tour-embed {
  float: left;
  height: 400px;
  overflow: hidden;
  width: 635px;
}

#agency.index #feature div.content {
  margin-left: 635px;
  padding: 90px 0 0 50px;
}

#agency.index #feature div.content h2 {
  color: #d2d0d0;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  margin-top: 0;
}

#agency.index #content div.content p {
  color: #fff;
}

#agency.index #content h1 {
  color: #d2d0d0;
}

#agency.index #content ul {
  height: 140px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1000px;
}

#agency.index #content ul li {
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
  width: 160px;
}

#agency.index #content ul li a {
  background: rgb(54, 34, 11) url(/images/agency/view-tour.png) 78px 65px no-repeat;
  background-color: rgba(54, 34, 11, 0.65);
  display: block;
  height: 72px;
  opacity: 0;
  padding: 10px;
  width: 140px;
  z-index: 1000;
  margin-bottom: 5px;
}

#agency.index #content ul li strong {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}

#agency.index #content p {
  font-size: 16px;
  line-height: 22px;
  width: 780px
}

#agency.index #content #services {
  border-top: 2px solid #737a80;
  border-bottom: 2px solid #737a80;
  display: none;
  padding: 35px 50px;
  background-color: rgba(161, 213, 228, 0.15);
}


/**
 * People
 */

#people.index #content h1 {
  color: #909090;
  display: inline-block;
  font-size: 24px;
}

#people.index #content h2 {
  color: #e4e4e4;
  display: inline-block;
  font-size: 19px;
}

#people.index #content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 984px;
}

#people.index #content ul li {
  float: left;
  height: 160px;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  width: 160px;
}

#people.index #content ul li img {
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 160px;
  z-index: 500;
}

#people.index #content ul li a {
  color: #fff;
  display: block;
  font-size: 9px;
  height: 140px;
  opacity: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 140px;
  z-index: 1000;
}

#people.index #content ul li a {
  background: rgb(132, 96, 22) url(/images/people/view-bio.png) 85px 130px no-repeat;
  background-color: rgba(132, 96, 22, 0.65);
  padding: 10px;
}

#people.index #content ul li a strong {
  font-size: 16px;
}


/**
 * People > Bio
 */

#people.bio #content {
  height: 608px;
  margin: 6px;
  padding: 10px;
  text-align: left;
}

#people.bio #content h1 {
  color: rgb(132, 96, 22);
  font-size: 20px;
  margin: 0;
}

#people.bio #content h2 {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}

#people.bio #content video,
#people.bio #content #video {
  background: #333;
  border: 1px solid #464646;
  height: 308px;
  margin: 15px 0;
  width: 546px;
}

#people.bio #content #scroller {
  height: 289px;
  overflow: auto;
  padding-right: 10px;
}

#people.bio #content q {
  color: rgb(132, 96, 22);
  display: block;
  font-size: 22px;
  line-height: 24px;
}


/**
 * Work
 */

#work #content h1 {
  color: #909090;
  display: inline-block;
  font-size: 24px;
}

#work #content h2 {
  color: #e4e4e4;
  display: inline-block;
  font-size: 19px;
}

#work.index #content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1000px;
}

#work.index #content ul li {
  float: left;
  height: 110px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  padding: 0;
  width: 190px;
}

#work.index #content ul li img {
  height: 110px;
  left: 0;
  position: absolute;
  top: 0;
  width: 190px;
  z-index: 500;
}

#work.index #content ul li a {
  color: #fff;
  display: block;
  font-size: 9px;
  height: 90px;
  opacity: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 170px;
  z-index: 1000;
}

#work.index #content ul li a {
  background: rgb(175, 41, 14) url(/images/portfolio/view-project.png) 90px 80px no-repeat;
  background-color: rgba(175, 41, 14, 0.85);
  padding: 10px;
}

#work.index #content ul li a strong {
  font-size: 16px;
}


/**
 * Work > View
 */

#work.view #content #video {
  height: 556px;
  width: 990px;
}

#work.view #content p {
  width: 400px;
}

#work.view #content ol {
  background: #474747;
  background: rgba(255, 255, 255, 0.125);
  border: 1px solid #333;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  max-height: 130px;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}

#work.view #content ol li {
  border-top: 1px solid #000;
  margin: 0;
  padding: 0;
}

#work.view #content ol li.alt {

}

#work.view #content ol li a {
  display: block;
  line-height: 25px;
  padding: 0 10px;
}

#work.view #content ol li a:hover {
  color: #fff;
  background: rgb(175, 41, 14);
  background: rgba(175, 41, 14, 0.1);
}

#work.view #content ol li a.current,
#work.view #content ol li a.current:hover {
  background: rgb(175, 41, 14);
  background: rgba(175, 41, 14, 0.2);
  color: #fff;
}

#work.view #content #thumbnails {
  background: #474747;
  background: rgba(255, 255, 255, 0.125);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 70px;
  margin: 15px 0;
  padding: 15px 0;
  position: relative;
}

#work.view #content #thumbnails .scrollable {
  position: relative;
  overflow: hidden;
  float: left;
  width: 872px;
  height: 70px;
  margin-left: 59px;
  display: inline; /* Fixes IE6 Bug */
}

#work.view #content #thumbnails ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}

#work.view #content #thumbnails ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
}

#work.view #content #thumbnails ul li a img {
  border: 2px solid #000;
  height: 64px;
  padding: 1px;
  width: 110px;
}

#work.view #content #thumbnails ul li a:hover img {
  border: 2px solid #AF290E;
}

#work.view #content #thumbnails ul li.current a img {
  border: 2px solid #AF290E;
}

#work.view #content #thumbnails a.browse {
  width: 37px;
  height: 81px;
  cursor: pointer;
  text-align: center;
}

#work.view #content #thumbnails a.browse img {

}

#work.view #content #thumbnails a.browse.left {
  position: absolute;
  left: 0;
} 

#work.view #content #thumbnails a.browse.left:hover {

}

#work.view #content #thumbnails a.browse.right {
  position: absolute;
  right: 0;
}

#work.view #content #thumbnails a.browse.right:hover {

}

#work.view #content #thumbnails a.browse.disabled {
  visibility: hidden !important;
}


/**
 * Clients
 */

#clients #content h1 {
  color: #909090;
  display: inline-block;
  font-size: 24px;
}

#clients #content h2 {
  color: #e4e4e4;
  display: inline-block;
  font-size: 19px;
}

#clients.index #content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1000px;
}

#clients.index #content ul li {
  background: #101010;
  background: rgba(0,0,0,0.8);
  float: left;
  height: 190px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  padding: 0;
  width: 190px;
}

#clients.index #content ul li img {
  height: 190px;
  left: 0;
  position: absolute;
  top: 0;
  width: 190px;
  z-index: 500;
}

#clients.index #content ul li a {
  background: rgb(175, 41, 14) url(/images/portfolio/view-client.png) 100px 160px no-repeat;
  background-color: rgba(175, 41, 14, 0.65);
  color: #fff;
  display: block;
  font-size: 9px;
  height: 170px;
  opacity: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 170px;
  z-index: 1000;
}

#clients.index #content ul li a strong {
  font-size: 16px;
}


/**
 * Clients > View
 */

#clients.view #content {
  height: 608px;
  margin: 6px;
  padding: 10px;
  text-align: left;
}

#clients.view #content h1 {
  color: #AF290E;
  display: block;
  font-size: 20px;
  margin: 0;
  padding-bottom: 20px;
}

#clients.view #content img {
  border: 1px solid #464646;
  float: left;
  height: 190px;
  width: 190px;
}

#clients.view #content .content {
  margin-left: 212px;
}

#clients.view #content .content a {
  color: #fff;
}

#clients.view #content .content dl {
  color: #fff;
  margin: 0;
  padding: 0;
}

#clients.view #content .content dl dt {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}


/**
 * Experience
 */

#experience.index #content h1 {
  text-indent: -10000px;
}

#experience.index #content ul {
  list-style: none;
  margin: 0 0 0 55px;
  padding: 0;
  width: 921px;
}

#experience.index #content ul li {
  float: left;
  margin: 0 32px 0 0;
  min-height: 250px;
  padding: 0;
  width: 275px;
}

#experience.index #content ul li a {
  background: rgb(25, 33, 45) url(/images/experience/view-case-study.png) 162px 128px no-repeat;
  background-color: rgba(25, 33, 45, 0.65);
  color: #fff;
  display: block;
  font-size: 9px;
  height: 139px;
  opacity: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 255px;
  z-index: 1000;
  margin-bottom: 5px;
}

#experience.index #content ul li h2 {
  display: inline;
  font-size: 17px;
  margin: 5px 0 -5px 0;
  vertical-align: baseline;
}

#experience.index #content ul li h3 {
  color: #fff;
  display: inline;
  font-size: 15px;
  vertical-align: baseline;
}

#experience.index #content ul li p {
  margin-top: 5px;
}

#experience.index #content #back {
  width: 36px;
  height: 16px; 
  float: left;
}


/**
 * Experience > Case Study
 */

#experience.case-study #content {
  background-color: rgba(161, 213, 228, 0.15);
  border-top: 2px solid #63666d;

  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;

  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;

  margin-bottom: 10px;
  padding: 55px 70px;
  width: 850px;
}

#experience.case-study #content h1 {
  display: inline;
  font-size: 20px;
  margin: 0;
}

#experience.case-study #content h2 {
  color: #e4e4e4;
  display: inline;
  font-size: 15px;
  margin: 0;
}

#experience.case-study #content h3 {
  color: #e4e4e4;
}

#experience.case-study #content ul {
  float: right;
  font-size: 13px;
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
}

#experience.case-study #content ul li {
  border-left: 1px solid #666;
  float: left;
  margin: 0;
  padding: 0 4px;
}

#experience.case-study #content ul li:first-child {
  border-left: 0;
}

#experience.case-study #content q {
  display: none;
}

#experience.case-study #content div.photo {
  left: -35px;
  margin: 20px 0;
  position: relative;
}


/**
 * Employment
 */

#employment.index #content {
  background-color: rgba(161, 213, 228, 0.15);
  border-top: 2px solid #63666d;

  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;

  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;

  margin-bottom: 10px;
  padding: 50px;
  width: 890px;
}

#employment.index #content h1 {
  color: #909090;
  display: inline-block;
  font-size: 24px;
  margin: 0;
}

#employment.index #content h2 {
  color: #e4e4e4;
  display: inline-block;
  font-size: 19px;
  margin: 0;
}

#employment.index #content ul#employees {
  height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 950px;
}

#employment.index #content ul#employees li {
  float: left;
  font-size: 10px;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  width: 215px;
}

#employment.index #content ul#employees li img {
  border: 1px solid #fff;
  display: block;
  height: 138px;
  width: 213px;
}

#employment.index #content ul#employees li strong {
  font-size: 12px;
}

#employment.index #content ul#employees li em {
  color: #fff;
  font-style: normal;
}

#employment.index #content dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  text-transform: uppercase;
}

#employment.index #content dl dt a {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

#employment.index #content dl dd dl dt {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: none;
}

#employment.index #content dl dd dl dd ul {
  margin: 0;
}


/**
 * News
 */

#news #content h1 {
  color: #909090;
  display: inline-block;
  font-size: 24px;
}

#news #content div.left {
  clear: both;
  padding-top: 20px;
  width: 650px;
}

#news #content div.right {
  padding-top: 20px;
  width: 315px;
}

#news #content h2,
#news #content h3 {
  display: inline;
  vertical-align: baseline;
}

#news #content h3 {
  color: #fff;
}

#news #content ul {
  border-top: 1px solid #999;
  list-style: none;
  margin: 15px 0 30px 0;
  padding: 0;
}

#news #content div.left ul {
  list-style: none;
  margin: 15px 0 30px 0;
  padding: 0;
}

#news #content div.left ul li,
#news #content div.right ul li {
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
}

#news #content ul li.alt,
#news #content ul li.alt {
  background: #1a1c1d;
  background: rgba(48, 55, 60, 0.2);
}

#news #content div.left ul li:first-child,
#news #content div.right ul li:first-child {
  border-top: none;
}

#news #content div.left ul li a,
#news #content div.right ul li a {
  display: block;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#news #content div.left ul li a {
  height: 50px;
  padding: 10px 10px;
}

#news #content div.right ul li a {
  padding: 10px 10px;
}

#news #content div.left ul li a, {
  background: #1a1c1d;
  background: rgba(48, 55, 60, 0.2);
  line-height: 30px;
  padding: 0 10px;
}

#news #content div.left ul li a:hover {
  background: rgb(153, 129, 86) url(/images/floor/thumbnails/right.png) top right;
  background: rgba(153, 129, 86, 0.3) url(/images/floor/thumbnails/right.png) top right no-repeat;
}

#news #content div.right ul li a:hover {
  background: rgb(153, 129, 86);
  background: rgba(153, 129, 86, 0.3);
}

#news #content div.left ul li a strong {
  color: #fff;
  font-size: 18px;
}

#news #content div.left ul li a img {
  left: -2px;
  position: relative;
  top: 3px;
}

#news #content div.left ul li a em {
  float: right;
}

#news #content div.left ul li a em {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.15);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  font-style: normal;
  margin-right: 15px;
  padding: 5px 7px;
  text-align: center;
}

/**
 * News > Best News
 */

#news #content #best-news {
  float: right;
  padding-top: 20px;
  width: 315px;
}

#news #content #best-news ul {
  border: 0;
}

#news #content #best-news ul li {
  background: #2d2f30;
  background: rgba(48, 55, 60, 0.5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px;
}

#news #content #best-news ul li a img {
  border: 1px solid #000;
  margin-top: 5px;
}

#news #content #best-news ul li a:hover img {
  border: 1px solid #fff;
}


/**
 * News > News Room
 */

#news #content #owner-bios,
#news #content #fun-facts {
  clear: both;
  padding-top: 20px;
}

#news #content #owner-bios ul li {
  padding-top: 20px;
  width: 48%;
}

#news #content #owner-bios ul li img {
  float: left;
  height: 160px;
  margin: 0 20px 20px 0;
  width: 160px;
}

#news #content #owner-bios ul li h4 {
  margin-top: 0;
}

#news #content #owner-bios ul li a {
  color: #fff;
}

#news #content #owner-bios ul li p {
  clear: left;
}

#news #content #fun-facts ul li {
  padding: 10px;
}


/**
 * News > Article
 */

#news.article #content {
  background: #fff;
  color: #333;
  height: 650px;
  margin: 5px;
  overflow: auto;
  padding: 20px 40px;
  text-align: left;
}

#news.article #content h1 {
  color: #000;
  display: block;
  font-size: 35px;
  line-height: 35px;
  margin: 25px 0 0 0;
  text-transform: uppercase;
}

#news.article #content h2 {
  color: #999;
  display: block;
  font-size: 20px;
  margin: 0;
}

#news.article #content #news-header {
  border-bottom: 1px solid #ececec;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

#news.article #content #news-header a,
#news.article #content #news-header a:hover {
  color: #999;
  float: right;
  font-size: 10px;
  position: relative;
  text-decoration: underline;
  text-transform: uppercase;
  top: -25px;
  right: -20px;
}

#news.article #content #news-footer {
  border-top: 1px solid #ececec;
  color: #999;
  font-size: 10px;
  margin-top: 25px;
  padding-top: 25px;
  text-transform: uppercase;
}

#news.article #content #news-footer img {
  float: right;
}


/**
 * Contact
 */

#contact.index #information {
  height: 75px;
  margin-top: -30px;
}

#contact.index #information address {
  float: left;
  font-style: normal;
  margin-left: 670px;
  width: 150px;
}

#contact.index #information address strong {
  color: #fff;
}

#contact.index #information dl {
  float: left;
  margin: 0;
  padding: 0;
}

#contact.index #information dl dt {
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 0;  
}

#contact.index #contact-map {
  float: right;
  margin-top: 25px;
  height: 315px;
  width: 320px;
}

#contact.index form {
  float: left;
  width: 650px;
}

#contact.index form p {
  margin: 0 0 6px 0;
}

#contact.index form fieldset {
  background: rgb(48, 55, 60);
  background: rgba(48, 55, 60, 0.6);
  border-top: 1px solid #5b5b5c;
  border-bottom: 1px solid #5b5b5c;
  padding: 20px;
  width: 610px;
}

#contact.index form fieldset dl {
  margin: 0;
}

#contact.index form fieldset dl dt {
  color: #fff;
  font-size: 11px;
  margin-bottom: 2px;
}

#contact.index form fieldset dl dd {
  margin-bottom: 10px;
}

#contact.index form fieldset input[type="text"],
#contact.index form fieldset select,
#contact.index form fieldset textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 6px;
  width: 280px;
}

#contact.index form fieldset textarea {
  height: 194px;
}

#contact.index form fieldset select {
  width: 294px;
}

#contact.index form fieldset img {
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  height: 28px;
  margin-right: 4px;
  width: 100px;
}

#contact.index form fieldset input#captcha {
  float: left;
  width: 174px;
}

#contact.index form fieldset p {
  color: #cc0000;
  float: left;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}

