/* ===============
   === Linkage ===
   =============== */
   
a {
	color: #cd221a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* ==============
   === Layout ===
   ============== */
   
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	background-color: #f5f5f5;
	background-image: url(../images/bg_content_pat_leaves.jpg);
	background-position: 0px 224px;
	background-repeat: repeat-x;
	width: 100%;
	/*height: 100%;*/
	/*overflow: hidden;*/
}

body.grants {
	background-image: url(../images/bg_content_pat_feathers.jpg);
}

body.lectures {
	background-image: url(../images/bg_content_pat_kingfisher.jpg);
}

body.projects {
	background-image: url(../images/bg_content_pat_bork.jpg);
}

body.publications {
	background-image: url(../images/bg_content_pat_water.jpg);
}

body.about {
	background-image: url(../images/bg_content_pat_cicada.jpg);
}

body.grants #content {
	background-image: url(../images/bg_content_feathers.jpg);
}

body.lectures #content {
	background-image: url(../images/bg_content_kingfisher.jpg);
}

body.projects #content {
	background-image: url(../images/bg_content_bork.jpg);
}

body.publications #content {
	background-image: url(../images/bg_content_water.jpg);
}

body.about #content {
	background-image: url(../images/bg_content_cicada.jpg);
}

body.grants #navi {
	background-image: url(../images/bg_header_pat_feathers.jpg);
}

body.lectures #navi {
	background-image: url(../images/bg_header_pat_kingfisher.jpg);
}

body.projects #navi {
	background-image: url(../images/bg_header_pat_bork.jpg);
}

body.publications #navi {
	background-image: url(../images/bg_header_pat_water.jpg);
}

body.about #navi {
	background-image: url(../images/bg_header_pat_cicada.jpg);
}

body.grants #navi ul {
	background-image: url(../images/bg_header_feathers.jpg);
}

body.lectures #navi ul {
	background-image: url(../images/bg_header_kingfisher.jpg);
}

body.projects #navi ul {
	background-image: url(../images/bg_header_bork.jpg);
}

body.publications #navi ul {
	background-image: url(../images/bg_header_water.jpg);
}

body.about #navi ul {
	background-image: url(../images/bg_header_cicada.jpg);
}

body.grants #footer {
	background-image: url(../images/bg_footer_feathers.jpg);
}

body.lectures #footer {
	background-image: url(../images/bg_footer_river.jpg);
}

body.projects #footer {
	background-image: url(../images/bg_footer_bork.jpg);
}

body.publications #footer {
	background-image: url(../images/bg_footer_water.jpg);
}

body.about #footer {
	background-image: url(../images/bg_footer_cicada.jpg);
}

/* =========================
   === Navigation & Logo ===
   ========================= */

#logo {
	position: absolute;
	top: 0px;
	right: 22px;
	padding-right: 48px;
	width: 20%;
	min-width: 177px;
	height: 675px;
	z-index: 30;
	background-image: url(../images/shadow_logo_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

* html #logo {
	text-align: center;
	right: 21px;
	r\ight: 29px;
	padding-right: 1px;
	background-image: url('../images/shadow_logo_ie.png');
}

#logo a {
	display: block;
	width: 100%;
	height: 675px;
	padding-right: 40px;
	background-image: url(../images/bg_sidebar.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

* html #logo a {
	padding-right: 0px;
	padd\ing-right: 40px;
}

#logo a img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
	padding-top: 30px;
	padding-left: 40px;
	border: none;
}

* html a img.logo {
	margin-top: 30px;
	marg\in-top: 0px;
}

#navi {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(../images/bg_header_pat_leaves.jpg);
	background-position: left 87px;
	background-repeat: repeat-x;
	background-color: #cd221a;
	position: absolute;
	height: 224px;
	width: 100%;
	min-width: 600px;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#navi ul {
	display: block;
	position: absolute;
	height: 224px; /*25px;*/
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 80px;
	/*background-color: #cd221a;*/
	/*border-right: 1px solid white;*/
	background-image: url("../images/bg_header_leaves.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#navi ul li {
	display: block;
	float: left;
	height: 40px;
	padding: 0px;
	padding-left: 1px;
	margin: 0px;
	margin-top: 48px;
	background-image: url("../images/sep_menu_std.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

* html #navi ul li {
	width: 1px;
}

#navi ul li a {
	display: block;
	height: 26px;
	color: #FFFFFF;
	/*background-color: #cd221a;*/
	/*border-left: 1px solid #ffffff;*/
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 14px;
	text-decoration: none;
	font-weight: bold;
}

* html #navi ul li a {
	padding-bottom: 6px;
	padd\ing-bottom: 0px;
}

#navi ul li.active a {
	/*background-color: #ffffff;
	color: #cd221a;
	border-right: none;*/
	border-bottom: 4px solid white;
	height: 22px;
	padding-top: 17px;
}

#navi ul li a:hover {
	border-bottom: 4px solid white;
	height: 22px;
	padding-top: 14px;
	border-right: none;
}

