
#layout_grid {
	height: 100%;
	width: 100%;

	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
	background-color: #ffffff;
	
}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
	}
	
	#layout_grid td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: top;
	}


#grid_left {
	width: 40%;
	
}

	#left_div {
		height: 100%;
		width: 100%;
		
		position: relative;
	}
	
		
#grid_right {
	width: 40%;
	
	position: relative;
	
	z-index: 200;
		
}

	#right_div {
		height: 100%;
		width: 99.9%;
		
		position: relative;
	}
	
		
#grid_main {
	width: 1000px;
	
	background-color: #ffffff;
}


#main_div {
	width: 1000px;
	
	background-color: #ffffff;
	
	margin-bottom: 10px;
}

	#main_top {
		height: 136px;
		
		position: relative;
		
		z-index: 400;
	}
	
		#top_sponsor {
			height: 69px;
			width: 138px;
			
			background-image: url(images/top_sponsor.gif);
			background-repeat: no-repeat;

			position: absolute;
			top: 0px;
			left: 862px;
		}
		
		#top_logo {
			height: 111px;
			width: 434px;
			
			background-image: url(images/top_logo.gif);
			background-repeat: no-repeat;
			
			display: block;
			
			position: absolute;
			top: 13px;
			left: -63px;
		}
		
		#top_nav {
			height: 18px;
			width: 528px;
			
			text-align: right;
			
			position: absolute;
			top: 116px;
			left: 469px;
			
		}
		
			.top_nav_a {
				font-size: 11px;
				
				color: #7d7913;
				
				margin-left: 15px;
				
			}
			
			.top_nav_a:hover {
				font-size: 11px;
								
				color: #c57226;
				
				margin-left: 15px;
				
				text-decoration: none;
			}
			
			.top_nav_a_active {
				color: #c57226;
			}
	
	#main_panels {
		height: 242px;
		
		position: relative;
		
	}
	
		.panel_div {
			height: 242px;
			width: 238px;
			
			position: absolute;
			
			background-image: url(images/panel_div.gif);
			background-repeat: no-repeat;
			background-position: 0px 228px;
					
		}
		
			.panel_heading {
				height: 34px;
				width: 238px;
				
				background-color: #6c680f;
				
				position: relative;
				
				display: block;
				
			}
			
				.panel_heading:hover {
					text-decoration: none;
				}
						
				.panel_heading_text {
					height: 18px;
					width: 206px;
					
					font-size: 13px;
					
					line-height: 18px;
					
					color: #ffffff;

					padding-top: 9px;
					margin-left: 16px;
				
					overflow: hidden;
					
				}
			
			.panel_image {
				height: 88px;
				width: 238px;
				
				background-color: #efefef;
				
				position: relative;
				
				display: block;
			}
			
				.panel_image_img {
					border-width: 0px;
				}
			
			.panel_body {
				height: 106px;
				width: 238px;
				
				position: relative;
			}
			
				.panel_body_text {
					height: 80px;
					width: 211px;
					
					padding-top: 18px;
					margin-left: 15px;
					
					overflow: hidden;
					
				}
				
					.panel_body_text_headline {
						font-size: 11px;
						
						line-height: 16px;
						
						color: #c57226;
					}
					
					.panel_body_text_copy {
						font-size: 10px;
						
						line-height: 16px;
						
						color: #646464;
					}
	
		.panel_1 {
			top: 0px;
			left: 0px;
		}
		
		.panel_2 {
			top: 0px;
			left: 254px;
		}
		
		.panel_3 {
			top: 0px;
			left: 508px;
		}
		
		.panel_4 {
			top: 0px;
			left: 762px;
		}
		
	#main_bottom {
		height: 123px;
		
		position: relative;
	}
	
		#bottom_logo_festivals {
			height: 76px;
			width: 70px;
			
			background-image: url(images/bottom_logo_festivals.gif);
			background-repeat: no-repeat;
			
			display: block;
			
			position: absolute;
			top: 12px;
			left: -4px;
		}
		
		#bottom_logo_bradleyfair {
			height: 53px;
			width: 144px;
			
			background-image: url(images/bottom_logo_bradleyfair.gif);
			background-repeat: no-repeat;
			
			display: block;
			
			position: absolute;
			top: 19px;
			left: 860px;
		}
		
		#bottom_info {
			height: 60px;
			width: 240px;
			
			position: absolute;
			top: 26px;
			left: 77px;
			
			font-size: 10px;
			
			color: #646464;
			
			line-height: 13px;
			
			
		}
		
			#bottom_info_festivals {
				margin-bottom: 7px;
			}
		
#style1_slides {
	height: 340px;
	width: 1000px;
	
	background-color: #efefef;
	
	margin-bottom: 11px;
	
	position: relative;
}

	#style1_slides_images {
		height: 340px;
		width: 1000px;
		
		position: absolute;
		top: 0px;
		left: 0px;
		
		overflow: hidden;
		
		z-index: 30;
	}

		.style1_slides_image {
			height: 340px;
			width: 1000px;

			position: absolute;
			top: 0px;
			left: 0px;

			display: none;

			z-index: 30;
		}

			.style1_slides_image_active {
				display: block;
			}

	#style1_slides_toggles {
		height: 12px;
		width: 200px;
		
		position: absolute;
		top: 317px;
		left: 787px;
		
		z-index: 40;
	}
	
		.style1_slides_toggle {
			height: 12px;
			width: 13px;
			
			background-image: url(images/slides_toggle.png);
			
			display: block;
			
			color: #ffffff;
			
			float: left;
			
			margin-right: 4px;
			
		}
		
			.style1_slides_toggle_active {
				background-image: url(images/slides_toggle_active.png);
			}
		
			.style1_slides_toggle:hover {
				text-decoration: none;
			}
			
			.style1_slides_toggle_text {
				font-size: 10px;
				font-weight: bold;
				
				text-align: center;
				
				margin-top: -1px;
				
			}

		.style1_slides_toggle_control {
			height: 12px;
			width: 13px;
			
			display: block;
			
			color: #ffffff;
			
			float: left;
			
		}
			
			#style1_slides_toggle_pause {
				background-image: url(images/slides_toggle_pause.png);
			}
			
			#style1_slides_toggle_play {
				background-image: url(images/slides_toggle_play.png);
				
				display: none;
			}	