/* ------------ general formatting -----------------*/
body
{
	background: #303e28; 
	background-image: url('images/bg.gif');
	background-position: top left;
	background-attachment:fixed;
	background-repeat: x;
}

p
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	color: #826438;
	line-height: 19px;
	margin: 8px 0px 10px 0px;
}

h1
{
	font-family: Georgia;
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
}

h2
{
	font-family: Georgia;
	font-size: 22px;
	color: #826438;
	text-transform: uppercase;
	font-weight: bold;
}

h3
{
	font-family: Georgia;
	font-size: 16px;
	color: #826438;
	text-transform: uppercase;
	font-weight: normal;
}



.white
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 18px;
	color: #FFFFFF;
	line-height: 16px;
}

/* ------------ layout -----------------*/

.photocontainer
{
	width: 705px; 
	border: 1px solid #fff9f9;
	text-align: left;
	height: 334px;
}

.blackbox
{
	width: 489px;
	height: 26px;
	padding-top: 2px;
	background: #000000;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 18px;
	color: #e3e0c0;
	text-align: center;
}

.textcontainer
{
	width: 705px;
	border: 1px solid #fff9f9;
	text-align: left;
}

.subcontainer
{
	width: 705px;
	background: url('subimages/content-bg.gif');
	text-align: left;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	color: #826438;
	line-height: 19px;
}

.headingbox
{
	width: 680px;
	margin-top: 6px;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 13px;
	line-height: 16px;
	color: #826438;
	text-align: left;
}

.lodgingbox
{
	width: 165px;
	float: left;
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	color: #826438;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
}

.left
{
	float: left;
}

.brochurebox
{
	background: url('images/request-brochure-bg.gif') no-repeat;
	width: 200px;
	height: 60px;
	text-align; center;
}


.photo
{
	width: 295px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
	
/* ------------ menus -----------------*/

.submenubox
{
	width: 705px;
	background: #3f5c2d;
}

a.menu:link, a.menu:visited, a.menu:active 
{ 
	display: block;
	width: 150px;
	padding: 2px;
	background: #e3e0c0;
	margin-bottom: 6px;
	font-family: Times New Roman;
	font-size: 13px;
	text-decoration: none;
	color: #6c4819;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
}

a.menu:hover 
{ 
	display: block;
	width: 150px;
	padding: 2px;
	background: #e3e0c0;
	margin-bottom: 6px;
	font-family: Times New Roman;
	font-size: 13px;
	text-decoration: none;
	color: #6d7798;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
}

a.smenu:link, a.smenu:visited, a.smenu:active 
{ 
	display: block;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 11px;
	float: left;
}

a.smenu:hover 
{ 
	display: block;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #d3cfa5;
	font-weight: bold;
	line-height: 11px;
	float: left;
}


/* ------------  link formatting -----------------*/

a:link, a:visited, a:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	text-decoration: none;
	color: #6878B7;
}

a:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	text-decoration: underline;
	color: #6d7798; 
}

a.plain:link, a.plain:visited, a.plain:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	text-decoration: none;
	color: #826438;
}

a.plain:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	text-decoration: underline;
	color: #6d7798; 
}


a.brochure:link, a.brochure:visited, a.brochure:active
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 20px;
}

a.brochure:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 11px;
	text-decoration: underline;
	color: #8ca281; 
}


/* ------------  footer -----------------*/

.footer, a.footer:link, a.footer:visited, a.footer:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 10px;
	text-decoration: none;
	color: #826438;
}

a.footer:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 10px;
	text-decoration: underline;
	color: #6d7798; 
}

/* ------------  sub footer -----------------*/

.subfooter, a.subfooter:link, a.subfooter:visited, a.subfooter:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 10px;
	text-decoration: none;
	color: #e3e0c1;
}

a.subfooter:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 10px;
	text-decoration: underline;
	color: #e3e0c1; 
}