/* HTML styles*/

/* clear styles  */
img { margin: 0px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BAAC83;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_smlsscroll_6tan.gif);
}

p {
	font-size: 80%;
	margin: 2px 0px;
}

h1 {
	font-size: 140%;
	color: #315C24;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.title {
	font-size: 80%;
	color: #666666;
	padding-left: 80px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 110%;
	color: #8C6930;
	font-weight: bold;
	margin-top: 22px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 10px;
}
#boxcenter1 div h2 {
}

h3 {
	font-size: 90%;
	font-weight: bold;
	color: #B38740;
	padding: 0px 10px;
	margin: 8px 0px;/*	text-align: center; */
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 80%;
	font-weight: bold;
	color: #486E40;
	margin: 0px;
	padding-left: 10px;
}

h5 {
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
}

a:link {
	color: #327E2A;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #CC3300;
}

img {
	border: none;
}

hr {
	margin-bottom: 12px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
}

/* List styles */
ul {
	border: none;
}

ul ul {
	border: none;
}

ul li {
	font-size: 80%;
	line-height: 1.2em;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

ul li ul li {
	font-size: 100%;
	list-style-image: none;
	list-style-type: square;
	
}

/* --------------- Layout Styles ---------------- */

#container {
	width: 100%;
	float: left;
/*	background-color: #F0E1FF; */
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
	border-top: 2px solid #395833;
	border-bottom: 2px solid #395833;
}


#masthead {
	background-color: #EFE3BD;
	background-position: left top;
	width: 100%;
	height: 188px;
	margin: 0px;
	padding: 14px 0px 14px 0px;
	float: left;
	background-image: url(../images/bg_smlsscroll_6tanltb.gif);
	clear: both;
}

/* #mastheadIndex {
	background-color: #592D2C;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	margin: 0px;
	float: left;
	background-image: url(../images/bg_header200.gif);
	padding: 0px;
}
#mastheadIndex img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#mastheadIndex h1 {
	height: 100px;
	font-size: xx-large;
	color: #CC9F8C;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px 0px 8px 20px;
	line-height: 1.2em;
} */
#masthead h1 {
	float: left;
	color: #486E40;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 180px;
	font-size: xx-large;
	/*padding: 10px 10px 6px 15%;*/
	margin: 0px 0px 0px 15%;
	/*line-height: 1.2em;*/
	clear: both;
}
#masthead h1 img {
	/*height: 176px;
	width: 420px;*/
	margin: 0px;
	float: left;
	clear: both;
}

#masthead  p.tagline {
	position: absolute;
	/* text-align: left; */
	color: #B58A45;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	z-index: 999;
	left: 15%;
	top: 110px;
	margin: 0px 0px 0px 240px;
	padding: 0px;
	height: 30px;
	width: 250px;
}

#globalNav {
	float: left;
	height: 20px;
	width: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
	background-color: #8FB082;
	border-top: 1px solid #588850;
	border-bottom: 1px solid #588850;
}
#globalSubNav {
	background-color: #FFFFFF;
	height: 6px;
	width: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}

#globalNav p {
	margin: 0px 0px 0px 15%;
	padding: 4px 0px 2px;
	width: 620px;
}

#globalNav p a {
	font-size: 11px;
	background-color: #486E40;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

body.home #globalNav p a.home,
body.art #globalNav p a.art,
body.history #globalNav p a.history,
body.calendar #globalNav p a.calendar,
body.articles #globalNav p a.articles,
body.findus #globalNav p a.findus
{
	background-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: -2px;
	padding-bottom: 2px;
	color: #993300;
}

#globalNav p a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #486E40;
}

/*
#globalNav p a.external, p a.external {
	background-image: url(tkarl/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
*/

#bodBox {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	display: block;
}

/* -------------------- boxleft1 styles ------------------ */
#boxleft1 {
	width: 15%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	border-right: 1px dotted #9C6;
/*	border: 1px solid #990000; */
	float: left;
}
.bordrt {
	border-right: 1px dotted #9C6;
}

.bordtop {
	border-top: 1px dotted #9C6;
}

.bordbtm {
	border-bottom: 1px dotted #9C6; /*BB9352*/
}

#boxleft1 h3 {
	font-size: 85%;
	padding-left: 10px;
}

#boxleft1 p {
	font-size: 70%;
	padding-left: 14px;
}

#boxleft1 a {
	padding-left: 10px;
	display: block;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#boxleft1 a.on {
	background-color:#D2D2D2;
}

#boxleft1 a:hover {
	background-color:#8FB082;
	color: #FFFFFF;
	text-decoration: none;
}

