@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#banner {
	width:960px;
	height:133px;
	background-image: url(../images/banner.jpg);
	position: relative;
	top: 0px;
}
#menubar {
	width:960px;
	height:25px;
	background-color:#5FA127;
	position: relative;
}
#flashpicture {
	width:960px;
	height:200px;
	margin-top: 2px;
	position: relative;
}
#flashseasons {
	float: right;
	margin-bottom: 5px;
	margin-left: 50px;
}
#navigation {
	width:240px;
	height:309px;
	background-image: url(../images/navigation.jpg);
	position: relative;
	float: left;
}
#navigation h3 {
	margin: 3em 0em .2em 1em;
	color: #FEE27F;
}
#navigation h5 {
	margin: 5em 0em .2em 1em;
	color: #FEE27F;
}
#navigation ul {
	font-size: 0.7em;
	list-style: square inside;
	line-height: 1.75em;
	color: #FFFFFF;
	margin: 1em;
	padding: 0em;
}
#tornbanner {
	width:720px;
	height:57px;
	background-image: url(../images/tornbanner.gif);
	position: relative;
	float: right;
}
#tornbanner h2 {
	margin: 5px 0px 0px 18px;
	color: #FFFFFF;
}
#mainpage {
	width:695px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.2em;
	font-size: .8em;
	margin-bottom: 20px;
	padding-top: 10px;
	position: relative;
	float: right;
	margin-top: 0px;
}
#mainpage h3 {
	margin: 1em 0em 1em 1em;
}
#mainpage img {
	float: right;
	border: 2px solid #3268B5;
	margin-left: 10px;
	margin-bottom: 5px;
}
#mainpage #vcard {
	float: none;
	border-style: none;
}
#mainpage .left img {
	float: left;
	border-style: none;
	padding: 0px 0px 0px 0px;
}
#mainpage .frankandjulie img{
	border-style: none;
}
#EPCcalendar /*Internet Explorer*/ {
	position: relative;
	width: 240px;
	height: 222px;
	background-image: url(../images/events_green.jpg);
	float: left;
	clear: left;
	padding-top: 50px;
	text-align: center;
}
#EPCcalendar /*Firefox*/ {
	position: relative;
	width: 240px;
	height: 222px;
	background-image: url(../images/events_green.jpg);
	float: left;
	clear: left;
	padding-top: 50px;
	text-align: -moz-center;
}
#largecaltext {
	position: absolute;
	height: 25px;
	width: 240px;
	left: 0px;
	top: 905px;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	font-style: italic;
}
#blank1 {
	position:relative;
	width: 240px;
	height: 61px;
	background-image: url(../images/blank1.jpg);
	float: left;
	clear: left;
}
#footer {
	height: 59px;
	width: 960px;
	border-top: 2px solid #000000;
	position: relative;
	clear: both;
	text-align: center;
	background: url(../images/efcalogo_link-out.jpg) no-repeat right 7px;
}
#nsinfo {
	margin-top: 20px;
	padding: 10px;
	border: 2px solid #000000;
	background: #1B60A3;
	color: #FEE27F;
}
#cancellations {
	font-weight: bold;
	border: thin solid #000000;
	text-align: center;
}
.backtotop {
	font-size: .8em;
}
.caption {
	float: right;
	clear: right;
	margin: 0px 0px 0px 20px;
	padding: 2px;
	font-size: 0.8em;
	color: #FFFFFF;
	background: #3268b5;
}
.smallitalics {
	font-size: .9em;
	padding: 0px 0px 0px 30px;
	font-style: italic;
	text-align: justify;
}
.heading {
	font-size: 0.9em;
	padding: 0px 40px 20px 30px;
	font-style: italic;
	text-align: justify;
	border-bottom: 2px solid #000000;
	clear: left;
}
.linkslight a:link, .linkslight a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.linkslight a:hover {
	color: #FFFFFF;
	background: #0099CC;
}
.linksdark a:link, .linksdark a:visited {
	text-decoration: none;
	color: #1B60A3;
}
.linksdark a:hover {
	color: #FFFFFF;
	background: #1B60A3;
}
.bold {
	font-weight: bold;
}
.horizontal_line {
	border-top: thin solid #3268B5;
}
.clear_left {
	clear: left;
}

