/* global whitespace reset */
* { padding:0; margin:0; }

body {
    background: #e4d478 url(../images/bg-body.png) repeat-x 0 0;
	color: #111;
	font-family: Calibri, 'Lucida Grande', Arial, serif;
	font-size:62.5%;
	text-align: center;
}

/*********** = structure = ***********/

#wrapper {
	margin: 0 auto;
	padding: 230px 0 0 0;
	position: relative;
	z-index: 1;
	text-align: left;
	width: 960px;
}

body.home #wrapper {
	text-align: center;
	width: 1012px;
}

#content {
	background: url(../images/bg-repeater.jpg) repeat-y 0 0;
	padding: 0;
	text-align: left;
	z-index: 2;
}

#content-inner {
	background: url(../images/bg-content-inner.jpg) no-repeat 0 100%;
	margin: 0 0 0 0;
	min-height: 355px;
	padding: 0 0 12px 0;
	position: relative;
	z-index: 3;
	zoom: 1;
}

body.home #content {
	background: none;
	height: 915px;
}

body.home #content-inner {
	background: none;
	padding: 0;
}

#header {
	background: url(../images/bg-header.jpg) no-repeat 0 0;
	left: 0;
	height: 251px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 1;
}

#header #header-inner { position: relative; z-index: 10; }

body.home #header {
	background: url(../images/bg-header-home.jpg) no-repeat 0 0;
	height: 230px;
	left: 26px;
}

#footer {
	background: url(../images/bg-footer.jpg) no-repeat 0 0;
	margin: 0 auto;
	min-height: 70px;
	padding: 19px 0 0 10px;
	position: relative;
	text-align: left;
	width: 950px;
	z-index: 10;
}

*html #footer { height: 70px; }

body.home #footer {
	background: url(../images/bg-footer-home.jpg) no-repeat 0 0;
	padding-top: 14px;
}

#copy {
	background: #fff url(../images/bg-copy.jpg) no-repeat 0 0;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	position: relative;
	width: 620px;
	z-index: 3;
}

#copy-inner {
	background: #fff url(../images/bg-copy-shim.png) no-repeat 0 100%;
	padding: 0 0 45px 0;
}

body.simple #copy { padding-top: 34px; }

body.application #copy {
	width: auto;
	float: none;
	margin: 0 28px 40px 30px;
	background-color: transparent;
	background-position: right 34px;
}

.hero #copy-inner {
	min-height: 700px;
}

body.application #copy-inner {
	background-position: right bottom;
	background-color: transparent;
}

#sidebar {
	margin: 0 0 0 19px;
	float: left;
	padding: 108px 0 20px;
	overflow: visible;
	width: 263px;
}

body.noSupportBanner #sidebar {
	padding-top: 0;
}

body.application #sidebar {
	margin: 0;
	padding: 0;
}

body.application #main {
	width: 620px;
	float: right;
	background: #fff;
}

body.application #main .mainInner {
	margin: 0 20px;
}

a#logo {
    display:block;
    height: 122px;
	width: 390px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-indent:-999em;    
}

/*********** = headers = ***********/

h1 {
	color: #d77600;
	font-family: Cambria, Georgia, serif;
	font-size: 32px;
	font-weight: bold;
	/*line-height: 21px;*/
	line-height: 32px;
	margin: 10px 0 30px 0 !important;
	padding: 0;
}

h1.ir {
	height: 110px;
	text-indent: -9999em;
	margin: -34px 0 0 0 !important;
	padding: 0;
	position: relative;
	z-index: 100;
}

.hero h1.education {
	height: 370px;
}

h1.education { background: url(../images/bg-header-education.png) no-repeat 0 0; }

.hero h1.education { background: url(../images/bg-header-hero-education.jpg) no-repeat 0 0; }

h2 {
	border-bottom: 2px solid #d77600;
	color: #3d2c0d;
	font-family: Cambria, Georgia, serif;
	font-size: 28px;
	line-height: 30px;
	margin: 20px 0;
	padding: 0 0 12px 0;
	text-transform: uppercase;
}

.addendum h2 {
	border-bottom: 2px solid #e4d478;
	color: #fff;
	margin: 0 0 20px 0;
}

h3 { 
	color: #445026;
	font-family: Calibri, 'Lucida Grande', Arial, serif;
	font-size: 18px; 
	line-height: 20px;
	margin: 5px 0;
}

.addendum h3 {
	color: #4d2d05;
}

#sidebar h3 {
	border-bottom: 1px solid #fff;
	color: #3d2c0d;
	font-family: Cambria, Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 0 12px;
	padding: 0 0 10px;
	text-transform: uppercase;
}

#sidebar h4,
#sidebar h4 a,
#sidebar h4 a:visited { 
	color: #f1e7c6;
	font-family: Calibri, 'Lucida Grande', Arial, serif;
	font-size: 16px; 
	line-height: 17px;
	margin: 12px 0 -12px 0;
	text-decoration: none;
}

#sidebar h4 a:hover { text-decoration: underline; }

