* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html {
	display: block
}

/* Head Child Elements */

head {
	display: none
}

meta {
	display: none
}

title {
	display: none
}

link {
	display: none
}

style {
	display: none
}

script {
	display: none
}

/* Generic Block Elements */

body {
	background-color: #eae7e0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	color: #4b3d34;
}

a:link {
	color: #4b3d34;
	text-decoration: none;
}

a:visited {
	color: #4b3d34;
	text-decoration: none;
}

a:hover {
	color: #4b3d34;
	text-decoration: underline;
}

a:active {
	color: #4b3d34;
	text-decoration: none;
}

p {
	display: block;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 1.5em;
}

div {
	display: block;
}

layer {
	display: block;
}

marquee {
	display: inline-block;
	overflow:auto;
}

address {
	display: block;
}

blockquote {
	display: block;
}

q {
	display: inline;
}

center {
	display: block;
	text-align: center;
}

hr {
	border-color:#4b3d34;
	border-style: solid;
	border-width: 1px 0px 0px;
	clear: both;
	height:0px;
	margin: 10px 0;
	display: block;
}

map {
	display: inline;
}

/* Heading Elements */

h1 {
	display: block;
	font-size:25px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	display: block;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
}

h5 {
	display: block;
	font-size: 0.83em;
	font-weight: bold;
	margin-bottom: 10px;
}

h6 {
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Tables */

table {
	display: table;
}

table[align="center"] {
	margin-left: auto;
	margin-right: auto;
}

table[align="left"] {
	float: left;
}

table[align="right"] {
	float: right;
	text-align: start;
}

thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

tfoot {
	display: table-footer-group;
	vertical-align: middle;
	border-color: inherit;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

td, th {
	display: table-cell;
}

th {
	font-weight: bold;
}

caption {
	display: table-caption;
	text-align: center;
}

/* Lists */

ul {
	display: block;
	list-style-type: disc;
}

ol {
	display: block;
	list-style-type: decimal;
} 

li {
	display: list-item;
}

dd {
	display: block;
}

dl {
	display: block;
}

dt {
	display: block;
}

/* Form Elements */

form {
	display: block;
}

legend {
	display: block;
}

fieldset {
	display: block;
}

label {
	cursor: default;
}

/* Custom Elements */

.header {
	height: 100px;
	width: 100%;
	background: #d8d4c8;
	border-bottom: 5px solid #b0a996;
}

.body {
	position: relative;
	overflow: hidden;
	background: #f5f3f0;
	margin-top: 10px;
	padding: 10px;
}

.nav-bar {
	position: absolute;
	right: 0px;
	top: 60px;
}

.nav-bar li {
	display: block;
	float: left;
}

.nav-01 a {
	width: 74px;
	height: 40px;
	background: url(../images/nav_01.png) no-repeat;
	display: block;
}

.nav-01 a:hover {
	background-position: bottom;
}

.nav-02 a {
	width: 64px;
	height: 40px;
	background: url(../images/nav_02.png) no-repeat;
	display: block;
}

.nav-02 a:hover {
	background-position: bottom;
}

.nav-03 a {
	width: 70px;
	height: 40px;
	background: url(../images/nav_03.png) no-repeat;
	display: block;
}

.nav-03 a:hover {
	background-position: bottom;
}

.nav-04 a {
	width: 74px;
	height: 40px;
	background: url(../images/nav_04.png) no-repeat;
	display: block;
}

.nav-04 a:hover {
	background-position: bottom;
}

.nav-05 a {
	width: 99px;
	height: 40px;
	background: url(../images/nav_05.png) no-repeat;
	display: block;
}

.nav-05 a:hover {
	background-position: bottom;
}

.nav-06 a {
	width: 86px;
	height: 40px;
	background: url(../images/nav_06.png) no-repeat;
	display: block;
}

.nav-06 a:hover {
	background-position: bottom;
}

.nav-07 a {
	width: 61px;
	height: 40px;
	background: url(../images/nav_07.png) no-repeat;
	display: block;
}

.nav-07 a:hover {
	background-position: bottom;
}

.nav-08 a {
	width: 72px;
	height: 40px;
	background: url(../images/nav_08.png) no-repeat;
	display: block;
}

.nav-08 a:hover {
	background-position: bottom;
}

.gallery_cell {
	width: 200px;
	height: 133px;
	position: relative;
	float: left;
	border: 1px solid #4b3d34;
	margin: 7px;
	padding: 0px;
}

.footer {
	width: 900px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container {
	width: 900px;
	position: relative;
	margin: 0px auto;
}

.logo a {
	position: absolute;
	left: 0px;
	width: 270px;
	height: 100px;
	background: url(../images/logo.png) no-repeat;
}

.body ul {
	padding-left: 20px;
	margin: 10px 10px 10px 20px;
	line-height: 1.5em;
}

#maincolumn {
	position: relative;
	float: left;
	width: 670px;
}

#rightcolumn {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 10px;
}

#maincolumn_full {
	position: relative;
	width: 880px;
}

.facility-image {
	border: 1px solid #4b3d34;
	margin: 0px 8px 8px 8px;
}

.text-block {
	position: relative;
	overflow: hidden;
}

.textbox {
	width: 250px;
	border: 1px solid #4B3D34;
	padding: 2px;
}

.textarea {
	width: 450px;
	height: 220px;
	border: 1px solid #4B3D34;
	padding: 2px;
}

.select {
	border: 1px solid #4B3D34;
	padding: 2px;
}

.option {
	padding: 0px 6px 0px 3px;
}

.button {
	background: #EAE7E0;
	border: 1px solid #4B3D34;
	padding: 3px;
}

.contact-description {
	position: relative;
	float: left;
	width: 475px;
}

.contact-address {
	position: relative;
	float: right;
	text-align: right;
}

.contact-left {
	width: 20%;
	text-align: right;
	padding: 5px 10px 5px 5px;
	vertical-align: top;
}

.contact-right {
	width: 75%;
	padding: 5px 10px 5px 5px;
	vertical-align: top;
}

.testimonial-name {
	position: relative;
	float: right;
}

.banner {
	position: relative;
	width: 880px;
	height:250px;
	background: url(../../../images/banners/banner-01.png);
}

.banner-caption {
	position: absolute;
	top: 170px;
	height: 60px;
	width: 860;
	color: #ffffff;
	padding: 10px;
}

.banner-caption-title {
	font-size: 18px;
	margin-bottom: 6px;
}

.banner-caption-title a {
	color: #ffffff;
}

.content-container {
	position: relative;
	overflow: hidden;
	width: 880px;
	margin-top: 10px;
}

.content {
	float: left;
	width: 650px;
}

.side-bar {
	margin-left: 10px;
	float: right;
	width: 220px;
}

.gallery-small {
	width: 218px;
	height: 218px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 10px;
}

.map-small {
	width: 218px;
	height: 218px;
	border-width: 1px;
	border-style: solid;
	border-color: #b0a996;
	margin-bottom: 10px;
}

.testimonials-top {
	display: block;
	background: url(../images/testimonials-top.png);
	width: 220px;
	height: 10px;
}

.testimonials-middle {
	background: #ffffff url(../images/testimonials-mid.png) repeat-x;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #b0a996;
	width: 206px;
	padding: 0px 6px;
}

.testimonials-bottom {
	display: block;
	background: url(../images/testimonials-bot.png) no-repeat;
	width: 220px;
	padding-top: 28px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}
