/*
Orange: #a82906
Light orange: #b13f1f
Red: #6f0700
Grey: #666666
Brown: #83310b
Gold: #d69431
Light: #f1eee8
*/

body
{
	font-family: 'georgia','times','times new roman',serif;
	font-size: 12px;
	color: #000;
	line-height: 1.6;
	padding: 20px;		
}

a img
{
	border: none;
}

a:link, a:visited, a:focus, a:hover, a:active
{
	color: #000;
	text-decoration: underline;	
}

h1
{
	font-size: 1.333333em;
	color: #000;
	padding: 0 0 18px 0;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
}

#tagline h1
{
	padding-bottom: 2px;	
}

h1 span
{
	display: block;	
}

h2
{
	font-size: 1.083333em;
	font-weight: bold;
	padding: 0 0 18px 0;
	margin: 0;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0;
}

p
{
	margin: 0;
	padding: 0 0 1.5em 0;	
}

ul
{
	margin: 0;
	padding: 0 0 1.5em 2em;
	list-style-type: disc;	
}

ol
{
	margin: 0;
	padding: 0 0 1.5em 2em;
}

li
{
	margin: 0 0 0.3em 0;
	padding: 0;	
}

ul ul, ul ol, ol ul, ol ol
{
	padding-bottom: 0;
	padding-top: 0.3em;	
}

hr
{
	background-color: #fff;
	color: #fff;
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 0 0 1.5em 0;	
	padding: 0;
	clear: both;
}

blockquote
{
	font-style: italic;	
	margin: 0;
	padding: 0;
}

#additional-content blockquote
{
	color: #999;
}

.feature
{
	color: #6f0700;	
}

.introduction
{
	color: #83310b;
	font-size: 1.083333em;
}

.small
{
	font-size: 0.916667em;	
}

.image, .image-left, .image-right
{
	padding-top: 4px;
}

.image
{
	clear: both;
	margin: 0 0 10px 0;		
}

.image-left
{
	float: left;
	margin: 0 18px 10px 0;	
}

.image-right
{
	float: right;
	margin: 0 0 10px 18px;	
}

.caption
{
	border-top: 1px solid #ccc;
	width: 93px;
	padding: 20px 0 0 7px;
	float: left;
	font-size: 0.916667em;
	line-height: 1.3;
}

.image img, .image-left img, .image-right img
{
	float: left;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;	
}

table th, table td
{
	border: 1px solid #ccc;
	padding: 2px 6px 2px 4px;
}

.hours thead th
{
	font-weight: bold;
	text-align: center;
}

.hours tbody th
{
	font-weight: bold;
	text-align: left;
}

.box
{
	border: 1px solid #ccc;	
	padding: 7px 7px 0;
}

.subdued
{
	color: #999;	
}

.vcard
{
	padding-bottom: 3em;	
}

.vcard .org span
{
	display: block;	
}


#navigation, #siteinfo span, #siteinfo a
{
	display: none;	
}

#logo
{
	padding-bottom: 30px;	
}

#tagline
{
	width: 12em;
	position: absolute;
	top: 20px;
	right: 0;	
}

#breadcrumbs
{
	color: #666;
	font-family: 'Lucida Grande',verdana,arial, helvetica, sans-serif;
	font-size: 0.916667em;
	padding: 3px 0 30px;
	clear: both;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
	color: #666;
	text-decoration: none;
}

#breadcrumbs a:focus, #breadcrumbs a:hover, #breadcrumbs a:active
{
	color: #666;
	text-decoration: underline;
}

#siteinfo
{
	clear: both;
	margin: 100px 0 20px 0;
	color: #666;
	font-family: 'Lucida Grande',verdana,arial, helvetica, sans-serif;
	font-size: 0.916667em;
	border-top: 1px solid #ccc;
}

.hidden
{
	position: absolute;
	top: -9999px;
	left: -9999px;	
}