/********* GENERAL HTML TAG STYLES *********/

html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
body {
	font: 12px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
h1 {
	font: normal 20px/24px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #1E6DAE;
	padding: 16px 0 10px 0;
}
h2 {
	font: normal 20px/24px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #C40000;
	padding: 16px 0 10px 0;
}
h3 {
	font: bold 16px/24px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #1E6DAE;
	padding: 16px 0 10px 0;
}
h3 a:link, h3 a:visited {
	color: #1E6DAE;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	color: #1E6DAE;
	text-decoration: underline;
}
h4 {
	font: bold 14px/24px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333023;
	padding: 10px 0 10px 0;
}
h4 a:link, h4 a:visited {
	color: #333023;
	text-decoration: none;
}
h4 a:hover, h4 a:active {
	color: #333023;
	text-decoration: underline;
}
h5 {
	font: bold 12px/24px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #C40000;
	padding: 16px 0 10px 0;
	text-transform: uppercase;
}
h6 {
	font: normal 14px/24px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #C40000;
	padding: 16px 0 10px 0;
}
p {
	padding: 0 0 6px 0;
	color: #333023;
	font-size: 12px;
}
div.container_16 p.highlight {
	font: 14px/24px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #9C8F76;
}
div.container_16 p.quotebody {
	font: 12px/18px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding-top: 10px;
}
div.container_16 p.name {
	font: 15px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9C8F76;
	padding: 0px;
}
div.container_16 p.title {
	font: 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9C8F76;
	padding: 0px 0px 10px 0px;
}
div.container_16 p {
	line-height: 18px;
}
img.space {
	padding: 5px 0 5px 0;
}
a:link, a:visited {
	color: #1E6DAE;
	text-decoration: underline;
}
a:hover, a:active {
	color: #1E6DAE;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}
hr {
	border: 0 #9C8F76 dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.space {
	margin-bottom: 10px;
}
.adspace {
	margin: 20px 0 10px 0;
}
div.container_16 {
	margin-bottom: 24px;
}
/********* LAYOUT STYLES (DIVS AND AFFILIATED CSS) *********/

#wrapper {/* Contains Header and Footer Items Within a 960px Wide Wrapper */
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
/* Header Area Including Logo and Navigation and Dropdown Navigation Items at Top */
#header {
	background: url(../img/top-bg.gif) repeat-x;
	height: 100px;
}
#header h1 {
	width: 272px;
	height: 115px;
	background: url(../img/logo.gif) no-repeat 10px 0;
	float: left;
	cursor: pointer;
	padding: 0;
}
#header h1 span {
	display: none;
}
/* Top Navigation Including Dropdowns */
#nav {
	float: left;
	height: 95px;
	margin: 0px;
	padding: 0px;
	border-right: solid 2px #FFFFFF;
	position: relative;
	z-index: 1000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav li {
	float: left;
	position: relative;
}
#nav li a {
	display: block;
	padding: 15px 13px 0 13px;
	height: 80px;
	border-left: solid 2px #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	background: url(../img/nav-bg.gif) no-repeat bottom right;
}
li.btn1 a {
	width: 125px;
}
li.btn2 a {
	width: 128px;
}
li.btn3 a {
	width: 94px;
}
li.btn4 a {
	width: 101px;
}
li.btn5 a {
	width: 90px;
}
#nav li a span {
	color: #9C8F76;
	font-size: 12px;
}
#nav li a:hover {
	background: #604D3A url(../img/nav-bg.gif) no-repeat bottom right;
	text-decoration: none;
}
#nav li div {
	display: none;
	position: absolute;
	top: 81px;
	left: -30px;
	width: 220px;
	padding-top: 19px;
	background: url(../img/nav-pointer.gif) no-repeat top left;
	z-index: 2000;
}
#nav li div ul {
	width: 196px;
	padding: 10px 10px 0 10px;
	background: #ECE8E5;
	border-right: solid 2px #9C8F76;
	border-left: solid 2px #9C8F76;
	border-bottom: solid 2px #9C8F76;
}
#nav li div ul li {
	float: none;
	position: relative;
	width: 196px;
}
#nav li.btn2 div ul li {
	float: none;
	position: relative;
	width: 206px;
}
#nav li div ul li a {
	height: auto;
	width: auto !important;
	color: #604D3A;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 6px 0 10px 28px;
	border: none;
	background: none;
}
#nav li.btn3 ul li a {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 58px;
	height: 82px;
}
#nav li div ul li a {
	display: inline-block;
}
#nav li div ul li a {
	display: block;
}
#nav li div ul li a:hover {
	color: #C40000;
	background-color: transparent;
}
#nav li div ul li a.ico1, #nav li div ul li a.ico1:hover {
	background: url(../img/nav-video.jpg) no-repeat top left;
}
#nav li div ul li a.ico2, #nav li div ul li a.ico2:hover {
	background: url(../img/nav-topics.jpg) no-repeat top left;
}
#nav li div ul li a.ico3, #nav li div ul li a.ico3:hover {
	background: url(../img/nav-resources.jpg) no-repeat top left;
}
#nav li div ul li a.ico4, #nav li div ul li a.ico4:hover {
	background: url(../img/nav-testimonials.jpg) no-repeat top left;
}
#nav li div ul li a.ico5, #nav li div ul li a.ico5:hover {
	background: url(../img/nav-book.jpg) no-repeat top left;
}
#nav li div ul li a.ico6, #nav li div ul li a.ico6:hover {
	background: url(../img/nav-book1.jpg) no-repeat top left;
}
#nav li div ul li a.ico7, #nav li div ul li a.ico7:hover {
	background: url(../img/nav-book2.jpg) no-repeat top left;
}
#nav li div ul li a.ico8, #nav li div ul li a.ico8:hover {
	background: url(../img/nav-book3.jpg) no-repeat top left;
}
#nav li div ul li a.ico9, #nav li div ul li a.ico9:hover {
	background: url(../img/nav-about.jpg) no-repeat top left;
}
#nav li div ul li a.ico10, #nav li div ul li a.ico10:hover {
	background: url(../img/nav-articles.jpg) no-repeat top left;
}
#nav li div ul li a.ico11, #nav li div ul li a.ico11:hover {
	background: url(../img/nav-write.jpg) no-repeat top left;
}
#nav li div ul li a.ico12, #nav li div ul li a.ico12:hover {
	background: url(../img/nav-press.jpg) no-repeat top left;
}
#nav li div ul li a.ico13, #nav li div ul li a.ico13:hover {
	background: url(../img/nav-downloads.jpg) no-repeat top left;
}
#nav li div ul li a.ico14, #nav li div ul li a.ico14:hover {
	background: url(../img/nav-sustainability.jpg) no-repeat top left;
}
#nav li div ul li a.ico15, #nav li div ul li a.ico15:hover {
	background: url(../img/nav-workwith.jpg) no-repeat top left;
}
#nav li div ul li a.ico16, #nav li div ul li a.ico16:hover {
	background: url(../img/nav-marketing.jpg) no-repeat top left;
}
#nav li div ul li a.ico17, #nav li div ul li a.ico17:hover {
	background: url(../img/nav-leadership.jpg) no-repeat top left;
}
#nav li div ul li a.ico18, #nav li div ul li a.ico18:hover {
	background: url(../img/nav-why.jpg) no-repeat top left;
}
/* Bottom Footer and Copyright Styles */
#footer {
	background: #F5F4F1;
}
#footer, .push {
	height: 10em;
}
#footer h1, #footer h2, #footer p {
	padding: 0 0 0px 0;
}
.pusher {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10em;
}
.bottomnav {
	float: left;
	margin: 5px 18px 0 0;
}
.bottomnav h1 a, .bottomnav h1 a:visited {
	margin: 0;
	padding: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #604D3A;
	text-decoration: none;
}
.bottomnav h1 a:hover {
	color: #604D3A;
	text-decoration: underline;
}
.bottomnav p a, .bottomnav p a:visited {
	margin: 0;
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #604D3A;
	text-decoration: underline;
}
.bottomnav p a:hover {
	color: #604D3A;
	text-decoration: none;
}
.copyright {
	float: right;
	margin: 10px 0 0 0;
}
.copyright h2 {
	font: normal 16px/110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9C8F76;
	text-align: right;
	margin: 0 0 16px 0;
}
.copyright h2 span {
	font: normal 18px Arial, Helvetica, sans-serif;
}
.copyright h2 a, .copyright h2 a:visited {
	color: #9C8F76;
}
.copyright h2 a:hover {
	color: #9C8F76;
	text-decoration: none;
}
.copyright p {
	margin: 0;
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #604D3A;
	text-align: right;
}
.copyright p a, .copyright p a:visited {
	color: #604D3A;
	text-decoration: underline;
}
.copyright p a:hover {
	color: #604D3A;
	text-decoration: none;
}
/********* TEXT AND CONTENT STYLES (IMAGE PLACEMENT, STYLE CLASSES, COLUMNS WITHIN TEXT AREA) *********/
.floatL {/* Float Images or Objects */
	float: left;
}
.floatR {/* Float Images or Objects */
	float: right;
}
* {
	margin: 0;
}
/* Home Page Banner */
#banner {
	float: left;
	width: auto;
	position: absolute;
	top: 282px;
	z-index: 10;
}
#banner a {
	float: left;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	background: #9C8F76;
	height: 30px;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	margin-left: 8px;
	text-align: center;
	line-height: 30px
}
#banner a#link1 {
	width: 225px;
	overflow: hidden;
}
#banner a#link2 {
	width: 225px;
	overflow: hidden;
}
#banner a#link3 {
	width: 225px;
	overflow: hidden;
}
#banner a#link4 {
	width: 225px;
	overflow: hidden;
}
#banner a#link1.selected {
	text-decoration:none;
	font-weight: bold;
	background: #C40000;
}
#banner a#link2.selected {
	text-decoration:none;
	font-weight: bold;
	background: #1E6DAE;
}
#banner a#link3.selected {
	text-decoration:none;
	font-weight: bold;
	background: #F79C14;
}
#banner a#link4.selected {
	text-decoration:none;
	font-weight: bold;
	background: #99A942;
}
#banner-1, #banner-2, #banner-3, #banner-4 {
	width: 940px;
	height: 320px;
	overflow: hidden;
}
#banner-1 span, #banner-2 span, #banner-3 span, #banner-4 span {
	display: none;
}
#banner-1 p a, #banner-2 p a, #banner-3 p a, #banner-4 p a {
	color: #FFFFFF;
	text-decoration: underline;
	padding-bottom: 0px;
}
#banner-1 p a:hover, #banner-2 p a:hover, #banner-3 p a:hover, #banner-4 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#banner-1 {
	background: url(../img/banner1.jpg) no-repeat;
}
#banner-1 p {
	font: normal 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	width: 260px;
	position: absolute;
	top: 100px;
	left: 215px;
}
#banner-1 div.videoreel {
	float: left;
	position: absolute;
	top: 20px;
	left: 550px;
	z-index: 20;
}
#banner-2 {
	background: url(../img/banner2.jpg) no-repeat;
}
#banner-2 p {
	font: normal 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	width: 320px;
	position: absolute;
	top: 100px;
	left: 50px;
}
#banner-3 {
	background: url(../img/banner3.jpg) no-repeat;
}
#banner-3 p {
	font: normal 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	width: 345px;
	position: absolute;
	top: 100px;
	left: 450px;
}
#banner-4 {
	background: url(../img/banner4.jpg) no-repeat;
}
#banner-4 p {
	font: normal 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	width: 315px;
	position: absolute;
	top: 100px;
	left: 65px;
}
/* Home Page Specialized Content Styles */
ul#booking {
	margin: 0 0 10px 0;
}
ul#booking li {
	margin: 0 0 2px 0;
}
ul#booking li a {
	display: block;
	line-height: 28px;
	background-color: #F5F4F1;
	color: #333023;
	text-decoration: none;
	font-style: italic;
	padding-left: 30px;
}
ul#booking li.vid a {
	background: #F5F4F1 url(../img/ico-video.gif) no-repeat 5px 0;
}
ul#booking li.test a {
	background: #F5F4F1 url(../img/ico-testimonial.gif) no-repeat 5px 0;
}
ul#booking li.res a {
	background: #F5F4F1 url(../img/ico-resources.gif) no-repeat 5px 0;
}
ul#booking li.speak a {
	background: #F5F4F1 url(../img/ico-book.gif) no-repeat 5px 0;
}
ul#booking li a:hover {
	background-color: #EBE9E4;
	color: #C40000;
}
form#newsletter {
	margin-bottom: 10px;
}
form#newsletter input.name {
	width: 150px;
	float: left;
	margin-right: 5px;
}
ul#follow {
	margin: 0 0 10px 0;
}
ul#follow li {
	margin: 0 0 1px 0;
	border-bottom: solid 2px #F5F4F1;
}
ul#follow li a {
	display: block;
	line-height: 30px;
	background-color: #FFFFFF;
	color: #333023;
	font-size: 11px;
	text-decoration: none;
	padding-left: 25px;
}
ul#follow li.facebook a {
	background: #FFFFFF url(../img/sns-facebook.jpg) no-repeat 0 7px;
}
ul#follow li.twitter a {
	background: #FFFFFF url(../img/sns-twitter.jpg) no-repeat 0 7px;
}
ul#follow li.blog a {
	background: #FFFFFF url(../img/sns-typepad.jpg) no-repeat 0 7px;
}
ul#follow li.youtube a {
	background: #FFFFFF url(../img/sns-youtube.jpg) no-repeat 0 7px;
}
ul#follow li.linkedin a {
	background: #FFFFFF url(../img/sns-linkedin.jpg) no-repeat 0 7px;
}
ul#follow li a:hover {
	background-color: #F5F4F1;
	color: #1E6DAE;
}
/* Rotating Testimonials on Home Page */
div.container_16 p.quote {
	color: #9C8F76;
	font-size: 18px;
}
div.container_16 p.quoted {
	color: #9C8F76;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	float: right;
	width: 140px;
}
img.logo-quoted {
	float: left;
	width: 130px;
}
/* Page Content Styles */
ul#subnav {
	margin: 0 0 10px 0;
}
ul#subnav li {
	margin: 0 0 2px 0;
}
ul#subnav li a {
	display: block;
	line-height: 28px;
	background-color: #F5F4F1;
	color: #333023;
	text-decoration: none;
	padding-left: 30px;
}
ul#subnav li.vid a {
	background: #F5F4F1 url(../img/ico-video.gif) no-repeat 5px 0;
}
ul#subnav li.topics a {
	background: #F5F4F1 url(../img/ico-topics.gif) no-repeat 5px 0;
}
ul#subnav li.why a {
	background: #F5F4F1 url(../img/ico-why.gif) no-repeat 5px 0;
}
ul#subnav li.res a {
	background: #F5F4F1 url(../img/ico-resources.gif) no-repeat 5px 0;
}
ul#subnav li.test a {
	background: #F5F4F1 url(../img/ico-testimonial.gif) no-repeat 5px 0;
}
ul#subnav li.speak a {
	background: #F5F4F1 url(../img/ico-book.gif) no-repeat 5px 0;
}
ul#subnav li.write a {
	background: #F5F4F1 url(../img/ico-write.gif) no-repeat 5px 0;
}
ul#subnav li.press a {
	background: #F5F4F1 url(../img/ico-press.gif) no-repeat 5px 0;
}
ul#subnav li.about a {
	background: #F5F4F1 url(../img/ico-about.gif) no-repeat 5px 0;
}
ul#subnav li.workwith a {
	background: #F5F4F1 url(../img/ico-workwith.gif) no-repeat 5px 0;
}
ul#subnav li.sustainability a {
	background: #F5F4F1 url(../img/ico-sustainability.gif) no-repeat 5px 0;
}
ul#subnav li.marketing a {
	background: #F5F4F1 url(../img/ico-marketing.gif) no-repeat 5px 0;
}
ul#subnav li.leadership a {
	background: #F5F4F1 url(../img/ico-leadership.gif) no-repeat 5px 0;
}
ul#subnav li.articles a {
	background: #F5F4F1 url(../img/ico-articles.gif) no-repeat 5px 0;
}
ul#subnav li.tips a {
	background: #F5F4F1 url(../img/ico-downloads.gif) no-repeat 5px 0;
}
ul#subnav li.book3 a {
	background: #F5F4F1 url(../img/ico-book3.gif) no-repeat 5px 0;
}
ul#subnav li.book2 a {
	background: #F5F4F1 url(../img/ico-book2.gif) no-repeat 5px 0;
}
ul#subnav li.book1 a {
	background: #F5F4F1 url(../img/ico-book1.gif) no-repeat 5px 0;
}
ul#subnav li.terms a {
	background: #F5F4F1;
	padding-left: 5px;
}
ul#subnav li a:hover {
	background-color: #EBE9E4;
	color: #C40000;
}
body#articles h4 a:link, body#articles h4 a:visited {
	text-decoration: none;
	color: #333023;
}
body#articles h4 a:hover, body#articles h4 a:active {
	text-decoration: underline;
	color: #604D3A;
}
#msgwrap {
	width: 440px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}
