@charset "utf-8";
/* remove all padding and margins so we start fresh in all browsers, then add it back to some things */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	outline: none;
}
:focus {
	outline: 0;
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 13px;
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	color: #5555555;
	*font-size: small;
	*font: x-small;
	line-height: 1.3em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  /* to make HTML5 stuff render correctly */
    display: block;
} 
p {
	padding-bottom: 12px;
}
ul, ol {
	padding: 10px 40px 12px 20px;
}
	li {
		padding-bottom: 10px;
	}
sup {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
optgroup option {
	padding-left: 15px;
}
blockquote {
	padding-left: 20px;
	quotes: none;
}
textarea {
	min-height: 36px;
}
a {
	color: #838e0b;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
object,embed, video {
	outline: none;
}
.noShow {
	display: none;
}
/* custom selection colors */
::selection {
	background: #696560; /* webkit & ie9 */
	color: #ffffff;
}
::-moz-selection {
	background: #696560; /* Firefox */
	color: #ffffff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px!important;
	padding-bottom: 10px;
}
h2 {
	font-size: 2.7em;
	padding-bottom: 10px;
	margin: 0px!important;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 12px;
	margin: 0px!important;
}
h4 {
	font-size: 1em;
	padding-bottom: 12px;
	font-weight: normal;
}
label.error {
	color: #ff0000;
	padding-left: 5px;
	display: none;
}
.center {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.black {
	color:#000;
}
address {
	font-style: normal;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
input[type='text'], select, textarea, input[type='password'] {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	padding: 5px;
}
.greenBtn {
	display: inline-block;
	background: #afbc22;
	border-radius: 3px;
	padding: 5px 20px;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
	.greenBtn:hover {
		text-decoration: none;
		background: #869019;
	}
.grayBtn {
	display: inline-block;
	background: #b6b4aa;
	border-radius: 3px;
	padding: 5px 20px;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
	.grayBtn:hover {
		text-decoration: none;
		background: #6e6c60;
	}
.green {
	color: #afbc22;
}
.blackGrad {
	background: url(../images/black_grad.jpg) repeat-x;
	display: block;
	height: 28px;
	padding: 7px 25px 0 25px;
	color: #afbc22;
}
	.blackGrad:hover {
		color: #ffffff;
		text-decoration: none;
	}
.greenQuote {
	color: #afbc22;
	font-family: 'Vollkorn', serif;
	font-size: 1.8em;
	line-height: 1.1em;
}
.fLeft {
	float: left;
}
.mobileNav, .onlyMobile, .mobileDark, .mobileLoc {
	display: none;
}
/** Top Nav **/
#nav_mobileClose, .t2Nav {
	display: none;
}
#nav {
	float: left;
	width: 100%;
	background: #333333;
	color: #ffffff;
}
	.nav {
		width: 960px;
		margin: 0 auto;
	}
		.nav a#logo {
			float: left;
			margin: 10px 30px 0 0;
		}
		nav {
			float: left;
		}
		nav ul {
			list-style: none;
			padding: 0;
			float: left;
		}
			nav ul li {
				float: left;
				padding: 0;
				margin: 0 15px;
			}
				nav ul li a {
					color: #ffffff;
					padding: 10px 5px 3px 5px;
					border-bottom: 7px solid #333333;
					display: inline-block;
				}
					nav ul li a:hover, nav ul li.active a {
						text-decoration: none;
						color: #c7d05f;
						border-bottom: 7px solid #5c640d;
					}
/** Global Styles **/
#container {
	width: 960px;
	margin: 0 auto;
}
	#content {
		float: left;
		width: 960px;
	}
		#cL {
			float: left;
			width: 220px;
			position: relative;
		}
		#cR {
			float: left;
			width: 740px;
			padding-top: 40px;
		}
footer {
	float: left;
	width: 100%;
	border-top: 1px dotted #bbb2a3;
	margin-top: 20px;
	padding: 10px 0;
	font-size: .83em;
	position: relative;
}
	#copyright {
		float: left;
		padding-top: 10px;
	}
	footer #copyright a {
		border-left: 1px solid #555555;
		padding-left: 10px;
		margin-left: 10px;
	}
