@charset "UTF-8";
/* CSS Document */
#banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333;
	background-repeat: no-repeat;
	position: relative;
	height: 119px;
	-webkit-box-shadow: inset 13px 34px 22px 13px #666;
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #333;
	width: 110%;
}
#phone_box {
	font-color: #FFF;
	color: #FFF;
	margin-left: 80%;
	top: 13px;
	width: 134px;
	position: absolute;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 3px 4px 3px #000;
	font-size: 11pt;
	height: 50px;
}
#fb_iconbox, #twitter_box {
	float: left;
}
#fb_iconbox {
	width: 30px;
	height: 30px;
	margin: 0px;
}

#twitter_box {
	width: 30px;
	height:30px;
	margin-left:5px;
	padding-bottom: 30px;
}
#banner_1 {
	height: 117px;
	width: 110px;
	position: absolute;
	left: 292px;
	top: -2px;
}
#banner_2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
}
#main_image {
	position: relative;
	height: 910px;
	width: 955px;
	background-color: #FFF;
	margin-top: 80px;
	left: inherit;
	background-image: url(contact_main.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 6px 6px 22px 0px #666;
	/* [disabled]margin-left: 275px; */
}
#container {
	width: 980px;
	height:auto;
	margin:auto;
}
#heading1 {
	color: #039;
	text-shadow: 3px 1px 3px #999;
}
#text_box1 {
	float: right;
	width: 385px;
	color: #000;
	height: 875px;
	margin-right: 80px;
}

#main_text {
	width: 968px;
	height:910px;
}
#textbox_2 {
	width: 380px;
	padding-top: 667px;
	height: 260px;
	padding-left: 110px;
	color: #039;
	text-shadow: 3px 1px 3px #999;
}

#info_box {
	width: 165px;
	padding-left: 25px;
	color: #000;
}

#footer {
	height: 20px;
	width: 850px;
	background-color: #FFF;
	margin-top: 20px;
	color: #333;
	font-size: 10pt;
	padding-left: 320px;
}
