@charset "utf-8";
body {
	background-color: #C8C8C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9A2814;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	color: #5F180C;
}
a:link {
	color: #000000;
	text-decoration: none;
}
.navBarbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #401109;
	background-color: #E4C192;
	letter-spacing: .25em;
	padding: 1px;
}

.navBardetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #401109;
	background-color: #E4C192;
	padding: 1px;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.tableMain {
	background-image: url(images/background_index.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.tableServices {
	background-image: url(images/background_services.jpg);
}
.tableGallery {
	background-image: url(images/background_gallery.jpg);
}
.tableContact {
	background-image: url(images/background_contact.jpg);
}


.detailnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #401109;
	text-align: left;
	font-style: normal;
}

.detailnavlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #401109;
	text-align: left;
	font-style: normal;
	text-decoration: underline;
}

.detailcap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #401109;
	text-align: center;
	font-style: normal;
}

.detailPgNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #401109;
	background-color: #E4C192;
	letter-spacing: .25em;
	padding: 1px;
}

.nestTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-style: normal;
}
img {
	border: 1px solid #9A2814;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     border: 0px solid #000000;
     position: relative;
}
div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
div.box_background {
     background-color: #b9b6a7;
     height: 100%;
     opacity: 0.5;
     filter:alpha(opacity=50); /* IE's opacity*/
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 100;
}