/* CSS Document */

#nav li#navtab9 a:link, #nav li#navtab9 a:visited, #nav li#navtab9 a:hover { color: #731B3B; text-decoration: none; }
* html #nav li#navtab9 { font-weight: bold; }
* + html #nav li#navtab9 { font-weight: bold; }

#nav li#navtab9 { display: block; }

h1 {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-bottom: 10px; clear: both;
}
p.introPara { margin-bottom: 5px; }

/* *********** LARGE IMAGES *********** */

ul#areaImgCaptions li#areaLrgImg6 { display: none; }
ul#areaImgCaptions li#areaLrgImg1 { display: block; }


/* *********** GALLERY NAV *********** */

ul#galleryNav {
	/*font-size: 1.6em; line-height: 1em; font-style: italic;
	color: #666666;*/
	font-size: 1.2em;
	margin: 0;
	list-style: none;
	/*
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	*/
}
ul#galleryNav li { display: inline; float: left; margin-right: 2px; }
* html ul#galleryNav { font-weight: bold; }
* + html ul#galleryNav { font-weight: bold; }
/*
ul#galleryNav a:link, ul#galleryNav a:visited { color: #666666; text-decoration: none; }
ul#galleryNav a:hover { color: #000000; text-decoration: none; }
*/
ul#galleryNav li#galleryTitle {
	font-size: 1.2em;
	line-height: 25px;
	margin-right: 5px;
}
ul#galleryNav a {
	font-family: "Times New Roman", Times, serif;
	/*width: 125px;*/ height: 23px;
	line-height: 23px;
	font-weight: normal; text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/galleryButton.jpg);
	background-repeat: repeat-x;
	display: block;
	border: 1px solid #731B3B;
	padding-left: 5px; padding-right: 5px;
	margin-bottom: 10px;
}
ul#galleryNav a:link, ul#galleryNav a:visited { color: #731B3B; background-position: left top; text-decoration: none; }
ul#galleryNav a:hover { color: #FFFFFF; background-position: left -46px; text-decoration: none; }
ul#galleryNav a:active { color: #FFFFFF; background-position: left -69px; text-decoration: none; }





/*


input#formSubmit {
	font-family: "Times New Roman", Times, serif;
	width: 125px; height: 25px;
	font-size: 1.2em; line-height: 25px;
	font-weight: normal; text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/submitbutton.jpg);
	background-repeat: no-repeat;
	display: block;
	border: none;
}
input#formSubmit { background-position: left top; text-decoration: none; }
input#formSubmit:hover { background-position: left -25px; text-decoration: none; }
input#formSubmit:active { background-position: left -50px; text-decoration: none; }

* html input#formSubmit {
	margin-left: 3px;
	background-image: none;
	color: #000000;
	width: 125px; height: auto;
	line-height: normal;
}
* + html input#formSubmit {
	margin-left: 3px;
	background-image: none;
	color: #000000;
	width: 125px; height: auto;
	line-height: normal;
}

*/