@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0;
	padding:0;
}

p.event {
	padding: 2px;;
}

p.pictures {
	text-align:center;
	padding: 0;
	margin:	0;
}

a {
	text-decoration: none;
	color: #780000;
}

a:hover {
	color: #999999;
}

a.anchor {
	color:#000000;
}

a.anchor:hover {
	color: #000000;
}

fieldset {
	border: none;
}

img {
	padding: 5px;
	border: none;
}
ul.store{
	margin:0;
	padding: 0;
	list-style:none;
}
ul.news{
	margin:0;
	padding: 0;
	list-style:none;
	margin-left: 30px;
}

ul.news li{
	margin: 5px 0;
	padding: 0;
}

hr {
	width: 75%;
	height: 0;
	border: none;
	border-bottom: 1px solid #000000;
}

#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 15px;
	height: 150px
}

#nav {
	margin:0;
	padding:0;
	margin-left: 14px;
	background:#b7b7b7;
	float:left;
	width:971px;
	border:1px solid #42432d;
	border-width:1px 0;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	color:#000;
	background:#b7b7b7;
	padding:8px 20px 8px 10px;
	float:left;
	width:auto;
	border-right:1px solid #42432d;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: #555 1px 1px 2px ;
}

#nav li:first-child a {
	border-left:1px solid #42432d;
}

#nav a:hover {
	color:#fff;
	background:#780000;
}

#home #nav-home a,
#store #nav-store a,
#services #nav-services a,
#history #nav-history a,
#accomplishments #nav-accomplishments a,
#schedules #nav-schedules a,
#classifieds #nav-classifieds a,
#contact #nav-contact a,
#gallery #nav-photos a {
	background:#D00000;
	color:#fff;
	text-shadow:none;
}

#home #nav-home a:hover,
#store #nav-store a:hover,
#services #nav-services a:hover,
#history #nav-history a:hover,
#accomplishments #nav-accomplishments a:hover,
#schedules #nav-schedules a:hover,
#classifieds #nav-classifieds a:hover,
#contact #nav-contact a:hover,
#gallery #nav-photos a:hover {
	background:#D00000;
}

#nav a:active {
	background:#D00000;
	color:#fff;
}

#content {
	background:#780000;
	margin-left: 15px;
	width: 970px;
}
#newsletter {
	float: left;
	background: #fff; 
	border: 1px solid #000; 
	margin-bottom:5px;
	margin-top:5px;
	padding: 5px;
	width: 645px;
}

#left-index {
	float: left;
	padding: 5px;
	width: 645px;
	margin-bottom: 2px;
	background: #ffffff url(../images/main-background.jpg) no-repeat center;
}

#right-index {
	float: right;
	padding: 5px;
	width: 305px;
}

#left {
	float: left;
	padding: 5px;
	width: 655px;
	min-height: 250px;
	margin-bottom: 2px;
	background: #ffffff;
}

#right {
	float: right;
	padding: 5px;
	width: 292px;
}

#footer {
	clear: both;
	background: #ffffff;
	font-size: small;
	text-align: center;
	padding-bottom: 2px;
}

.sectionHeader {
	font-size: x-large;
	color: #780000;
	padding:0;
	margin:0;
}

.newsDate {
	font-weight: bold;
	margin-top: 6px;
}

.bold {
	font-weight: bold;
}

.copyright {
	font-size: smaller;
	text-align: center;
	margin:0;
	padding:0;
}

.finePrint {
	font-size: smaller;
}

.title {
	color: #D00000;
	font-size: larger;
	font-weight: bold;

}

.error {
	color: red;
}

.valid {
	color: green;
}

.center {
	text-align:center;
}

.right_menu {
    text-align:center;
    background: #780000;
}
.newsletter {
    background: #780000;
    padding: 3px 3px 5px;;
    color: #fff;
    text-align: center;
}

a.hover_menu {
    display: inline-block;
    text-align: center;
    font-weight: bolder;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    background:#780000;
    padding: 5px;
    width: 200px;
    /*margin: 2px 2px 1px;*/
    border-top: 1px solid #fff;
}
a.hover_menu:hover {
    color: #780000;
    background: #fff;
    border-top: 1px solid #780000;
}

.admin_menu a {
	color: #FFFFFF;
}