.home .news h4,
.home .news h4 a,
.home .news h4 a:visited { 
	color: #d77600;
	font-family: Calibri, 'Lucida Grande', Arial, serif;
	font-size: 17px; 
	line-height: 18px;
	margin: 0 0 3px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.home .news h4 a:hover { text-decoration: underline; }

h4 { 
	color: #666;
	font-size:12px; 
	line-height:1.2em;
	margin: 12px 0;
}

#sidebar h4 {
	margin-bottom: 4px;
}

h5,h6 {
	font-size: 12px;
}

/*********** = typography = ***********/

a { 
	color: #af292e; 
	outline: none;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

/*a:visited { color: #333; }*/

#footer a,
#footer span {
	color: #445026;
	line-height: 22px;
	text-decoration: none;
}

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

.text-block {
	padding: 0 20px;
}

#copy {
	color: #7c7b7b;
	font-size: 12px;
	line-height: 14px;
}

#copy p,
#copy li,
#copy td,
#copy th,
#sidebar li {
	color: #666;
	font-family: Calibri, 'Lucida Grande', Arial, serif;
	font-size: 14px; 
	line-height: 20px;
	margin: 0 0 18px 0;
}

#copy p.colorOrange {
	color: #d77600;
}

#copy td,
#copy th {
	margin: 0;
	padding: 5px;
	color: #333;
}

#copy table {
	width: 100%;
	margin-bottom: 18px;
}

#copy .addendum p {
	color: #fff;
}

#copy .addendum em,
#copy .addendum i {
	color: #4e2d05;
	font-style: normal;
	font-weight: bold;
}

#sidebar p {
	color: #3d2c0d;
	font-size: 14px;
	line-height: 20px;
	margin: 7px 0;
}

.news p {
	color: #fff;
	font: normal 13px/18px Arial, sans-serif;
	margin: 3px 0 !important; 
}

.news a,
.news a:visited {
	color: #d77600;
	font-style: normal;	
}

#header,
#footer {
	font: normal 12px/14px Arial, sans-serif;
}

#footer b { 
	color: #d77600;
	padding: 0 5px; 
}

/*********** = misc divs and classes = ***********/

.social-links {
	position: absolute;
	top: 12px;
	right: 25px;
}

.social-links img { margin: 0 0 0 17px; }

.addendum {
	background: url(../images/bg-addendum-bottom.png) no-repeat 0 100%;
	margin: 23px 0 0 -20px;
	padding: 0 0 20px 0;
	width: 620px;
}

.addendum-inner {
	background: url(../images/bg-addendum-top.png) no-repeat 0 0;
	padding: 39px 20px 0 20px;
}

div#copy div.hr,
hr {
	height: 1px;
	line-height: 1px;
	border: 0;
	color: #d77600;
	border-bottom: 1px solid #d77600;
	background: transparent;
	overflow: hidden;
	margin: 18px 0;
}

.borderBottom {
	padding-bottom: 18px;
	border-bottom: 1px solid #d77600;
}

.pod {
	background: #b7a874 url(../images/bg-sidebar-pod.png) no-repeat 0 0;
	margin: 17px 0;
	padding: 31px 20px 12px 20px;
}

.box {
	margin: 17px 0;
}

.box.subscribe {
	background: url(../images/bg-box-subscribe-2.png) no-repeat 0 0;
	height: 110px;
	padding: 52px 0 0 22px;
}

.box.subscribe input {
	border: none;
	background: #fff;
	font-size: 13px;
	
	width: 130px;
}

.box.subscribe input.emailSignup {
	width: auto;
	margin: -2px 0 0 180px;
	
}

.box.subscribe label {
		color: #d3c89d;
		font-size: 12px;
		padding-right: 5px;
		width: 90px;
	}

.box.subscribe input,
.box.subscribe label {
	display: inline-block;
	margin-bottom: 15px;
	line-height: 13px;
}

* html .box.subscribe input,
* html .box.subscribe label {
	margin-bottom: 5px;
}

.box.safaricom {
	background: url(../images/bg-box-safaricom-orig.png) no-repeat 0 0;
	color: #000;
	display: block;
	font-family: Arial, serif;
	font-weight: bold;
	font-size: 27px;
	height: 196px;
	letter-spacing: 11px;
	line-height: 18px;
	text-decoration: none;
	padding: 47px 0 0 164px;
}

.box.visit {
	background: url(../images/bg-box-visit.png) no-repeat 0 0;
	color: #d3c89d;
	display: block;
	font-weight: bold;
	font-size: 17px;
	height: 54px;
	line-height: 18px;
	text-decoration: none;
	padding: 64px 0 0 19px;
}

.box.visit:visited {
	color: #d3c89d;
}

/* home page */

.promo {
	height: 466px;
	position: relative;
	z-index: 20;
}

.promo-overlay {
	background: url(../images/bg-home-promo.png) no-repeat 0 0;
	height: 466px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.promo .rotate {
	left: 72px;
	height: 359px;
	position: absolute;
	top: 4px;
	width: 878px;
	z-index: 1;
	overflow: hidden;
}
.promo .rotate img {
	position: absolute;
	top: 0;
	left: 0;
}

.promo #tabs li a {
	display: block;
	height: 154px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	z-index: 3;
	top: 300px;
}

.promo #tabs li#thumb-protecting a {
	background: url(../images/promo-nav_01.png) no-repeat 0 0;
	left: 572px;
	width: 124px;
}

