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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

















html,body { height:100%; }

body {
	margin: 0 0 0 0;
	background-color: #37535E;
	text-align:center;
	font: 1em georgia, serif;
	color: #444;
	line-height: 1.3em;
	background-image:url(gui/bigbackground.jpg);
	background-repeat:repeat-x;
}

p, ul {
	font: 0.9em georgia, serif;	line-height: 1.5em;

}

p {
	margin: .5em 0 .8em 0;
}
p.lead {
	margin: -0.7em 0 .8em;
}
p.credit {
	margin: .5em 0 .8em 150px;
}
p.credit:first-line {
	margin-left: -50px;
}

#plank, #photocredit {
	width: 753px;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	height:auto;
	min-height:100%;
	padding-bottom: 25px;
}

#photocredit {	
	text-align: right;
	background-color: transparent;
	padding-bottom: 0px;
	font-family: geneva, tahoma, sans-serif; font-size: 0.7em; color: white; text-align: right; margin-top: 0.7em; margin-bottom: 0px;
	height:30px;
	min-height:30px;
}

#content {
	width: 703px;
	margin: 0 0 25px 25px;
	padding: 10px 0 0 0;
}

#text {
	float:left;
	width:480px;
	margin: 0 33px 0 25px;
	display:inline;
}

#rcol {
	float:left;
	width:189px;
	margin-top: .5em;
}

#rcol p {
	margin:0 10px 10px 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#rcol h2, .titleinblue {
	background-color:#7297b1;
	display:block;
	color:white;
	font-weight:bold;
	padding: 3px 0 3px 8px;
	margin:15px 0;
	font-size: 0.9em;
}

#rcol h3 {
	font-weight:bold;
	color:#aaa;
	margin:1.5em 0 0 1em;
	text-transform: uppercase;
	font-size: 0.7em;
}

#rcol hr {
color: #e5e5e5;
background-color: #e5e5e5;
height: 1px;
margin: 10px 0 10px 10px;
}

#nav {
	background-color: white;
	width:705px;
	height: 238px;
	display:block;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
}

#nav li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	margin-right: 25px;
	font-size: 3em;
	line-height: 1.6em;
}
#nav li li {
	float: left;
	font-size: 0.4em;
	border: 1px #ddd solid;
	display: block;
	padding: 0.5em;
}

#nav li li li {float: none; font-size: 0.9em; border: 0px white none; padding:0px;}

h1 {
	font: 1.8em georgia,serif;
	color: black;
	margin-bottom:10px;
	font-weight: normal;
	line-height: 1.5em;
}
.quotation {
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	line-height: 1.3em;
	margin-bottom: -1em;
}
#rcol .quotation {
	font-size: .9em;
}
hr {
	border-top: 1px solid #ccc;
	height: 0px;
border-right: 0px none white;
	border-bottom: 0px none white;
	border-left: 0px none white;
	margin: 1em 0 1em 0;
}
#text h2 {
margin: 1em 0 0.8em 0;
}
#text h2.underline {
	text-decoration: underline;
}
#text h3 {font-size: .9em;}
#text p img {
	margin-left: 10px;
	float: right;
}
#plank #text li {
	list-style-type: disc;
	margin: 0.5em 0 0.5em 2em;
}


a:link, a:visited {
	color: #154567;
}
a:hover {color: #7297b1; text-decoration: underline;}
a:active {
	color: black;
	text-decoration: underline;
}

a#ppclogo img {margin: 0 0 3em 0; }

h2.titleinblue {background-color: rgb(114, 151, 177); color: white; font-size: 1em;}