#getConnected {
	float: right;
	text-transform: uppercase;
}
	#getConnected ul {
		list-style: none;
		padding: 0;
		mnargin: 0;
		float: right;
	}
		#getConnected ul li {
			padding: 0 5px;
			float: left;
		}
			#getConnected ul li a {
				border-left: none;
				margin: 0!important;
				padding: 0!important
			}
		#getConnected ul li:first-child {
			padding-top: 10px;
		}
/** Left Nav **/
#leftNav {
	width: 220px;
	padding: 75px 0 100px 0;
	float: left;
	background: url(../images/leaf1.png) no-repeat top right;
	position: relative;
}
#leaf2 {
	width: 133px;
	height: 168px;
	background: url(../images/leaf2.png) no-repeat;
	z-index: -1;
	position: absolute;
	bottom: 0px;
	left: 20px;
}
#leftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #ededed;
	width: 160px;
	z-index: 10;
}
	#leftNav ul li {
		padding: 0;
		border-bottom: 1px solid #ffffff;
	}
		#leftNav ul li a {
			display: block;
			padding: 10px 15px;
			color: #000000;
		}
			#leftNav ul li a:hover {
				text-decoration: none;
				background: #eff2d3;
			}
			#leftNav ul li.selected > a {
				border-bottom: 3px solid #d5dc8c;
				background: #eff2d3;
			}
		#leftNav ul li#main a {
			font-size: 1.3em;
			font-weight: bold;
			border-bottom: 1px solid #bebebe;
			padding: 10px 15px;
		}
		#leftNav ul ul li {
			border-bottom: 1px solid #d4d4d4;
		}
			#leftNav ul ul li a {
				font-size: .85em;
				padding: 7px 15px 7px 30px;
				color: #696560;
			}
			#leftNav ul ul li.selected > a {
				color: #ffffff;
				background: #afbc22;
				border-bottom: none;
			}
/** Homepage **/
#homeBanner {
	float: left;
	width: 960px;
	height: 365px;
	background: url(../images/banner.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/** Tier 2s **/
#cR.t2 h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	padding-bottom: 15px;
	float: left;
	display: table;
}
	#cR.t2 h2 img {
		float: left;
		padding-right: 20px;
	}
	#cR.t2 h2 span {
		display: table-cell;
		vertical-align: bottom;
		padding-bottom: 14px;
	}
.titleLinks {
	float: right;
	padding-bottom: 15px;
	display: table;
	border-spacing: 5px;
	margin-top: -10px;
}
	.titleLinks a {
		display: table-cell;
		vertical-align: bottom;
	}
/* About Us */
#quickFacts {
	width: 740px;
	min-height: 521px;
	z-index: 10;
	float: left;
	padding-top: 30px;
	position: relative;
	background: url(../images/quickfacts.png) no-repeat;
}
	#quickFacts h4 {
		text-transform: uppercase;
		font-size: 1.2em;
		position: absolute;
		top: 120px;
		left: 0;
	}
	.quickFact {
		color: #698693;
		font-size: 1.7em;
		line-height: 1.2em;
		position: absolute;
	}
		.quickFact#one {
			top: 150px;
			left: 20px;
			width: 250px;
		}
		.quickFact#two {
			width: 300px;
			top: 245px;
			left: 10px;
		}
		.quickFact#three {
			width: 200px;
			top: 310px;
			left: 375px;
		}
		.quickFact#four {
			top: 140px;
			right: 0px;
			width: 240px;
		}
#aboutAncestry {
	float: left;
	width: 740px;
	padding-top: 20px;
	border-top: 13px solid #afbc22;
	margin-top: 10px;
}
	#aboutAncestry h4 {
		color: #afbc22;
		font-size: 1.78em;
		font-style: italic;
		line-height: 1.3em;
		font-family: 'Vollkorn', serif;
	}
