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


/* Jan's Antiques, Etc. global CSS stylesheet created by Elegant Machines */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background: #49302e url(images/bg_tile.jpg);
  	color: #000;
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-size: 14px;
  	line-height: 18px;
  	margin: 0 0 0 0; /* (top, right, bottom, left) */
  	padding: 0 0 0 0; /* (top, right, bottom, left) */
  	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
	background-color: #f6f9d7;
  	color: #000;
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-size: 24px;
  	text-align: center;
  	font-weight: bold;
  	font-variant: small-caps;
	border: 1px solid #000;
  	line-height: 36px;
  	letter-spacing: 3px;
	margin-bottom: 20px;
}

h2 {
  	color: #000;
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-size: 16px;
  	font-weight: bold;
	letter-spacing: 1px;
  	line-height: 18px;
}

/* Sets the style for unvisited links. */

a,  a:link {
  	color: #77430f;
  	font-weight: normal;
  	text-decoration: underline;
}

/* Sets the style for visited links. */

a:visited {
  	color: #a35306;
  	font-weight: normal;
  	text-decoration: underline;
}

/* Sets the style for links on mouseover. */

a:hover {
  	color: #804c1a;
  	text-decoration: underline;
}

/* Sets the style for a link that has focus. */

a:focus {
  	color: #804c1a;
}

/* Sets the style for a link that is being activated/clicked. */

a:active {
  	color: #804c1a;
}




/* NAVIGATION STARTS. */

#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 23px;
	background-color: #371e28;
	color: #fff;
	width: 850px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	border: 2px solid #f6f9d7;
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	border-right: 2px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #86424a;
	color: #fff;
}

#navcontainer #active { 
	border-left: 1px solid #fff; 
}


/* NAVIGATION ENDS. */



/* This is a container for the page content. */

#outerWrapper {
  	background: url(images/background.jpg) no-repeat;
  	background-position: center bottom;
  	margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  	text-align: left;
  	width: 900px;
  	height: 850px;
}

#outerWrapper #header {
  	background-image: url(images/masthead.jpg);
  	background-repeat: no-repeat;
 	background-position: center;
  	height: 142px;
 	margin: 10px 0 10px 0; /* (top, right, bottom, left) */
  	padding: 0 0 0 0;
}


#outerWrapper #header h1 {
	background: transparent;
	text-indent: -9999px;
	border: none;
}


#outerWrapper #contentWrapper {
 	background: #fff;
	position: relative;
	top: 65px;
	left: 95px;
  	width: 700px;
  	height: 525px;
  	margin: 0 0 0 0; /* (top, right, bottom, left) */
  	padding: 0 0 0 0;

}

#mapImage {
	position: relative;
  	margin: 40px 0 0 100px; /* (top, right, bottom, left) */

}

.inlinePhotoRight {
	float: right;
} 

.inlinePhotoLeft {
	float: left;
} 

.photoSlideshow {
	text-align: center;
	border: 1px solid #888;
	width: 600px;
	height: 500px;
	position: relative;
	top: 0px;
	left: 50px;
	padding: 0 0 0 0; /* (top, right, bottom, left) */
} 


#footer {
	color: #fef8ba;
  	font-size: 12px;
  	text-align: center;
  	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
}


/* Sets the style for the links on a blue background (footer and right or left columns). */

a.white:link {color: #fef8ba;}
a.white:active {color: #fef8ba;}
a.white:visited {color: #fef8ba;}
a.white:hover {color: #05265c; background: #fef8ba; font-style: normal;}


