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

/*-------------------------------------------------*/
/* @group General Styling */
/*-------------------------------------------------*/

/* remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* remove border around linked images */
img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	background-color: #efece5;
}

#container {
	width: 860px;
	text-align: center;
	background: url(images/containerbkg_tile.jpg) repeat-y;
	position: relative;
}

/* use this class to center elements */
.center {
	margin: 0 auto;
	text-align: center;
}

/* @end */

/*-------------------------------------------------*/
/* @group Typography */
/*-------------------------------------------------*/

/* set standard font, color, and size */
html,body,span,div,td,layer,blockquote {
	font: 15px/1.3em Arial, Helvetica, Geneva, sans-serif;
	color: #3f3f3f;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
}

blockquote {
	color: #008daf;
	font-style: italic;
	line-height: 1.4em;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #008daf;
	margin-top: 25px;
}

.pageTitle {
	color: #c20;
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
}

.feature .pageTitle {
	width: 325px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	list-style-position: inside;
}

.listColumn p {
	line-height: 2em;
}

.firstLine {
	color: inherit;
	font-style: italic;
}

table td.firstLine {
	font-size: 13px;
}

.initials {
	color: inherit;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.photoCaption {
	font-size: 11px;
	margin-bottom: 1.5em;
	color: #008daf;
	text-align: center;
}

p.sideNote {
	margin-top: 40px;
	color: #008daf;
	margin-right: 30px;
	font-size: 13px;
}

/* @end */


/*-------------------------------------------------*/
/* @group General Link Styling */
/*-------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #d00;
	font-size: 14px;
}

a:visited {
	text-decoration: none;
	color: #c30;
}

a:hover {
	text-decoration: underline;
	color: gray;
}

a:active {
	text-decoration: none;
	color: #f00;
}

/* spacing for email link on feature pages */
.feature p.mailbox {
	text-align: center;
	clear: both;
	margin-bottom: 1em;
}

/* spacing for email link on non-feature pages */
.layout1 p.mailbox, .layout2 p.mailbox {
	text-align: center;
	clear: both;
	margin-bottom: 1em;
	margin-top: 2em;
}

/* unique spacing for email link on index page */
#windowTop.frontPage p.mailbox {
	position: relative;
	top: 45px;
}

.mailbox a:link {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #c20;
}

span.prompt {
	padding-left: 10px;
}

.prompt a {
	color: #7ac043;
	font-size: 13px;
	padding-right: 5px;
}

.prompt img {
	position: relative;
	top: 1px;
}

a.top {
	display: block;
	font-size: 13px;
}

/* @end */


/*-------------------------------------------------*/
/* @group Layout Elements */
/*-------------------------------------------------*/

#masthead {
	width: 860px;
	height: 203px;
	background: url(images/masthead.jpg) no-repeat;
}

#logo {
	position: relative;
	top: 28px;
}

/* Bkg tiling image for feature page layout */
.feature #bkgflex {
	background: url(images/feature_tile.jpg) repeat-y;
	width: 760px;
	position: relative;
}

/* Bkg tiling image for secondary pages */
.layout1 #bkgflex, .layout2 #bkgflex {
	width: 760px;
	background-image: url(images/layout1_tile.jpg);
	position: relative;
}

#leftcloud {
	width: 50px;
	background: url(images/leftcloud.jpg) no-repeat;
	height: 80px;
	position: absolute;
	top: 243px;
	left: 0;
}

.scrapbook {
	position: absolute;
}

/* @end */


/*-------------------------------------------------*/
/* @group Page Content */
/*-------------------------------------------------*/

/* Top bkg image for feature pages */
.feature #windowTop {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	background: url(images/feature_top.jpg) no-repeat;
	padding-bottom: 1px;
	min-height: 225px;
	width: 760px;
}

/* Top bkg image for secondary pages */
.layout1 #windowTop, .layout2 #windowTop {
	margin-right: auto;
	margin-left: auto;
	padding-top: 68px;
	background: url(images/layout1_top.jpg) no-repeat;
	min-height: 225px;
	width: 760px;
}

/* Text area layout for feature pages */
.feature #windowTop p {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	margin-top: .8em;
	margin-bottom: .8em;
	padding-right: 55px;
	padding-left: 70px;
	font-size: 14px;
}

/* Bottom bkg image for feature page layout */
.feature #windowBottom {
	height: 60px;
	width: 760px;
	background: url(images/feature_bottom.jpg) no-repeat;
}

/* Bottom bkg image for secondary pages */
.layout1 #windowBottom, .layout2 #windowBottom {
	background-image: url(images/layout1_bottom.jpg);
	height: 65px;
	width: 760px;
}

/* Div area for story content*/
#story {
	text-align: left;
	margin-left: 205px;
	width: 453px;
}

/* This class has a smaller margin to allow for more content */
#story.max {
	text-align: left;
	margin-left: 205px;
	width: 483px;
	padding-bottom: 1px;
}