* html #navi ul li a:hover {
	padding-bottom: 6px;
	padd\ing-bottom: 0px;
}

* html #navi ul li.active a:hover {
	padding-bottom: 6px;
	padd\ing-bottom: 0px;
}

div#navi ul li.active a:hover {
	/*background-color: #ffffff;
	color: #cd221a;*/
	background-image: none;
	border-bottom: 4px solid white;
	height: 22px;
	padding-top: 17px;
}

/* =========================
	=== Main content area ===
	========================= */

#content { position: relative; left: 0; top: 224px; margin: 0; background-image: url(../images/bg_content_leaves.jpg); background-position: left top; background-repeat: no-repeat; min-height: 455px; z-index: 20; padding: 20px 35% 40px 20px; }

body.publications #content {
	width: 70%;
	w\idth: 60%;
	padding-right: 0px;
}

* html #content {
	width: 70%;
	w\idth: 60%;
	padding-right: 0px;
}

/* ===============
	=== Sidebar ===
	=============== */

#sidebar {
	position: absolute;
	top: 0;
	right: 22px;
	width: 20%;
	min-width: 177px;
	height: 451px;
	background-image: url(../images/shadow_logo_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 224px 28px 0;
	z-index: 40;
	line-height: normal;
}

* html #sidebar {
	background-image: url('../images/shadow_logo_ie.png');
	padding-left: 21px;
	height: 675px;
	he\ight: 451px;
}

#sidebar h2 {
	font-size: 20px;
}

#sidebar ul li a { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#sidebar ul li a:hover { font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
#sidebar ul.years { margin-left: 1.5em; padding-left: 0; }
#sidebar ul.years li {
	padding-left: 4.2em;
	text-indent: -3.2em;
	list-style: none;
	list-style-image: none;
	background-image: url(../images/bullet_m.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

/* ==============
	=== Footer ===
	============== */

#footer {
	position: relative;
	top: 224px;
	background-image: url(../images/bg_footer_leaves.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 68px;
	height: 62px;
}

* html #footer {
	padding-bottom: 20px;
	padd\ing-bottom: 0px;
}

#footer a, #footer a:link {
	color: white;
}

#footer ul.horiz a, #footer ul.horiz a:link {
	color: white;
	font-size: 11px;
}

ul.horiz {
	display: block;
	height: 40px;
	margin: 0px;
	padding: 0px;
	padding-top: 17px;
	padding-left: 0px;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

ul.horiz li {
	display: inline;
	list-style: none;
	list-style-image: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid white;
}

ul.horiz li a {
	padding-left: 0.7ex;
	padding-right: 1.5em;
}

.disclaimer {
	width: auto;
	font-size: 10px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 65px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.creator {
	width: auto;
	font-size: 10px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 65px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#locator {
	font-size: 10px;
	bottom: 10px;
	left: 175px;
	color: #808080;
}

#locator a {
	padding-left: 5px;
	padding-right: 5px;
	color: #808080;
}

/* ==============
	=== Images ===
	============== */

div.imgframe_top {
	float: left;
	margin: 25px 0px;
	background-image: url(../images/imgframe_topleft.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-top: 0px;
}

div.imgframe_right {
	background-image: url(../images/imgframe_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 20px;
}

div.imgframe_bottom {
	background-image: url(../images/imgframe_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.imgframe_bottomright {
	position: relative;
	background-image: url(../images/imgframe_bottomright.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-right: 20px;
}

div.imgframe_top div.caption {
	position: relative;
	width: 300px;
	padding-top: 15px;
	font-size: 9px;
	color: #666666;
}

body.lectures div.imgframe_top {
	background-image: url(../images/if_topleft_river.jpg);
}
body.lectures div.imgframe_right {
	background-image: url(../images/if_right_river.jpg);
}
body.lectures div.imgframe_bottom {
	background-image: url(../images/if_bottom_river.jpg);
}
body.lectures div.imgframe_bottomright {
	background-image: url(../images/if_bottomright_river.jpg);
}

body.projects div.imgframe_top {
	background-image: url(../images/if_topleft_bork.jpg);
}
body.projects div.imgframe_right {
	background-image: url(../images/if_right_bork.jpg);
}
body.projects div.imgframe_bottom {
	background-image: url(../images/if_bottom_bork.jpg);
}
body.projects div.imgframe_bottomright {
	background-image: url(../images/if_bottomright_bork.jpg);
}

body.grants div.imgframe_top {
	background-image: url(../images/bg_content_feathers.jpg);
}

body.publications div.imgframe_top {
	background-image: url(../images/bg_content_water.jpg);
}

body.about div.imgframe_top {
	background-image: url(../images/if_topleft_cicada.jpg);
}
body.about div.imgframe_right {
	background-image: url(../images/if_right_cicada.jpg);
}
body.about div.imgframe_bottom {
	background-image: url(../images/if_bottom_cicada.jpg);
}
body.about div.imgframe_bottomright {
	background-image: url(../images/if_bottomright_cicada.jpg);
}

* html div.imgframe_top {
	width: 1px;
	height: 1px;
}

* html div.imgframe_right {
	width: 1px;
	height: 1px;
}

* html div.imgframe_bottom {
	width: 1px;
	height: 1px;
}

* html div.imgframe_bottomright {
	width: 1px;
	height: 1px;
}

div.imgframe_top img {
	display: block;
}

#polaroids {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	top: 170px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
}

#polaroids li {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
}

#p1 {
	position: absolute;
	left: -50px;
	top: 0px;
	z-index: 5;
	background-image: url("../images/polaroid_1.png");
	width: 257px;
	height: 284px;
}

* html #p1 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/polaroid_1.png', sizingMethod='scale');
}

#p2 {
	position: absolute;
	right: -20px;
	top: 135px;
	z-index: 4;
	background-image: url("../images/polaroid_4.png");
	width: 216px;
	height: 248px;
}

* html #p2 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/polaroid_4.png', sizingMethod='scale');
	right: -70px;
}

