﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #856363;
}
#container {
	width: 760px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 758px;
	border: 1px solid #431;
	background-color: #fff;
}
#leftcolumn {
	position: relative;
	float: left;
	width: 177px;
	z-index:99;
}
#navigation {
	position: relative;
	float: left;
	width: 177px;
	margin-top: 10px;
	border: 1px solid #431;
	background-color: #84775f;
}
#logo {
	clear: both;
	position: relative;
	float: left;
	width: 177px;
	margin-top: 10px;
	border: 1px solid #431;
	background-color: #ffffff;
}
#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: #84775f;
	color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 758px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
#homeContent {
	float:left;
	width: 352px;
	padding: 0px;
	border: 0px;
	background-color: #fff;
}

#rightBox {
	float:right;
	width: 160px;
	background-color: #fff;
}
#events {
	padding-left:10px; padding-right:10px; padding-bottom:10px;
	border: 1px solid #431;
}
#news {
	padding-left:10px; padding-right:10px; padding-bottom:10px;
	margin-bottom: 10px;
	border: 1px solid #431;
}
#slideshow {
	float:left;
	width: 350px;
	padding: 0px;
	border: 0px;
	background-color: #fff;
}
#homeMessageBanner {
	font-weight:bold;
	font-size: 1.35em;
	color: #CD2626;
}

/* Masthead Styles */
#masthead h1 {
	color: #CD2626;
}
#masthead h3 {
	color: #542;
}
#masthead img {
	float:left;	
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #CD2626;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
#content span.return {
	text-align:right;
}
#content ul {
	list-style: none;
	padding: 0;
	margin-left: 1em;
}
#content li {
	background-image:url('../images/arrowHeaderBullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding:0.4em 0 0.4em 2.75em;
}
/* Top Navigation Styles */
#topNav ul {
	list-style: none;
	margin:0;
	padding: 0.4em 0 0.4em 0;
}
#topNav li {
	display: inline;
}
#topNav ul a, #topNav ul a:link, #topNav ul a:visited {
	padding: 0.4em 1em 0.4em 0.4em;
	color: #fff;
	text-decoration: underline;
}
#topNav ul a:hover {
	color: #8C1717;
}
/* Navigation Menu Styles */
#navigation ul,
#navigation ul ul {
    background: #84775f;
    color: #fff;
    list-style: none;
    margin: 0;
    width:173px;
}
#navigation ul {
    padding: 0.4em 0 0.4em 0;
}
#navigation ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    padding: 0 0 0 0.4em;
}
#navigation ul li {
    position: relative;
    padding: 2px;
}
#navigation ul li:hover {
    background: #8C1717;
}
#navigation ul li:hover > ul {
    visibility: visible;
}
#navigation li > a {
    position: relative;
}
#navigation li > span,
#navigation li > a > span {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    background: url('../images/arrow-trans.png') no-repeat right;
    border: none;
}
#navigation ul a, #navigation ul a:hover{
	color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
}
/* event Styles */
#events span.eventTitle {
	font-weight:bold;
	color: #CD2626;
}
#events span.description {
 font-style:italic;
}

/* Standard Styles */
#logo img
{
	border:0px;
}
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;
}
.style_script {
	font-family:"Bradley Hand ITC";
	font-size: 1.6em;
	font-style:italic;
	font-weight:bold;
	color:#CD2626;
	text-align:center}

