/* Basic Styles */

body,html,div,
ul, li, h1, h2, h3, h4,
blockquote, ol {
	margin:0;
	padding:0;
}
body {
	font-size: 16px;
	color:#444;
	font-family: Georgia, Palatino, Palatino Linotype, Times, "Times New Roman", Serif;
}
img {
	border:0;
}
a,
a:active,
a:visited,
a:hover {
	text-decoration:none;
}
p, #content ul, #content ol {
	margin:0;
	margin-bottom:1em;
	line-height:1.6;
}
p strong {
	color: #8f2b2c;
	font-family: Helvetica, Verdana, Tahoma, Sans-Serif;
}
p.linkout {
	font-size:80%;
	font-style:italic;
	text-align:right;
}
ul, ol {
	padding-left:24px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: lower-roman;
}
h1,h2,h3,h4 {
	font-family: Helvetica, Verdana, Tahoma, Sans-Serif;
	letter-spacing: -1px;
	color:#777;
	color:#8f2b2c;
}
#container {
	width:800px;
	margin:0 auto;
	margin-top:20px;
}
#content {
	width:625px;
	float:left;
}
#sidenotes {
	width:150px;
	float:right;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	min-height:100px;
	background: url('../images/sidenotes.jpg') top left repeat-y;
	
}
#sidenotes p {
	font-size:75%;
	line-height:140%;
}
#sidenotes #map div {
	max-width:150px;
}
#sidenotes #gmap div span {
	white-space: normal ! important;
	color:#444 ! important;
}
#footer {
	font-size:70%;
	height:93px;
	background: url('../images/seal.jpg') no-repeat top center;
	position:relative;
	margin-bottom:20px;
	margin-top:50px;
	clear:both;
}
#footer p {
	font-family: Helvetica, Verdana, Tahoma, Sans-Serif;
	color: #777;
	width:375px;
	padding-top:70px;
}
#footer p.floatright {
	text-align:right;
}
#logo {
	margin-left: -50px;
}
.inset {
	font-size:200%;
	font-family: Georgia, Palatino, Palatino Linotype, Times, "Times New Roman", Serif;
	width:50%;
	float:right;
	color:#8f2b2c;
	font-style:italic;
}
.clearer {
	clear:both;
}
.float {
	float:left;
	margin-right:1em;
}
.floatright {
	float:right;
	margin-left:1em;
}
#footer .floatright {
	margin-left:0;
}


/* Custom Styles */
#banner {
	width:800px;
	height:200px;
	overflow:hidden;
	position:relative;
	background-color:#191919;
}
#banner img {
	top:-250px;
	left:-200px;
	position:relative;
}
.amp {
	font-family: "Baskerville", "New Baskerville", "NewBskvll BT","Goudy Old Style","Palatino","Book Antiqua",serif ! important;
	font-size:120%;
	line-height:100%;
	font-style:italic;
	font-weight:normal;
}
#flickr {
	height:75px;
	margin-bottom:5px;
	width:880px;
	position:relative;
	left:-28px;
}
.flickr-img {
	float:left;
	margin-left:28px;
}
.first {
	margin-left: 0;
}

