@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;
	width: 110%;
	-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;
}
#phone_box {
	font-color: #FFF;
	color: #FFF;
	margin-left: 75%;
	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;
}
#container {
	width: 968px;
	margin: 0 auto;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #FFF;
	font-size:14px;
	height:auto;
}
#banner_2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
}
#main_image {
	background-image: url(../stone3.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
	-webkit-box-shadow: 3px 6px 22px 0px #666;
}
#main_text {
	width: 375px;
	line-height: 1.2;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 7px;
	position: absolute;
	right: 30px;
	bottom: 90px;
	text-shadow: 4px 5px 8px #333;
}
#main_text h2 {
	color: #00ADEF;
	font-size:27px;
	margin-bottom: 5px;
} 
#main_text p {
	font-size:16px;
	color: #FFF;
	text-align: center;
	margin: 0;
}
	
#left_column, #center1_column, #center2_column, #right_column {
	width: 228px;
	float: left;
	-webkit-box-shadow: -2px 2px 9px 2px #CCC;
	height: 275px;
	padding-top: 10px;
	margin-left: 10px;
	color: #333;
}
#center1_column, #center2_column, #right_column {
	margin-left: 12px;
}
#left_column h2, #center1_column h2, #center2_column h2, #right_column h2 {
	text-align:center;
	text-shadow: 2px 0px 10px #000;
	color: #FFF;
}
	
#left_column p, #center1_column p, #center2_column p, #right_column p {
	text-align: auto;
}
#image_box {
	height: 122px;
	width: 167px;
	border: 1px solid;
	border-color: #000;
	margin-left: 27px;
	margin-top: 20px;
	-webkit-box-shadow: 2px 2px 3px 2px #666;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #FFF;
}
p {
	margin-top: 1em;
}
#footer {
	height: 20px;
	width: 968px;
	float: left;
	background-color: #FFF;
	margin-top: 20px;
	text-align: center;
	color: #333;
	font-size: 10pt;
}
