/*This is the core style sheet of the site.*/
body {
	background-color: #660000;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url(../images2/page-bg3.gif);
	margin: 0px;
	padding: 0px; 
}
#header-left-logo {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px;
	width: 158px;
	height: 128px;
	border-right: 1px solid black;
}
#header-image {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 159px;
	/* include bg image in content rather than css to allow printing */
	/*background-image: url(../images2/header-banner2.jpg);*/
	height: 129px;
	background-repeat: no-repeat;
	width: 620px;
}
#hello-menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 1em;
	color: white;
	padding: 5px;
}
#hello-menu a:link, #hello-menu a:visited {
	color: white;
	padding: 5px;
}
#hello-menu a:hover {
	color: #660000;
	background-color: white;
}
#hello-menu img {
	border: none;
	vertical-align: middle;
	behavior: url(includes/iepngfix/iepngfix.htc);
}
#content {
	margin: 0;
	top: 0px;
	position: relative;
	width: 779px; 
}
#navbar {
	position: absolute;
	top: -1px;
	left: 0px;
	width: 158px;
	line-height: 2em;
	border-top: 1px black solid;
	border-right: 1px black solid;
	background: white;
}
#navbar ul {
	top: 0px;
	margin:0px;
	padding:0px;
	position: relative;
}
#navbar ul li {
	list-style-type: none;
	top: 0px;
	margin: 0px; 
	padding: 0px;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: block; 
	border-bottom: 1px #000000 solid;
	margin-top: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navbar ul li a:link {
	color: white;
	background-color: #660000;
	text-decoration: none; 
}
#navbar ul li a:visited {
	color: white;
	background-color: #660000;
	text-decoration: none; 
}
#navbar ul li a:hover {
	background-color: white;
	color: #660000;
}
#navbar ul li a:active {
	background-color: #F1F1F1;
}
#navbar img {
	border: none;
	vertical-align: middle;
	/*background: none;*/
	behavior: url(includes/iepngfix/iepngfix.htc);
}
#navbar div {
	/*behavior: url(/iepngfix/iepngfix.htc);*/
}

#admin-menu {
	font-size: 1em;
	line-height: 1.4em;
	background-color: white;
	color: #660000;
}
#admin-menu a:link, #admin-menu a:visited {
	color: white;
}
#admin-menu a:hover {
	color: #aaaaaa;
}
#admin-menu h1 {
	font-size: 1em;
	text-align: center;
	font-style: italic;
	letter-spacing: 5px;
}
#checkout {
	text-align: center;
}
#checkout a:link, #checkout a:visited {
	border: 1px solid #660000;
	padding: 2px;
	margin: 5px 20px 5px 20px;
}
#checkout a:active {
	color: silver;
}
#announcements ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#announcements ul li {
	padding-bottom: 10px;
	text-align: justify;
}
#randomizer {
	background-color: pink;
	border: 1px solid black;
	margin: 30px 0 10px 0;
	padding: 20px;
}
.paddedLink {
	padding: 10px;
	margin: 15px;
}
table.links {
	font-size: 1.2em;
}
.links ul li {
	list-style-type: none;
	padding-bottom: 7px;
}
.links ul li a:link, .links ul li a:visited {
	/*color: #666666;*/
	text-decoration: none;
	/*background-color: white;*/
}
.links ul li a:hover {
	/*font-weight: bold;
	background-color: white;*/
}
a:link, a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #1100d3;
	/*color: white;
	background-color: #660000;*/
}
ul {}
li {}
.heightExpander {
	clear: both;
}
#main-text {
	background-color: white;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	margin-left: 158px;
	padding: 15px;
	overflow: auto;
	width: 589px; /* must specify width to prevent div overflow for some reason?? */
}
#footer {
	background-color: white;
	border-left: 1px #000000 solid;
	color: #000000;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	margin-left: 158px;
	padding: 15px;
	padding-top: 15px;
	text-align: center;
	font-size: .8em;
}
h1 {
	font-size: 1.4em;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;
	color: #660000;
}
h1.center {
	text-align: center; }
h2 {
	font-size: 1.1em;
	text-decoration: underline; }
