* { margin: 0; padding: 0 }
/* hard CSS reset above */

p { text-align: left; margin: 10px 0; }
p, ul { font-size: 12pt; line-height: 1.5em; letter-spacing: -0.4px;  } 
p a, li a { color: #c3beb5; text-decoration: underline }
p.intro { border: none; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
 
noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

/* img { border: 0px } */

hr {
	border: 0;
	color: #8d693a;
	background-color: #8d693a;
	height: 1px;
}

h1 {
	border: none; 
	text-align: left; 
	font-variant: small-caps;
	font-size: 24pt;
	font-weight: normal;
	color: #c3beb5; 
	font-family: garamond, serif;
}

h3 { 
	border: none; 
	text-align: left; 
	font-variant: small-caps;
	font-size: 18pt;
	font-weight: normal;
	color: #c3beb5; 
}

h4 { 
	border: none; 
	text-align: left; 
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
}

h5 { 
	font-family: garamond, serif
	border: none; 
	text-align: center; 
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
}

body {
	font-family: garamond, serif;
	font-size: 14pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #372406; 
	color: #c3beb5;
}

/*

color blue: #263849
color brown: #372406
color gold: #f7931d
color off-white: #c3beb5
color logo: #8d693a

*/

b { font-size: 15pt; font-weight: normal;  } 

div#background {
	background-repeat:no-repeat; 
	width:1000px; 
	height:900px; 
	margin:0px 0px 0px 0px;
}

div#background-press {
	background-repeat:no-repeat; 
	width:1000px; 
	height:900px; 
	margin:10px 10px 10px 10px;
}

@-webkit-keyframes title-fade-in {
from { opacity: 0; } to { opacity: 1; }
}

#title {
	font-size: 30pt;
	font-variant: small-caps;
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: 19px;
	color: #8d693a;
	letter-spacing: -0.03em;
	text-shadow: black 2px 2px 1px;
	white-space: nowrap;
	opacity: 1;
	-webkit-animation-name: title-fade-in;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: 1;
}

#navigation {
	padding: 90px 0 0 0; 
	font-variant: small-caps;
	font-size: 14pt;
	text-align: right; 
	width:190px;
	-webkit-animation-name: title-fade-in;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
}

#press-text {
	font-size: 12pt;
}
	
/* navigation panel links */
a.cross-link
{
	display: block;
	margin-bottom: 8px;
	color: #8d693a;
}

/* .scale:hover { -webkit-transform: scale(1.05); } */

a.cross-link:link {text-decoration: none}
a.cross-link:visited {text-decoration: none}
a.cross-link:active {text-decoration: none}
a.cross-link:hover {color: #c3beb5; text-decoration: none}

/* this may be old */
img.maplink {border:2px solid #c0d62f;}
img.maplink:hover {border:2px solid #666;}

.floatleft {float:left; width:192px; text-align:left; padding:0 5px 0 11px;}
.floatleft-noborder {float:left; width:192px; text-align:left; padding-left:11px;}
.floatleft-nopadding {float:left; width:192px; text-align:left; padding-right:7px;}
