/* default css */

* {
	margin: 0 0;
	padding: 0 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 0;
	padding: 0;
	font: 17px/1.2em Georgia, serif;
	color: #00;
	  background: #242525 url(/images_site/bkg_site.gif) repeat top center;
}

img {
  display: block;
}

a:link img,
a:visited img {
	border: none;
	padding: 0;
}

embed,
object {
	display: block;
}

.toggler {
  cursor: pointer;
}

.clear {
  clear: both !important;
}

.no-float {
  float: none !important;
}

/* basic site typography */

a {
	outline: none;
	text-decoration: none;
	color: #000;
}

a:hover {
  text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

h1 {
	background: transparent url(/images_site/bkg_top.png) no-repeat left top;
	overflow: hidden;
	height: 32px;
	text-indent: -1000em;
  width: 950px;
  padding: 0 31px;
	  margin: 0 auto 0 auto;
}

h2 {
}

h3 {
  font-size: 32px;
  line-height: 1em;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: .25em;
  margin-bottom: .5em;
}

h4 {
  font-size: 22px;
  line-height: 1.2em;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


h5 {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.2em;
}

#main h5 {
    margin-top: 30px;
}

h6 {
  font-size: 18px;
  margin-bottom: .5em;
}


.caps {
  xfont-weight: bold;
}

.pull {
  color: red;
  font-size: 22px;
  font-style: italic;
}


/* layout */

#container {
  width: 950px;
  margin: 0 auto 0 auto;
  padding: 427px 31px 0 31px;
  background: transparent url(/images_site/bkg_sides.png) repeat-y left top;
  overflow: hidden;
  position: relative;
}

#intro {
  height: 700px;
  margin: 50px auto 0 auto;
  width: 1028px;
  padding: 0 0;
  background: transparent url(/images_site/intro_middle.png) no-repeat 0 124px;
  overflow: hidden;
  position: relative;
}

#header {
  height: 139px;
  float: left;
  background: yellow;
  width: 100%;
  overflow: hidden;
	background: transparent url(/images_site/header.png) no-repeat left top;
	    position: absolute;
  left: 31px;
  top: 0;
	  z-index: 10000;
}

#slideshow {
  width: 100%;
  height: 300px;
  float: left;
  margin-bottom: 26px;
  z-index: 100;
  position: absolute;
  left: 31px;
  top: 101px;
  z-index: 100;
}

#sidebar {
  width: 164px;
  float: left;
  padding: 30px 40px;
  background: #fff url(/images_site/bkg_wood.jpg) repeat-y left top;
  margin-bottom: -20000px;
  padding-bottom: 20000px;
  font-size: 24px;
  line-height: 1.3em;
  color: #ad8070;
  text-align: center;
  text-shadow: #000 0px 0px 2px;
}

#main {
  width: 516px;
  padding-bottom: 30px;
  float: left;
    background: #b99f7c url(/images_site/bkg_centre2.jpg) repeat-y left top;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
    text-shadow: #fff 0px 0px 1 px;
      position: relative;
      overflow: hidden;

}

#main .col {
  width: 195px;
  float: left;
  padding: 0 30px;
  border-right: 1px solid;
  margin: 30px 0;
}

#main .wide {
  width: 470px;
  padding: 0 30px;
  margin: 30px 0;
  overflow: hidden;
}

#main .full {
  margin-left: -30px;
  width: 516px;
  float: none;
}

#main img.full {
  float: none !important;
}

#main .wide.col {
  border-right: 0;
}

#main .wide p img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

#main .col.last {
  border: none;
}

#links {
  width: 186px;
  float: left;
  font: 14px arial, sans-serif;
  background: transparent url(/images_site/bkg_links.gif) repeat-y left top;
  margin-bottom: -20000px;
  padding-bottom: 20000px;
  text-align: center;
}

#footer {
	background: transparent url(/images_site/bkg_bottom.png) no-repeat left top;
	overflow: hidden;
	height: 31px;
  width: 950px;
  padding: 10px 31px 0 31px;
	  margin: 0 auto 50px auto;
	  font-size: 11px;
	  color: #aaa;
}

