:focus {
  overflow: hidden;
}
@font-face {
        font-family: 'GriffosFontRegular';
        src: url('/fonts/GriffosFont.eot');
        src: local('GriffosFont Regular'), local('GriffosFont'), url('/fonts/GriffosFont.ttf') format('truetype');
}
@font-face {
        font-family: 'GriffosSCapsFontRegular';
        src: url('/fonts/GriffosSCapsFont.eot');
        src: local('GriffosSCapsFont Regular'), local('GriffosSCapsFont'), url('/fonts/GriffosSCapsFont.ttf') format('truetype');
}


body {
  margin: 0;
  padding: 0;
  background: #fff url(/graphics/background.jpg) no-repeat top center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #069;
}
	a:hover {
		text-decoration: underline;
	}
	a.readmore {
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
	}
	a.endorsements {
		position: absolute;
		padding: 3px 15px;
		right: 0;
		bottom: 0px;
		font-size: .85em;
		text-transform: uppercase;
		background: url(/graphics/bg-link.png) no-repeat 0 0;
	}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 4px 0 13px 0;
}
	p.name {
		font-size: .9em;
		font-style: italic;
		margin: 0 40px 25px 50px;
		padding-bottom: 25px;
		border-bottom: 1px solid #666;
		overflow: hidden;
	}
	p.note {
		font-size: .9em;
		font-style: italic;
	}

#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  border: 0px solid #ccc;
}

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

#header h1 a {
  position: absolute;
  bottom: 0;
  left: 37px;
  display: block;
  width: 506px;
  height: 55px;
  background: transparent url(/graphics/brad_gray_title.png) no-repeat;
  text-indent: -100000px;
}

#header h2 {
  position: absolute;
  bottom: 0;
  right: 29px;
  display: block;
  width: 356px;
  height: 28px;
  background: transparent url(/graphics/walking_header_text.png) no-repeat;
  text-indent: -100000px;
}

#header ul {
  position: absolute;
  right: 5px;
  top: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
	#header ul li {
		display: inline;
	}
	#header ul li a {
	  color: #B1C5DB;
	  font-size: 14px;
	  font-weight: normal;
	  padding-left: 24px;
	  /* font-family: GriffosFontRegular; */
	}
	#header ul li a.contact {
	  background: transparent url(/graphics/envelope.png) no-repeat left center;
	}


#slideshow {
  background: rgba(255, 255, 255, 0.6);
  height: 539px;
  padding-top: 15px;
	position: relative;
	overflow: hidden;
}


#slide_frame {
  height: 404px;
  width: 930px;
  border: 0px solid #f00;
  margin: 0 15px 15px 15px;
  background: rgba(0, 0, 0, 0.2);
}

#slides_row {
	display: static;
  height: 99px;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
}
#slide_thumbs div {
	position: absolute;
	top: 0;
}
#slide_thumbs img {
	position: absolute;
	top: 0;
}
#slide_thumbs li {
	position: relative;
}
#slides_row ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0px solid #605939;
  float: left;
}

#slides_row ul li {
  border: 1px solid #605939;
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 15px;
}

#slides_row blockquote {
  padding: 0 0 0 30px;
  font-size: 15px;
  float: left;
  border: 0px solid #605939;
  width: 350px;
  margin: 0;
  background: transparent url(/graphics/quotes.png) no-repeat;
}

#quotes p {
	color: #363220;
}
	#quotes p span {
		font-style: italic;
		font-weight: bold;
		font-size: .9em;
		display: block;
		text-align: right;
		padding-right: 15px;
	}

/*****************************
* Content
*****************************/
#content {
  position: relative;
}

/* both */
.vert_boxes {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  color: #605839;
}

.vert_boxes h3 {
  position: absolute;
  font-size: 30px;
  font-family: GriffosSCapsFontRegular;
  color: #dee;
  top: -26px;
  left: -4px;
}

.vert_boxes h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 3px 0 12px 0;
}

.vert_boxes h5 {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin: -5px 0 12px 0;
  padding: 0;
}

.vert_boxes a.pdf {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 15px 0 0;
  padding: 5px 5px 5px 53px;
  height: 40px;
  line-height: 40px;
  background: url(/graphics/pdf_icon.png) no-repeat 5px 5px;
  text-transform: none;
}

.vert_boxes a.pdf_heavy {
  display: block;
  font-size: 12px;
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
  background: #e5d389 url(/graphics/pdf_icon.png) no-repeat 5px;
  text-transform: none;
  margin: 18px 0 35px 0;
  padding: 5px 5px 5px 53px;
}
	.vert_boxes a.pdf:hover, .vert_boxes a.pdf_heavy:hover {
	    background: #363220 url(/graphics/pdf_icon.png) no-repeat 5px 5px;
		color: #fff;
		text-decoration: none;
	}

.vert_boxes p {
  line-height: 22px;
}


/* left content */
#content_left {
  position: relative;
  width: 508px;
  margin: 60px 15px 0 15px;
  float: left;
  min-height: 400px;
}

#about {
  margin-top: 50px;
}

#about img {
  float: left;
  margin: 0 20px 0 -50px;
}

.right {
	float: right;
	clear: left;
	margin: -5px -30px 5px 12px;
}
	.right p {
		text-align: center;
	}
a img {
	border: none;
}

/* right content */
#content_right {
  position: relative;
  width: 327px;
  min-height: 400px;
  margin: 60px 0 0 0;
  float: left;
}

#content_right img#ttwmk {
  float: right;
  margin: -24px -50px 0 0;
}

/*
img#ttwmk {
  position: absolute;
  top: 40px;
  right: 0;
}
*/

#content_right form#email_signup {
  margin-bottom: 16px;
  height: 30px;
}

#content_right form#email_signup fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

#content_right form#email_signup input {
  float: left;
}

#content_right form#email_signup input[type=text] {
  border: 1px solid #ccc;
  font-size: 20px;
  width: 200px;
  margin-right: 10px;
}

/*****************************
* Footer
*****************************/
#footer {
  clear: both;
  color: #fff;
  background-color: #363220;
  display: block;
  position: relative;
  overflow: hidden;
}

#footer p {
  text-align: center;
  margin: 20px 0;
  line-height: 1em;
}

#footer a {
  color: #B1C5DB;
}
	#footer a.divider {
	  margin-left: 20px;
	  padding-left: 20px;
	  border-left: 1px solid #fff;
	}
	#footer p.note a {
		color: #f60;
	}
	#footer p.note {
		font-style: normal;
	}

/*****************************
* Contact Form
*****************************/
#contact_info h4 {
  margin-top: 10px;
}

#contact_info address {
  font-style: normal;
  white-space: pre;
  margin-bottom: 20px;
}

#contact_form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#contact_form label {
  display: block;
}

#contact_form input {
  width: 400px;
  margin-bottom: 20px;
}

#contact_form input.submit {
  width: auto;
}

#contact_form textarea {
  margin-bottom: 10px;
}

/*****************************
* modal overlays
*****************************/
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(http://flowplayer.org/tools/img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:580px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(http://flowplayer.org/tools/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* use a semi-transparent image for the overlay */ 
#overlay {
  font-size: 14px;
  background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);
  color:#efefef;
  height:450px;
  line-height: 18px;
  font-family: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
  height:441px;
  overflow-y:auto;
}

.contentWrap h3 {
  margin-bottom: 5px;
}
