#interior {
	position: relative;
	z-index: 40;

	background-image: url(images/content_fade.png);
	background-repeat: no-repeat;
	background-position: 65.1% 100%;

	padding-bottom: 65px;
}

#interior .left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	/*height: 170px;*/
}

	#interior .left.content_fade_bottom {
		/*position: relative;*/
		width: 0;
		height: 170px;
		background-image: url(images/content_fade_left_bottom.png);
		background-repeat: no-repeat;
		background-position: 100% 0;
		z-index: 50;
	}


.interior_heading {
	max-width: 1000px;
	height: 250px;
	position: relative;
}

	.interior_heading .left {
		height: 250px !important;
		width: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.interior_heading .left.fade {
			background-color: #f8d563;
		}

		.interior_heading .left.image {
			background-image: url(images/interior_heading_left.png);
			max-width: 160px;
			/*height: 250px;*/
			z-index: 35;
		}

		.interior_heading .right {
			height: 250px;
			width: 0;
			position: absolute;
			top: 0;
			left: 1000px;
		}

		.interior_heading .right.fade {
			background-color: #f8d563;
		}

		.interior_heading .right.image {
			background-image: url(images/interior_heading_right.png);
			/*background-repeat: no-repeat;*/
			max-width: 160px;
			z-index: 35;
		}


.interior_heading .photo {
	width: 1000px;
	height: 250px;
}

.interior_heading .photo_right {
	width: 256px;
	height: 250px;
	background-image: url(images/photo_right.png);
	position: absolute;
	left: 744px;
	top: 0;
	z-index: 100;
}

.interior_options {
	width: 1000px;
	/*height: 72px;*/
	height: 92px;
	position: relative;
}

	.interior_options .left {
		height: 101px;
		width: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.interior_options .left.left_fade {
			background-color: #ffefd5;
			/*width: 100%;*/
		}

		.interior_options .left.image {
			background-image: url(images/options_left.png);
			background-repeat: no-repeat;
			max-width: 300px;
			height: 101px !important;
			z-index: 35;
		}

		.interior_options .right {
			height: 101px;
			width: 0;
			position: absolute;
			top: 0;
			left: 1000px;
		}

		.interior_options .right.right_fade {
			background-color: #ffefd5;
		}
		.interior_options .right.image {
			background-image: url(images/options_right.png);
			max-width: 300px;
			z-index: 35;
	}

	.interior_options .path {
		/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
		font-size: 10px;
		position: absolute;
		left: 24px;
		top: 16px;
	}

	.interior_options .path {
		color: #6a737b;
	}

		.interior_options .path a {

			color: #6a737b;
		}

		.interior_options .current {
			color: #077dc2;
		}

		.interior_options .options {
			width: 301px;
			height: 101px;
			position: absolute;
			left: 699px;
			top: 0;
			background-image: url(images/options.png);
		}

				.interior_options .options a.print {
						display: block;
						position: absolute;
						top: 16px;
						left: 232px;

						background-image: url(images/print_icon.png);
						background-repeat: no-repeat;
						font-size: 10px;
						color: #077dc2;
						padding-left: 21px;
				}

#interior_table {
	width: 1000px;

	border-collapse: collapse;

	margin: 0px;
	padding: 0px;

	z-index: 50;
	position: relative;

	margin-left: 0px;
}

	#interior_right .right.image_fade,
	#interior_mid .right.image_fade {
		position: absolute;
		left: 1000px;
		top: 0;
		width: 0;
		/*height: 270px;*/
		height: 384px;
		background-image: url(images/content_right_fade.png);
		/*background-image: url(images/content_right_fade2.png);*/
		background-repeat: no-repeat;

		z-index: 50;
	}




	#interior_table tr, #interior_table td {
		margin: 0px;
		padding: 0px;
	}


#interior_left {
	width: 240px;
	min-height: 384px;
	/*border: 1px solid blue;*/
}

	#interior_left .left.image_fade {
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		/*height: 270px;*/
		height: 384px;
		/*background-image: url(images/content_right_fade.png);*/
		background-image: url(images/content_left_fade.png);
		background-repeat: no-repeat;
		background-position: 100% 0;
	}