#footer a {
  color: #aaa;
}

#slider {
  position: absolute;
  top: 427px;
  left: 277px;
  width: 516px;
  width: 0px;
  overflow: hidden;
  background: #fff url(/images_site/bkg_slider-nav.gif) repeat-y top left;
  z-index: 500;
  padding: 50px 0;
  height: 100%;
}

#slide-trigger {
  position: absolute;
  top: 440px;
  left: 262px;
  	background: transparent url(/images_site/btn_area-highlights.png) no-repeat left top;
  	text-indent: -1000em;
  	overflow: hidden;
  	width: 183px;
  	height: 28px;
  	z-index: 1500;
}

#slider-close {
  position: absolute;
  top: 440px;
  left: 442px;
  	background: transparent url(/images_site/btn_close.png) no-repeat left top;
  	text-indent: -1000em;
  	overflow: hidden;
  	width: 28px;
  	height: 28px;
  	z-index: 2000;
}

.center {
  text-align: center;
}


/*header */

#nav {
  margin-top: 35px;
  z-index: 20000;
}

#nav li {
  display: inline;
}

#nav a {
  display: block;
  text-indent: -1000em;
	overflow: hidden;
	height: 22px;
	width: 100px;
	float: left;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}

#nav a:hover,
.home a.home,
.contact a.contact,
.registration a.register,
.master-plan a.master-plan,
.equestrian a.equestrian,
.the-area a.the-area,
.news a.news {
  background-position: bottom left !important;
}

#nav a.logo {
  margin-left: 50px;
  height: 85px;
  width: 150px;
}

#nav a.home {
  width: 62px;
  background-image: url(/images_site/nav_home.gif);
}

#nav a.contact {
  width: 88px;
  background-image: url(/images_site/nav_contact.gif);
}

#nav a.news {
  width: 138px;
  background-image: url(/images_site/nav_news.gif);
}

#nav a.register {
  width: 94px;
  background-image: url(/images_site/nav_register.gif);
}

#nav a.master-plan {
  width: 124px;
  background-image: url(/images_site/nav_master-plan.gif);
}

#nav a.the-area {
  width: 88px;
  background-image: url(/images_site/nav_the-area.gif);
}

#nav a.equestrian {
  width: 115px;
  background-image: url(/images_site/nav_equestrian.gif);
}

#music {
  text-indent: -100em;
  position: absolute;
  top: 65px;
  left: 11px;
  background: transparent url(/images_site/btn_audio.png) no-repeat center center;
  width: 30px;
  height: 30px;
}

#music.off {
  background: transparent url(/images_site/btn_audio-off.png) no-repeat center center;
}


/* sidebar */


#sidebar a {
	color: #e6a892;
}

#sidebar p strong {
  color: #fba77b;
  text-transform: none;
  font-family: Rockwell, georgia, serif;
  display: block;
}

#sidebar h5 {
  margin-top: 70px;
  margin-bottom: 5px;
  font-style: normal;
  font-size: 17px;
    color: #fba77b;
}

#sidebar ul#side-nav {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2em;
  width: 200px;
  margin-left: -15px;
}

#side-nav .current{
color: #fdd2b5;
background: transparent url(/images_site/square.gif) no-repeat left center;
padding-left: 10px;
}

#side-nav .never-current .current {
  color: #bd8b79;
  padding-left: 0;
  background: transparent;
}


/* main */

p strong {
  text-transform: uppercase;
  font-size: .80em;
  letter-spacing: 1px;
}

#main ul {
  margin-bottom: 1em;
}

#main a {
  text-decoration: underline;
}

#main a:hover {
  text-decoration: none;
}


/* Fading slideshow */



/* links */

#links h4 {
  text-indent: -1000em;
  overflow: hidden;
  width: 186px;
  height: 76px;
  background: transparent url(/images_site/hed_partners-and-links.png) no-repeat top center;
  border: none;
}

#links li {
  line-height: 1.2em;
  font-size: 12px;
}

#links ul li {
    background: transparent url(/images_site/fill_right.png) no-repeat 40px 25px;
  padding-bottom: 30px;
}

