/* --- HOME --- */

  /* Home module (top left) */
.home .home-module {
  float: left;
}

.home .home-module img.feature {
  margin-bottom: -6px;
}

.home .home-module object, .home .home-module embed {
	margin-top: 40px;
}


  /* Home Intro text */
.home .home-intro {
  float: left;
  margin: 0 0 40px 30px;
}

.home h1 {
  font-weight: bold;
  text-transform: none;
  color: #005698;
  font-size: 3.5em;
  letter-spacing: -1px;
  
  margin: 0;
  padding-top: 110px;
}

.home cite {
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 2px;
  
  display: block;
  margin: 0.5em 0 2.5em 0;
}
.home cite span.smile {
  color: #00abc9;
}

#inner_content a.button {
  display: block;
  width: 212px;
  height: 28px;
  padding: 0 8px;
  margin: 0;
  background: url(../images/button_body.png) no-repeat top left;
  
  font-style: italic;
  line-height: 1.9em;
  font-size: 0.9em;
  color: #242424;
}

#inner_content a.button:hover {
  text-decoration: none;
  background: url(../images/button_body_hover.png) no-repeat top left;
}

#inner_content a.button span {
  background: url(../images/arrow_black-italic.png) no-repeat 100% 11px;
  display: block;
  width: auto;
  float: left;
  padding: 8px 11px 0 8px;
}

#inner_content a.button:hover span {
  padding-top: 9px;
  background-position: 100% 12px;
}

#inner_content a.button span span, #inner_content a.button:hover span span {
  background: none;
  padding: 0;
}

  /* Home content */
#inner_content.home h2.separator {
  background: url(../images/home/home-separator.png) no-repeat top left;
  padding: 20px 0 0 0;
  clear: left;
  margin: 0;
  position: relative;
}

#inner_content.home blockquote {
  margin-top: 0.8em;
}

  /* Home footer */
#stretch_home_footer {
  background: #0d0d0d url(../images/home/home-footer-bg.png) repeat-x top;
  clear:both;
  width:100%;
  float: left;
  margin-bottom: -1em;
}

#home_footer {
	width: 940px;
	margin: auto;
	color: #e7e4e4;
}

#home_footer div {
  padding: 20px 20px 20px 0;
  width: 290px;
  float: left;
  line-height: 1.6em;
} 

#home_footer p {
  margin: 0.2em 0;
}

#home_footer a:link, #home_footer a:visited {
  background:transparent url(../images/arrow_blue_black-bg.png) no-repeat scroll 100% 3px;
  color:#00ABC9;
  padding-right:10px;
}


/* --- Content Listings --- */
h2.separator {
  background: url(../images/separator-line.png) no-repeat top left;
  padding-top: 2em;
  clear: left;
}

/* --- Team listing --- */
.team {
  margin: 1em 0 2em 0;
  float: left;
  clear: left;
}

.team img {
  background: #eee;
  height: 110px;
  width: 90px;
  float: left;
}

.team div {
  margin-left: 110px;
  width: 500px;
  font-size: 0.95em;
  line-height: 1.6em;
  
}

.team div h3 {
  padding: 0;
  font-size: 1.05em;
}

/* --- Gallery --- */

#inner_content.gallery {
  margin-top: 45px;
}

.gallery-item {
  margin: 3em 0;
  clear: both;
  float: left;
  width: 100%;
  font-size: 0.95em;
  line-height: 1.6em;
}

.gallery-separator {
  background: url(../images/separator-line.png) no-repeat top left;
  padding-top: 3em;
  margin: 0 0 3em 0;
}

.gallery-item div {
  width: 220px;
  float: right;
}

.gallery-item h2 {
  margin: 0;
}

.gallery-item img {
  float: left;
  margin-right: 1px;
}


/* --- Get Directions --- */
#directionsPanel {
  width: 80%;
  clear: left;
  display: none;
}

#getDirections_close {
  display: none;
  clear: left;
  float: left;
  width: auto;
}

#getDirections_map {
  display: none;
  float: left;
  width: auto;
  margin-left: 2em;
}

#directionsMap {
	height: 410px;
	width: 650px;
}

/* --- 404 --- */
#inner_content.error {
	width: 100%;
	margin: 0 0 1em 0;
}

#inner_content.error .home-intro {
	margin: 0 140px 160px 130px;
	_margin: 0 20px 160px 40px;
	padding: 0 0 25px 365px;
}

	/* Search form */
#inner_content.error form {
	width: 220px;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}

#inner_content.error form input {
	width: 175px;
	margin: 0;
	padding:  6px 5px 5px 30px;
	background: #ffffff url(../images/404/search-bg_404.png) no-repeat top left;
	border: 0;
	
	color: #525252;
	font-size: 0.95em;
	font-style: italic;
}