/* CSS RESET ===================== */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:0;
	padding:0;
	border:none;
	} 
/* ============================== */

/* SELECTORS ===================== */ 
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#666;
}
a {
	color:#997e59;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:none;  /* Removes dotted line around links in Firefox */ 
} 
blockquote {
	float:right;
	width:380px;
	padding:10px 0 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#c4b197;
}
blockquote div {
	padding-top:10px;
	font-size:14px;
	text-align:right;
}
h1, h2 {
	font-weight:normal;
}
h1 {
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
}
h1 a {
	color:#ae9d86;
	font-weight:normal;
	text-decoration:none;
}
h2 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dashed 1px #e2d0b8;
	font-size:16px;
}
h3 {
	padding:0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#997e59;
	font-weight:normal;
}
h4 {
	padding:1em 0 .75em;
	font-size:13px;
	color:#333;
}
h5 {
	padding-bottom:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
	font-weight:normal;
}
p {
	padding-bottom:.75em;
	line-height:1.5em;
}
/* ============================== */

/* GENERAL STYLES================ */ 
.wrapper {
	width:960px;
	margin:0 auto;
	padding:30px 0;
}
.col-left {
	float:left;
	width:200px;
	padding-right:60px;
}
.col-right {
	float:left;
	width:700px;
	padding-bottom:30px;
}
.col-right-img {
	float:left;
	width:280px;
	padding-right:40px;
}
.col-right-content {
	float:left;
	width:380px;
}
.footer {
	clear:both;
	padding:15px 0 0 260px;
	border-top:dashed 1px #e2d0b8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#999;
	text-align:right;
}
.imgSpacer {
	height:1px;
	padding-bottom:300px;
}
.photoThumbs {
	padding-top:20px;
}
.photoThumbs img {
	padding:0 20px 20px 0;
}
.quote {
	padding:20px 0;
	background:url(../images/quote-begin.gif) no-repeat left top;
}
.quote p {
	padding-left:20px;
	padding-right:20px;
}
.quote-end {
	background:url(../images/quote-end.gif) no-repeat right bottom;
}
.quote img {
	float:left;
	width:160px;
	padding-left:20px;
}
.quote div {
	float:right;
	width:380px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.rule-grey {
	clear:both;
	height:20px;	
	margin-bottom:20px;
	border-bottom:solid 1px #efebe7;
}
.videoSection {
	height:350px;
}
/* ============================== */

/* HOME SLIDESHOW ============== */
#slideShow {
	display:none;
	width:600px;
	height: 600px;
}
/* ============================== */

/* LEFT NAV ====================== */
#menu {
	list-style-type:none;
	font-size:16px;
}
#menu li {
	padding-bottom:10px;
}
#menu a {
	padding:4px 0;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	color:#333;
	text-decoration:none;
	line-height:1.5em;
	font-weight:normal;
}
#menu a:hover {
	background:#f8f4ef;
	border-top:dashed 1px #ae9d86;
	border-bottom:dashed 1px #ae9d86;
}
#menu ul.submenu {
	padding-top:10px;
	list-style-type:none;
	font-size:12px;
}
#menu ul.submenu a {
	display:block;
	padding:0 0 0 15px;
	border:none;
	line-height:1em;
}
#menu ul.submenu a:hover {
	background:#fff url(../images/bullet-inactive.gif) no-repeat left top;
	border:none;
}
/* Indicates active page. */
#index .index,
#biography .biography,
#timeline .timeline,
#faq .faq,
#speaking .speaking,
#references .references,
#videos .videos,
#photos .photos,
#autobiography .autobiography,
#contact .contact,
#heroes .heroes {
	font-weight:bold;
}
#biography .biography,
#timeline .timeline,
#faq .faq,
#speaking .speaking, 
#references .references {
	background:#fff url(../images/bullet-active.gif) no-repeat left top;
	font-weight:bold;
}
/**/
/* Hover for active page. */
#index .index:hover,
#biography .submenuheader:hover,
#timeline .submenuheader:hover,
#faq .submenuheader:hover,
#speaking .submenuheader:hover,
#references .submenuheader:hover,
#videos .videos:hover,
#photos .photos:hover,
#contact .contact:hover,
#heroes .heroes:hover {
	background:#fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
/**/
/* ============================== */

/* TABS ========================= */
ul.tabs { 
	margin-bottom:15px;
	padding:15px 0 0;
	background:#f8f4ef;
	border-top:dashed 1px #e2d0b8;
	border-bottom:dashed 1px #e2d0b8;
	list-style:none; 
}
ul.tabs li { 
	list-style-image:none ; 
}
ul.tabs a { 
	position:relative;
	display:block;
	margin-bottom:15px;
	padding-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight:normal;
	text-decoration:none;
}
ul.tabs a:active {
	outline:none;	
}
ul.tabs a:hover {
}
ul.tabs a.current, 
ul.tabs a.current:hover, 
ul.tabs li.current a {
	background:url(../images/faq-arrow.gif) no-repeat left center;
	cursor:default; 
	color:#997e59;
	font-weight:bold;
}
div.panes div {
	display:none;
	padding-bottom:15px;	
}
div.panes p {
	padding-bottom:15px;
}
/* ============================== */
