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

div#shadow-body-container {
	position: relative;
	z-index: 5;
	width: 100%;
	background: url(/images/body-shadow.png) top left repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/body-shadow.png');
}
	div#header-image-container {
		width: 949px;
		height: 214px;
		position: relative;
		z-index: 1;
	}
		img#body-header-bg {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1;
			background: url(/images/body-header.png) top left no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/body-header.png');
		}
		
		img#header-frame {
			position: absolute;
			top: 13px;
			left: 23px;
			z-index: 2;
			background: url(/images/header-frame.png) top left no-repeat;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/header-frame.png');
		}
		
		img#body-header-img {
			position: absolute;
			top: 18px;
			left: 28px;
			z-index: 2;
		}
	
	div#body-container {
		position: relative;
		width: 903px;
		margin-left: 23px;
		background: url('/images/body-top.jpg') no-repeat top left #fff;
		height:100%;
	}
	
		div#body-content-container {
			position: relative;
			z-index: 1;
			padding-top: 1px;
			line-height: 20px;
			height:100%;
		}
		
			div#content-container {
				width: 560px;
				position: relative;
				padding: 0px 0px 0px 40px;
				z-index: 99;
				margin-top: 10px;
			}
			
			.admin div#content-container {
				width: auto;
			}

			div#body-content-rail-right-container {
				float: right;
				height: 100%;
				width: 290px;
				padding-right: 5px;
				position: relative;
				z-index: 5;
			}
			
				img#img-right-rail-border {
					position: absolute;
					top: 25px;
					left: 15px;
					background: url(/images/rightrail-border.png) top left no-repeat;
					filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/rightrail-border.png');
				}
			
				div#rail-right-content-container {
					margin-left: 55px;
					margin-top: 30px;
				}

					.rail-right-subsection-header {
						padding-bottom: 5px;
						width: 191px;
						background: url('/images/right-rail-header-line.gif') no-repeat bottom left;
						margin-left: 15px;
					}
					
						.rail-right-subsection-header a {
							font: 19px "Tahoma";
							color: #0f8faf;
							text-decoration: none;
						}
					
					ul.subsection-links-parent {
						font: 12px;
						color: #666666;
						margin: 5px 0px 5px 15px;
					}
					
						ul.subsection-links-parent a {
							color: #666666;
							text-decoration: none;
							display: block;
							width: 175px;
							height: 23px;
							min-height: 23px;
							padding: 0px 7px 0px 7px;
							line-height: 20px;
							overflow:hidden;
						}
						
							ul.subsection-links-parent a:hover {
								background: url('/images/subsection-links-over.gif') top left no-repeat;
								color: #fff;
							}
					
						ul.subsection-links-parent ul.subsection-links-child {
							margin-left: 12px;
						}
					
					#header-subpage-upcoming-events {
						margin-top: 20px;
						background: url(/images/header-subpage-find-upcoming-events.png) top left no-repeat;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/header-subpage-find-upcoming-events.png');
					}
							
					#events-frame-subpage-container {
						background: url('/images/events-frame-subpage.gif') top left no-repeat;
						width: 185px;
						height: 129px;
						margin-top: 5px;
						margin-left: 10px;
						position: relative;
					}
					
						#events-applet {
							position: absolute;
							left: 5px;
							top: 7px;
						}
					
					#img-subpage-view-calendar {
						margin-left: 20px;
						margin-top: 5px;
					}
					
					#header-subpage-our-newsletter {
						margin-left: -8px;
						background: url(/images/header-subpage-our-newsletter.png) top left no-repeat;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/header-subpage-our-newsletter.png');
					}
					
					#our-newsletter-content.subpage {
						margin-top: 5px;
						padding-left: 20px;
						margin-top: -10px;
					}
					
					form#form-newsletter.subpage {
						margin: 0px;
					}
					
						input#newsletter.subpage {
							width: 150px;
						}
					
					#img-right-rail-map {
						background: url(/images/right-rail-map.png) top left no-repeat;
						filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/right-rail-map.png');
					}
				
			div#body-subpage-blue-bottom {
				width: 893px;
				height: 426px;
				background: url(/images/body-subpage-blue-bottom.png) top left no-repeat;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/body-subpage-blue-bottom.png');
				position: absolute;
				bottom: 0px;
				right: 5px;
				z-index: 1;
			}
				
#body-bottom-img {
	position: relative;
	z-index: 1;
	width: 949px;
	height: 54px;
	background: url(/images/body-bottom.png) top left no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/body-bottom.png');
}

