﻿.contact-r1 {
	width: 100%;
	min-width: 1200px;
	height: 750px;
	text-align: center;
	color: #FFF;
	background: url(../images/contactus/contactUsTopBackground.jpg) top center no-repeat;
}

	.contact-r1 p {
		font-size: 40px;
		text-shadow: 3px 3px 3px #000;
	}

.contact-r2 {
	width: 100%;
	min-width: 1200px;
	height: auto;
}

	.contact-r2 .contact-r2-h2 {
		width: 1200px;
		margin: 0 auto;
		height: auto;
		text-align: center;
	}

		.contact-r2 .contact-r2-h2 h2 {
			font-size: 40px;
			color: #303030;
			letter-spacing: 3px;
		}

		.contact-r2 .contact-r2-h2 p {
			font-size: 20px;
			font-family: Arial;
			font-weight: 600;
			color: #303030;
		}

	.contact-r2 .contact-r2-box {
		width: 1200px;
		height: auto;
		margin: 0 auto;
		display: table;
	}

		.contact-r2 .contact-r2-box .contact-box-left {
			float: left;
		}

			.contact-r2 .contact-r2-box .contact-box-left .contact-box-body {
				padding-bottom: 60px;
			}

				.contact-r2 .contact-r2-box .contact-box-left .contact-box-body h3 {
					font-size: 22px;
					color: #666;
					padding-bottom: 15px;
				}

				.contact-r2 .contact-r2-box .contact-box-left .contact-box-body p {
					font-size: 16px;
					padding-bottom: 5px;
					color: #999;
				}

					.contact-r2 .contact-r2-box .contact-box-left .contact-box-body p span {
						color: #666;
					}

		.contact-r2 .contact-r2-box .contact-box-right {
			float: right;
		}

			.contact-r2 .contact-r2-box .contact-box-right .contact-box-map {
				display: table;
			}

				.contact-r2 .contact-r2-box .contact-box-right .contact-box-map a {
					display: block;
				}