.promo #tabs li#thumb-supporting a {
	background: url(../images/promo-nav_02.png) no-repeat 0 0;
	left: 696px;
	width: 120px;
}

.promo #tabs li#thumb-adventure a {
	background: url(../images/promo-nav_03.png) no-repeat 0 0;
	left: 816px;
	width: 123px;
}

.promo #tabs li a:hover { background-position: 0 -154px !important; }

.promo #tabs li.selected a { background-position: 0 -308px !important; }

.promo .tab {
	bottom: 1px;
	height: 134px;
	left: 64px;
	position: absolute;
	width: 461px;
	z-index: 3;
}

.promo .tab-inner {
	position: relative;
	z-index: 30;
}

.promo .tab-protecting { background: url(../images/bg-home-tab-protect.png) no-repeat 0 0; }
.promo .tab-supporting { background: url(../images/bg-home-tab-support.png) no-repeat 0 0; }
.promo .tab-adventure { background: url(../images/bg-home-tab-adventure.png) no-repeat 0 0; }

.promo .tab-inner .more {
	cursor: pointer;
	display: block;
	height: 31px;
	position: absolute;
	left: 362px;
	text-indent: -9999em;
	top: 85px;
	width: 99px;
}

.promo .tab-inner p {
	color: #75510b;
	left: 28px;
	font-size: 18px;
	line-height: 20px;
	margin: 0 !important;
	position: absolute;
	top: 78px;
	width: 330px;
}

.promo .tab-inner p a,
.promo .tab-inner p a:visited {
	color: #75510b;
	text-decoration: underline;
}

.promo .tab-inner p a:hover { text-decoration: none; }

.news {
	background: url(../images/bg-home-news.png) no-repeat 0 0; 
	height: 117px;
	position: relative;
	z-index: 40;
}

.news .first {
	left: 192px;
	position: absolute;
	top: 19px;
	width: 295px;
}

.news .second {
	left: 529px;
	position: absolute;
	top: 19px;
	width: 275px;
}

.news .subscribe {
	right: 40px;
	position: absolute;
	top: 6px;
}

.news .all {
	right: 40px;
	position: absolute;
	top: 41px;
}

.news .rss {
	right: 45px;
	position: absolute;
	top: 81px;
}

.scaffold {
	background: url(../images/bg-home-scaffold.png) no-repeat 0 0; 
	height: 334px;
	position: relative;
	z-index: 40;
}

.scaffold .featured {
	background: url(../images/bg-home-featured.png) no-repeat 0 0;
	height: 231px;
	left: 51px;
	padding: 67px 0 0 17px;
	position: absolute;
	top: 19px;
	width: 373px;
	z-index: 1;
}

.scaffold .featured .first {
	float: left;
	width: 230px;
}

.scaffold .featured .first p {
	color: #fff;
	font: normal 12px/16px Arial, serif;
	margin: 12px 0 0;
}

.scaffold .featured .first p a {
	color: #d77600;
	display: block;
}

.scaffold .featured .second {
	float: left;
	font-size: 17px;
	line-height: 18px;
	margin-left: 11px;
	padding: 22px 0 0 0;
	text-transform: uppercase;
	width: 118px;
}

.scaffold .featured .second p {
	color: #d3c89d;
	font-size: 17px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

.scaffold .safaricom {
	background: url(../images/bg-home-safaricom.png) no-repeat 0 0;
	color: #000;
	display: block;
	font-family: Arial, serif;
	font-weight: bold;
	font-size: 27px;
	height: 50px;
	letter-spacing: 11px;
	line-height: 18px;
	text-decoration: none;
	padding: 114px 0 0 151px;
	left: 450px;
	position: absolute;
	top: 17px;
	width: 171px;
	z-index: 1;
}

.scaffold .rhino {
	left: 443px;
	position: absolute;
	top: 133px;
	z-index: 2;
}


.scaffold .mm {
	right: 48px;
	position: absolute;
	top: 17px;
	z-index: 2;
}

/*********** = lists = ***********/

ul {
	list-style: none;
}

#copy ul {
	list-style-type: none;
	margin: 0 0 10px 10px;

}

#copy ul.downloads {
	padding-bottom: 1px;
	margin: 0;
}

#copy ol {
	margin: 0 0 10px 10px;
	margin-left: 28px;

}

#copy ol li:before {
	color:#A33038;
}

#copy ol {
    list-style-type: none;
    counter-reset: mylist;
}

#copy ol li { 
	counter-increment: mylist;
}

#copy ol li:before {
	content: counter(mylist) ". "; 
}
#copy ol li { counter-increment: mylist; text-indent: -15px }
#copy ol li:before {content: counter(mylist) ". "; position: relative; left: -5px;z-index:3;}


#copy li {
	margin: 8px 0;
}

#copy ul li,
#sidebar ul li {
	background: url(../images/bg-bullet.png) no-repeat 0 8px;
	padding: 0 0 0 15px;
}

#copy ul.downloads li,
#sidebar ul.downloads li {
	background: url(../images/icon-monitor.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin: 2px 0;
}

#sidebar ul li {
	background-image: url(../images/bg-bullet-sidebar.gif);
}

