#band_bg {
	position: absolute;
	width: 100%;
	height: 0;
	top: 183px;
	left: 0;
	overflow: hidden;
	background-color: #ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
}

#blog_panel_container {
	position: absolute;
	width: 249px;
	height: 365px;
	top: 0;
	right: 0;
	overflow: hidden;
}

	#blog_panel {
		position: absolute;
		width: 248px;
		height: 365px;
		top: 0;
		left: 249px;
		background: url(/images/backgrounds/blogpanel.jpg) repeat-y 0 0;
		border-left: 1px solid #D1D3C6;
	}
	
		#blog_panel h3 {
			width: 248px;
			height: 39px;
			background: url(/images/headers/latestblogposts.gif) no-repeat 22px 15px;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #E8E9E2;
		}
		
		#blog_panel ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			width: 248px;
			
		}
		
			#blog_panel li {
				margin: 0;
				padding: 0;
				width: 248px;
				padding: 15px 0;
				border-bottom: 1px solid #E8E9E2;
				text-align: right;
				background: url(/images/icons/arrow_right_sml.gif) no-repeat 205px 26px;
			}
			
				#blog_panel li h2 {
					font-family: Georgia;
					color: #333333;
					font-weight: normal;
					font-size: 1.6em;
					margin: 0;
					padding: 0;
				}
				
					#blog_panel li h2 a {
						color: #333333;
						font-weight: normal;
						padding-left: 15px;
						display: block;
						width: 185px;
					}
					
						#blog_panel li h2 a:hover {
							text-decoration: none;
						}
				
				#blog_panel li p {
					margin: 0;
					padding: 2px 48px 2px 0;
				}
			
			#blog_panel li:hover,
			#blog_panel li.hover {
				margin: 0;
				/*
				padding: 15px 48px 15px 0;
				*/
				border-bottom: 1px solid #E8E9E2;
				text-align: right;
				background: #006699 url(/images/icons/arrow_right_sml_wht.gif) no-repeat 205px 26px;
				cursor: pointer;
			}
			
				#blog_panel li:hover h2,
				#blog_panel li.hover h2 {
					font-family: Georgia;
					color: #ffffff;
					font-weight: normal;
					font-size: 1.6em;
					margin: 0;
					padding: 0;
				}
				
					#blog_panel li:hover h2 a,
					#blog_panel li.hover h2 a {
						color: #ffffff;
						font-weight: normal;
					}
				
				#blog_panel li:hover p,
				#blog_panel li.hover p {
					color: #ffffff;
				}
				
					#blog_panel li:hover span.green,
					#blog_panel li.hover span.green {
						color: #ffffff;
					}
					
h1#home_you {
	position: absolute;
	top: 150px;
	left: 50px;
	width: 129px;
	height: 68px;
	background: url(/images/home/you.png) no-repeat 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

h1#crystal_clear {
	position: absolute;
	top: 150px;
	left: 205px;
	width: 383px;
	height: 68px;
	background: url(/images/home/crystalclear.png) no-repeat 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

h2#tagline {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 640px;
	height: 226px;
	opacity: 0;
	filter: alpha(opacity=0);
}

	h2#tagline a {
		position: absolute;
		top: 0;
		left: 0;
		width: 640px;
		height: 226px;
		background: url(/images/home/tagline.png) no-repeat 0 0;
	}

img#home_you {
	position: absolute;
	top: 150px;
	left: 50px;
	width: 129px;
	height: 68px;
	opacity: 0;
	filter: alpha(opacity=0);
}

img#crystal_clear {
	position: absolute;
	top: 150px;
	left: 205px;
	width: 383px;
	height: 68px;
	opacity: 0;
	filter: alpha(opacity=0);
}

img#tagline {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 624px;
	height: 183px;
	opacity: 0;
	filter: alpha(opacity=0);
}