#links ul li:nth-child(odd) {
    background-image: url(/images_site/fill_left.png);
}

#links ol.element li {
  background: transparent;
  padding: 0 20px;
}

#links ol.element li ul {
  padding: 10px 0;
}

#links ol.element .file {
  padding: 0 0 10px 0;
  display: block;
}

#links ol.element li li {
  padding: 0 0;
}

.element {
  background: #fdebb6 url(/images_site/bkg_link.gif) repeat top left;
}

#main .element {
  background: transparent;
  padding-top: 5px;
  margin-top: 10px;
}

#links h5 {
  text-indent: -1000em;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 12px;
  margin-bottom: 10px;
}

#links ul li.chamber {
  background-position: 40px 42px;
}

.chamber h5 {
  background-image: url(/images_site/txt_chamber.png);
  height: 29px !important;
}

.builders h5 {
  background-image: url(/images_site/txt_builders.png);
}

.documents h5 {
  background-image: url(/images_site/txt_documents.png);
}

.architects h5 {
  background-image: url(/images_site/txt_architects.png);
}

.tourism h5 {
  background-image: url(/images_site/txt_tourism.png);
}

.financing h5 {
  background-image: url(/images_site/txt_financing.png);
}

#links .register {
  padding-bottom: 40px;
}

.register h5 {
  text-indent: 0em;
}

.register h5 a {
	display: block;
  background-image: url(/images_site/txt_register.png);
    margin: 0 0 40px 0;
      overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 12px;
}

.associations h5 {
  background-image: url(/images_site/txt_associations.png);
}

#links .real-estate-agents h5 {
  width: 162px;
  background-image: url(/images_site/txt_real-estate-agents.png);
  margin-left: 10px;
  margin-top: 30px;
}


#links ol li:last-child {
  padding-bottom: 10px;
  background: #fdebb6 url(/images_site/bkg_link-bottom.gif) no-repeat bottom left;
}

#links ol li:first-child {
  padding-top: 10px;
  background: #fdebb6 url(/images_site/bkg_link-top.gif) no-repeat top left;
}

#links ol li li:first-child,
#links ol li li:last-child {
  background: #fdebb6;
}

#links strong {
  text-transform: uppercase;
}

#links .url {
  font-size: 10px;
    line-height: 1em;
}


/* intro */

#intro h1 {
	background: transparent url(/images_site/intro_top.png) no-repeat left top;
	overflow: hidden;
	height: 124px;
	text-indent: -1000em;
  width: 940px;
  padding: 0 44px;
  margin: 0 0;
}

#intro #flash {
  width: 948px;
  height: 450px;
  background: black;
  margin: 0 39px;
}

#intro #footer {
	background: transparent url(/images_site/intro_bottom.png) no-repeat left top;
	overflow: hidden;
	height: 88px;
	text-indent: -1000em;
  width: 940px;
  padding: 0 44px;
  margin: 0 0;
}

/* news */

.news #main h3 {
  padding-top: 10px;
  border-bottom: none;
}

.news #main h4 {
  font-style: normal;
  text-decoration: underline;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 50px;
  border: none;
}

.news #main p strong {
  text-transform: none;
}

.caption {
  padding: 10px 30px;
  color: #B2B3B6;
  font:  12px arial, sans-serif;
  background: #272727;
  margin-bottom: 0;
}

#main .toggler span {
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 30px;
  background: transparent url(/images_site/fill_dark.png) no-repeat bottom center;
}

.news #main img {
  width: 516px;
}

/* the Area */


.the-area #main img {
  margin-bottom: 30px;
}

#slider #slider-nav {
  width: 163px;
  position: absolute;
  top: 40px;
  left: 0;
    font: 12px arial, sans-serif;
    padding: 20px 17px;
    z-index: 1000;
}

#slider-nav li {
 margin-bottom: 5px; 
}

#slider-nav a {
    color: #B1B2B5;
}

#slider-nav a:hover,
#slider-nav a.active {
    color: #fff;
    text-decoration: none;
}

#slider #slider-body {
  width: 270px;
  float: right;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  height: auto;
}

.area {
  padding-bottom: 30px;
}