#sidebar li {
	list-style-type: inherit;
	margin: 0 0 5px 0;
	color: #3D2C0D;
}

#sidebar .pdf li { 
	list-style-type: none;
	margin: 0; 
}

ul.pdf {
	margin: -11px 0 5px;
	padding: 0;
}

ul.pdf li {
	border-bottom: 1px solid #e4d478;
	margin: 0;
	padding: 0;
}

ul.pdf li a,
ul.pdf li a:visited {
	background: url(../images/icon-pdf.png) no-repeat 0 50%;
	display: block;
	line-height: 51px;
	height: 51px;
	margin: 0;
	padding: 0 0 0 55px; 
}

/*********** = #navs = ***********/

ul.nav {
	left: 0px;
	top: 140px;
	position: absolute;
	text-align: left;
	width: 960px;
	z-index: 998;
}

body.home ul.nav { left: 26px; }

ul.nav li {
	float: left;
	position: relative;
	z-index: 50;
}

ul.nav li a {
	float: left;
	height: 68px;
	position: relative;
	z-index: 150;
	text-indent: -9999em;
	overflow: hidden;
}

ul.nav li#about a { background-image: url(../images/bg-nav_01.png); width: 149px; }
ul.nav li#conservation a { background-image: url(../images/bg-nav_02.png); width: 205px; }
ul.nav li#community a { background-image: url(../images/bg-nav_03.png); width: 215px; }
ul.nav li#visit a { background-image: url(../images/bg-nav_04.png); width: 103px; }
ul.nav li#connected a { background-image: url(../images/bg-nav_05.png); width: 148px; }
ul.nav li#support a { background-image: url(../images/bg-nav_06.png); width: 140px; }

ul.nav li:hover a,
ul.nav li.sfHover a,
ul.nav li a:hover {
	background-position: 0 -68px !important;
}

ul.nav li.active a {
	background-position: 0 -68px;
}

div.sub {
	background: url(../images/bg-sub-left.png) no-repeat 0 100%;
	display: none;
	left: 4px;
	padding: 0 0 0 9px;
	position: absolute;
	top: 54px;
	z-index: 999;
}

* html div.sub {
	background-image: url(../images/bg-sub-left.gif);
}

ul.nav li.sfhover div.sub,
ul.nav li:hover div.sub {
	display: block;
}

ul.nav li#about div.sub { width: 128px; left: 10px; top: 53px; }
ul.nav li#conservation div.sub { width: 190px; }
ul.nav li#community div.sub { width: 200px; }
ul.nav li#visit div.sub { width: 148px; left: -28px;}
ul.nav li#connected div.sub { width: 133px; }
ul.nav li#support div.sub { width: 140px; left: -12px;}

div.sub-inner {
	background: url(../images/bg-sub-right.png) no-repeat 100% 100%;
	padding: 0 8px 30px 0;
}

* html div.sub-inner {
	background-image: url(../images/bg-sub-right.gif);
}

ul.nav li ul {
	background: url(../images/bg-sub-right.png) no-repeat 100% 100%;
	padding: 10px 5px 0 5px;
	display: none;
}

ul.nav li .sub .sub-inner ul {
	background: url(../images/bg-sub-ul.png) no-repeat 0 0;
	display: block;
}

ul.nav li ul li {
	display: block;
	float: none !important;
	height: auto;
	margin: 2px 0 !important;
}

ul.nav li ul a,
ul.nav li:hover ul a {
	background: none !important;
	color: #fff !important;
	display: block !important;
	float: none !important;
	font-size: 14px;
	line-height: 16px;
	font-family: Cambria, Georgia, serif;
	height: auto !important;
	padding: 3px 5px 3px 8px !important;
	text-decoration: none;
	text-indent: 0 !important;
	width: auto !important;
}

ul.nav li ul a:hover,
ul.nav li:hover ul a:hover {
	background: #d3c89d !important;
	color: #445026 !important;
}

ul.nav li ul ul a,
ul.nav li:hover ul ul a {
	background: none !important;
	color: #344b9a !important;
}

ul.nav li ul ul li {
	background: none !important;
}

/* */

#ancillarynav {
	color: #d77600;
	position: absolute;
	right: 198px;
	text-align: right;
	top: 100px;
}

#ancillarynav a, #ancillarynav a:visited {
	color: #445026;
	text-decoration: none;
}

#ancillarynav a:hover { text-decoration: underline; }

#header .rss {
	position: absolute;
	right: 10px;
	top: 100px;
}

a.map,
a.map:visited {
	color: #fff;
	display: block;
	position: absolute;
	height: 32px;
	right: 20px;
	padding: 50px 0 0 0;
	text-decoration: none;
	top: 0px;
	text-align: left;
	width: 168px;
}

a.map span {
	color: #e4d478;
	display: block;
	text-decoration: underline;
}

.map:hover span { text-decoration: none; }

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.clear.height {
	margin: 25px 0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right !important;
}
	
.alignleft {
	float:left !important;
}

.collapse-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.margin-top {
	margin-top: 12px;
}

/* images */

img.donate {
	position: absolute;
	right: -20px;
	top: -17px;
	z-index: 40;
	zoom: 1;
}

a.donate {
	position: absolute;
	display: block;
	top: -17px;
	right: -20px;
	z-index: 40;
	zoom: 1;
}

