/* -------------------- HTML TAGS -------------------- */

td {
	color: #5A3A3A;
	font-family: Arial, Helvetica, sans-serif;
}

th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #993333;
}

a:link { color: #993333;}
a:visited { color: #917C7E;}
a:hover { color: #EBAB52;}
a:active { color: #EBAB52;}

h1 {
	color: #000000;
	font-weight: normal;
}

h2 {
	color: #000000;
	font-weight: normal;
}

h3 {
	color: #993333;
	font-weight: bolder;
	text-transform: uppercase;
}

h5 {
	color: #000000;
	font-weight: normal;
}

h4,h6 {
	color: #000000;
	font-weight: bold;
}

/* -------------------- NavBar List -------------------- */

#navlist {
padding-left: 0;
margin: 0;
border-bottom: 1px solid #917C7E;
width: 100%;
}

#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #917C7E;
}

#navlist li a { font-weight: bold; text-decoration: none; }
#navlist li a:hover { color: #EBAB52;}

#subnavlist li {
list-style: none;
margin: 0 0 0 -20px;
padding: 0.25em;
border-top: none;
}

#subnavlist li a { font-weight: normal; text-decoration: none; }
#navlist li a:hover { color: #EBAB52;}


/* --------- Home NavBar List --------- */

#home-navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #917C7E;
width: 100%;
}

#home-navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #917C7E;
}

#home-navlist li a { font-weight: bold; text-decoration: none;}
#home-navlist li a:link { color: #EBAB52;}
#home-navlist li a:visited { color: #917C7E;}
#home-navlist li a:hover { color: #993333;}

/* -------------------- Footer Styles -------------------- */


#footer-text td {
	color: #917c7e;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-text a:link,a:visited,a:active {
	color: #917c7e;
}

#footer-text a:hover {
	color: #EFECEC;
}


/* -------------------- Custom Classes -------------------- */

#content a:hover { color: #EBAB52;}

.img-right {
	font-family: Arial, Helvetica, sans-serif;
	color: #422A2C;
	float: right;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	font-size: 80%;
	width: 250px;
}

.item-description {
	font-size: 85%;
	color: #666666;
}

.bodycopy-small {
	font-size: 80%;
}

.footnote {
	font-size: 80%;
	color: #999999;
}

.footnote a {
	color: #999999;
}

.thumbnail {}

.thumbnail img {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
}

.photo-caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #422A2C;
	font-weight: bold;
	margin-left: 10px;
	font-size: 90%;
}

.photo-caption img {
	margin-bottom: 5px;
}

.noteworthy {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}


/* -------------------- These items are customized for print -------------------- */
body {
	color: #5A3A3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	/*set background-color to white*/
}

#content { }
	/*remove the yellow borders from the edges*/

.contents {
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	/*change padding to 0px for printing*/
}

/* Hide the template's first column when printing */

.no-print { display: none;}
table#nameplates { display: none;}
table#navigation { display: none;}
table#location { display: none;}
table#nameplates { display: none;}
#banner { display: none;}