.area-body-wrap {
  height: 550px;
  overflow: hidden;
}

#slider .slider-up,
#slider .slider-down {
  position: absolute;
  left: 120px;
  bottom: 0;
  background-image: url(/images_site/btn_arrows.gif);
  background-position: bottom right;
  text-indent: -1000em;
  overflow: hidden;
  height: 8px;
  width: 7px;
  cursor: pointer;
}

#slider .slider-down {
  bottom: 10px;
  background-position: top left;
}

#slider .slider-down:hover {
  background-position: top right;
}

#slider .slider-up:hover {
  background-position: bottom left;
}



/* the master plan */


#sidebar.map {
  background: #232121;
  font: bold 12px/1.3em arial, sans-serif;
  color: #B1B2B5;
  text-align: left;
    width: 244px;
    height: 1100px;
    overflow: hidden;
    padding: 0 0 20px 0;
    margin-bottom: 0;
}

#sidebar.map h4 {
    font: bold 12px/1.3em arial, sans-serif;
  color: #B1B2B5;
  padding: 0 20px;
  margin: 2em 0 1em 0;
  border: none;
}

#sidebar.map #property-information {
  font-size: 10px;
}

#sidebar.map strong {
  color: #fff;
    font: bold 12px/1.3em arial, sans-serif;
}

#sidebar.map p {
  padding: 0 20px;
}

#sidebar.map ul {
  padding: 0 20px 30px 20px;
}

#sidebar.map li {
  margin-bottom: .75em;
  text-indent: -1em;
  margin-left: 1em;
}

#sidevar.map #content-wrap {
  height: 800px;
  overflow: hidden;
}

#sidebar.map .paginate {
  position: absolute;
  bottom: 0px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 244px;
  left: 31px;
  cursor: pointer;
  background: #232121;
  padding: 10px 0;
}

#map-wrap {
  overflow: hidden;
  height: 1120px;
  width: 706px;
  float: left;
  position: relative;
}

#map-container {
  width: 6320px;
  height: 1580px;
  position: absolute;
  top: -340px;
  left: -2840px;
  outline: 1px yellow;
}

#map {
  width: 3480px;
  height: 1240px;
  background: #000 url(/images_site/map.jpg) no-repeat top left;
  text-indent: -1000em;
  cursor: move;
  position: absolute;
  bottom: 140px;
  right: 259px;
}

#map-small {
  position: absolute;
  top: 427px;
  left: 275px;
  background: transparent url(/images_site/bkg_tint.png) repeat;
  width: 706px;
  z-index: 3000;
  height: 0;
  overflow: hidden;
}

#map-small img {
  padding: 30px 0;
  cursor: pointer;
}

.master-plan .map #slide-trigger {
  	background: transparent url(/images_site/btn_close-map.png) no-repeat left top;
    left: 137px;
}

.master-plan #slide-trigger {
  	background: transparent url(/images_site/btn_see-map.png) no-repeat left top;
}

#lots li {
  position: absolute;
  width: 35px;
  height: 22px;
  background: transparent;
  cursor: pointer;
}

#lots li a {
  display: block;
}


.lottip {
  width: 107px;
  height: 148px;
    padding-top: 80px;
  background: transparent url(/images_site/lot.gif) no-repeat top left;
	overflow: hidden;
}

.nfs-lottip {
	overflow: hidden;
	text-indent: -100em;
	display: block;
  width: 81px;
  height: 98px;
  position: relative;
  background: transparent url(/images_site/lot_nfs.gif) no-repeat top left;
  text-align: center;
}

.sold-lottip {
	overflow: hidden;
	text-indent: -100em;
	display: block;
  width: 75px;
  height: 67px;
  position: relative;
  background: transparent url(/images_site/lot_sold.png) no-repeat top left;
  text-align: center;
}

.lottip .tip-text {
  font-size: 35px;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 10px;
    text-align: center;
      width: 85px;
}

.lottip .tip-text:before {
  content: 'Lot No. ';
  font-size: 16px;
  display: block;
}

.lottip .tip-title {
    text-align: center;
      width: 105px; 
}

