body {
	background-color: #eaeaea;
}

/*  BASIC TEXT FORMATING */

p {
	color: #545454;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 125%;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #C7B189;
	}
.btm_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #949494;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
.btm_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C7B189;
}

a:hover {
	text-decoration: underline;
	}
.right_side {
	background-image: url(../media/interior/right.jpg);
	background-repeat: repeat-y;
}
.left_side {
	background-image: url(../media/interior/left.jpg);
	background-repeat: repeat-y;
}

.index {
	background-image: url(../media/index/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
	background-color: #FFFFFF;
}
.top_img {
	padding-top: 2px;
	padding-bottom: 4px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #C7B189;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C7B189;
	border-bottom-color: #C7B189;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subnav {
	position: relative;
	float: right;
	width: 150px;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 10px;
	border-left: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	padding-bottom: 15px;
	font-size: 11px;
}

.subnav p {
	text-align: left;
}
.box {
	padding-right: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	color: #5A5A5A;
}
h2 {
	color: #8B0B04;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.location {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5A5A5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9e9e9e;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C9B08A;
}
li {
	color: #545454;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	text-align: justify;
}
h3 {
	color: #5A5A5A;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

h3 a {
	color: #8b0b04;
}
.highlight {
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}
.img_brdr {
	border: 1px solid #696969;
	padding: 1px;
}
.img_left {
	padding-right: 5px;
}
.img_right {
	padding-left: 5px;
	padding-right: 15px;
}
.center {
	text-align: center;
}

.map {
	width: 455px;
	float: right;
	padding: 5px;
}


#mapContainer {
	height: 215px;
	width: 98%;
	margin: 0px auto 0px auto;
	border: 1px solid #333333;
}