/* Properties */
hgroup {
	padding: 15px 0;
}
hgroup h3 {
	color: #afbc22;
	font-size: 1.85em;
}
hgroup h4 {
	font-size: 1.23em;
}
.property {
	float: left;
	width: 740px;
	padding-bottom: 40px;
}
	.propPic {
		float: left;
		width: 370px;
		display: table;
		height: 145px;
		background: url(../images/properties_node.png) no-repeat right 50%;
	}
		.propPic .logo {
			display: table-cell;
			vertical-align: middle;
		}
	.propInfo {
		float: left;
		width: 350px;
		margin-left: 20px;
		position: relative;
		min-height: 145px;
	}
		.propInfo.full {
			width: 100%;
			margin-left: 0;
			min-height: 0;
		}
		.propInfo .propTitle {
			position: absolute;
			top: 0;
			left: 0;
			width: 350px;
			font-size: 1.54em;
			font-family: 'Vollkorn', serif;
		}
			.propInfo.full .propTitle {
				position: static;
			}
			.propInfo .propTitle a {
				color: #555555;
			}
		.propInfo .propText {
			position: absolute;
			top: 22px;
			left: 0;
			width: 350px;
			font-size: .9em;
			line-height: 1.3em;
			word-wrap: break-word;
		}
			.propInfo.full .propText {
				width: 100%;
				position: static;
			}
			.propText h4 {
				padding-bottom: 0px;
				margin-bottom: 0px;
				line-height: 1.1em;
				font-size: .95em;
			}
		.propInfo .propLinks {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 350px;
		}
			.propInfo .propLinks a {
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 0.04em;
			}
/* Press */
#pressLeft {
	float: left;
	width: 520px;
	padding-right: 20px;
}
#pressRight {
	float: left;
	width: 200px;
}
	#pressRight h4 {
		color: #ffffff;
		background: #696560;
		padding: 8px 0 8px 15px;
		margin-bottom: 3px;
	}
	.blueRight {
		background: #e1edf3;
		padding: 15px;
		color: #555555;
		font-size: .95em;
	}
		#iPR {
			float: left;
			width: 135px;
			margin-right: 5px;
		}
		#internationalSubmit {
			cursor: pointer;
			float: left;
			height: 30px;
		}
#pressPrimary {
	float: left;
	width: 520px;
	padding: 20px 0;
}
	.pressPrimaryTop {
		display: none;
		padding-bottom: 10px;
		color: #444444;
	}
		.pressPrimaryTop h3 {
			font-family: 'Vollkorn', serif;
			font-size: 2.2em;
			line-height: 1.1em;
			padding-bottom: 5px;
		}
		.pressPrimaryTop h4 {
			font-size: 1.4em;
			line-height: 1.2em;
			font-style: italic;
			padding-bottom: 10px;
		}
	#pressPrimaryThree {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		#pressPrimaryThree li {
			float: left;
			margin: 0 4px;
			height: 87px;
			width: 160px;
			cursor: pointer;
			position: relative;
		}
			#pressPrimaryThree li img {
				position: absolute;
				z-index: 1;
			}
			#pressPrimaryThree li .pPTCover {
				position: absolute;
				z-index: 2;
				background: url(../images/press_primary.png) no-repeat;
				width: 160px;
				height: 87px;
			}
				#pressPrimaryThree li.showing .pPTCover {
					background: url(../images/press_primary_active.png) no-repeat;
				}
	h5.otherNews {
		color: #ffffff;
		background: #c8d166;
		padding: 5px 10px;
		text-transform: uppercase;
		font-size: 1.1em;
	}
.news_sort {
	background: #f3f4e5;
	padding: 5px 15px;
	margin-bottom: 8px;
}
	.news_sort select option {
		padding: 3px 5px 0 5px;
	}
.pressItem {
	float: left;
	width: 520px;
	margin-bottom: 1px;
	background: #f3f3f3;
}
	.pressDate {
		float: left;
		width: 80px;
		padding: 10px;
		color: #698693;
		font-size: 1.2em;
	}
	.pressTitle {
		float: left;
		width: 288px;
		padding: 10px;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
		.pressTitle a, .pressRead a {
			display: block;
			color: #000000;
		}
	.pressRead {
		float: left;
		width: 88px;
		padding: 10px;
	}
		.pressRead a {
			display: block;
			background: url(../images/read_more.png) no-repeat right;
			width: 88px;
			font-size: .85em;
			text-transform: uppercase;
		}
	.pressItem:hover {
		background: #ffffff;
	}
		.pressItem:hover .pressTitle {
			border-left: 1px solid #f3f3f3;
			border-right: 1px solid #f3f3f3;
		}
.pressArticle h3 {
	font-family: 'Vollkorn', serif;
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 3px;
}
	.pressArticle h4 {
		font-size: 1.1em;
		padding-bottom: 18px;
	}
	.pressArticle table {
		border-collapse: collapse;
		font-size: 12px;
	}
		.pressArticle td {
			padding: 5px 10px 5px 0;
		}
.searchbox input{
    margin:2px;
    vertical-align: middle;
}
.margin10 {
	margin-left: 10px!important;
}
.margin0 {
	margin-left: 0px!important;
}
/* Contact */
#contactLeft {
	float: left;
	width: 350px;
	padding: 20px 20px 0 0;
}
#contactRight {
	float: left;
	width: 350px;
	padding: 20px 0 0 20px;
}
	#contactLeft h4, #contactRight h4 {
		font-size: 1.215em;
		border-bottom: 1px solid #acacac;
		padding: 10px 0;
		margin-bottom: 10px;
	}