p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em; }
#popup {
	padding: 0 15px 0 15px; 	
}
#statCounter {
	margin-left: 158px;
	text-align: center;
	font-size: .8em;
	font-weight: bold; 
 }

/* info categories (personal, address, spouse, etc.) for registration, profile sections */
td.profileSectionHeader {
	font-weight: bold;
	background-color: #CCCCCC;
	color: #660000;
	text-align: center;
}
td.profileSectionHeader a:link, td.profileSectionHeader a:visited {
	color: #660000;
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
td.profileSectionHeader a:hover {
	color: white;
	background-color: #660000;
}
.tableTitle {
	color: white;
	background-color: #660000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
}
.tableHeader {
	color: black;
	font-weight: bold;
}
.smallertext {
	font-size: .8em;
}
.largertext {
	font-size: 1.2em;
}
#jobEntry {
	font-size: 1em;
	text-align: left; }
#jobEntry table {
	width: 100%; }
#jobEntry td {
	text-align:center;
	width: 50%; }
#jobEntry h2 {
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	font-style: normal;
	line-height: 2em; }
.jobList {
	font-size: 1em;
/*line-height: 2.3em;*/
}
.jobList ul li {
	list-style-type: none;
	padding-bottom: 5px;
}
.jobList ul li a:link, .jobList ul li a:visited {
	color: #666666;
	text-decoration: none;
}
.jobList ul li a:hover {
	/*font-weight: bold;*/
}
#store {
}

#storeHeader {
	background-color: #CCCCCC;
	font-weight: bold;
}
#storeHeader table {
	border: none;
	padding: 10px 0 10px 0;
}
#storeHeader .admin {
	color: #666666;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;	
	border-bottom: 1px solid #660000;
}
#storeHeader .store {
	color: #660000;
	font-size: 1.5em;
	text-align: center;
	border-bottom: 1px solid #660000;
}
.price {
	text-align: right;
}
.addProduct {
	background-color: #660000;
	border: none;
	color: white;
	padding: 0px;
}
.addProduct a {
	background-color: #660000;
	color: white;
	border: none;
	display: block;
	padding: 5px;
	margin-left: 15px;
	width: 70%;
	text-align: center;
}
.addProduct a:hover {
	background-color: white;
	color: #660000;
}

/* keep these?  i don't know! */
.tblhdl, .tblhdc, .tblhdr, .sxtnhd {
	color: white; 
	background-color: #660000;
	font-family: Times New Roman, sans-serif; 
	font-size: 14pt; 
	font-style: normal;
	text-align: left;
}
.sxtnhd {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.subtitleright {
	font-size: .5em;
	font-style: italic;
	text-align: right; }
.subtitlecenter {
	font-size: .5em;
	font-style: italic;
	text-align: center; }
.floatsmalltopright {	/* contained in links.php and directory.php */
	float: right;
	margin-top: -5px;
	font-size: .9em; }
.floatimgleft {	/* contained in muster.php */
	float: left;
	margin-right: 15px;
}
.floatimgright {	/* nowhere */
	float: right;
	margin-left: 15px;
}
#rightcolumn {
	width: 45%;
	height: 100%;
	min-height: 100%;
	float: right;
	margin-left: 15px;
 }
.littlebox {
	margin-bottom: 15px;
	border: 1px #999999 solid;
	padding: 10px;
	font-size: .8em;
	text-align: center;
	line-height: 1.7em;
}
.littlebox2 {
	margin-bottom: 15px;
	border: none;
	padding: 10px;
	font-size: .8em;
	text-align: center;
	line-height: 1.7em;
}
.littlebox h1, .littlebox2 h1 {
	font-size: 1em;
	text-align: center; 
	line-height: 1.7em;
}
.littlebox p, .littlebox2 p {
	font-size: 1em;
	text-align: justify;
}
.littlebox ul, .littlebox2 ul {
	text-align: left;
	list-style-type: none;
}
.smallerheader {
	font-size: .8em;
	line-height: 1.7em;
	font-style: italic;
	letter-spacing: 5px; 
	font-weight: bold;
}
.msg {
	font-size: 1em;
	line-height: 1.2em;
	color: red;
	font-style: italic;
}
.msgSmall {
	font-size: .8em;
	color: red;
	font-style: italic;
}
.red {
	color: red;
}
.largecentered {	/* contained in tellafriend.php, sendmail.php */
	font-size: 1.2em;
	text-align: center;
}

