/* CSS Document */

body, html{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size:12px;
	background-color:#ededc5; /*Light Yellow*/
}
#container{
	width:880px;
	margin:auto;
}
#head{
	clear:both;
	width:760px;
	height:183px;
}
	#head #top{
		width:760px;
		height:134px;
		/*background-image:url(../images/home_header_02.jpg);*/
		background-repeat:no-repeat;
	}
	#head #nav{
		width:760px;
		height:49px;	
	}

#main{
	clear:both;
	width:760px;
	background-image:url(../_images/home_header_bgFix_14.jpg);
	background-repeat:no-repeat;
	display:block;
}
	#main #leftColumn{
		width:277px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		#main #leftColumn #flash_slideshow{
			width:277px;
			height:414px;
			z-index:-1;
			/*background-color:#FFFFFF;*/
		}
	
	#main #rightColumn{
		width:483px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		#main #rightColumn #top{
			height:207px;
			background-image:url(../_images/home_main_top_bg.jpg); 
			background-repeat:no-repeat;
		}
		#main #rightColumn #bottom_title{
			height:20px;
			background-image:url(../_images/home_upcomingtitles.gif);
			background-repeat:no-repeat;
			text-align:left;
			padding-top:5px;
			padding-left:165px;
		}
		#main #rightColumn #bottom{
			background-color:#bbb3a6;
		}
		#main #rightColumn #bottom #eventsLeftColumn{
			width:239px;
			float:left; 
			display:block; 
			background-image:url(../_images/home_main_right_bottom_bg.jpg);
			background-repeat:repeat-y;
			background-position:left;
		}
		#main #rightColumn #bottom #eventsRightColumn{
			width:239px;
			float:right; 
			display:inline; 
			background-image:url(../_images/home_main_right_bottom_bg.jpg);
			background-repeat:repeat-y;
			background-position:right;
		}
		
		
	#main #fullColumn{
		clear:both;
		width:760px;
	}
		#main #fullColumn #title{
			width:760px;
			height:25px;
			background-image:url(../_images/home_newstitles.gif);
			background-repeat:no-repeat;
			text-align:right;
		}
		
		#main #fullColumn .newsBlock{
			float:left;
			width:760px;
			display:block;
		}
		#main #fullColumn .newsBlock ul li{
			margin:8px 5px 0px -15px;
		}
		#main #fullColumn .hoursBlock{
			background-image:url(../_images/home_full_newletter_bg.jpg);
			background-repeat: repeat-x;
			background-color:#82756a;
		}
		#main #fullColumn #flash_png{
			width:90px;
			height:90px;
			/*background-color:#FFFFFF;*/
			position:relative;
			top:-25px;
			left:10px;
		}
	
	
	
#footer{
	clear:both;
	width:760px;
	background-color:#98955c;
}
	#footer .foot_text{
		color:#FFFFFF;
		font-size:10px;
		display:block;
		padding:5px;
	}
	
	.foot_text a:link, .foot_text a:active, .foot_text a:visited{
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	.foot_text a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

.nsm{
	postion:absolute; top:0px;left:0px;right:0px;
	padding:5px; margin:0px; font-size:10px; width:100%;
	background-color:#CC3333; text-align:center;
	color:#FFFFFF; border-bottom:1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
}
.c{clear:both; font-size:0.1em;}
.navlinks{
	display:inline;
	float:left;
	height:49px;
}

.welcome{}
.welcome .img{
	padding-top: 15px;
	margin: 0px 0px 0px 10px;
}
.welcome .txt{
	font-size:13px;
	color:#4f734f;
	font-style:italic;
	font-weight:bold;
	line-height:17px;
	margin: 10px 10px 10px 10px;
}
.welcome .lnk:link, .welcome .lnk:visited{
	margin: 0px 0px 0px 10px;
	color:#6b1d14; /*Dark Red */
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.welcome .lnk:hover{
	color:#000000;
	text-decoration:underline;
}

.event_grid{}
.event_grid .title{
	color:#000000; /*Black*/
	font-weight:bold;
	font-size:11px;
	margin: 10px 0px 0px 10px;
}
.event_grid .date{
	color:#6b1d14; /*Dark Red */
	font-weight:normal;
	font-size:10px;
	margin: 10px 0px 0px 10px;
}
.news_text{
	color:#6b1d14; /*Dark Red */
}
.news_more_lnk:link, .news_more_lnk:visited{
	text-decoration:none;
	font-style:italic;
	color:#4f734f; /*Dark Green*/
}
.news_more_lnk:hover{
	text-decoration:underline;
	color:#000000; /*Black*/
}

.title_lnk:link, .title_lnk:visited{
	text-decoration:none;
	margin:5px;
	color:#FFFFFF;
}
.title_lnk:hover{
	text-decoration:underline;
	color:#000000; /*Black*/
}

.signup{
	color:#756c46; /* Dark Yellow */
}
.txt_white{
	color:#FFFFFF;
}