#p3 {
	position: absolute;
	left: -20px;
	top: 225px;
	z-index: 3;
	background-image: url("../images/polaroid_3.png");
	width: 201px;
	height: 235px;
}

* html #p3 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/polaroid_3.png', sizingMethod='scale');
}

#p4 {
	position: absolute;
	left: -45px;
	top: 400px;
	z-index: 1;
	background-image: url("../images/polaroid_5.png");
	width: 231px;
	height: 259px;
}

* html #p4 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/polaroid_5.png', sizingMethod='scale');
}

#p5 {
	position: absolute;
	right: -20px;
	top: 325px;
	z-index: 2;
	background-image: url("../images/polaroid_2.png");
	width: 230px;
	height: 259px;
}

* html #p5 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/polaroid_2.png', sizingMethod='scale');
	right: -70px;
}

/* ==================
   === Formatting ===
   ================== */

h1 {
	position: absolute;
	left: 80px;
	top: -0.9em;
	font-family: "Times New Roman", Times, serif;
	font-size: 56px;
	line-height: normal;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	white-space: nowrap;
}

* html h1 {
	left: 34px;
	width: 130%;
}

h2 { color: #646464; font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: normal; line-height: normal; padding-top: 10px; margin-top: 0; clear: both; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #cd221a;
	clear: both;
}

ul {
	padding-left: 1.5em;
	margin-left: 0em;
}

ul li {
	margin-bottom: 1ex;
	list-style: none;
	list-style-image: none;
	background-image: url(../images/bullet_m.png);
	background-position: 0.0em 0.25em;
	background-repeat: no-repeat;
	padding-left: 1.1em;
}

.tagline { color: #cd221a; font-size: 18px; line-height: normal; padding-top: 10px; margin-top: 0; }

.intro {
	color: #cd221a;
	font-size: 18px;
	line-height: normal;
	padding-top: 20px;
	margin-top: 0;
}

div.grant {
	position: relative;
	padding-left: 9em;
}

div.grant div.amount {
	position: absolute;
	left: -2em;
	width: 143px;
	top: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: right;
}

* html div.grant div.amount {
	left: -7em;
}

div.grant div.details {
}

div.grant h2 {
	position: relative;
	width: 80%;
	margin-bottom: 0px;
}

div.grant h3 {
	margin-top: 3px;
}

div.grant h2 a {
	display: none;
	position: relative;
	top: -5px;
	left: 5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	padding-left: 1ex;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Helvetica, Arial, Sans;
	font-size: 9px;
	background-image: url(../images/weblink2.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div.news {
	position: relative;
}

div.news h3 {
	font-size: 14px;
}

div.news div.date {
	position: absolute;
	left: 0em;
	width: 60px;
	height: 55px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/bg_dates.png);
	color: white;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 6px;
	text-align: center;
}

div.news div.date div.month {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	padding-top: 9px;
}

* html div.news div.date {
	left: -8em;
}

.donations {
	position: absolute;
	width: 25%;
	right: 20px;
	bottom: 20px;
	background-color: #CCCCCC;
	padding: 10px;
}

div.document {
	float: left;
	margin-right: 40px;
	margin-top: 40px;
}

div.document img {
	border: 1px solid #999999;
	display: block;
	margin-right: 10px;
	float: left;
}

div.document a {
	display: block;
	padding: 7px;
	height: 150px;
	width: 230px;
}

div.document a:hover, div.document a:focus {
	background-color: #e0e0e0;
}
/* =========================
	=== New navigation ===
	========================= */
a.nav:link { color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; font-weight: bold; background-color: #cd221a; padding-left: 8px; }
a.nav:visited { color: #fff; font-size: 14px; font-family: arial, helvetica, sans-serif; font-weight: bold; background-color: #cd221a; padding-left: 8px; }
a.nav:hover { text-decoration: underline; }