#interior_nav {
	padding-top: 4px;
	margin-left: 24px;
	width: 214px;
	line-height: 18px;

	position: relative;
	z-index: 500;

}
/*
.ie7 #interior_nav {
	margin-top: 14px;
	padding-top: 5px;
}
*/
	#interior_nav .section {
		margin-bottom: 10px;

		line-height: 18px;
		font-size: 11px;
		font-weight: bold;
		color: #6a737b;

		text-transform: uppercase;
	}

	#interior_nav .items {
		margin: 0;
		padding: 0;

		padding-right: 25px;
	}

		#interior_nav .items ul {
			margin: 0;
			padding: 0;
		}

			#interior_nav .items ul li {
				list-style-type: none;

				line-height: 14px;


				margin-bottom: 10px;

			}
				#interior_nav .items ul li a {
					font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: #0f7ec2;

					padding-right: 10px;

					display: block;
					padding-top: 2px;
					padding-bottom: 2px;

				}

				#interior_nav .items ul li ul {
				}

					#interior_nav .items ul li ul li {
						margin-left: 8px;
						margin-bottom: 0px;
					}

						#interior_nav .items ul li ul li a {
							font-weight: normal;
						}

			#interior_nav .items ul li a.active,
			#interior_nav .items ul li a:hover  {
				position: relative;
				margin-left: -72px;
				padding-left: 72px;

				display: block;
/*				padding-top: inherit;
				padding-bottom: inherit;

*/				z-index: 1145;

				background-image: url(images/nav_item.png);
				background-repeat: no-repeat;
				background-position: 0 50%;

				color: #ffffff;
				/*font-weight: normal;*/

				max-height: 28px;

				text-decoration: none;
			}

				#interior_nav .items ul li ul li a.active,
				#interior_nav .items ul li ul li a:hover {
					margin-left: -80px;
					padding-left: 80px;
				}

					#interior_nav .items ul li ul li ul li a.active,
					#interior_nav .items ul li ul li ul li a:hover {
						margin-left: -96px;
						padding-left: 96px;
					}

			#interior_nav .items ul li a.parent.active {
				color: #0f7ec2;
				font-weight: bold;
				background-image: none;
			}

			#interior_nav .items ul li ul li a.parent.active {
				font-weight: normal;
			}



#interior_mid {
	width: 470px;
	vertical-align: top !important;
}

	#interior_content {
		min-height: 520px;
		margin-top: -26px;

		margin-left: 9px;
		margin-right: 10px;
	}

	#interior_mid.wide {
		width: 760px;
	}

		#interior_mid.wide #interior_content {
			margin-right: 50px !important;
		}




#interior_right {
	width: 290px;

	vertical-align: top !important;
}

#sidebar_featured {
	position: relative;
	width: 300px;
	height: 135px;
}
.sidebar_featured {
	position: relative;
	width: 300px;
	height: 135px;
	/*background-image: url(images/sidebar_featured_fade.png);*/
}


	.sidebar_featured .photo {
		position: absolute;
		left: 0;
		top: 0;
		width: 300px;
		height: 113px;
		background-repeat: no-repeat;
	}

	.sidebar_featured .photo_large {
		background-repeat: no-repeat;
		position: absolute;
		left: 49px;
		top: -12px;
		width: 231px;
		height: 125px;
	}

	.sidebar_featured .seperator {
		position: absolute;
		width: 300px;
		height: 21px;
		left: 0;
		top: 114px;
		/*background-image: url(images/featured_sep.png);*/
	}


