﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #26466D;
	background-image:url('../images/background.png');
	background-repeat: repeat-y;
	background-position:center;
}
#container {
	width: 760px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 758px;
	border: 1px solid #431;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 177px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content {
	float: left;
	width: 549px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#topNav {
	clear: both;
	width: 758px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 758px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
#homeContent {
	float:left;
	width: 350px;
	padding: 10px;
	border: 0px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #431;
}

#events {
	float:right;
	width: 162px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#slideshow {
	float:left;
	width: 350px;
	height:240px;
	padding: 0px;
	border: 0px;
	background-color: #fff;
}

/* Masthead Styles */
#masthead h1 {
	color: #CD2626;
}
#masthead h3 {
	color: #2F4F2F;
}
#masthead img {
	float:left;	
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #CD2626;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #8C1717;
	background-color: #8C1717;
}
#navigation h4 {
	color: #2F4F2F;
	padding: 0px;
	margin:0px;
}
/* Content Styles */
h6 {
	color: #CD2626;
}
h5 {
	color: #CD2626;
}
h4 {
	color: #2F4F2F;
}
h3 {
	color: #CD2626;
}
h2 {
	color: #CD2626;
}
#content h1 {
	color: #CD2626;
}
#content img {
	padding: 5px;
	border: 0px;
}
#content span.return {
	text-align:right;
}
#content ul {
	list-style: none;
	padding: 0;
	margin-left: 1em;
}
#content li {
	background-image: url('../images/knotbullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 2.5em;
	height: 1.5em;
}
#homeContent img {
	padding: 5px;
	border: 1px solid #964;
}

/* topNav Styles */
#topNav table {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topNav a {
	color: #CD2626;
	text-decoration: underline;
}
#topNav a:hover {
	color: #8C1717;
	text-decoration: none;
}

#topNav td.highlight a {
	color:#542;
	text-decoration: underline;
}
#topNav td.highlight a:hover {
	color:#542;
	text-decoration: none;
}
/* event Styles */
#events span.eventTitle {
	font-weight:bold;
	color: #CD2626;
}
#events span.description {
 font-style:italic;
}

a {
	color: #CD2626;
	text-decoration: underline;
}
a:hover {
	color: #8C1717;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_highlight {
	color:yellow;
	text-decoration: underline;
}

.style_return {
	text-align:right;
	font-size:10px;
}

.style_noBorder {
	
	border:0;
	}
}

