/*** GENERAL & FORMATTING TAGS  ***/
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:left;
	line-height:13px;
}
body {
	background-color: #dce7e1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #115c35;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #115c35;
}
a:hover {
	text-decoration: none;
	color: #cd9d34;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h1 {
	text-align:left;
	font-size: 22px;
	color: #115c35;
	background:url(/images/icon-h1.gif) left no-repeat;
	padding:10px 0 5px 36px;
	height:19px;
	margin-bottom:23px;
}
h2 {
	font-size: 18px;
	color: #cd9d34;
	text-transform:uppercase;
	margin-top:12px;
	line-height:18px;
}
h3 {
	font-size:14px;
	color:#FFF;
	text-align:center;
	margin:0 -10px 14px -10px;
}
h3 a:link {
	color:#FFF;
	text-decoration:none;
}
h3 a:visited {
	color:#FFF;
	text-decoration:none;
}
.clear {
	clear:both;
}
.hr {
	border-bottom: 1px dotted #266a46; 
	margin:10px 0;
}


/***  HEADER  ***/
.headerBG {
	text-align:center; 
	background:url(/images/headerbg.gif) top left repeat-x; 
	height:122px;
	margin-bottom:7px;
}
#header {
	width:980px; 
	margin: 0px auto; 
	text-align:left;
	position:relative;
}
#header .left {
	float:left;
}
.utilityLinks {
	margin:15px 0 0 75px;
}
.utilityLinks img {
	margin-right: 5px;
}
.utilityLinks a {
	margin-right:10px;
	color:#969696;
	text-decoration:none;
	text-transform: uppercase;
}
.utilityLinks a:visited {
	color:#969696;
	text-decoration:none;
}
.utilityLinks a:hover {
	color:#115c35;
	text-decoration:underline;
}
.phone {
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	margin-top:10px; 
	color:#115c35;
}
.searchBox {
	margin:20px 0 0 35px;
}
.searchLabel {
	float:left; 
	font-size:13px; 
	font-family:'Times New Roman', Times, serif; 
	color:#115c35; 
	margin-top:8px;
}
.searchField {
	float:left; 
	border:1px solid #cecece; 
	background-color:#f1f4f6; 
	height:22px; 
	width:183px; 
	margin:0 4px 0 6px;
}


/***  MAIN CONTAINER  ***/

#mainContainer {
	width:980px; 
	text-align:center; 
	margin: 0px auto;
}
#contentPosition {
	margin:0 0 10px 7px; 
	float:left; 
	width:740px; 
	border:1px solid #cecece; 
	background-color:#FFF;
}
#content {
	padding:15px 20px;
}
#content ul {
	text-align:left;
}


/***  SIDEBAR & MENU  ***/

#leftSidebar {
	float:left; 
	width:230px;
}
#navcontainer { 
	width: 230px;
	padding-top:1px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}

#navcontainer a {
	display: block;
	width: 210px;
	height:20px;
	padding:10px 10px 0 10px;
	background:url(/images/menu-off.gif) top left repeat-x;
}

#navcontainer a:link, #navlist a:visited {
	color: #115c35;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	text-decoration:none;
	background:url(/images/menu-over.gif) top left repeat-x;
}
.cta {
	width:208px; 
	border:1px solid #cecece; 
	background: url(/images/cta-BG.gif) top left repeat-x #edf1ef; 
	margin-top:28px; 
	padding:10px; 
	text-align:left;
	clear: both;
}