/*a > img.donate {
	zoom: 1;
}*/

body.home img.donate {
	left: -1px;
	right: auto;
	top: -20px;
}

img { border:none; }

img.btn {
	margin: 15px 0 0 -10px;
}

img.float-r {
	float:right;
    margin:0px 0 2px 15px;
}

img.float-l {
	float:left;
	margin:0px 15px 2px 0;
}

/* forms */

#search {
	position: absolute;
	right: 38px;
	top: 99px;
}

#search form {
	position: relative;
	z-index: 151;
}

#search label {
	position: absolute;
	left: -9999px;
}

#search #search-input {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 10px;
	height: 12px;
	padding: 2px 2px 2px 5px;
	width: 143px;
}

#search #search-submit {
	height: 19px;
	width: 19px;
	position: absolute;
	left: 140px;
	top: 0;
}

p.checkbox {
	padding-left: 114px !important;
}

div.submit { 
	margin-left: 114px;
	text-align: center; 
}

div.submit input { margin: 0 auto; }

b.required { color: #0f0feb; }

form.emailInline input.emailSignup {
	margin: 0 0 -14px 0;
}

form.emailInline label,
form.emailInline input {
	margin-right: 10px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
}

.ui-tabs-nav li {
}

.ui-tabs-nav a, .ui-tabs-nav a span {
}

.ui-tabs-nav a {
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}

.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}

.ui-tabs-panel {
}

.ui-tabs-loading em {
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* Quote box */
.quote,
blockquote {
	border-top: 1px solid #d77600;
	border-bottom: 1px solid #d77600;
	padding: 24px 27px 2px 23px;
	margin: 0 0 18px 0;
	color: #666;
	background: transparent url(../images/quote-open.gif) 1px 33px no-repeat;
}

blockquote {
	padding: 24px 0;
	font-size: 1.435em;
	text-indent: 26px;
}

blockquote p {
	display: inline;
	padding: 0 22px 0 0;
	background: transparent url(../images/quote-close.gif) right 7px no-repeat;
	margin: 0;
}

#copy .quote p {
	font-size: 1.667em;
	font-family: Cambria, Georgia, serif;
}

#copy .quote p.attribution {
	padding: 0;
	color: #333;
	font-size: 1.333em;
	font-weight: bold;
}

#copy .quote p.attribution em {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #666;
	font-style: normal;
	font-weight: normal;
}

/* Tabs */
#copy ul.tabs {
	border-top: 2px solid #d77600;
	list-style-type: none;
	padding-top: 0;
	margin: 0;
	background: transparent url(../images/bg-dottedLine-light.gif) 2px top repeat-x;
	padding-bottom: 30px;
	height: 31px;
}

#copy ul.tabs li {
	font-family: Cambria, Georgia, serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	margin: 0 3px 0 0;
	float: left;
}

#copy ul.tabs li a {
	text-align: center;
	line-height: 31px;
	display: block;
	height: 31px;
	background: #cdb85c;
	color: #445026;
	text-decoration: none;
	padding: 0 9px;
	margin: 0;
}

#copy ul.tabs li a:hover {
	color: #fff;
	background: #445026;

}

#copy ul.tabs li a.active,
#copy ul.tabs li.ui-state-active a {
	background-position: bottom left;
	color: #fff;
	margin: -1px 0 0 0;
	background: #445026;
}

.tab-panel {
	min-height: 100px;
	padding: 0 0 10px 0;
}

.ui-tabs-hide {
	display: none;
}


/* Two column box */
.multicol {
	margin-bottom: 18px;
}

#copy .multicol p.bodytext {
	font-size: 1em;
}

.multicol .col {
	float: left;
}

.multicol .col .inner {
	margin: 0 10px;
}

.twoCol .col {
	float: left;
	width: 49%;
}

.multicol .colLast {
	float: right;
}

.twoCol .col2 {
	float: right;
}

.multicol .col1 .inner {
	margin-left: 0;
}

.multicol .colLast .inner {
	margin-right: 0;
}

/* Three column box */
#copy .threeColumns {
	margin-right: 1px;
}

#copy .threeColumns .col1,
#copy .threeColumns .col2,
#copy .threeColumns .col3 {
	width: 185px;
	margin: 0;
}

#copy .threeColumns .col1 .inner,
#copy .threeColumns .col2 .inner,
#copy .threeColumns .col3 .inner {
	margin: 0;
}

#copy .threeColumns .col2 {
	margin: 0 0 0 12px;
}

/* Tables */
#copy .contenttable th {
	color: #445026;
	font-weight: bold;
	font-size: 1.5em;
}

#copy .contenttable td {
	padding: 5px;
}

#copy .contenttable tr.tr-odd td {
	background: #faf6e4;
}

/* Images in content */
/*div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image,*/
img.with-border {
	border: 3px solid #593906;
}

/*.addendum div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image,*/
.addendum img.with-border {
	border: 3px solid #fff;
}

img.float-right {
	display: block;
	float: right;
	margin-left: 10px;
}

img.float-left {
	display: block;
	float: left;
	margin-right: 10px;
}

