/* HOMEPAGE RULES */

	/* PAGE INTRO CONTENT */

		h2.page_title {
			padding: 25px 15px 30px 40px;
			background: transparent url("/images/body_regions/page_heading_glow.png");
			background-position: center bottom;
			background-repeat: no-repeat;
			color: #ffffff;
		}

	/* BODY TEXT CONTENTS */
	
	div#body_text {
		padding: 15px 0px 0px 0px;
		background: #ffffff url("/images/backgrounds/interior/white_background.gif");
		background-position: center bottom;
		background-repeat: no-repeat;
		line-height: 18px;
		color: #4c4c4c;
		font-size: 14px;
		overflow: visible;
	}
	
	div#page_information {
		float: left;
		padding: 15px 10px 20px 35px;
		width: 580px;
		min_height: 400px;
		_height: 400px;
		line-height: 24px;
	}
	
		#page_information h3, #page_information h4, #page_information h5, #page_information h6  {
			margin: 0px 0px 22px 0px;
			padding: 40px 0px 0px 0px;
			background: transparent url("/images/body_regions/sub_heading_shadow.gif");
			background-position: center top;
			background-repeat: no-repeat;
			font-size: 20px;
			letter-spacing: 2px;
			text-transform: uppercase;
			color: #006fa9;
		}

		div#page_information p {
			margin: 0px 0px 22px 0px;
		}

		div#page_information ol, div#page_information ul {
			margin: 0px 0px 24px 22px;
		}

		div#page_information a {
			color: #006fa9;
		}

		div#page_information a:hover {
			color: #a90000;
		}
		
		div#page_information img {
			margin: 24px 24px 24px 0px;
			float:  left;
			border: 7px solid #e6e6e6;
		}
	

		/* YOUR TURN AD */
		
		div#your_turn_ad {
			position: relative;
			float: right;
			clear: right;
			height: 220px;
			width: 350px;
			background: transparent url("/images/misc_elements/your_turn_ad(int).jpg");
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
			
			a#your_turn_go_link {
				position: absolute;
				top: 115px;
				left: 180px;
				width: 144px;
				height: 27px;
				background: transparent url("/images/misc_elements/your_opinion_matters_button.gif");
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
			a#your_turn_go_link:hover {
				background-position: 0px -27px;
			}
			
				#your_turn_go_link span {
					display: none;
				}
		

		/* KEEP IN TOUCH & SPOTLIGHT AD */

		div#keep_in_touch_ad {
			background: transparent url("/images/misc_elements/keep_in_touch(int).jpg");
		}
		
		div#spotlight_ad {
			background: transparent url("/images/misc_elements/spotlight(int).jpg");
		}
		
		div#keep_in_touch_ad, div#spotlight_ad {
			position: relative;
			float: right;
			clear: right;
			height: 220px;
			width: 350px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}

			img#video_clip_image, img#video_overlay_image {
				position: absolute;
				top: 90px;
				left: 155px;
				width: 170px;
				height: 72px;
			}
			
			img#video_clip_image {
				z-index: 5;
			}
			
			img#video_overlay_image {
				z-index: 10;
			}
			
			ul#social_media_list {
				position: absolute;
				top: 105px;
				left: 140px;
				width: 198px;
				height: 24px;
				list-style: none;
				overflow: hidden;
			}
			
				#social_media_list li {
					float: left;
				}
				
					#social_media_list li a {
						display: block;
						width: 33px;
						height: 24px;
					}
					
		
		/* COMMON AD RULES */	
			
				#your_turn_ad h2 span, #keep_in_touch_ad h2 span, #spotlight_ad h2 span {
					display: none;
				}


/* CONTENT BACK TO TOP LINK */

p#back_to_top_link {
	clear: both;
	height: 15px;
}

	p#back_to_top_link a {
		display: none;
	}
