/*! 8 !*/
body
{
  background-color: #FCFCFC;
  color: #222222;
  font: 20px "Gill Sans MT", "Gill Sans Light", Avenir, "Segoe UI", Calibri, sans-serif;
}

h1
{
  font-size: 2.6em;
  font-weight: bold;
}

h2
{
  color: #555555;
  font-size: 1.4em;
  text-transform: uppercase;
}

p
{
  margin: 0.8em 0;
  /*width: 32em;*/
}

a
{
  color: #000000;
  text-decoration: none;
}

a:hover, a:active, a:visited
{
  color: #222222;
}

.carousel
{
  padding: 2em 0 !important;
}

.carousel .prev, .carousel .next
{
  background-repeat: no-repeat;
  background-position: center;
  height: 78px;
  overflow: hidden;
  padding: 1em;
  position: absolute;
  text-indent: -1000em;
  width: 27px;
  z-index: 1;
}

.carousel .prev:hover, .carousel .prev:active,
.carousel .next:hover, .carousel .next:active
{
  background-color: #333333;
}

.carousel .prev
{
  background-image: url('../img/prev.png');
  left: 0;
}

.carousel .next
{
  background-image: url('../img/next.png');
  right: 0;
}

.carousel ul.shortcuts
{
  text-align: center;
}

.carousel ul.shortcuts > li
{
  display: inline;
}

.carousel ul.shortcuts > li > a
{
  background-color: #777777;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  margin: 0 0.5em;
  overflow: hidden;
  text-indent: -1000em;
  width: 10px;
}

.carousel ul.shortcuts > li > a:hover,
.carousel ul.shortcuts > li > a:active,
.carousel ul.shortcuts > li > a.current
{
  background-color: #AAAAAA;
}

.content
{
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 0;
  width: 800px;
}

.hero
{
  background-color: #0067B2;
  background-image: url('../img/phoenix_hero.png');
  background-position: right;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 426px;
}

.hero .content
{
  padding-bottom: 0;
}

.hero h2
{
  color: #DDDDDD;
}

.emphasis
{
  background-color: #111111;
  color: #BBBBBB;
}

.emphasis h2
{
  color: #777777;
}

.emphasis a
{
  color: #FFFFFF;
}

.emphasis a:hover, .emphasis a:active, .emphasis a:visited
{
  color: #DDDDDD;
}

.subtle-emphasis
{
  background-color: #F0F0F0;
}

.footer
{
  background-color: #333333;
  color: #BBBBBB;
  font-size: 0.8em;
}

.footer .content
{
  padding-top: 2em;
}

.minor
{
  padding: 3em 0;
}

.vcard
{
	background-image:  url('../img/sm_phone_72.png');
}

.email
{
	background-image: url('../img/sm_email_72.png');
}

.twitter
{
	background-image: url('../img/sm_twitter_72.png');
}

.contact
{
  display: table-cell;
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 70px;
  padding-left: 76px;
}

.vcard .fn,
.vcard .role,
.vcard .tel,
.vcard .email
{
  display: block;
}

.vcard .fn
{
  font-weight: bold;
}

.vcard .role
{
  font-style: italic;
}

ul.list li
{
  margin-top: 0.8em;
}

a em
{
  color: #999999;
  font-size: 0.6em;
  margin-left: 1em;
  margin-right: 1em;
}

a.file
{
  background-repeat: no-repeat;
	background-position: left;
  display: inline-block;
  min-height: 32px;
  padding-left: 42px;
}

a.pdf
{
  background-image: url('../img/file_pdf.png');
}

a.ppt
{
  background-image: url('../img/file_ppt.png');
}