#sidebar_contact {
	position: relative;
	width: 300px;
	/*height: 107px;*/
}

	

	.sidebar_contact {
		position: relative;
		width: 300px;
		/*height: 107px;*/
		height: 137px;
		/*background-image: url(images/sidebar_contact_fade.png);*/
	}

	.sidebar_contact .top {
		height: 24px;
		width: 300px;

		position: absolute;
		top: -24px;
		left: 0px;

		background-image: url(images/sidebar_sep_top.png);
		background-repeat: no-repeat;
		background-position: 43px 0px;

	}

	.sidebar_contact .contact {
		position: relative;
		/*width: 180px;*/
		width: 231px;
		/*height: 83px;*/
		height: 117px;
		margin-left: 49px;

	}
		.sidebar_contact .contact .person {
			position: absolute;
			/*width: 231px;*/
			width: 141px;
			height: 104px;
			left: 0;
			top: 12px;
			font-weight: normal;
			font-size: 12px;
			color: #6a737b;
			line-height: 17px;

		}

		.sidebar_contact .name {
			font-size: 12px;
			font-weight: bold;
			/*color: #6a737b;*/

		}

		.sidebar_contact .detail {

		}

		.sidebar_contact .phone {
			/*float: left;*/
		}

		.sidebar_contact .email a {
			color: #0f7ec2;
		}

		.sidebar_contact .email {
/*			position: absolute;
			left: 0;
			bottom: 0;
*/			/*border: 1px dashed red;*/
		}


			.sidebar_contact .email img {
				border: 0;
				margin-bottom: 1px;
			}

	.sidebar_contact .photo {
		width: 90px;
		height: 117px;
		position: absolute;
		left: 141px;
		top: 0;
	}

	.sidebar_contact .bottom {
		width: 300px;
		height: 24px;
		position: absolute;
		left: 0;
		top: 117px;
		background-image: url(images/sidebar_sep_bottom.png);
		background-repeat: no-repeat;
		background-position: 43px 0px;
	}

#sidebar_links {
	position: relative;
	width: 300px;
	/*margin-top: 15px;*/

	padding-top: 15px;
}

	.interior_links {
		font-size: 11px;
		color: #0f7ec2;
		line-height: 16px;
	}


	.interior_links .top {
		height: 24px;
		width: 300px;

		position: absolute;
		top: -24px;
		left: 0px;

		background-image: url(images/sidebar_sep_top.png);
		background-repeat: no-repeat;
		background-position: 43px 0px;

	}

	.interior_links .heading {
		/*color: #737a7f;*/
		color: #6a737b;
		font-weight: bold;
		margin-left: 54px;
	}

	.interior_links .head {
		margin-left: 54px;
		color: #6a737b;

		padding-top: 7px;
	}

	.interior_links .item {
		display: block;
		color: #0f7ec2;
		margin-left: 54px;
	}

	.interior_links a img {
		border: 0;
		margin-bottom: 1px;
	}

	.interior_links .bottom {
		position: relative;
		margin-top: 20px;
		width: 300px;
		height: 24px;
		background-image: url(images/sidebar_sep_bottom.png);
		background-repeat: no-repeat;
		background-position: 43px 0px;
	}

#interior_social {
	position: relative;
	width: 300px;
	height: 30px;
}
.sidebar_social {
	width: 256px;
	height: 30px;

	position: absolute;
	left: 44px;
	top: 0;


}

.sidebar_social .stay_connected {
	width: 187px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(images/stay_connected.png);
	background-repeat: no-repeat;
}

.sidebar_social .facebook {
	width: 69px;
	height: 30px;
	position: absolute;
	left: 187px;
	top: 0;
	background-image: url(images/stay_connected_facebook.png);
	background-repeat: no-repeat;
}
.sidebar_social .right_social {
	width: 64px;
	height: 30px;
	position: absolute;
	left: 256px;
	top: 0;
	background-image: url(images/stay_connected_right.png);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 960px) {
	.interior_heading, .interior_heading .photo, .interior_options {
		width: 100%;
	}
	.interior_heading .left, .interior_heading .right, .interior_heading .photo_right, .interior_options .left, .interior_options .right, #interior_table #interior_left, #interior .left, #interior_right .right {
		display: none;
	}
	.interior_heading .photo {
		background-position: center;
	}
	.interior_options {
		margin-bottom: 30px;
	}
	.interior_options .options {
		left: 0;
		right: 0;
		height: auto;
		background-image: none;
		position: relative;
	}
	.interior_options .path {
		position: relative;
		left: 0;
		padding: 0 20px;
		margin-bottom: 5px;
	}
	.interior_options .options a.print {
		position: relative;
		left: 20px;
		right: 0;
		padding-left: 20px;
	}
	#interior_table {
		width: 100%;
		display: block;
	}
	#interior_content {
		height: auto;
		min-height: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
	#interior_table #interior_right {
		margin-top: 50px;
	}
	.sidebar_featured .photo_large {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1200px) {
	.sidebar_social .right_social {
		display: none;
	}
}