/* This class has a bigger margin to consolidate shorter lines */
#story.min {
	text-align: left;
	width: 423px;
}

#story p {
	margin-top: .8em;
	margin-bottom: .8em;
}

#story img {
	margin: 1em;
}

/* 2 column table for names and business titles on staff page */
#story table td {
	padding-top: 5px;
}

ul#linkList {
	padding-top: 20px;
}

#linkList li, #nameList li {
	list-style-type: none;
	line-height: 1.6em;
}

.categoryHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	padding-top: 18px;
}

span.linkInfo {
	font-size: 13px;
	font-style: italic;
}

#subStory {
	width: 620px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 30px 10px;
}

.listColumn {
	float: left;
	width: 260px;
	margin-left: 25px;
	margin-bottom: 1em;
}

.simpleList {
	line-height: 1.6em;
	margin-left: 18px;
	list-style-type: square;
	list-style-position: outside;
}

.simpleList.noBullets {
	margin-left: 0;
}

.noBullets li {
	list-style-type: none;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.4em;
	padding-bottom: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.largeList li {
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: none;
}

li ul.inlineList {
	margin-top: .5em;
	margin-bottom: .5em;
}

.inlineList li {
	list-style-type: none;
	display: inline;
	font-style: italic;
	color: gray;
}

div.photoStory {
	width: 100%;
	clear: both;
	float: right;
	padding-left: 30px;
}

#story img.photo, #subStory img {
	padding: 7px;
	background-color: white;
	border: 1px solid silver;
	margin-top: 1em;
	margin-bottom: .5em;
}

img.leftPhoto {
	float: left;
	margin-right: 30px;
}

img.rightPhoto {
	float: right;
	margin-left: 30px;
	margin-right: 30px;
}

#subStory ul, p {
	text-align: left;
}

#map {
	text-align: center;
	border: 1px solid silver;
	width: 400px;
	height: 400px;
	padding: 15px;
	margin-top: 20px;
	margin-left: 205px;
	margin-right: auto;
}

img#Owner {
	float: left;
	position: relative;
	right: 10px;
	margin: 0px;
}

/* unique identifier for an absolutely positioned div (see class=scrapbook) to place png photos on the page */
#photoBoard {
	left: -47px;
	top: 120px;
}

/* clandestine div is a button that takes you to the photo page*/
#egg {
	top: 4px;
	left: 200px;
	width: 40px;
	height: 40px;
	position: absolute;
}

/* @end */


/*-------------------------------------------------*/

/* @group Secondary Navigation */
/*-------------------------------------------------*/

/* This menu id style is for links in the feature window area of the frontpage and feature pages */
#catMenu {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}

#catMenu li {
	list-style-type: none;
	width: 345px;
	font: italic 23px "Times New Roman", Georgia, Times, serif;
	margin-right: auto;
	margin-left: auto;
}

#catMenu li a {
	font-size: 28px;
	line-height: 1.3em;
	color: #008daf;
}

#catMenu li a:link {}
#catMenu li a:visited {}
#catMenu li a:hover {
	color: #7ac043;
	text-decoration: none;
}
#catMenu li a:active {}

/* The alt class is for smaller link sizes on feature pages*/
#catMenu.alt li a {
	font-size: 22px;
}

/* The cue class defines the redundant links at the bottom of each page meant to cue the viewer to continue to subsequent pages within the category */
#catMenu.cue {
	text-align: left;
	margin-left: 205px;
	width: 465px;
}

#catMenu.cue li {
	display: inline;
	padding-right: 15px;
}

#catMenu.cue li a {
	font-size: 20px;
	white-space: nowrap;
}

#catMenu.cue li.firstLine {
	color: #7ac043;
	display: inline-block;
	width: inherit;
}

#catMenu.cue li.firstLine a {
	color: inherit;
	font: italic 15px/1.3em Arial, Helvetica, Geneva, sans-serif;
}

#catMenu.cue li.firstLine a:hover {
	color: inherit;
	text-decoration: underline;
}

.up {
	text-align: left;
	display: list-item;
	list-style-position: inside;
	list-style-image: url(images/top_arrow-trans.png);
}

.up a {
	font-size: 12px;
}

#filler {
	height: 550px;
	padding-top: 20px;
}

/* @end */


/*-------------------------------------------------*/
/* @group Footer */
/*-------------------------------------------------*/

#footer {
	width: 860px;
	height: 125px;
	clear: both;
	background-image: url(images/footer.jpg);
}

#footer p {
	text-align: center;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bizcard {
	color: white;
	padding: 27px 80px;
}

#bizcard a:link {
	color: white;
}

#bizcard a:visited {
	color: white;
}

#bizcard a:hover {
	color: white;
}
	
#bizcard a:active {
	color: white;
}

/* @end */


/* end of document */


