@charset "utf-8";
.pngfix
{
	behavior: url(/js/pngfix/iepngfix.htc);
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #272914;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}

.top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 121px;
}
/*start global nav*/
.globalnav {
	background-image: url(images/globalnav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #c1ab7f;
}
.globalnav a:link{
	color: #c1ab7f;
	text-decoration:none
}
.globalnav a:visited{
	color: #c1ab7f;
	text-decoration:none
}
.globalnav a:hover{
	color: #bac17f;
	text-decoration:none
}
/*end global nav*/

.content {
	background-color: #FFF;
	padding: 30px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	padding-right: 60px;
}

.copy a:link, .copy a:visited, .catcopy a:link, .catcopy a:visited
{
	color: #51512f;
}

.copy a:hover, .catcopy a:hover
{
	color: #727243;
}


.catcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	padding-right: 30px;
	padding-left: 30px;
}
.resev {
	background-image: url(images/reserv_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	vertical-align: middle;
	padding-top: 3px;
}
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*start footer*/
.footernav {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #e8d098;
	display: block;
}
.catheader {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e3f23;
	letter-spacing: 10px;
	text-indent: 30px;
	height: 40px;
	margin: 0px;
	padding-top: 12px;
}
* html .catheader { height: 52px; }
.catcontent {
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-color: #FFF;
}
.footernav a:link{
	color: #e8d098;
	text-decoration:none
}
.footernav a:visited{
	color: #e8d098;
	text-decoration:none
}
.footernav a:hover{
	color: #f0e5c9;
	text-decoration:none
}
.footer {
	background-image: url(images/footer_bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 34px;
}
/*end footer*/
.callout_template p
{
	padding:0;
	margin:0;
}
.header 
{
    color:#4E3F23;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
}