@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, form, hr, div, img {
	padding: 00px;
	margin: 00px;
}
p {
	padding: 00px 00px 15px 00px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 00px 00px 10px 00px;
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
A {
	color: #0000FF;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.center_align {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
img {
	border: 00px;
}
.clear {
	clear: both;
}
body {
	font-family: "Palatino Linotype", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
}
#top_bg, #bottom_bg{
	width: 100%;
	background-color: #ebebeb;
	float: left;
}
#bottom_bg{
	padding: 25px 00px 00px 00px;
}
#interior {
	width: 850px;
	position: relative;
	margin: auto;
}
/***************************** Padding, Margin & Border *******************************/
.padding_none {
	padding: 00px;
}
.margin_none {
	padding: 00px;
}
#border_side {
	width: 838px;
	border: 1px solid #bfbfbf;
	padding: 05px;
	background-color: #FFFFFF;
	float: left;
}
.border_content {
	border-bottom: 2px solid #000000;
	margin: 00px 00px 15px 00px;
}
/***************************** Banner *******************************/
#banner {
	width: 838px;
	float: left;
}
/***************************** Header *******************************/

#header {
	width: 818px;
	padding: 00px 10px;
	color: #000000;
	text-align: center;
	float: left;
}
#header h2 {
	padding: 100px 00px 10px 00px;
	text-align: right;
	color: #9b4709;
}
#header A {
	color: #9b4709;
	text-decoration: none;
}
#header A:hover {
	color: #9b4709;
	text-decoration: underline;
}
/***************************** Content *******************************/
#content {
	width: 758px;
	padding: 15px 40px 10px 40px;
	float: left;
}
.bg_1 {
	background: url(images_interior/10.jpg) center top scroll repeat;
}
.bg_2 {
	background: url(images_interior/6.jpg) center top scroll repeat-y;
}
#box_top {
	width: 244px;
	border: 1px solid #4b4b4b;
	background-color: #817e7a;
	padding: 20px 20px 05px 20px;
	float: right;
	color: #FFFFFF;
	margin: 00px 00px 15px 15px;
}
#box_top img {
	border: 1px solid #4b4b4b;
	background-color: #FFFFFF;
	padding: 02px;
	margin: 00px 00px 15px 00px;
}
.box {
	padding: 00px 20px 00px 20px;
	text-align: center;
	color: #9b4709;
	float: left;
	width: 716px;
	margin: 00px 00px 10px 00px;
}
.box strong {
	font-size: 20px;
}
.box A {
	color: #9b4709;
	text-decoration: underline;
}
.box A:hover {
	color: #0000FF;
	text-decoration: underline;
}
.bottom_curve_bg {
	width: 850px;
	float: left;
	background: url(images_interior/bottom_curve_bg.jpg) left bottom scroll repeat-x;
}
.coming_soon {
	padding: 100px 00px;
}
ul.list {
	padding: 00px 00px 08px 20px;
}
ul.list li {
	padding: 00px 00px 07px 10px;
	list-style-type: disc;
}
.address {
	width: 460px;
	text-transform: uppercase;
	text-align: center;
	margin: 00px 00px 30px 00px;
}
.address span {
	font-size: 26px;
}
.address h6 {
	padding: 00px 00px 05px 00px;
}
.address strong {
	font-size: 22px;
}
/***************************** Form *******************************/
#form_bg {
	width: 355px;
	border: 2px solid #000000;
	padding: 05px 15px;
	float: right;
	margin: 06px 00px 30px 15px;
}
.text_box {
	width: 250px;
	height: 18px;
}
/***************************** Bottom Link *******************************/
#bottom_link {
	width: 850px;
	float: left;
	color: #000000;
	line-height: 40px;
}
#bottom_link p {
	padding: 00px;
}
#bottom_link A {
	color: #000000;
	text-decoration: none;
}
#bottom_link A:hover {
	color: #000000;
	text-decoration: underline;
}