/* INTERIOR RULES */

/* SITE CONTAINERS */

div#container_6 {
	min-width: 1000px;
	background: #fff url('/images/eye_candy/interior/new_img_14_repeat.jpg') center top repeat-y;
}
div#container_3 {
	background: transparent url('/images/eye_candy/interior/new_img_14.jpg') center top no-repeat;
}

div#main_body {
}
	
	
/* HEADER */

div#header {
}

	#header h1 {
	}

	#header a#back_to_home_link {
		position: absolute;
		display: block;
		left: 10px;
		top: 20px;
		width: 140px;
		height: 35px;
		background: url('/images/misc_elements/back_to_home_button.jpg') 0px 0px no-repeat;
	}
	
	a#back_to_home_link:hover {
		background-position: 0px -35px !important;
	}
	
	a#back_to_home_link span {
		display: none;
	}

/* MAIN SITE CONTENT BODY */

div#main_body {
	padding: 0px 0px 20px 0px;
}


/* MAIN TEXT REGION */

	div#body_text {
		padding: 50px 20px 50px 73px;
		width: 422px;
		float: right;
	}				
		
		#body_text h2 {
			padding: 0px 0px 30px 0px;
		}	
		
		#body_text h3 {
			padding: 0px 0px 10px 0px;
			color: #001217;
			font-size: 20px;
			line-height: 30px;
		}	
		
		#body_text p {
			margin: 0px 0px 20px 0px;
		}
		
		#body_text ul.body_ul {
			margin: 10px 0px 20px 0px;
			list-style: none;
		}
			.body_ul li {
				padding: 0px 0px 0px 30px;
				color: #616161;
				font-size: 14px;
				line-height: 32px;
				background: transparent url('/images/misc_elements/custom_bullet.png') 0px -2px no-repeat;
			}
		
a#back_to_top {
	clear: right !important;
	display: block;
	height: 1px;
}
	a#back_to_top span {
		display: none;
	}	
		
/* SUB NAVIGATION */

div#sub_navigation {
	padding: 322px 0px 0px 0px;
	width: 460px;
}

	#sub_navigation h2 {
		width: 340px;
		height: 80px;
		background: transparent url('/images/body_regions/related_info_background.png') 0px 0px no-repeat;
	}
	
		#sub_navigation h2 span {
			display: none;
		}

	#sub_navigation ul {
		padding: 0px 0px 0px 40px;
		list-style: none;
	}
	
		#sub_navigation ul li {
			display: inline;
		}
		
			#sub_navigation ul li a {
				display: block;
				padding: 0px 0px 0px 0px;
				color: #616161;
				font-size: 14px;
				line-height: 36px;
				text-indent: 40px;
				background: transparent url("/images/body_regions/sub_navigation_item_background.png") 0px 0px no-repeat;
				}
			
			#sub_navigation ul li a:hover {
				color: #6495a4;
				background-position: 0px -34px;
			}