img.no-float {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

/* Image Callout (initally for adopt a rhino) */
.callout {
	position: relative;
	z-index: 60;
	width: 594px;
	background: transparent url(../images/bg-calloutMid.png) top left repeat-y;
	margin: 0 0 50px -6px;
}

.callout .top h2 {
	margin: 0;
	padding-bottom: 5px;
}

.callout .topWithImage {
	height: 269px;
	position: relative;
	z-index: 5;
}

.callout .topWithImage .image {
	float: left;
	width: 300px;
	position: relative;
	z-index: 2;
	top: 42px;
	left: 43px;
}

.callout .topWithImage .mask {
	height: 269px;
	width: 594px;
	background: transparent url(../images/bg-calloutTop-img.png) top left no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.callout .topWithImage .details {
	margin-top: 38px;
	position: relative;
	z-index: 5;
	width: 183px;
	float: right;
	margin-right: 50px;
}

.callout .topWithImage .details td {
	border-bottom: 1px solid #bbaa53;
}

.callout .calloutCopy {
	margin: 0 20px;
	position: relative;
	z-index: 4;
}

.callout .bottom {
	position: absolute;
	bottom: -42px;
	height: 122px;
	width: 594px;
	background: transparent url(../images/bg-calloutBottom.png) top left repeat-y;
}

.adoptMe {
	display: block;
	width: 147px;
	height: 66px;
	background: transparent url(../images/bg-adoptMe.png) top left no-repeat;
}

.adoptMe span {
	display: none;
}

.callout .adoptMe {
	position: absolute;
	top: 12px;
	left: -5px;
	z-index: 6;
}

/* Searchable DB List */
.results {
	min-height: 200px;
}

.resultsList .searchBar {
	padding: 10px 0;
	border-top: 2px solid #d77600;
}

.resultsList .searchWord {
	float: left;
	width: 205px;
	padding: 0;
}

.resultsList .searchWord .searchText {
	display: block;
	margin-right: 5px;
	float: left;
}

.resultsList .description {
	float: right;
	width: 360px;
}

.resultsList .pagination {
	padding: 10px 0;
	position: relative;
	z-index: 20;
	border-top: 2px solid #d77600;
	zoom: 1;
}

.resultsList .paginationBottom {
	z-index: 19;
}

.resultsList .pagination .resultCount {
	float: right;
	padding-right: 22px;
}

.resultsList .pagination .searchForm {
	float: right;
	font-size: 14px;
	margin-top: -2px;
	width: 120px;
	text-align: center;
}

.resultsList .pagination .searchForm input.text {
	width: 20px;
	text-align: center;
}

.resultsList .pagination .searchForm strong {
	color: #000;
	font-weight: normal;
}

.resultsList .pagination .searchForm a.prev,
.resultsList .pagination .searchForm a.next,
.overlayBox .details .paging a.prev,
.overlayBox .details .paging a.next {
	background: transparent url(../images/sprite-resultsList-pag.gif) top left no-repeat;
	position: relative;
	z-index: 20;
	bottom: -2px;
	display: block;
	height: 15px;
	width: 8px;
	
	zoom: 1;
}

.resultsList .pagination .searchForm a.prev,
.overlayBox .details .paging a.prev {
	float: left;
	background-position: left top;
}
.resultsList .pagination .searchForm a.inactive,
.overlayBox .details .paging a.inactive {
	background-position: right top;
	cursor: text;
}

.resultsList .pagination .searchForm a.next,
.overlayBox .details .paging a.next {
	float: right;
	background-position: left bottom;
}

.resultsList .pagination .searchForm a.next.inactive,
.overlayBox .details .paging a.next.inactive {
	background-position: right bottom;
}

.resultsList .pagination .searchForm a.prev img,
.resultsList .pagination .searchForm a.next img,
.overlayBox .details .paging a.prev img,
.overlayBox .details .paging a.next img {
	display: none;
}

.resultsList .pagination .searchForm .prev {
	margin-right: 3px;
}

.resultsList .pagination .searchForm .next {
	margin-left: 3px;
}

#copy .filters ul {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

#copy .results table td {
	color: #666;
}

#copy .results .contenttable td {
	padding: 5px 10px;
}

#copy .results table td.colDownload {
	padding-right: 5px;
	text-align: center;
	
}

#copy .results table tr:hover td,
#copy .results table tr:hover td p {
	color: #333;
}

#copy .results table tr.noHover:hover td,
#copy .results table tr.noHover:hover td p {
	color: #666;
}

#copy .results table tr:hover a {
/*	text-decoration: none;*/
}

#copy .results .contenttable tr.tr-odd:hover td,
#copy .results .contenttable tr.tr-even:hover td {
	background-color: #e4d478;
}

#copy .results .contenttable th {
	padding-left: 10px;
	font-size: 14px;
	color: #445026;
	border-top: 2px solid #d77600;
	background: transparent url(../images/bg-orangeBorder-bottom.gif) left bottom repeat-x;
	padding-bottom: 16px;
	font-weight: bold;
}

#copy .results .contenttable th span {
	padding-right: 10px;
	font-size: 1em;
}

#copy .results .contenttable a:visited {
	color: #af292e;
}

#copy .results .contenttable th .desc {
	background: transparent url(../images/carat-red-d.gif) right 6px no-repeat;
}