/* VARIOUS TABLES, ALTERNATING ROW COLORS */
table {
	width: 100%;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-spacing: 0px;
	line-height: 1em;
	border: solid 1px #660000;
	border-collapse: collapse;
}
td, tr {
	padding: 5px;
	text-align: left;
	border: none;
}
table.addEditProduct {
	background-color: white;
}
table.addEditProduct img {
	border: solid 1px #660000;
}
table.addEditProduct td {
	border: solid 1px #660000;
}
#expiredHidden {
	text-decoration: line-through;
}
#visible {
}
#expiredHidden td.header, #visible td.header {
	background-color: #660000;
	color: white;
	font-size: 1.4em;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;	
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#expiredHidden td, #visible td {
	border: none;
}
.entireCellLink {
	padding: 0px;
}
.entireCellLink a {
	margin: 0px;
	padding: 6px;
	display: block;
	text-align: center;
}
.highlighted {
	background-color: #660000;
	color: white;
}
.odd {
	background-color: white;
	color: black;
	text-decoration: none;
}
.even {
	background-color: #eeeeee;
	color: black;
	text-decoration: none;
}
.odd a:link, .odd a:visited, .even a:link, .even a:visited {
	color: #660000;
}
.odd a:hover, .even a:hover {
	color: white;
	background-color: #660000;
}
.odd2 {
	background-color: white;
	color: #660000;
	text-decoration: none;
}
.even2 {
	background-color: #660000;
	color: white;
	text-decoration: none;
}
.odd2 a:link, .odd2 a:visited {
	color: #660000;
}
.odd2 a:hover {
	color: white;
	background-color: #660000;
}
.even2 a:link, .even2 a:visited {
	color: white;
}
.even2 a:hover {
	color: #660000;
	background-color: white;
}
.odd2 img {
	border: 1px solid #660000;
}
.even2 img {
	border: 1px solid white;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


#announcements table { 
	border:none;
}

#delete {
	background-color: #660000;
	text-align: center;
	text-transform: uppercase;
}
#delete a {
	color: white;
	display: block;
	padding: 10px;
}
#delete a:hover {
	background-color: white;
	color: #660000;
}
table.officers {
	border: none;
	line-height: 1.1em;
}
table.officers td {
	text-align: center;
	padding-bottom: 20px;
}
table.left-column {
	border: none;
	line-height: 1.1em;
	width: 52%;
	margin: 0;
}
table.left-column td {
	text-align: center;
	background-color: rgba(102,0,0,0.25);
}
/* Directory Table formatting */
.directory {
	border: 1px #660000 solid;
	border-collapse: collapse;
	color: black;
	/*width: 100%;*/
	margin: 0; 
}
.directory thead {
	font-weight: bold;
	color: white;
	background-color: #660000;
	/*text-align: center;*/
}
.directory thead a:link {
	color: #eeeeee;
	font-weight: normal;
}
.directory thead a:hover {
	color: white;
}
.directory td {
	border: none;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
.directory a {
	text-decoration: none;
}

/* Report Table formatting */
.report {
	border: 1px #660000 solid;
	border-collapse: collapse;
	color: black;
	/*width: 100%;*/
	margin: 0; 
}
.report thead {
	color: white;
	background-color: #660000;
	/*text-align: center;*/
}
.report thead a {
    color: white;
    background-color: #660000;
}
.report thead a:hover {
	color: #660000;
	background-color: white;
}
.report td {
	border: none;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
.report a {
	text-decoration: none;
}


/* Member Info formatting */
#memberInfo {
	border: solid 1px #660000;
	padding: 20px;
	background-color: white;
	width: 400px;
	overflow: auto;
	color: black;
}
#memberInfo #lastName {
	font-size: 3em;
	text-transform: uppercase;
	color: black;
	text-align: center;
}
#memberInfo #firstName {
	font-size: 1.3em;
	color: black;
	text-align: center;
}
#memberInfo #infoContainer {
	width: 235px;
	padding-top: 20px;
	float: right;

}
#memberInfo ul {
	padding-left: 0;
}
#memberInfo ul li {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#memberInfo img {
	position: static;
	float: left;
	margin: 15px 15px 15px 0;
}
table.sponsors {
	font-size: 1em;
}
table.sponsors td {
	text-align: center;
	vertical-align: top;
	padding: 8px;
}
table.photos {
	border: none;
	border: 1px #660000 solid;
}
table.photos td {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
	width: 300px;
	padding: 0px;
}
.description {
	font-size: .8em;
	color: #660000;
	text-align: justify;
}
#loginDiv {
	/*float: left;*/
	padding: 0px;
	margin-bottom: 0px;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}	
