@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	margin:				0pt;
	padding:			0pt;
}


/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/

p, div, h1, h2, h3, h4, ul, li, form, input, select, option, fieldset {
	margin:				0;
	padding:			0;
}
fieldset {
	border: 			0;
}
img {
	margin:				0;
	padding:			0;
	border:				0;
}
ul {
	list-style:			none;
}
p {
	line-height:		1.4em;
}
a {
	outline:			0;
	text-decoration: none;
	color: #D46132;
}



/* Site pages -------------------------------*/

body {
	background: url(images/bodyBG.jpg) #475361 repeat-x;
	
}

h1{
	font-family: georgia;
	font-size: 22px;
	font-weight: lighter;
	color: #6699cc;
}

h2 {
	font-family: georgia;
	font-size: 20px;
	font-weight: lighter;
	color: #6699cc;
}
h3 {
	font-family: georgia;
	font-size: 18px;
	font-weight: lighter;
	color: #6699cc;
}
h4 {
	font-family: georgia;
	font-size: 12px;
	color: #FBEF34;
	line-height: 20px;
}
h5 {
	font-family: georgia;
	font-size: 16px;
	color: #D46132;
	line-height: 20px;
}
p {
	font-family: georgia;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 920px;
}

#header {
	height: 155px;
}
#logo {
	width: 250px;
}
#homeNews {
	float: right;
	width: 400px;
	height: 85px;
	margin-top: 25px;
}
#homeContent {
	background-color: #323a46;
	height: 925px;
	width: 940px;
}
#menu {
	background-image: url(images/menuBG.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 7px;
}
#menu a {
	color: #CCCCCC;
	font-size: 20px;
	padding-right: 5px;
	padding-left: 17px;
	display: inline-block;
}
#menu a:hover {
	color: #D46132;
}
#leftTop {
	height: 420px;
	width: 580px;
	margin-top: 25px;
	margin-left: 25px;
	float: left;
}
#homeText {
	height: 160px;
}
#homeSlide {
	height: 250px;
}
#rightTop {
	width: 300px;
	height: 435px;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}
#bottomContainer {
	width: 940px;
	float: left;
	margin-top: 20px;
	height: 300px;
}
.bottomBox {
	height: 285px;
	width: 275px;
	float: left;
	background-image: url(images/bottomBG.jpg);
	background-repeat: repeat-x;
	margin-left: 25px;
	padding-right: 4px;
}
#boxText {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.line {
	height: 1px;
	background-color: #6699cc;
}
#eventText {
	height: 300px;
}
#eventImages {
	padding: 25px;
}
#eventGallery {
	margin-top: 30px;
}
#storyContent {
	background-color: #323a46;
	width: 940px;
}