#copy .results .contenttable th .asc {
	background: transparent url(../images/carat-red-u.gif) right 6px no-repeat;
}

#copy .results table td p {
	font-size: 12px;
	line-height: 1.1;
	margin-bottom: 5px;
}

#copy .results table .noHover td {
	padding-top: 20px;
}

#copy .results table .noHover td p {
	font-size: 14px;
}

/* Filters */

.filters h3.filterHeader {
	position: relative;
	z-index: 4;
}

#copy .filters ul li {
	padding: 0;
	background: none;
	margin: 0;
	font-weight: normal;
}

#sidebar .filters li {
	color: #3d2c0d;
	text-transform: lowercase;
}

#copy .filters label {
	padding-left: 5px;
}

#sidebar .filters h3 {
	font-size: 23px;
}

.filters .sidebarArrow {
	display: block;
	position: absolute;
	z-index: 4;
	bottom: 12px;
	right: -36px;
	width: 12px;
	height: 19px;
	background: transparent url(../images/wedge-betweenCols-r.gif) top left no-repeat;
}

/* Downloads overlay */
.overlayContainer {
	position: relative;
	z-index: 19;
}

.overlayBack,
.clickBlock {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background: none;
	left: 0;
	z-index: 1001;
	height: 100%;
}

/*.overlay {
	position: fixed;
	top: 240px;
	left: 35%;
	width: 428px;
	z-index: 1151;
	text-align: center;
	padding: 30px 0;
}
*/

.overlay,
.overlay .back {
	position: absolute;
	z-index: 5000;
	text-align: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.overlay .back {
	z-index: 0;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.overlay .loading {
	position: absolute;
	top: 1px;
	left: 210px;
	z-index: 5001;
	background: #fff;
	padding: 10px;
}

.overlayBottom .loading {
	top: 5px;
	left: 350px;
}

/*
.overlay .top,
.overlay .bottom {
	position: absolute;
	height: 30px;
	width: 428px;
}

.overlay .middle {
	background: transparent url(../images/bg-overlay-mid.png) top left repeat-y;
	margin: 0;
	padding: 20px 0 30px 0;
}

.overlay .top {
	background: transparent url(../images/bg-overlay-top.png) top left no-repeat;
	top: 0;
}

.overlay .bottom {
	background: transparent url(../images/bg-overlay-bottom.png) top left no-repeat;
	bottom: 0;
}
*/
.opacity {
	overflow: hidden;
	position: relative;
	z-index: 21;
}

/* News lists, general */

.news-list-browse {
	font-size: 14px;
	line-height: 20px;
}

.news-list-browse a,
.news-list-browse a:visited {
	color: #d77600;
	font-style: normal;
}

.news-single-img {
	float: left;
	padding: 5px 10px 0 5px;
}

.browseLinksWrap a,
.browseLinksWrap span {
	padding-right: 10px;
}

/* Video/Photo List */

#copy .resultsList .pagination ul.tabsNav {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 2px;
	zoom: 1;
	
	margin-bottom: -20px; 
	position: relative; 
	z-index: 5;
	float: left;
	top: -10px
}

#copy .resultsList .pagination .tabsNav li {
	margin: 0 0 0 3px;
	padding: 0;
	background: none;
	float: left;
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	text-transform: uppercase;
}

.resultsList .pagination .tabsNav li a {
	text-decoration: none;
	display: block;
	float: left;
	background: #cdb85c;
	padding: 5px 8px;
	text-align: center;
	color: #445026;
}

.resultsList .pagination .tabsNav li a.active {
	background: #445026;
	color: #fff;
}

#copy .resultsList .mediaResults td {
	padding: 0;
/*	position: relative;
	z-index: 5;*/
	width: 33%;
}

#copy .resultsList .videoResults td {
	width: 50%;
}

.resultsList .mediaResults td .item {
	position: relative;
	z-index: 1;
	width: 192px;
	height: 212px;
}

.resultsList .videoResults td .item {
	width: 290px;
}

.resultsList .photoResults td .item .controls {
	position: absolute;
	zoom: 1;
	z-index: 2;
	top: 0;
	left: 0;
	width: 192px;
	height: 212px;
	background: transparent url(../images/mask-photoLibraryItem.png) top left no-repeat;
}

.resultsList .mediaResults td .item img.thumb {
	display: block;
	position: relative;
	z-index: 1;
	top: 12px;
	left: 11px;
}

#copy .resultsList .mediaResults td .item a.thumbLink span {
	display: none;
}

#copy .resultsList .mediaResults td .item a.thumbLink {
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 11px;
	width: 168px;
	height: 160px;
	display: block;
}

#copy .resultsList .videoResults td .item a.thumbLink {
	width: 265px;
	height: 161px;
	background: transparent url(../images/bg-videoThumbLink.png) top left no-repeat;	
}

#copy .resultsList .videoResults td .item a.thumbLink:hover {
	background-position: left bottom;
}

#copy .resultsList .mediaResults td .item .controls ul {
	position: absolute;
	bottom: 15px;
	right: 18px;
	margin: 0;
}

#copy .resultsList .videoResults td .item .controls ul {
	bottom: 18px;
}

