﻿/* Waco History Project - CSS */

/* HTML DEFINITIONS */

html {
	height: 100%;
	margin:0;padding:0;
}

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 75%;
	background: #404040;
	color: #000000;
	text-align: left;
	margin: 10px 0 0 0;
}

ul li {
	list-style-image: url('images/bullet-old.gif'); 
}

hr {
	background-color: #9b3d43; 
	color: #9b3d43; 
	height: 1px; 
	width: 100%;
}

p {
	text-align:left;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.left-align {
		text-align: left;
}

.right-align {
		text-align: right;
}

.float-left {
		float: left;
		margin: 8px 10px;
}

.pic-left {
		float: left;
		margin: 8px;
}

.pic-right {
		float: right;
		margin: 8px;
}

.pic-border {
		text-align: center;
		margin: 8px;
		border: 3px double #c2c2c2;
}

.click {
		font-size: x-small;
		float: right;
		color: #FF0000;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

.centered_image    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.center {
	text-align: center;
}

/* HEADING PROPERTIES */

h1 {
	color: #404040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: bold;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

h2 {
	color: #7A140F;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
}

h3 {
	color: #284D0A;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}

h4 {
	color: #448311;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 0;
}

h5 {
	color: #525252;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;
}

h6 {
	color: #7A140F;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 0;
}


/* HYPERLINK PROPERTIES   */

a:link  {
	color: #CC0000; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 1.1em;
}

a:visited {
	color: #6C110E; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 1.1em;
}

a:hover {
	color: #A5A5A5;
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #EC736F;
}

a:active {
	color: #991814; 
	text-decoration: underline; 
	font-weight: bold;
	font-size: 1.1em;
}

.footer a:link  {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 1em; 
	font-weight: bold;
}

.footer a:active  {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 1em; 
	font-weight: bold;
}

.footer a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}

.footer a:visited {
	color: #6C110E;
	font-weight: bold;
	font-size: 1em;
}

.pdf a:link  {
	color: #000000; 
	text-decoration: none;
	font-size: 1em; 
	font-weight: bold;
}

.pdf a:active  {
	color: #000000; 
	text-decoration: none;
	font-size: 1em; 
	font-weight: bold;
}

.pdf a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}

.pdf a:visited {
	color: #6C110E;
	font-weight: bold;
	font-size: 1em;
}


/* CLASS PROPERTIES */

#wrapper {
	overflow:hidden;
	width: 780px; 
	background: #FFF url('images/bg.jpg');
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0 auto;
}

.logo {
	background-color: #FFFFFF;
}

.maintext {
	width: 515px;
	float: right;
	text-align: left;
	line-height: 1.4em;
	padding: 5px 9px 5px 3px;
}

.sidecol {
	background-color: #D9D9D9;
	width: 230px;
	float: left;
	text-align: left;
	font-size: 90%;
	padding: 5px;
}

#menu {
	background: #bf201a; 
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
	padding: 8px 0 0 0;
    font-weight: bold;
   	height: 25px;
}

#menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.center {
		text-align: center
}

.footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	width: 780px;
    height: 35px;
    color: #FFFFFF;
    background-color: #C4211A;
    padding-top: 2px;
	padding-bottom: 5px;
	margin:0 auto;
	line-height: 17px;
}


.footer p {
		padding: 0;
		margin: 0;
}

.counter {
	text-align: center;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

/* FORMATTING CLASSES */

.box {
	background: #f7f7f7;
	border: 1px dashed #c0c0c0;
	padding: 10px;}

.small {
	font-size: 75%
}

.medium {
	font-size: 140%
}	

.hottopic {
	color: #8e4c3b;
	font-weight: bold;}

.contact {
	padding: 5px;
	text-align: left;
	margin: 20px 0;}

.contact label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

.contactbox {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0;}

.contactbutton {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;}

.catalogleft {
	width: 220px;
	padding: 0 20px 10px 0;
	float: left;
	line-height: 1.2em;
	text-align: left;}

.catalogright {
	width: 220px;
	padding: 0 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: left;}

.imagemiddle {
	margin: 0; 
	border: 3px double #c2c2c2;}

.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}

.imageleft-border {
	margin: 8px; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
	
.marquee	{
	white-space:nowrap;
	overflow:hidden;
	visibility:hidden;
}
	
#marq_kill_marg_bord{border:none!important;margin:0!important;}
