﻿* {
	padding: 0;
	margin: 0;
}
	
html {
	background-color: #e9e8e0;
}

body {
	background-color: White;
}

h1 {
	font-family: Segoe UI, Tahoma, Century Gothic, Arial, Sans-Serif;
	font-size: 25px;
	color: #318a01;
	line-height: 1.5;
	font-weight: 100;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Segoe UI, Tahoma, Century Gothic, Arial, Sans-Serif;
	color: #444444;
}

p {
	font-family: Segoe UI, Tahoma, Century Gothic, Arial, Sans-Serif;
	font-size: 12px;
	color: #444444;
	line-height: 1.5;
}

textarea {
	font-family: Segoe UI, Tahoma, Century Gothic, Arial, Sans-Serif;
	font-size: 12px;
	color: #444444;
}

input {
	font-family: Segoe UI, Tahoma, Century Gothic, Arial, Sans-Serif;
	font-size: 12px;
	color: #444444;
}

img {
	display: block;
}

a {
	color: #318a01;
}

a:hover 
{
	color: #b6b600;
}


td {
	padding: 0 2px;
}

/*** Common ************************************************************/

.level1 li a {
	color: #318a01;
}

.level1 li a:hover {
	color: #b6b600;
}

.level2 li a {
	color: #444444;
}

.level3 li a {
	color: #888888;
}

.centerColumn {
	width: 960px;
	margin: 0 auto;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.divider {
	width: 5px;
	height: 150px;
	margin: 30px 0;
	background-color: #c2c1bb;
}

.textContainer {
	overflow: hidden;
	padding: 10px 20px;
}

.column4 {
	width: 25%;
	height: 100%;
	float: left;
}

.red {
	color: Red;
}

.date {
	background-image: url("../images/date.png");
	width: 50px;
	height: 50px;
}

div.date span.month p
{
	padding: 1px 0;
	font-size: 9px;
	color: White;
	text-align: center;
}

div.date span.day p
{
	padding: 1px 0;
	font-size: 18px;
	color: #16A703;
	text-align: center;
	font-weight: bold;
}

#calendar tr {
	display: block;
	overflow: hidden;
}

#calendar td {
	vertical-align: top;
	padding: 10px;
}
/*** header ************************************************************/

#header {
	width: 100%;
	height: 114px;
	background-image: url("../images/headerBackground.png");
	background-repeat: repeat-x;
	background-position: 50px 0;
	min-width: 1015px;
}

#logo {
	display: block;
	float: left;
	margin-left: -82px;
	width: 370px;
	height: 114px;
	padding-left: 20px;
	vertical-align: middle;
}

#logoRight {
	left:849px;
	width:110px;
	height:100%;
	float: left;
	margin-left: 12px;
	margin-top: 18px;
}

#nav {
	width: 529px;
	float: left;
}

#navTop {
	width: 100%;
	height: 64px;
}

ul#navBar {
	width: 100%;
	height: 50px;
	background-image: url("../images/navBar.png");
	background-repeat:no-repeat;
}

ul#navBar li {
	width: 60px;
	float: left;
	list-style: none;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

ul#navBar li a {
	font-family: Futura Bk, Century Gothic, Arial, Sans-Serif;
	color: White;
	font-size: 15px;
	text-decoration: none;
}

ul#navBar li a:hover {
	color: Yellow;
}
/*** First Row ************************************************************/

#firstRow 
{
	background-image: url("../images/firstRowBackground.gif");
	background-repeat: repeat-x;
	background-color: #e9e8e0;
	background-color: #ffffff;
	padding: 20px 0;
	width: 100%;
	min-width: 960px;
}

#firstRow div.centerColumn {
	margin-top: 0px;
	overflow: hidden;
}

#mainPhoto {
	width: 480px;
	height: 340px;
	float: left;
	margin-top: 0px;
}

#mainPhotoRight {
	width: 10px;
	height: 330px;
	float: right;
	margin-top: -330px;
	background-image: url("../images/photoRight.png");
}

#mainPhotoBottom {
	width: 480px;
	height: 10px;
	background-image: url("../images/photoBottom.png");
}

#sectionContent {
	width: 460px;
	float: left;
	padding: 30px 0 10px 20px;
}

div#sectionContent.full {
	width: 960px;
	float: left;
	padding: 30px 0 10px 0;
}
div#sectionContent.half1 {
	width: 200px;
	float: left;
	padding: 30px 0 10px 0;
}
div#sectionContent.half2 {
	width: 260px;
	float: left;
	padding: 30px 10px 10px 10px;
	    
}

/*** Second Row ***********************************************************/

#secondRow {
	background-color: #e9e8e0;
	background-image: url("../images/secondRowBackground.png");
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 960px;
	overflow: hidden;
}

#leftNav {
	width: 318px;
	float: left;
}

.subContent {
	width: 642px;
	float: left;
}

.subContentSmall {
	width: 318px;
	float: left;
}

/*** Left NavBar **********************************************************/

ul#leftNavBar {
	margin: 15px 0;
}

ul#leftNavBar li {
	list-style: none;
	text-align: center;
}

ul#leftNavBar li a {
	font-family: Futura Bk, Century Gothic, Arial, Sans-Serif;
	font-size: 16px;
	text-decoration: none;
}

ul#leftNavBar ul {
	padding-bottom: 15px;
}

ul#leftNavBar li a {
	line-height: 2;
}

ul#leftNavBar ul li a {
	line-height: 1.5;
}

/*** Footer **************************************************************/

#footer {
	background-color: #e9e8e0;
	padding-bottom: 20px;
	min-width: 960px;
}

#sponsors {
	width: 800px;
	margin: 0 auto;
}

/*** SlideShow Styles ***************************************************/

	#slideshow {
		position: relative;
		width: 470px;
		height: 330px;
		overflow: hidden;
		border: 1px solid #000000;
	}
	#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 470px;
		height: 330px;
	}