.popout-trigger {
    position: absolute;
  width: 35px;
  height: 22px;
  background: transparent;
  opacity: .4;
  cursor: default;
}

#outpost-ref {
  left: 1860px;
  top: 442px;
  width: 149px;
  height: 96px;
}

#equestrian-ref {
  left: 3177px;
  top: 475px;
  width: 200px;
  height: 85px;
}

#discoverycenter-ref {
  left: 150px;
  top: 610px;
  width: 130px;
  height: 43px;
}

#equestrian,
#outpost,
#discoverycenter {
  position: absolute;
  width: 274px;
  height: 292px;
  left: 3135px;
  top: 165px;
  background: transparent url(/images_site/mappopout_equestrian.gif) no-repeat top left;
  display: none;
  text-indent: -100em !important;
  overflow: hidden;
}

#outpost {
  left: 1800px;
  top: 125px;
  background: transparent url(/images_site/mappopout_outpost.gif) no-repeat top left;
}

#discoverycenter {
  left: 100px;
  top: 340px;
  width: 275px;
  height: 254px;
  background: transparent url(/images_site/mappopout_discoverycenter.gif) no-repeat top left;
}



/* equestrian */


/* contact */

.contact h2 {
  text-indent: -1000em;
  width: 435px;
  height: 92px;
  margin-bottom: 20px;
  background: transparent url(/images_site/hed_kinjockity.png) no-repeat top left;
}

.contact .wide ul {
  margin-left: 35px;
}

.contact .wide img {
  margin: 0 0 0 -5px;
}

.contact .wide p.tiny {
  font-size: 9px;
  margin-left: 35px;
}

#directions {
  width: 2000px;
  overflow: hidden;
}

#directions ul {
	margin: 0;
	float: left;
	width: 516px;
}

#directions .directions {
  padding: 55px 30px 30px 30px;
  color: #B2B3B6;
  font:  12px arial, sans-serif;
  background: #272727;
  margin-bottom: 0;
  height: 60px;
}

#directions .directions em {
color: #fff;
font-style: normal;
}

#directionsTogglers {
  background: #584b3b;
  border-top: 4px solid #272727;
    height: 15px;
  padding: 10px 30px;
  line-height: 15px;
  position: absolute;
  left: 0;
  top: 345px;
  width: 458px;
}

#directionsTogglers li {
	float: left;
	margin-right: 20px;
	  color: #9c958b;
	    font:  bold 12px arial, sans-serif;
}

#directionsTogglers li h6 {
 font:  normal 11px arial, sans-serif;
 letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff9ef;
  display: inline;
  padding-right: 20px;
}

#directionsTogglers .locationToggler {
  text-transform: uppercase;
}

#directionsTogglers .locationToggler:hover,
#directionsTogglers .locationToggler.current {
  color: #fff9ef;
  cursor: pointer;
}

#directionsTogglers .locationToggler.current:before {
  content: ">";
  margin-right: .5em;
}




/* resources */

.resources #main h5 {
  margin-top: 50px;
}

/* equestrian */

.equestrian h3 {
  border-bottom: none;
}


/* registration */

.registration {
  background-image: url(/images_site/bkg_sides_white.png);
}

.registration #main {
  background: #fff;
}

.registration #main .wide {
  padding: 0px 30px 0 40px;  
  width: 440px;
}

.registration #main form {
  overflow: hidden;
  font-size: 15px;
}

form h4 {
  margin-top: 50px;
  border-bottom: none;
}

form strong {
  text-transform: none;
}

.req {
  color: red;
  font-weight: bold;
  font-size: 9px;
}

label,
fieldset {
  width: 100%;
  display: block;
  overflow: hidden;
}

input {
  border: 1px solid #b4b4b4;
  font: 13px arial, sans-serif;
  padding: 2px 4px;
  width: 250px;
}

.basic legend {
  width: 165px;
  float: left;
  text-align: right;
}

.submit {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 50px;
  background: transparent url(/images_site/fill_dark.png) no-repeat center bottom;
}

.submit input {
  width: auto;
  margin-left: 30px;
}

