@charset "utf-8";
/* CSS Document */

img, div, a, input { behavior: url(iepngfix.htc) }

html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #655c54;
	background-color: #000000;
	font-size: 12px;
}

#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
}

/* */

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:8em;} /* change to suit */
h4 {font-weight:bold; color:#000;}

/* */

.bodyCell {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#scroller {
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:2;
} 

#content {
	z-index:2;
	width: 940px;
	float: left;
	background-color: #f9efd5;
	background-image:url(../images/main_background.jpg);
	background-repeat:repeat-x;
}

a {
	color: #DF1F26;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}
ul {
	float: left;
	margin-bottom: 0px;
	margin: 0px 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

.fontRedBold {
	color: #DF1F26;
	font-weight: bold;
	font-size: 20px;
}
.fontRed {
	font-size: 12px;
	color: #DF1F26;
}

.blue {
	color: #004060;
	font-weight:normal;
}

.grey {
	color:#6d6d6d;
}

.fontLargeBoldItalic {
	font-size: 14px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.fontBlueLarge {
	font-size: 18px;
	color: #0075ad;
}
.fontFourteen {
	font-size: 14px;
}
.fontFourteenBold {
	font-size: 14px;
	font-weight: bold;
}
.fontElevenUnderline {
	font-size: 11px;
	text-decoration: underline;
}
.fontEleven {
	font-size: 11px;
}
.fontTwelve {
	font-size: 12px;
}
.fontEighteen {
	font-size: 18px;
}
.fontSixteenBoldGrey {
	font-size: 14px;
	font-weight: bold;
	color: #655c54;
}
.fontNine {
	font-size: 9px;
}
.fontTwelve {
	font-size: 12px;
}
.fontLargeBold {
	font-size: 23px;
	font-weight: bold;
}
.fontEighteenBold {
	font-size: 18px;
	font-weight: bold;
}
.fontEighteen {
	font-size: 18px;
	font-weight: normal;
}
.fontSixteenBold {
	font-size: 16px;
	font-weight: bold;
}
.fontRedLarge {
	font-size: 18px;
	color: #873a33;
}
.newsLink a{
	color: #873a33;
	text-decoration:underline;
	margin-bottom: 15px;	
}

/* STRUCTURE */

/*** Nav ***/
.navContainer {
	float: left;
	width: 940px;
	height: 153px;
	background-image: url(../images/bg_nav.png);
	background-repeat: no-repeat;
}
.navLeft {
	float: left;
	width: 360px;
	height: 153px;
}
.navRight {
	float: left;
	width: 580px;
}
.navRight a {
	font-size: 14px;
	color: #4a3e21;
	font-weight: bold;
	text-decoration: none;
}
.navRight a:hover {
	font-size: 14px;
	color: #873a33;
	font-weight: bold;
	text-decoration: none;
}
.navRight a:active {
	font-size: 14px;
	color: #873a33;
	font-weight: bold;
	text-decoration: none;
}
.navRightTop {
	float: left;
	width: 580px;
	margin-top: 25px;
	display: inline;
}
.navRightMid {
	float: left;
	width: 580px;
	margin-top: 15px;
	display: inline;
}
.navRightBottom {
	float: left;
	width: 560px;
	margin-top: 30px;
	display: inline;
	text-align: right;
}
.navRightBottom a {
	font-size: 12px;
	color: #4a3e21;
	font-weight: bold;
	text-decoration: none;
}
.navRightBottom a:hover {
	font-size: 12px;
	color: #873a33;
	font-weight: bold;
	text-decoration: none;
}
.navCellOne {
	float: left;
	width: 120px;
}
.navCellTwo {
	float: left;
	width: 105px;
}
.navCellThree {
	float: left;
	width: 120px;
}
.navCellFour {
	float: left;
	width: 130px;
}
.navCellFive {
	float: left;
	width: 90px;
}
/*** Nav END ***/

/*** Footer ***/

.footerContainer {
	float: left;
	width: 940px;
	height: 170px;
	background-image:url(../images/footer_background.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	color: #22241f;
}
.footerContainerLeft {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	display: inline;
	width: 218px;
	height: 60px;
}
.footerContainerLeftFacebook {
	float: left;
	width: 80px;
	height: 30px;
	padding-top: 47px;
	padding-left: 20px;
}
.footerContainerRight {
	float: right;
	margin-top: 18px;
	margin-right: 40px;
	display: inline;
	width: 450px;
	text-align: right;
	font-size: 14px;
}
/*** Footer END ***/

.midContentContainer {
	float: left;
	width: 940px;
	margin-top: 15px;
	display: inline;
}
.midAltContentContainer {
	float: left;
	width: 905px;
	margin-left: 3px;
	display: inline;
	background-image: url(../images/bg_content_repeat.png);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
}
.midAltContent {
	float: left;
	width: 875px;
	margin-left: 15px;
	margin-top: 25px;
	display: inline;
}
.midAltContentLeft {
	float: left;
	width: 600px;
	font-size: 14px;
}
.midAltContentLeft a {
	color: #0f6ea5;
	text-decoration: none;
}
.midAltContentLeft a:hover {
	color: #0f6ea5;
	text-decoration: none;
}
.midContentContainerExpand {
	float: left;
	width: 940px;
	margin-top: 15px;
	display: inline;
}


/* Structure END */

/* Index Content */

.indexMidRow {
	float: left;
	width: 940px;
}
.indexMidRowgalleryLeft {
	float: left;
	width: 585px;
	height: 421px;
	background-image: url(../images/image_spacer.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline;
	color: #000000;
	font-weight: bold;
}
.indexMidRowgallerySpace {
	float: left;
	width: 485px;
	margin-left: 49px;
	margin-top: 31px;
	display: inline;
}
.indexMidRowgalleryNav {
	float: left;
	width: 325px;
	margin-left: 220px;
	margin-top: -12px;
	display: inline;
}
.indexMidRowgalleryNavLeft {
	float: left;
	width: 150px;
}
.indexMidRowgalleryNavRight {
	float: left;
	width: 130px;
	font-size: 14px;
}
.indexMidRowRight {
	float: left;
	width: 320px;
	height: 421px;
}
.indexMidRowRightHeaderNews {
	float: left;
	width: 307px;
	height: 40px;
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}
.indexMidRowRightNewsContainer {
	float: left;
	width: 312px;
	height: 92px;
	background-image: url(../images/bg_news.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: inline;
}
.indexMidRowRightNewsTop {
	float: left;
	width: 299px;
	margin-top: 10px;
	margin-left: 13px;
	margin-bottom: 7px;
	display: inline;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	font-size: 20px;
	color: #873a33; 
}
.indexMidRowRightNewsBottom {
	float: left;
	margin-left: 13px;
	display: inline;
	font-size: 12px;
	color: #0f6ea5;
}
.indexMidRowRightNewsBottomLeft {
	float: left;
	width: 198px;
}
.indexMidRowRightNewsBottomRight {
	float: left;
	width: 100px;
}
.indexMidRowRightNewsBottomRight a {
	font-size: 12px;
	color: #0f6ea5;
	text-decoration: none;
	font-weight: bold;
}
.indexMidRowRightNewsBottomRight a:hover {
	font-size: 12px;
	color: #0f6ea5;
	text-decoration: none;
	font-weight: bold;
}
.indexMidRowRightNewsBottomRightCellOne {
	float: left;
	width: 72px;
}
.indexMidRowRightNewsBottomRightCellTwo {
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 4px;
	display: inline;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
}
.indexMidRowRightShells {
	float: left;
	width: 75px;
	height: 51px;
	margin-left: 238px;
	display: inline;
}
.indexBottomRow {
	float: left;
	width: 910px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 30px;
	display: inline;
}
.indexBottomRowCellOne {
	float: left;
	width: 374px;
	height: 306px;
	border-right: 1px solid #d69652;
}
.indexBottomRowCellOne a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #1d76a9;
}
.indexBottomRowCellOne a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #1d76a9;
}
.indexBottomRowCellOneHeader {
	float: left;
	width: 374px;
	font-size: 30px;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	color: #873a33;
	margin-bottom: 10px;
	display: inline;
}
.indexBottomRowCellTextArea {
	float: left;
	width: 360px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #232323;
}
.indexBottomRowCellTwo {
	float: left;
	width: 174px;
	height: 306px;
	border-right: 1px solid #d69652;
	margin-left: 5px;
	margin-top: 3px;
}
.indexBottomRowCellTwo a {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #1d76a9;
}
.indexBottomRowCellTwo a:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #1d76a9;
}
.indexBottomRowCellTwoHeader {
	float: left;
	width: 168px;
	height: 37px;
	background-image: url(../images/sports-fair.png);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	display: inline;
}
.indexBottomRowCellTwoTextArea {
	float: left;
	width: 168px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #232323;
}
.indexBottomRowCellThree {
	float: left;
	width: 340px;
	margin-left: 5px;
	margin-top: 3px;
	display: inline;
}
.indexBottomRowCellThreeHeader {
	float: left;
	width: 303px;
	height: 37px;
	background-image: url(../images/event-calendar.png);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	display: inline;
}
.indexBottomRowCellThreeContentArea {
	float: left;
	width: 303px;
	height: 37px;
	height: 100%;
}

/* Template */

.midContentTextArea {
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	display: inline;
	width: 600px;
	color: #000000;
}
.midContentNewsItemContainer {
	float: left;
	width: 600px;
	margin-bottom: 15px;
	display: inline;
}
.midContentHeadlineCenter {
	float: left;
	width: 600px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	display: inline;
}
.midContentCenterAlign {
	float:left;
	width: 600px;
	text-align: center;
	margin-bottom: 15px;
	display: inline;
}
.midContentHeader {
	font-size: 33px;
	width: 100%;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	font-weight: normal;
	color: #873a33;
}
.midContentHeader b {
	font-weight: normal;
}
.midAltContentRight {
	float: left;
	width: 180px;
	margin-left: 60px;
	display: inline;
}
.midAltContentRightCell {
	float: left;
	width: 180px;
	margin-bottom: 25px;
	display: inline;
}
.midAltContentRightHeader {
	float: left;
	width: 180px;
	margin-bottom: 15px;
	display: inline;
}
.midAltContentRightCalendar {
	float: left;
	width: 180px;
	margin-bottom: 15px;
	display: inline;
}
.midAltContentRightTextCenter {
	float: left;
	width: 180px;
	text-align: center;
}
.midAltContentRightTextCenter a {
	color: #0f6ea5;
	font-size: 8px;
	text-decoration: none;
}
.midAltContentRightTextCenter a:hover {
	color: #0f6ea5;
	font-size: 8px;
	text-decoration: none;
}
.midAltContentRightSportsContent {
	float: left;
	width: 160px;
	margin-left: 5px;
	display: inline;
	font-family: "Times New Roman", Times, serif;
}
.midAltContentRightSportsContent a {
	font-size: 17px;
	color: #0f6ea5;
	text-decoration: none;
	font-weight: normal;
}
.midAltContentRightSportsContent a:hover {
	font-size: 17px;
	color: #0f6ea5;
	text-decoration: none;
	font-weight: normal;
}
.midAltContentRightNewsContent {
	float: left;
	width: 170px;
	margin-left: 10px;
	display: inline;
}
.midAltContentRightNewsEntry {
	float: left;
	width: 170px;
	color: #873a33;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	display: inline;
}
.midAltContentRightNewsEntry a{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.midAltContentPictureArea {
	float: right;
	width: 220px;
	/*background-color: #ecdfbd; */
	margin-left: 10px;
	display: inline;
}
.midAltContentPicture {
	float: left;
	width: 215px;
	margin-left: 2px;
	display: inline;
}
.midAltContentPictureText {
	float: left;
	width: 215px;
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
	display: inline;
	text-align: center;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}

.adobe_note {
	font-size: 10px;
	line-height: 1.3em;
	width: 350px;
}
	.adobe_icon {
		float: left;
		padding-right: 10px;
		margin-top: -5px;
	}
	.adobe_note a {
		color: #4f4f4f;
		font-weight: normal;
		text-decoration: none;
	}
	.adobe_note a:hover {
		color: #4f4f4f;
		font-weight: normal;
		text-decoration: underline;
	}