@charset "UTF-8"; 

/* Main Layout Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	color: #1A070D;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-color: #020001;
	background-image: url(images/bg-full-compressed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#container {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
	margin-left: -500px;
	margin-top: -315px;
	width: 1000px;
	height: 630px;
	padding: 0;
}
#MainColA, #MainColB, #MainColC {
	height: 630px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#MainColA {
	background-image: url(images/page-left-top.gif);
	width: 217px;
	height: 144px;
}
#MainColA-bottom {
	height: 203px;
	width: 217px;
	background: url(images/page-left-bottom-b.gif) no-repeat right bottom;
}
#MainColB {
	background-image: url(images/page-middle-top.gif);
	width: 606px;
}
#MainColBTop {
	background: no-repeat center top;
	height: 117px;
	width: 606px;
}
#MainColBMiddle {
	height: 382px;
	width: 606px;
	background-image: url(images/page-middle-middle.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	background-color: #D7C3A7;
	clear: both;
}
#MainColBBottom {
	background: url(images/page-middle-bottom-b.gif);
	height: 128px;
	width: 288px;
	float: right;
	padding: 0 10px;
	font: 0.9em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #550603;
	text-align: center;
}
#MainColC {
	background-image: url(images/page-right-top.gif);
	width: 177px;
	height: 456px;
	padding: 174px 0 0 0;
}

#main-navigation {
	margin: 0;
	list-style-type: none;
	width: 192px;
	height: 240px;
	line-height: 0.95em;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	display: block;
	background-image: url(images/page-left-middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 43px 0 0 25px;
}

#main-navigation li {
	margin: 0px;
	padding: 0 0 13px 0;
	float: left;
	width: 158px;
}

#main-navigation li a {
	color: #988768;
	display: block;
	padding: 0 10px 0;
	text-decoration: none;
	float: left;
}

#main-navigation li a:hover {
	color: #0B0F05;
}

#page-content {
	padding: 0;
	width: 780px;
	margin: 20px 0 0 0;
	text-align: left;
	color: #F3DFC5;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pageleft {
	float: left;
	width: 281px;
	padding: 0;
	margin: 0 40px 0 0;
}
#pageright {
	float: right;
	width: 280px;
	padding: 0;
}
#MainColBMiddle    p {
	color: #121B0E;
	margin: 0 0 8px 0;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4em;
}
#colA, #colB {
	padding: 0 0 0 7px;
	width: 130px;
	float: left;
	font-size: 0.9em;
}
#MainColBMiddle  /* Main Layout Text Styles */
h1 {
	font-size: 1.4em;
	font-weight: lighter;
	text-transform: none;
	color: #5F472C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(images/h1-blank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 72px 0 0 0;
	margin: 0 0 5px 0;
	text-align: center;
	line-height: 1em;
}
#MainColBMiddle  h2 {
	margin: 9px 0 5px 0;
	font-size: 1em;
	font-weight: bolder;
	text-transform: none;
	line-height: 1em;
	color: #1A070D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#MainColBMiddle  h3 {
	margin: 15px 0px 0px;
	font-size: 0.9em;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #1A070D;
}
#MainColBMiddle  h4 {
	color: #7A5637;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	background-image: url(images/h4-blank.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 30px;
	margin : 0 0 10px  0;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding : 7px 15px  5px 5px;
}
#MainColBMiddle  h5 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #1A070D;
	margin: 0px;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.5em;
}
#MainColBMiddle  h6 {
	text-align: right;
	border-top: 1px solid #411C0C;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1em;
}
#MainColBMiddle  hr {
	border: 0;
	color: #61492F;
	background-color: #715A3E;
	height: 1px;
	width: 100%;
	text-align: center;
	margin: 5px 0 10px 0;
	_margin: 0;
	padding: 0;
}
#MainColBMiddle   a {
	text-decoration: none;
	color: #220202;
	font-weight: bold;
}
#page-content  a:hover { color: #FF9933; }
#page-text  ul, #page-text ol{
	margin: 0 20px 25px 0;
	padding: 0 0 0 40px;
	font-size: 0.85em;
	line-height: 1.3em;
}
#page-text li {
	margin: 0px 0px 5px;
}
#page-text li a {
	color: #FFFFCC;
}





