@charset "UTF-8";
/* CSS Document */

/*---------- Reset ----------*/

* {
	margin:0;
	padding:0;
}

a img {
	border:none;
}

.clear {
	clear:both;
}

/*---------- Common Structure ----------*/

body {
	background:#aea59c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#736959;
}

#bg-wrapper {
	width:100%;
	background:url(../images/bg-header.jpg) center top repeat-x #FFF;
	padding-bottom:60px;
}

/* Header */

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

#header #logo {
	position:absolute;
	top:89px;
	left:0px;
}

/* Main Nav */

#header #main-nav {
	position:absolute;
	top:75px;
	right:0px;
}

#header #main-nav ul li {
	display:inline;
	float:left;
	list-style:none outside;
	margin:0 0 0 10px;
}

#header #main-nav ul li a {
	display:block;
	height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding-top:17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header #main-nav ul li a.nav-1 {
	width:150px;
	background:url(../images/bg-nav-1.jpg) center no-repeat;
}

#header #main-nav ul li a.nav-2 {
	width:105px;
	background:url(../images/bg-nav-2.jpg) center no-repeat;
}

#header #main-nav ul li a:hover,
#header #main-nav ul li a.active {
	height:36px;
	color:#FFF;
	text-decoration:none;
	background:#002b5a;
}

.spacer-20 {
	width:100%;
	height:20px;
}

.spacer-40 {
	width:100%;
	height:40px;
}

.spacer-45 {
	width:100%;
	height:45px;
}

/* Footer */

#footer {
	width:100%;
	background:url(../images/bg-footer-pattern.png) center top repeat-x;
	padding:40px 0 10px 0;
}

#footer p {
	font-size:12px;
	color:#f3f0ec;
	line-height:16px;
}

#footer .bottom-nav p {
	text-align:right;
	font-size:14px;
	color:#f3f0ec;
}

#footer a {
	font-weight:bold;
	color:#f3f0ec;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/*---------- Home Page ----------*/

#splash-wrapper {
	width:100%;
	height:281px;
	background:url(../images/bg-splash-repeat.png) center top repeat-x;
	margin-bottom:38px;
}

#splash {
	width:1015px;
	height:303px;
	background:url(../images/bg-splash.png) center top no-repeat;
	margin:0 auto;
	position:relative;
	z-index:10;
}

#splash .content {
	width:430px;
	padding:70px 0 0 30px;
}

#splash p {
	color:#fff;
	font-style:italic;
}

#splash .btn {
	float:left;
}

#splash .btn a {
	width:205px;
	height:26px;
	display:block;
	padding:9px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px 0px #cdc7c1;
	-moz-box-shadow: 0px 1px 0px 0px #cdc7c1;
	box-shadow: 0px 1px 0px 0px #cdc7c1; 
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-shadow:none;
}

#splash .btn a:hover {
	color:#FFF;
	text-decoration:none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#splash .btn.blue a {
	background: #003d6c; /* Old browsers */
	background: -moz-linear-gradient(top, #003d6c 0%, #00214a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003d6c), color-stop(100%,#00214a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003d6c 0%,#00214a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003d6c 0%,#00214a 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #003d6c 0%,#00214a 100%); /* IE10+ */
	background: linear-gradient(top, #003d6c 0%,#00214a 100%); /* W3C */
	border:#00214a 1px solid;
}

#splash .btn.red a {
	background: #8b3543; /* Old browsers */
	background: -moz-linear-gradient(top, #8b3543 0%, #691b26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b3543), color-stop(100%,#691b26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8b3543 0%,#691b26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8b3543 0%,#691b26 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #8b3543 0%,#691b26 100%); /* IE10+ */
	background: linear-gradient(top, #8b3543 0%,#691b26 100%); /* W3C */
	border:#691b26 1px solid;
}

#splash .companion-link {
	position:absolute;
	width:1015px;
	bottom:0px;
	z-index:100;
}

#splash .companion-link a {
	display:block;
	background:url(../images/home-whytreaties-link.png) center no-repeat;
	width:709px;
	height:45px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-1000px;
}

