@charset "utf-8";


/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container  {
	width: auto;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#logo    {
	padding-right: 10px;
	padding-left: 10px;
}
h1    {
	color: #0066CC;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	float: none;
	padding: 0px;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}
h2 {
	color: #0066CC;
	text-align: center;
	font-size: x-large;
}
  
.masthead {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}

.updateline {
	font-size: small;
	font-style: italic;
	text-align: left;
}
#footer  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navBarTop   {
	clear: both;
	margin: 0px;
	padding: 0;
	text-align: center;
	background-color: #0066CC;
}
#navBarBottom  {
	margin: 0px;
	clear: both;
	text-align: center;
}
.pagemenu {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
}
.pagemenu li {
	display: inline;
}
.pagemenu  li a {
	text-decoration: none;
	border-right-style: solid;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-right: 5px;
	padding-right: 10px;
}
.navbar   ul
{
	margin: 0px;
	background-color: #0066CC;
	color: White;
	float: none;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: small;
	padding-top: 7px;
	padding-right: 0em;
	padding-bottom: 7px;
	padding-left: 0em;
	display: block;
}

.navbar   ul   li {
	display: inline;
	float: none;

}

.navbar   ul   li   a
{
	background-color: #FFCC66;
	color: #0066CC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF66;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FFFF66;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.navbar   ul   li   a:hover
{
	background-color: #FFEE00;
	color: #0066CC;
}

.navbar   ul   li   a:active
{
	background-color: #FFEE00;
	color: #0066CC;
	border-top-color: #FF9900;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FF9900;
}
.navbar ul li ul {
	display: none;
	height: 60px;
	padding-top: 10px;
	position: static;
	left: 0px;
	top: 33px;
	float: none;
	list-style-type: none;
	background-color: #FFFFFF;
	text-align: left;
	color: #FFCC66;

}
.navbar  ul  li:hover  ul  {
	display: block;
}
.navbar ul li ul li {
	display: block;
}
.navbar ul li ul li a {
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bookitemR {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 575px;
	text-align: right;
}


.bookpriceR {
	font-weight: bold;
	clear: left;
	float: left;
	text-align: right;
	padding: 0px;
	width: 360px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: text-top;
}
.bookthumbR {
	float: right;
	width: 275px;
	margin-left: -275px;
	padding: 0px;
	text-align: left;
}
.cartbtn {
	display: inline;
}

.booksescriptionR {
	float: left;
	padding-right: 5px;
	width: 295px;
	text-align: right;
}
.bookitemL {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 575px;
	text-align: left;
}
.bookpriceL {
	font-weight: bold;
	clear: none;
	float: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	vertical-align: text-top;
}
#ExhibitPoster {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
#HistoricPhoto1 {
	float: left;
	margin: 5px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#HistoricPhoto2 {
	float: left;
	margin: 5px;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#HistoricPhotos {
	margin-right: auto;
	margin-left: auto;
	width: 865px;
}
#FirePrint {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
#FirePrint #thumb {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#FirePrint #pricelist1 {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: none;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 0px;
}
#FirePrint #pricelist1 li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 5px;
}
#FirePrint  #pricelist2 {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
}
.CoulterCard {
	float: left;
	width: 200px;
	text-align: center;
	margin: 10px;
}
#T-ShirtImg {
	text-align: center;
	float: left;
	width: 200px;
}
#T-ShirtDesc {
	text-align: center;
	width: 200px;
	float: left;
}

#FirePrint #pricelist2 li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 5px;
}
.centered {
	text-align: center;
}
.ShoutBox {
	border: medium solid #0066CC;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	font-size: large;
}