/* Form Items */

form {
	margin: 0px;
}
#contactform label{
	margin: 6px 0px 2px 0px;
	_margin: 6px 0px -20px 0px;
	padding: 6px 2px 0px 6px;
	background-color: #160100;
	font-size: 0.75em;
	font-weight: bold;
	color: #F3DFC5;
	display: block;
	height: 18px;
	width: 77px;
	line-height: 1em;
} 


#contactform input{
	padding: 2px;
	margin :  -26px 0px 2px 90px;
	_margin : -23px 0px -30px 190px;
	border: 1px solid #162B5B;
	background-color: #eee;
	color: #000;
	height: 18px;
	float:left;
	_float:none;
}

#contactform textarea{
	padding: 2px;
	margin :  -26px 20px 10px 90px;
	_margin : -5px 20px 10px 190px;
	border: 1px solid #162B5B;
	background-color: #eee;
	color: #000;
	float:left;
	_float:none;
	clear: right;
}

#contactform p{
clear: both;
}
 
#contactform  #Submitbutton{
	clear: both;
	color: #DAEADF;
	background-color: #411C0C;
	border: 5px solid #DAEADF;
	margin: 0px;
	padding: 4px 10px;
	height: 36px;
}
.addtextpadding {
	padding: 0 0 0 20px;
}


 
.treat-bold {
	font-weight: bold;
}
.treat-italic {
	font-style: italic;
}
.treat-larger {
	font-size: 1.4em;
}
.treat-smaller {
	font-size: .8em;
}
.float-left {
	margin: 0px 15px 0px 0px;
	float: left;
}
.float-right {
	margin: 0px 0px 0px 15px;
	float: right;
}
.padbottom {
	margin: 0px 0px 9px;
}

.emphasisarea {
	background-color: #B3B8A2;
	padding: 6px;
	border: 1px solid #FFFFFF;
}
.drophide {
	display: none;
}
.smaller-italic {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1em;
}
#LINK-book {
	background: url(images/page-right-middle.gif) no-repeat left top;
	height: 274px;
	width: 177px;
}
#LINK-book a {
	height: 274px;
	width: 177px;
	display: block;
}
#LINK-book a:hover {
	background: url(images/page-right-middle-hover.gif) no-repeat left center;
}


#LINK-compass {
	background: url(images/page-right-bottom.gif) no-repeat left top;
	height: 182px;
	width: 177px;
}
#LINK-compass a {
	height: 182px;
	width: 177px;
	display: block;
}
#LINK-compass a:hover {
	background: url(images/page-right-bottom-hover.gif) no-repeat left center;
}
#LINK-photo a  {
	height: 117px;
	width: 606px;
	display: block;
}
#LINK-photo a:hover {
	background: url(images/page-middle-top-hover.gif) no-repeat left center;
}
 
#LINK-stamps {
	height: 128px;
	width: 298px;
	display: block;
	background: url(images/page-middle-bottom-a.gif) no-repeat;
	float: left;
}
 
#LINK-stamps a  {
	height: 128px;
	width: 298px;
	display: block;
}
#LINK-stamps a:hover {
	background: url(images/page-middle-bottom-a-hover.gif) no-repeat left center;
}

#LINK-eye {
	height: 203px;
	width: 135px;
	display: block;
	background: url(images/page-left-bottom-a.gif) no-repeat;
	float: left;
}

#LINK-eye a  {
	height: 203px;
	width: 135px;
	display: block;
}
#LINK-eye a:hover {
	background: url(images/page-left-bottom-a-hover.gif) no-repeat left center;
}

#LINK-bones {
	height: 144px;
	width: 217px;
	display: block;
	background: url(images/page-left-top.gif) no-repeat;
}

#LINK-bones a  {
	height: 144px;
	width: 217px;
	display: block;
}
#LINK-bones a:hover {
	background: url(images/page-left-top-hover.gif) no-repeat left center;
}
.contacttablelabel {
	font-size: 0.8em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
}

