/*Global*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, img,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: url('../img/bground/bground.png') repeat;
	font-family: Tahoma, Arial, Verdana, Sans-serif;	
}

h1{
	color: rgb(200, 113, 0);
	font-size: 11px;
	font-weight: 900;
	padding: 0px 14px 0px 14px;
}

p{
	color: #706400;
	font-size: 10px;
	padding: 0px 14px 14px 14px;
	text-align: justify;
}

 a{
	color: rgb(200, 113, 0);
	font-size: 10px;
	font-weight: 900;
}

a:hover {
	color: rgb(254, 249, 216);
}

.spacer {
	clear: both;
}

.float{
	float: left;
}
/*End Global*/

/*Index Layout*/
#page-container{		
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
}

/*Container for IE*/
#head-a-layout{
	width: 1px; 
}

#head-a-container{
	width: 249px;
}

#head-b-container{
	float: right;
	width: 327px;
}

#hinge-placeholder{
	clear: both;
	background-image: url(../img/bground/hinge-placeholder.png);
	height: 25px;
	width: 724px;
}

/*Container for IE*/
#col-a-layout{
	width: 1px; 
}

#col-a-container{
	width: 249px;
}

#col-b-container{
	float: right;
	width: 481px;	
}

.hidden{
	display:none;
}

.cont-box input{
	color: #706400;
	border: 1px solid #BAAC3A;
	margin-right: 10px;
}

.cont-box label{
	color: #BD6B00;
	font-size: 10px;
	font-weight: 900;
	line-height: 25px;
}

.cont-box form{
	text-align: right;
	padding-top: 9px;
}

.cont-box form a{
	vertical-align: text-top;
	margin-right: 5px;
	color: #706400;
	text-decoration: none;
}

.cont-box form a:hover{
	color: #BD6B00;
}

.thumb-box img{
	margin: 8px 0px 8px 8px;
}

.thumb-box h1{
	padding: 0px;
	margin-left: 180px;
	padding-top: 6px;
}

.thumb-box p{
	margin-left: 166px;
	padding-top: 4px;
}

.half-thumb-box img{
	margin: 6px 0px 6px 6px;
}

.half-thumb-box h1{
	padding: 0px;
	margin-left: 90px;
	padding-top: 4px;
	color: #706400;
}

.half-thumb-box p{
	margin-left: 76px;
	font-size: 11px;
	text-align: left;
}

.half-thumb-container{
	width: 50%;
}
/*End Index Layout*/

/* Footer */
#footer{
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	color: #B5AC6F;
	font-weight: 900;
	text-align: center;
}

#footer a {
	color: #FEF9D8;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	color: #BD6B00;
}

#footer h1{
	margin-top: 10px;
	margin-bottom: 4px;
}

#footer h2{
	color: #FEF9D8;
	font-weight: 100;
	font-size: 10px;
}
/* End Footer */

#menu-container{
	float: right;
	background-image: url('../img/bground/menubground.png');
	margin-right: 7px;
	margin-top: 2px;
	padding-top: 24px;
	width: 151px;
	height: 160px;
}

/*   IE5 Mac Hack \  */
#menu-container{
	padding-left: 0px;
}

/*  / 
#menu-container { padding-left: 0px; overflow: hidden; } 
/* End Hack   */

#menu-container dl {
	margin: 0;
	padding: 0;
}

#menu-container dt {
	float: left;
}

#menu-container dt a {
	display: block;
	height: 0px! important;
	height: 25px;
	/*    */
	/*   IE 5/Win hack   */
	padding: 24px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#menu-container dt a:hover {
	background-position: 0 -25px;
}

#menu-container dt#home, {
}

#menu-container dt#home a {
	width: 140px;
	background-image: url(../img/nav/home.png);
}

#menu-container dt#about, {
}

#menu-container dt#about a {
	width: 140px;
	background-image: url(../img/nav/about.png);
}

#menu-container dt#tours, {
}

#menu-container dt#tours a {
	width: 140px;
	background-image: url(../img/nav/tours.png);
}

#menu-container dt#photo, {
}

#menu-container dt#photo a {
	width: 140px;
	background-image: url(../img/nav/photo.png);
}

#menu-container dt#reservations, {
}

#menu-container dt#reservations a {
	width: 140px;
	background-image: url(../img/nav/reservations.png);
}

#menu-container dt#contact, {
}

#menu-container dt#contact a {
	width: 140px;
	background-image: url(../img/nav/contact.png);
}

body.home dt#home,
body.home dt#home a,
body.about dt#about,
body.about dt#about a,
body.tours dt#tours,
body.tours dt#tours a,
body.photo dt#photo,
body.photo dt#photo a,
body.reservations dt#reservations,
body.reservations dt#reservations a,
body.contact dt#contact,
body.contact dt#contact a {
	background-position: 0 -25px;
}