#copy .resultsList .mediaResults td .item .controls li {
	font-size: 12px;
	margin: 0 0 0 4px;
	background: none;
	float: left;
	padding: 0;
}

#copy .resultsList .mediaResults td .item .controls li a {
	line-height: 17px;
}

#copy .resultsList .mediaResults td .item .controls li a:visited {
	color: #af292e; 
}

#copy .resultsList .mediaResults td .item .controls a.info,
#copy .resultsList .mediaResults td .item .controls a.download {
	display: block;
	position: relative;
	z-index: 17;
	bottom: -2px;
	width: 17px;
	height: 17px;
}

#copy .resultsList td .item .controls a span {
	display: none;
}

#copy .resultsList td .item .controls a.info {
	background: transparent url(../images/icon-info.gif) top left no-repeat;
}

#copy .resultsList td .item .controls a.download {
	background: transparent url(../images/icon-download.gif) top left no-repeat;
}

#copy .resultsList .mediaResults td .item .details {
	position: absolute;
	top: 0;
	left: -30%;
	width: 308px;
	min-height: 30px;
	z-index: 2000;
	display: none;
}

#copy .resultsList .mediaResults td .item .detailsNarrow {
	width: 204px;
}

#copy .resultsList .mediaResults table {
	position: relative;
	z-index: 100;
}

#copy .resultsList .mediaResults td .item .details .detailsTop {
	width: 308px;
	height: 19px;
	position: absolute;
	top: -19px;
	left: 0;
	background: transparent url(../images/bg-infoBox-top.png) top left no-repeat;
}

#copy .resultsList .mediaResults td .item .detailsNarrow .detailsTop {
	background-image: url(../images/bg-infoBox-narrow-top.png);
}

#copy .resultsList .mediaResults td .item .details .detailsMid {
	background: transparent url(../images/bg-infoBox-mid.png) top left repeat-y;
	padding: 1px 22px;
}

#copy .resultsList .mediaResults td .item .detailsNarrow .detailsMid {
	background-image: url(../images/bg-infoBox-narrow-mid.png);
}

#copy .resultsList .mediaResults td .item .details .detailsBottom {
	width: 308px;
	height: 18px;
	position: absolute;
	bottom: -17px;
	left: 0;
	background: transparent url(../images/bg-infoBox-bottom.png) top left no-repeat;
}

#copy .resultsList .mediaResults td .item .detailsNarrow .detailsBottom {
	background-image: url(../images/bg-infoBox-narrow-bottom.png);
}

/*#copy .resultsList .photoResults td .details {
	background: red;
	position: relative;
	top: -200px;
	z-index: 20000;
}*/

#copy .resultsList .mediaResults td .item .details h3 {
	font-family: arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 1px;
	font-size: 14px;
	border-bottom: 1px solid #d77600;
	padding-right: 14px;
	padding-bottom: 3px;
}

#copy .resultsList .mediaResults td .item .details p {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.6;
	padding-bottom: 10px;
}

#copy .resultsList .mediaResults td .item .details p.credits {
	line-height: 1.2;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #333;
	font-size: 10px;
	border-bottom: 1px solid #fff;
}

#copy .resultsList .mediaResults td .item .details a.close {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 2px;
	right: 25px;
	width: 9px;
	height: 14px;
	background: transparent url(../images/btn-close.gif) top left no-repeat;
}

/* Video variaton */

.resultsList .videoResults td .item .controls {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 289px;
	height: 212px;
	background: transparent url(../images/mask-videoLibraryItem.png) top left no-repeat;
}

.overlayWrap {
	display: block;
	position: fixed;
	z-index: 10000;
	top: 100px;
	left: 50%;
	margin-left: -315px;
	width: 100%;
	width: 660px;
	text-align: center;
}

* html .overlayWrap {
	position: absolute;
}

.overlayBox {
	z-index: 10000
	text-align: left;
	display: inline-block;
	margin: 0 auto;
	width: 660px;
	background: #EBE0DA;
}

.overlayBack {
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

* html .overlayBack {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.overlayBox-inner {
	background: transparent url(/fileadmin/templates/images/bg-popupWood.jpg) left top repeat-y;
	border-bottom: 2px solid #1c1a19;
	border-right: 2px solid #1c1a19;
	padding: 9px;
	min-height: 200px;
}

.overlayBox .details p {
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.overlayBox .details {
	padding: 10px 10px 3px 10px;
	text-align: left;
	position: relative;
	z-index: 10;
}

.overlayBox .details h3 {
	margin-right: 50px;
}

.overlayBox .details .paging {
	position: absolute;
	top: 10px;
	right: 3px;
	width: 26px;
}

.overlayBox .details .paging a.next {
	margin-left: 10px;
}

.overlayBox .controls-top {
	text-align: right;
	padding: 0 0 10px 0;
}

.overlayBox .footnote {
	font-size: 11px;
	padding: 15px 0 0 0;
	margin-left: -10px;
}
.overlayBox .footnote li {
	float: left;
	padding: 0 10px 0 8px;
	background: transparent url(/fileadmin/templates/images/bg-footnote-divider.gif) right 3px no-repeat;
}

.overlayBox .footnote li.last {
	background: none;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.indent {
	margin: 0 0 0 25px;
}