/** Country dropdown **/
.intFooterPop {
	width:425px;
	height: auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	position:absolute;
	right: 0px;
	bottom:35px;
	z-index:10;
}
.intFooterPop a {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.intFooterPop a.closePop {
	background-position:0 -200px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top:7px;
	right:12px;
	padding:0;
	cursor:pointer;
}
.intFooterPop a.closePop:hover {
	background-color:none;
}
.intFooterPop a {
	text-decoration:none;
}
.intFooterPop a:hover {
	text-decoration:underline;
}
.intFooterPop h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#695D49;
	font-size:15px;
	border-bottom:solid 1px #8D7F61;
	padding-bottom:8px;
	margin:0;
	font-weight:normal;
	text-transform: none;
}
.intFooterPop .top {
	background:url(../images/global_sprite.png) no-repeat 0 -120px;
	width:425px;
	height:7px;
	margin-left:4px;
}
.intFooterPop .btm {
	background:url(../images/global_sprite.png) no-repeat 0 -129px;
	width:425px;
	height:11px;
	margin-left:4px;
}
.intFooterPop .bg {
	background:url(../images/int_ft_bg.png) repeat-y;
	width:409px;
	padding:0 8px;
	height:auto;
}
.intFooterPop .bg ul.flags, .intFooterPop .bg .right ul.other {
	list-style:none;
	margin:10px 2px;
	padding: 0px;
}
.intFooterPop .bg ul.flags li {
	padding-left:26px;
	padding-bottom:2px;
	margin-top:8px;
	line-height:11px;
}
.intFooterPop .bg ul.flags li.us {
	background:url(../images/global_sprite.png) no-repeat -973px -319px;
}
.intFooterPop .bg ul.flags li.uk {
	background:url(../images/global_sprite.png) no-repeat -973px -342px;
}
.intFooterPop .bg ul.flags li.ca {
	background:url(../images/global_sprite.png) no-repeat -973px -365px;
}
.intFooterPop .bg ul.flags li.au {
	background:url(../images/global_sprite.png) no-repeat -973px -388px;
}
.intFooterPop .bg ul.flags li.de {
	background:url(../images/global_sprite.png) no-repeat -973px -411px;
}
.intFooterPop .bg ul.flags li.it {
	background:url(../images/global_sprite.png) no-repeat -973px -434px;
}
.intFooterPop .bg ul.flags li.fr {
	background:url(../images/global_sprite.png) no-repeat -973px -657px;
}
.intFooterPop .bg ul.flags li.se {
	background:url(../images/global_sprite.png) no-repeat -973px -680px;
}
.intFooterPop .bg ul.flags li.jp {
	background:url(../images/global_sprite.png) no-repeat -973px -703px;
}
.intFooterPop .bg .left {
	width:188px;
	padding-right:8px;
	padding-left:4px;
	float:left;
	border-right:solid 1px #8D7F61;
}
.intFooterPop .bg .right {
	width:192px;
	float:left;
	padding:0 8px;
}
.intFooterPop .bg .right ul.other li {
	margin-top:8px;
	line-height:12px;
	padding-bottom: 0;
}
.intPop {
	background:url(../images/global_sprite.png) no-repeat right -290px;
	border:solid 1px #DBD5C8;
	height:24px;
	min-width:122px;
	position:absolute;
	top:10px;
	right:0px;
	padding:0 20px 0 8px;
	cursor:pointer;
}
.intPop span {
	font:12px Tahoma, Geneva, sans-serif;
	color:#333;
	line-height:21px;
}