.ContentWrapper
{
	overflow: hidden;
}

	.BtnContactInside, .BtnContactInside a {
		background: url(../images/btnContactInside.jpg) left top no-repeat;
		display:block;
		height: 50px;
		margin-bottom: 20px;
		overflow: hidden;
		text-indent: -5000px;
		width: 915px;
	}
	
		.BtnContactInside a:hover {
			background: url(../images/btnContactInside.jpg) left bottom no-repeat;
		}
	
	.InsideLeftText {
		margin: 0px 339px 20px 0px !important;
		margin: 0px 337px 20px 0px;
	}
			
		.InsideLeftText h2 {
			color: #7f0300;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 26px;
			line-height: 30px;
			font-weight: normal;
			padding-bottom: 10px;
		}
		
		.InsideLeftText h3 {
			color: #7f0300;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			font-weight: normal;
		}
		
		.InsideLeftText p {
			padding-bottom: 10px;
		}
		
		.SmallText {
			color: #000000;
			font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
		
		.InsideLeftText ul {
			list-style-position: inside;
			list-style-type: disc;
			margin-left: 0;
			padding-left: 15px;
			padding-bottom: 10px;
			text-indent: -15px;
		}
	
	.SubNav {
		float: right;
		text-align:left;
		width: 301px;
	}
		
			.SubNav h2 {
				color: #7f0300;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 26px;
				line-height: 30px;
				font-weight: normal;
				padding-bottom: 10px;
			}
			
			.SubNav ul {
				list-style: none;
				margin: 0;
				padding-bottom: 30px;
			}
			
			.SubNav li {
				list-style: none;
				margin: 0;
				padding-bottom: 0px;
			}
			
			.SubNav a {
				border-bottom: 1px solid #7f0300;
				color: #7f0300;
				display: block;
				line-height: 35px;
				padding: 0px;
				text-decoration: none;
				width: 301px;
			}
			
				* html .SubNav a { border-bottom: 1px solid #7f0300; display:inline; display:block; width: 301px; }

				.SubNav a:hover {
					color: #3b2e27;
				}
				
	.Contact {
		width: 500;
	}
		
		.ContactRow { 
			height: 40px;
		}
		
		.ContactRowMessage {
			margin-bottom: 20px;
		}
		
		.ContactLabel {
			float: left;
			vertical-align:top;
			width: 125px;
		}
	
	.RightFeature {
		background: #ffffff;
		float: right;
		padding: 5px;
	}
	
	.BottomPhotos {
		background: #fff;
		height: 125px;
		margin-top: 20px;
		padding: 5px;
		width: 905px;
	}