/*#leftNav ul a:link, #navBar ul a:visited {display: block;}*/
#boxleft1 ul {
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#boxleft1 li {
	font-size: 70%;
	list-style: none;
}

/* fix for browsers that don't need the hack */
html>body #boxleft1 li {
	border-bottom: none;
}

/* ------------- boxright1 styles -----------------*/

#boxright1, #boxright2 {
	width: 14%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
/*	border: 1px solid #990000; */
}

#boxright1 h3 {
	font-size: 85%;
	padding-left: 6px;
}

#boxright1 p {
	font-size: 70%;
	padding-left: 14px;
}

#boxright1 ul {
	margin: 0; 
	padding: 0;
}

#boxright1 li {
	font-size: 70%;
	list-style: none;
}

#boxright1 a {
	padding-left: 6px;
	display: block;
	margin: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#boxright1 a.on {
	background-color:#D2D2D2;
}

#boxright1 a:hover {
	background-color:#944949;
	color: #FFFFFF;
	text-decoration: none;
}
/* --------------boxcenter1 styles ------------------- */

#boxcenter1 {
	width: 70%;
	float: left;
	padding-top: 4px;
	padding-bottom: 16px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9C6; /* BEBEBE */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}

#crumbtrail {
	font-size: 65%;
	font-weight: bold;
	color: #7A7A7A;
	margin: 0px 0px 6px 10px;
	padding: 0px;
}

#boxcenter1 h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	/* border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color:#C90 ; */
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 10px;
}
#boxcenter1 p {
	padding-left: 10px;
	margin: 0px 0px 16px;
	padding-top: 0px;
	line-height: 1.5em;
}

#boxcenter1 p.imgrt {
	color: #333333;
	font-size: 70%;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: right;
}

#boxcenter1 p.imglt {
	color: #333333;
	font-size: 70%;
	text-align: right;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}
.schedule/* --------------------------------------- */

 {
	border-top: 1px dotted #B5D6E5;
	border-right: 1px dotted #B5D6E5;
	border-bottom: 1px dotted #B5D6E5;
	float: left;
	margin: 0;
	background-color: #ECEBCF;
}
.schedule  div {
	width: 250px;
	margin: 0;
}


#footer {
	background-color: #486E40;
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 26px;
	float: left;
	clear: both;
	margin: 0px;
	border-top: 1px solid #395833;
	padding: 0px;
}

#footer p {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0px 4px 15%;
}

#footer p a {
	color: #FFFFFF;
	margin-right: 8px;
}

body.home #footer p a.home, 
body.art #footer p a.art,
body.history #footer p a.history,
body.calendar #footer p a.calendar, 
body.articles #footer p a.articles,
body.findus #footer p a.findus {
	color: #FFFF99;
}

#footer p a:hover {
	/*color: #FF0033;*/
	text-decoration: none;
}

p.underfooter {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 65%;
	float: left;
	width: 500px;
	height: 20px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15%;
}

.flleft {
	float: left;
	padding-right: 10px;
}

.flright {
	float: right;
}

.expanded {
	letter-spacing: 0.3em;
}

.smaller {
	font-size: 90%;
}
.grey {
	color: #666666;
}

.quote {
	font-family: "Courier New", Courier, mono;
	font-size: 80%;
}

.supscr { vertical-align: top; font-size: 80%; }
.supscr a, .supscr a:link, .supscr a:visited {
	font-weight: bold;
	color: #FF0033;
	
}
.clear {
	clear: both;
}

.indent {
	padding-left: 47px;
}
.new {
	color: #FF6600;
	font-weight: bold;
	border: 1px solid #FF6600;
	padding: 0px 4px 0px 5px;
	background-color: #FFFFFF;
	font-size: 80%;
}
.textrt {text-align: right; }
#ta_travelmap {clear: both; }
blockquote {
	background-image: url(../images/quot_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 60px 0px 60px;
	padding: 10px 20px 0px 20px;
}
div.blockquote {
	color: #000000;
	background-image: url(../images/quot_rt2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
}
div.blockquote p, div.blockquote h2, div.blockquote h3 {
	text-indent: 0px;
	margin-top: 0px;
}
div.blockquote p.intro:first-letter{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.3em;
	float: left;
	font-style: italic;
	margin: 4px 2px 0px 0px;
}

.nobreak { 
	white-space: nowrap;
	/*display: inline; */
}

.padbtm {
	padding-bottom: 20px;
}

.green {
	color: #2F9B40;
}
.blue {
	color: #0E5FA7;
}
.purple {color: #8E388E; }
.red {color: #B10002; }