.call-out {
	width:560px;
	background:#f3f0ec;
	padding:30px 30px 10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

.greeting {
	width:300px;
	height:122px;
	display:block;
	background:url(../images/bg-vid-greeting.png) center no-repeat;
	margin-bottom:15px;
	position:relative;
}

.greeting .title {
	position:absolute;
	width:140px;
	top:52px;
	left:20px;
}

.greeting .title p {
	font-size:16px;
	color:#FFF;
	margin-bottom:0;
}

.greeting .title p.subtitle {
	font-size:12px;
	color:#FFF;
	margin:0;
}

.greeting .play {
	position:absolute;
	top:43px;
	left:165px;
}

.greeting .play a {
	width:40px;
	height:40px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	font-size: 1px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border:none;
	background: url(../images/btn-play-lg.png) no-repeat;
}

.greeting .play a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.quote {
	background: url(../images/quote-left.png) left top no-repeat #f3f0ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.popup-box .quote {
	background-color: #FFF;
}

.grid_6.quote {
	margin-bottom: 20px;
}

.quote .content {
	padding:30px 30px 20px 30px;
}

.quote .end-quote {
	background:url(../images/quote-right.png) right bottom no-repeat;
}

.quote p {
	margin-bottom:5px;
	font-style:italic;
}

.quote p.author {
	font-size:12px;
	font-style:normal;
	text-align:right;
}

/*---------- Sub Pages ----------*/

/* Left Nav */

#left-nav {
	width:180px;
	background:url(../images/bg-left-nav.png) center top no-repeat;
	padding:15px 20px 70px 20px;
}

#left-nav h2 {
	font-size:16px;
	color:#fff;
	margin-bottom:20px;
}

#left-nav ul {
	margin-bottom:0;
}

#left-nav li {
	list-style:none outside;
	margin:0;
	line-height:normal;
}

#left-nav ul li {
	border-bottom:#e7e4de 1px solid;
}

#left-nav ul li.sub-nav {
	padding:7px 0;
}

#left-nav ul li.first {
	border-top:#e7e4de 1px solid;
}
#left-nav ul li.sub-nav li.first {
	border-top: none;
}

#left-nav ul li a {
	width:100%;
	display:block;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	color:#797062;
	text-decoration:none;
}

#left-nav ul li a:hover,
#left-nav ul li ul li a:hover,
#left-nav ul li ul li a.active {
	color:#002b5a;
	text-decoration:none;
	background:none;
}

#left-nav ul li a.active {
	color:#002b5a;
	text-decoration:none;
	background:url(../images/nav-arrow.png) right center no-repeat;
}

#left-nav ul li ul li {
	border-bottom:none;
}

#left-nav ul li ul li a {
	width:100%;
	display:block;
	padding:5px 0;
	font-size:12px;
	font-weight:bold;
	color:#668bb4;
	text-decoration:none;
}

#left-nav ul li ul li a span {
	font-size:10px;
	font-weight:normal;
}

.btn a {
	display:block;
	padding:6px 0 5px 0;
	text-align:center;
	background: #f7f7f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f2 0%, #e8e8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f2), color-stop(100%,#e8e8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f2 0%,#e8e8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f2 0%,#e8e8d8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7f7f2 0%,#e8e8d8 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f2 0%,#e8e8d8 100%); /* W3C */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#d5d5c8 1px solid;
	font-size:12px;
	font-weight:bold;
	color:#736959;
	text-decoration:none;
	text-shadow: 0px 1px 0px #fff;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.btn a:hover {
	color:#736959;
	text-decoration:none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

/* Common Templates */

#main-container {
	width:720px;
	float:left;
}

#page-title {
	/*width:660px;*/
	display:block;
	background:url(../images/bg-page-title.jpg) top center;
	padding:15px 20px;
}

#page-title.all-round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#page-title.top-round {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#page-title h2 {
	color: #fff;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height:18px;
}

#vid-container {
	width:680px;
	padding:20px 10px;
	background:#f3f0ec;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


#vid-container.wide {
	width:920px;
}

#vid-container .vid-block {
	width:206px;
	margin:0 10px;
	float:left;
}

#vid-container .vid-block .vid-thumb {
	width:206px;
	height:80px;
	background:#FFF;
	position: relative;
	overflow: hidden;
}

#vid-container .vid-block .vid-thumb img {
	width: 206px;
}

#vid-container .vid-block .vid-thumb a {
	display:block;
	width:206px;
	height:80px;
	background:url(../images/btn-play.png) 8px 45px no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	top: 0;
}

#vid-container .vid-block .vid-thumb a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

#vid-container .vid-block .vid-caption {
	width:186px;
	background:#7b2431;
	padding:5px 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#vid-container p {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin:0;
	line-height:normal;
}

#bg-wrapper .hr {
	width:100%;
	height:0px;
	border-bottom:#e7e4df 1px solid;
	margin:30px 0;
	clear:both;
}

.block-link {
	float:left;
	width:160px;
	margin:10px 10px 0 10px;
} 

.block-link a {
	width:140px;
	display:block;
	background:#f3f0ec;
	padding:40px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	font-weight:bold;
	color:#aea59c;
	text-decoration:none;
	text-align:center;
} 

.block-link a:hover {
	background:#aea59c;
	color:#fff;
	text-decoration:none;
} 

.block-bio {
	float:left;
	width:140px;
	margin:10px 5px;
	text-align:center;
} 

.block-bio p {
	font-size:11px;
	font-style:italic;
	line-height:16px;
	margin:5px 0 0 0;
}