.basic {
  overflow: hidden;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.basic label {
  text-align: right;
  margin-bottom: 10px;
}

.basic input {
  float: right;
  margin-left: 15px;
}

.basic textarea {
  float: right;
  margin-left: 15px;
  width: 250px;
  height: 100px;
    border: 1px solid #b4b4b4;
      padding: 2px 4px;
}

.basic select {
  float: right;
  width: 100px;
  margin-left: 15px;
  margin-right: 160px;
}

fieldset {
  display: block;
  margin: 10px 0;
}


fieldset label {
  width: auto;
  display: inline;
  text-align: left;
}

fieldset label input {
  width: auto;
  float: none;
  display: inline;
  margin: 0 15px 0 5px;
}

/* back and forth */

.backandforth {
  position: relative;
  border-bottom: 5px solid #000;
  display: block;
  background: #000;
}


h4 + div.backandforth {
  margin-top: -16px;
}

.backandforth img {
  position: absolute;
  top: 0;
  left: 0;
}

#map-container .backandforth {
  margin: -7px 0 0 13px;
  border: none;
}


.master-plan #main .backandforth {
  margin-left: -30px;
  border-bottom: none;
  margin-bottom: 10px;
}

/* banner */

#banner {
  background-position: top left;
  background-color: transparent;
  background-repeat: no-repeat;
background-image: url(/images_site/banner_equestrian.png);
  height: 50px;
  text-indent: -1000em;
  overflow: hidden;
  float: left;
  width: 950px;
  margin-bottom: -24px;
  z-index: 5000;
    position: absolute;
  top: 400px;
  left: 31px;
}

#banner h3 {
  border: none !important
}

.news #banner {
  background-image: url(/images_site/banner_news.png);
}

.master-plan #banner {
  background-image: url(/images_site/banner_map.png);
}

.home #banner {
  background-image: url(/images_site/banner_home.png);
}

.registration #banner {
  background-image: url(/images_site/banner_registration.png);
}

/* register */


#register-trigger {
  display: block;
  width: 221px;
  height: 40px;
  background: transparent url(/images_site/btn_register.png) top left no-repeat;
  text-indent: -100em;
  position: absolute;
  top: 670px;
  left: 67px;
  	overflow: hidden;
  	z-index: 1500;
}


#register-slider {
  position: absolute;
  top: 427px;
  left: 277px;
  width: 516px;
  overflow: hidden;
  background: transparent url(/images_site/sliderbkg_generic.png) no-repeat bottom left;
  z-index: 500;
  padding: 0 0;
  height: 0px;
}

#register-slider form {
  margin: 85px 33px;
}

/* promos */

#promo-trigger {
  margin: -30px 0 0 -40px;
  cursor: pointer;
}

#promo-slider {
  position: absolute;
  top: 427px;
  left: 277px;
  width: 516px;
  overflow: hidden;
  background: transparent url(/images_site/promobkg_fly-and-buy.png) no-repeat top left;
  z-index: 500;
  padding: 0 0;
  height: 0px;
}

#promo-slider div {
  margin: 85px 33px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}

#promo-slider h3 {
  display: none;
}

#promo-slider h4 {
	border: none;
	  font-size: 16px; 
}

#promo-slider strong {
  font-size: 18px;
  text-transform: none;
}

#promo-slider div div  {
    margin-left: 20px;
      margin: 10px 0 0 20px;
}

#promo-slider div div h4 {
	color: #c00f1d; 
}

#promo-slider ul {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

#promo-slider div div p {
  font-weight: normal;
}

#promo-slider em {
	color: #c00f1d; 
	font-style: normal;
}

#promo-slider div div em {
	font-weight: bold;
}

#promo-slider .weak {
  font-style: italic;
  font-size: 11px;
  line-height: 1.3em;
  display: block;
  margin-top: 190px;
}

#promo-slider span.center {
  text-transform: uppercase;
  display: block;
  letter-spacing: 4px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 12px;
}

#promo-slider span.center em {
  font-weight: normal;
  font-size: 16px;
}

/* home */

.home .backandforth {
  border-bottom: none;
  margin-bottom: 20px;
}

.home .backandforth img {
  margin-left: -30px;
}


/* extras */

.hidden {
  display: none;
}