#alert {
	padding: 0px;
	margin: 0px;
}
.message {
	color: #C40000;
	font-weight: bold;
	display: none;
	width: 440px;
	padding: 10px;
	margin: 0px;
	background: #F5F4F1;
}
.message h6 {
	padding: 0px;
	margin: 0px;
}
.contact {
	text-align: left;
}
.contact ul {
	list-style-type: none;
	width: 405px;
}
.contact li {
	list-style-type: none;
	margin: 10px 0 10px 0;
}
.contact li.special {
	display: none;
}
.contact li label {
	float: left;
	width: 130px;
	margin-top: 6px;
	color: #333023;
	font-weight: bold;
}
.contact input {
	width: 250px;
	padding: 5px;
	border: solid 1px #EBE9E4;
	background-color: #F5F4F1;
	color: #9C8F76;
}
.contact textarea {
	width: 250px;
	padding: 5px;
	border: solid 1px #EBE9E4;
	background-color: #F5F4F1;
	color: #9C8F76;
}
.contact input:focus, .contact textarea:focus {
	border: solid 1px #C40000;
	color: #333023;
}
button {
	width: 92px;
	height: 32px;
	background: url(../img/button.jpg) no-repeat 0px 0px;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	line-height: 32px;
	margin-left: 130px;
}
button:hover {
	width: 92px;
	height: 32px;
	background: url(../img/button.jpg) no-repeat 0px -32px;
	border: none;
	color: #C40000;
	font-weight: bold;
	cursor: pointer;
	line-height: 32px;
}
button:active {
	width: 92px;
	height: 32px;
	background: url(../img/button.jpg) no-repeat 0px -64px;
	border: none;
	color: #EBE9E4;
	font-weight: bold;
	cursor: pointer;
	line-height: 32px;
}
ul.tabs {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #9C8F76;
	border-left: 1px solid #9C8F76;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #9C8F76;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #F5F4F1;
}
ul.tabs li a {
	text-decoration: none;
	color: #9C8F76;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #FFFFFF; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #EBE9E4;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF; /*--Makes the active tab look like it's connected with its content--*/
}
html ul.tabs li.active a, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #C40000;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	padding-top: 15px;
}
.tab_content p {
	line-height: 18px;
}
.tab_content ul {
	line-height: 18px;
	margin-left: 10px;
}
.tab_content li {
	list-style-image: url(../img/bullet.gif);
	margin: 2px 0 0 10px;
	color: #333023;
}
ul.special {
	line-height: 18px;
	margin-left: 10px;
}
.special li {
	list-style-image: url(../img/bullet.gif);
	margin: 2px 0 0 10px;
	color: #333023;
}

