/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#container_4 {
	background-image: url('/images/eye_candy/home/happy_family.jpg');
	visibility: hidden;
}

div#home_panel {
	position: relative;
	width: 100%;
	background-image: url('/images/body_regions/meet_dr_ozzie_panel.png');
	background-position: center 472px;
	background-repeat: no-repeat;
}

	a#home_panel_trigger {
		position: absolute;
		top: 570px;
		left: 0px;
		display: block;
		width: 400px;
		height: 45px;
		z-index: 150;
	}
	
	a#home_panel_trigger span {
		display: none;
	}

	div#overlay_options {    
		display: none;
		height: 155px;
		left: 44px;
		position: absolute;
		top: 370px;
		width: 309px;
		z-index: 150;
	}
	
	a#home_panel_close {
		position: absolute;
		display: block;
		top: 5px;
		right: 5px;
		width: 20px;
		height: 20px;
		background-image: url('/images/misc_elements/home_panel_close.png');
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}

	a#home_panel_close:hover {
		background-position: 0px -20px;
	}
	
	a#home_panel_close span {
		display: none;
	}
	
	a#video_prompt {    
		display: block;
		height: 115px;
		position: absolute;
		right: 5px;
		top: 30px;
		width: 295px;
	}
	
	a#video_prompt span {
		display: none;
	}
	
	div#inline_content {
		display: none;
	}
	

div#container {
	height: 800px;
}

/* HEADER */

div#header {
}

	#header h1 {
		margin: 0;
	}

	#header h1 a#logo {
		top: -130px;
	}

/* MAIN SITE CONTENT BODY */

div#container_3 {
}

div#container_2 {
}

div#main_body {
	margin: -50px 0 0;
	height: 462px;
}


/* MAIN TEXT REGION */

	div#body_text {
		padding: 70px 590px 0 0;
	}
	
		#body_text h2 {
			display: block;
			width: 410px;
			height: 125px;
			background-image: url('/images/misc_elements/homepage_gradient_tagline.png');
			background-position: center top;
			background-repeat: no-repeat;
		}
		
			#body_text h2 span {
				display: none;
			}
			
		#body_text p {
			margin: 35px 30px 0;
			color: #545354;
			font-size: 14px;
			line-height: 24px;
			text-align: center;
		}
			
		#body_text p a {
			color: #e77800;
			font-weight: bold;
		}
			
		#body_text p a:hover {
			color: #8d055a;
		}
		