.block-bio img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar h2 {
	padding-bottom:5px;
	border-bottom:#e7e4df 1px solid;
	margin-bottom:10px;
}

#sidebar ul {
	margin-bottom:30px;
}

#sidebar ul li {
	list-style:none outside;
	margin:0 0 5px 0;
}

#sidebar .btn a {
	width:100%;
	padding:6px 0 5px 0;
	margin-bottom:10px;
}

#sidebar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}

#sidebar .sidebar-image img {
	width: 100%;
}

#sidebar .profile-pic {
	width:140px;
	height:140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	position:relative;
}

#sidebar .pic-image {
	width: 140px;
	height: 140px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar .pic-image img {
	width: 101%;
}


#sidebar .profile-pic .pic-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	width:120px;
	padding:5px 10px;
	background:url(../images/bg-black-trans.png) center repeat;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#sidebar .profile-pic .pic-caption p {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin:0;
	line-height:normal;
}

.sidebar-image label {
	line-height:16px;
	margin-bottom:20px;
	margin-top:-5px;
	font-size:12px;
	font-style:italic;
	text-align:center;
	width:100%;
	display:block;
}

/* Video Gallery */

.gallery-item {
	width:200px;
	padding:10px;
	background:#f3f0ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

.gallery-item .vid-thumb {
	width:200px;
	height:110px;
	background:#fff;
	margin-bottom:10px;
	position:relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gallery-item .vid-thumb img {
	width: 100%;
}

.gallery-item .vid-thumb a {
	display:block;
	width:200px;
	height:110px;
	background:url(../images/btn-play.png) 10px 70px no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	top: 0;
	position: absolute;
}

.gallery-item .vid-thumb a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.gallery-item p {
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	margin:0;
}

/*---------- Type ----------*/

p {
	line-height:20px;
	margin-bottom:20px;
}

p.caption {
	font-size:12px;
	font-style:italic;
	line-height:16px;
	margin:5px 0 0 0;
}

a {
	color:#002b5a;
	text-decoration:underline;
}

a:hover {
	color:#668bb4;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#FFF;
}

h1 span {
	font-weight:normal;
	font-size:12px;
}

h1 small {
	font-size: 12px;
	float: right;
	font-weight: normal;
	line-height: 22px;
}

h2 {
	font-size:14px;
	color:#736959;
	margin-bottom:20px;
	line-height:20px;
}

h2 span {
	font-weight:normal;
}

h3 {
	font-size:14px;
	color:#736959;
	padding-bottom:5px;
	border-bottom:#e7e4df 1px solid;
	margin-bottom:10px;
}

ul {
	margin-bottom:20px;
}

li {
	list-style:disc outside;
	margin:0 0 10px 15px;
	line-height:20px;
}

ul.list li {
	list-style:none outside;
	margin:0;
}

blockquote {
	display:block;
	padding:20px;
	background:#f3f0ec;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#736959;
	line-height:24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

blockquote p {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin:10px 0 0 0;
}

blockquote img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

blockquote li {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:14px;
}


/** POPUP STYLES **/

.popup-box {
	font-family: Georgia;
	color: #797062;
	max-width: 800px;
}
.popup-box h2 {
	font-size: 18px;
	font-style: italic;
}
.popup-box b, .popup-box strong {
	font-style: italic;
}

.popup-family {
	padding: 20px;
	max-width:900px;
	width: 840px;
}
.popup-family .popup-sidebar, .popup-family .popup-content {
	float: left;
}
.popup-family .popup-sidebar {
	width: 180px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 20px;
}
.popup-family .popup-sidebar img {
	display: block;
	margin-bottom: 10px;
}
.popup-family h4 {
	border-bottom: 1px solid #e7e4df;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.popup-family .popup-content {
	width: 640px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 20px;
}


/** FAMILY TREE STYLES **/

.family-tree-container {
	height: 350px;
	background: url(../images/fam-group-bg.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 5px #888;
	-webkit-box-shadow: inset 1px 1px 5px #888;
	box-shadow: inset 1px 1px 5px #888;
	overflow: hidden;
	margin:20px 0 10px 0;
	position: relative;
}
.family-tree-container .btn-interact {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor:pointer;
}
.family-tree-container .btn-interact div {
	background: url(../images/btn-interact.png) no-repeat;
	margin: -51px 0 0 -51px;
	width: 103px;
	height: 103px;
}
#family-tree-preview {
	height: auto;
}

.family-tree-content {
	position: relative;
	display: inline-block;
}
.family-tree-content a {
	display: block;
	position: absolute;
}

.kinetic-active {
	cursor: url(../images/openhand.cur), move;
}
.kinetic-active.kinetic-moving {
	cursor: url(../images/closedhand.cur), move;
}
