* {
	margin: 0;
	padding: 0;
/*  text-align: right; */
}
/* hard CSS reset above */

p {
	text-align: left;
	margin: 10px 0;
}
p, ul {
	font-size: 12pt;
	line-height: 1.5em;
	letter-spacing: -0.4px;
	font-family: garamond, serif;
	text-align: left;
} 
p a, li a { color: #4e00ce; 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; 
padding: 0 20px 0 0px;



}
/* img { border: 1px solid black; } */
hr {
background-color:#C3E2EE;
border:0 none;
color:#2B6DBE;
height:1px;
margin:15px 0 20px;
}

h3 { 
	border: none; 
	text-align: right; 
	font-variant: small-caps;
	font-size: 18pt;
	font-weight: bold;
	color: #2b6dbe; 
}

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

body {
	font-family: garamond, serif;
	font-size: 14pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #2b6dbe;
}


/* COLORS  */
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-image:url(../../images/coda-site.png);
	background-repeat:no-repeat; 
	width:1000px; 
	height:900px; 
	margin:0px 0px 0px 0px;
	background-color: #FFF; 
	background-position:top left;
}

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

}
}

#title {
	font-size: 64pt;
	font-variant: small-caps;
	font-weight: bold;
	position: absolute;
	left: 307px;
	top: 73px;
	color: #2b6dbe;
	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;
	width: 729px;
	height: 101px;
}

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

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

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

a.cross-link:link {
	text-decoration: none;
	color: #2B6DBE;
}
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;}
