@charset "UTF-8";
/* CSS Document */

/* Basic Styles */

body
{
	color: #333;
	font-size: 12px;
	padding: 20px 0 40px;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #030;
	background-image: url(../img/grass.jpg);
	background-repeat: repeat;
	background-position: left top;
}

a
{
	color: #006;
	text-decoration: underline;
}

a:visited {
	color: #060;
	}

a:active {
	color: #000;
}

a:hover
{
	text-decoration: none;
	color: #600;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
	margin-top: 5px;

}

h1 a,
h1 a:hover,
h1 a:visited,
h1 a:active {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}


h2
{
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 18px;
}

h3
{
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}
	
hr {
	border: 0 #D0BEA4 solid;
	border-top-width: 1px;
	clear: both;
	height: 1px;
	color: #D0BEA4;
}

img {
	border: 1px solid #D0BEA4;
}

img.imageright {
	float: right;
	margin-left: 10px;
}

img.imageleft {
	float: left;
	margin-right: 10px;
}

/* Page Styling */


.container_12
{
	background-attachment: scroll;
	background-color: #F3EAD8;
	background-image: url(../img/banner4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #D0BEA4;
	border-right: 2px solid #D0BEA4;
	
}

/* Header Styles */

#header {
	padding-top: 5px;
	height: 100px;
}

#header h1 span.including {
	display: block;
	clear:left;
	font-size: 16px;
	color: #660000;
	margin-top: -5px;
}

/* Menu Styles */

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-right: 1px solid #D0BEA4;
	margin-right: 9px;
	font-size: 14px;
	margin-top: 12px;
	
	}
	
#menu p {
	margin-bottom: 5px;
}

#menu hr {
	width: 90%;
	text-align: left

}

/* Content Styling */

#content {
	margin-top: 10px;
}

.runner {
	background-attachment: scroll;
	background-color: #F3EAD8;
	background-image: url(../img/runnerssmall.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.important {
	color: black;
}

.fourcol {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 155px;
}

.threecol {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 210px;
}

iframe {
	border: 1px solid #D0BEA4
}


/* Footer Styles */

#footer {
	border-top: 1px solid #D0BEA4;
	padding-top: 10px;
	padding-bottom: 0;
}

/* Event Styling */

#event1,
#event2,
#event3,
#event4,
#event5,
#event6,
#event7 {
	border-top: 1px solid #D0BEA4;
	padding-top: 10px;
	margin-top: 10px;
}

/* Gallery Styling */

div.gallery {
	display: block;
	text-align:center;
	margin-bottom: 20px;
}

div.gallery img {
	vertical-align: middle;
	border: 3px solid white;
	margin: 8px;
}