/***  HOME PAGE  ***/
.flashContainer {
	margin-left:9px;
	padding-top:25px;
	width: 723px;
	height: 380px;
	background:url(../images/flash-temp.jpg) no-repeat;
	background-position:1px 14px;
}
.newsPosition {
	float: left; 
	width:400px;
	margin-right: 15px;
}
.newsBox {
	height:222px; 
	background-color:#fbf0d9; 
	border-top:1px solid #f0c566; 
	border-bottom:1px solid #FFF;
}
.newsBox p {
	margin: 15px 10px 0 10px;
	padding:0;
}
.newsHeadline {
	font-weight:bold;
	text-decoration:none;
}
.newsHeadline a {
	text-decoration:none;
}
.newsHeadline a:visited {
	text-decoration:none;
}
.newsDate {
	font-style:italic;
	color:#135f37;
}
.moreNews {
	background:url(/images/news-bottom.gif) top left repeat-x; 
	height:21px;
	text-align:right;
	font-size:14px;
	padding:10px 12px 0 0;
	text-transform:uppercase;
	font-weight:bold;
}
.moreNews a {
	color:#666;
	text-decoration:none;
}
.moreNews a:visited {
	color:#666;
	text-decoration:none;
}
.videoContainer {
	float:left; 
	margin-left:10px; 
	width:456px;
}
.videoContainer .caption {
	color:#115c35; 
	font-weight:bold; 
	font-style:italic; 
	margin-top:8px;
}


/***  FOOTER  ***/

.footerBG {
	height:89px; 
	background:url(/images/footerBG.gif) top left repeat-x;
}
#footer {
	width:742px; 
	margin: 0px auto; 
	padding:20px 0 0 238px; 
	text-align:center; 
	color:#115c35; 
	line-height:14px;
}


/*** PHOTO GALLERY ***/
.galleryThumb {
	float: left; 
	border: 1px solid #9DD0A7; 
	padding: 5px; 
	margin: 20px 20px 0 0;
	width:125px;
	height:155px;
	overflow:hidden;
}
.galleryThumb a {

}
.galleryThumb img {
	margin-bottom:4px;
}


/*** BLOG STYLES  ***/
.blogPostDate {
	color: #666;
	font-style:italic;
	text-align:left
}

.blogRule {
	border-bottom:1px dotted #cecece; 
}
.postTitle {
	margin: 0; 
	height:20px;
	background:url(/images/menu-off.gif) top left repeat-x;
	padding:4px 10px;
	text-align:left;
}
.postTitle a {
	color:#115c35;
}
.postTitle a:visited {
	color:#cd9d34;
}
.postTitle a:hover {
	color:#cd9d34;
	text-decoration:none;
}



/* CALENDAR */
.calendarContainer {
	width: 100%;
}
.calendarTable {
	background-color: #005367;
	width: 100%;
}
.calendarHeader {
	color: #cd9d34;
	font-size:16px;
	font-weight: bold;
	padding: 5px;
}
.calendarHeaderNav {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}
.calendarHeaderNav a {

}
.calendarHeaderNav a:hover {

}
.calendarDayHeader {
	background:url(../images/cta-BG.gif) top left repeat-x;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}
.calendarDay {
	width: 14%;
	background-color: #d4e4dc;
	height: 85px;
	font-size: 11px;
}
.calendarDay a {
	color: #3366cc;
}
.calendarDay a:hover {
	color: #CC0000;
}
.calendarDayNumber {
	color: #333333;
	font-weight: bold;
	padding: 5px;
}
.calendarDayToday {
	background-color: #f0c566;
}
.calendarDayEvent {
	margin-bottom: 5px;
	padding: 5px 3px;
	background-color: #faf2ca;
}
.calendarDayEventSelected {
	background-color: #dddddd;
}
.calendarDayEventDisabled {
	color: #cccccc;
}
.calendarBlankCells {
	background-color: #f2f2f2;
}



/***  SEARCH TAGS  ***/
.searchheading {
	text-transform: uppercase;
	color:#115C35;
}
.summary {
	font-size:14px;
	color: #cd9d34;
}
.result_pagescount {
	font-weight:bold;
	border-bottom: 1px dotted #488164;
}
.result_block {
	padding:5px;
}
.result_altblock {
	border-top: 1px dotted #488164;
	border-bottom: 1px dotted #488164;
	padding:10px 5px;
	background-color:#edf1ef;
}


/***  CONTACT FORMS  ***/
.copyPadding {
	font-weight:bold;
	padding-left:5px;
}
.contactContainerColor {
	background-color:#EDF1EF;
}
.formErrorMsg {
	background: #7f0e00;
	color: #FFF;
	list-style: none;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #CCC;
}