#loginDiv form {
	border: 1px solid #69C;
	background-color: #DDE6F7;
	padding: 0px;
}
#loginDiv table {
	border: none;
}
#loginDiv .caption {
	font-weight: bold;
	text-align: right;
}


#album2003bg {
	background-image: url(../photos/thumbs/album2003bg.jpg);
}
#album2004bg {
	background-image: url(../photos/thumbs/album2004bg.jpg);
}
#album2005bg {
	background-image: url(../photos/thumbs/album2005bg.jpg);
}
#album2006bg {
	background-image: url(../photos/thumbs/album2006bg.jpg);
}
#album2007bg {
	background-image: url(../photos/thumbs/album2007bg.jpg);
}
#album2008bg {
	background-image: url(../photos/thumbs/album2008bg.jpg);
}
#album2009bg {
	background-image: url(../photos/thumbs/album2009bg.jpg);
}
#album2010bg {
	background-image: url(../photos/thumbs/album2010bg.jpg);
}
#album2011bg {
	background-image: url(../photos/thumbs/album2011bg.jpg);
}
#album2012bg {
	background-image: url(../photos/thumbs/album2012bg.jpg);
}
#album2013bg {
	background-image: url(../photos/thumbs/album2013bg.jpg);
}
#album2014bg {
	background-image: url(../photos/thumbs/album2014bg.jpg);
}
#minicart {
	border:1px solid #333333;
	padding:0px;
	background-color:#cccccc;
}		   
.minihead {
	padding: 5px 15px 5px 15px; 
	background-color:#999999;
	color: black;
	border:1px solid #cccccc;
	text-transform:uppercase;
	text-align:center;
}
.minicontent {
	padding: 5px 15px 5px 15px; 
	background-color: #ccc;
	color:#333333;
	border:1px solid #999999;
	text-align:center;
}  

#cart th {		/* header (w/Price, Quantity, Total, etc.)*/
	padding: 5px 15px 5px 15px; 
	background-color: #660000;
	color: white;
	border: 1px solid #white;
	text-transform: uppercase;
	text-align: center;
}
#cart .items {		/* individual cells on shopping cart */
	padding: 5px 15px 5px 15px; 
	background-color: #cccccc;
	color: black;
	border: 1px solid white;
	vertical-align: middle;
}		  
#cart .empty {		/* 'continue shopping' cell*/
	background-color: white;
	text-align: center;
	text-transform: uppercase;
}
#cart .total {
	padding: 5px 15px 5px 15px; 
	background-color: #999999;
	color: black;
	border: 1px solid white;
	font-weight: bold;
}

.smallerTextRight {
    float: right;
    margin: 0px;
    padding: 0px;
    font-size: .8em;
}

.smallerTextLeft {
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: .8em;
}


.color1, .color1 a:link, .color1 a:visited {
line-height: 1.4em;
color: white;
background-color: #660000;
text-decoration: none;
}

.color1 a:hover {
/*font-weight: bold;*/
}

.color2, .color2 a:link, .color2 a:visited {
line-height: 1.4em;
color: #660033;
background-color: white;
text-decoration: none;
}

.color2 a:hover {
/*font-weight: bold;*/
}