/* Landing Page Content Styles */
body#land .grid_8 h1 {
	color: #9C8F76;
	font-size: 22px;
}
body#land .grid_8 p {
	color: #9C8F76;
	font-size: 14px;
	line-height: 20px;
}
body#land .grid_8 {
	padding-bottom: 45px;
	background: url(../img/img-speech.jpg) no-repeat left bottom;
}
.bloc {
	margin: 10px 0 10px 0;
}
body#land div.container_16 .bloc p {
	font-size: 11px;
	line-height: 14px;
	width: 230px;
}
body#land .button {
	margin: 16px 10px 0 0;
}
body#land .vid {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-video.jpg) no-repeat 5px 8px;
}
body#land .vid h1, body#land .vid h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #604D3A;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .vid h1 a:hover {
	color: #604D3A;
	text-decoration: underline;
}
body#land .topics {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-topics.jpg) no-repeat 5px 8px;
}
body#land .topics h1, body#land .topics h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #E88E18;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .topics h1 a:hover {
	color: #E88E18;
	text-decoration: underline;
}
body#land .why {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-why.jpg) no-repeat 5px 8px;
}
body#land .why h1, body#land .why h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #604D3A;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .why h1 a:hover {
	color: #604D3A;
	text-decoration: underline;
}
body#land .res {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-resources.jpg) no-repeat 5px 8px;
}
body#land .res h1, body#land .res h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #1E6DAE;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .res h1 a:hover {
	color: #1E6DAE;
	text-decoration: underline;
}
body#land .test {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-testimonials.jpg) no-repeat 5px 8px;
}
body#land .test h1, body#land .test h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #88933B;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .test h1 a:hover {
	color: #88933B;
	text-decoration: underline;
}
body#land .speak {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-book.jpg) no-repeat 5px 8px;
}
body#land .speak h1, body#land .speak h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #C40000;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .speak h1 a:hover {
	color: #C40000;
	text-decoration: underline;
}
body#land .write {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-write.jpg) no-repeat 5px 8px;
}
body#land .write h1, body#land .write h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #88933B;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .write h1 a:hover {
	color: #88933B;
	text-decoration: underline;
}
body#land .press {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-press.jpg) no-repeat 5px 8px;
}
body#land .press h1, body#land .press h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333023;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .press h1 a:hover {
	color: #333023;
	text-decoration: underline;
}
body#land .about {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-about.jpg) no-repeat 5px 8px;
}
body#land .about h1, body#land .about h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #1E6DAE;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .about h1 a:hover {
	color: #1E6DAE;
	text-decoration: underline;
}
body#land .workwith {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-workwith.jpg) no-repeat 5px 8px;
}
body#land .workwith h1, body#land .workwith h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #604D3A;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .workwith h1 a:hover {
	color: #604D3A;
	text-decoration: underline;
}
body#land .sustainability {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-sustainability.jpg) no-repeat 5px 8px;
}
body#land .sustainability h1, body#land .sustainability h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #88933B;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .sustainability h1 a:hover {
	color: #88933B;
	text-decoration: underline;
}
body#land .marketing {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-marketing.jpg) no-repeat 5px 8px;
}
body#land .marketing h1, body#land .marketing h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #E88E18;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .marketing h1 a:hover {
	color: #E88E18;
	text-decoration: underline;
}
body#land .leadership {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-leadership.jpg) no-repeat 5px 8px;
}
body#land .leadership h1, body#land .leadership h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #1E6DAE;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .leadership h1 a:hover {
	color: #1E6DAE;
	text-decoration: underline;
}
body#land .articles {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-articles.jpg) no-repeat 5px 8px;
}
body#land .articles h1, body#land .articles h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333023;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .articles h1 a:hover {
	color: #333023;
	text-decoration: underline;
}
body#land .tips {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #C40000;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-downloads.jpg) no-repeat 5px 8px;
}
body#land .tips h1, body#land .tips h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #C40000;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .tips h1 a:hover {
	color: #C40000;
	text-decoration: underline;
}
body#land .book1 {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-book1.jpg) no-repeat 15px 8px;
}
body#land .book1 h1, body#land .book1 h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #604D3A;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .book1 h1 a:hover {
	color: #604D3A;
	text-decoration: underline;
}
body#land .book2 {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-book2.jpg) no-repeat 15px 8px;
}
body#land .book2 h1, body#land .book2 h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #604D3A;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .book2 h1 a:hover {
	color: #604D3A;
	text-decoration: underline;
}
body#land .book3 {
	display: block;
	height: 85px;
	overflow: hidden;
	color: #333023;
	padding-left: 70px;
	background: #EBE9E4 url(../img/land-book3.jpg) no-repeat 15px 8px;
}
body#land .book3 h1, body#land .book3 h1 a {
	font: normal 16px/normal 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #604D3A;
	padding: 8px 0 8px 0;
	text-decoration: none;
}
body#land .book3 h1 a:hover {
	color: #604D3A;
	text-decoration: underline;
}
