/* CSS Document */
* html img,
* html div,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
a{
	color:#995F26;
}
a:hover{
	color:#666768;
}

body{
	background-image:url(../images/bg.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	line-height:25px;
	margin-top:0px;
}
h1{
	color:#666666;
	font-size:18px;
	margin-bottom:7px;
}
h3{
	color: #666666;
	font-size:14px;
	margin-bottom:7px;
}
p{
	color:#995F26;
	font-variant: normal;
}
.clear{
	clear:both;
}
.content{
	padding-left:50px;
	padding-right:70px;
	padding-top:48px;
	text-align:justify;
	font-variant: small-caps;
}
.float-image{
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
.footer{
	color:#666768;
	line-height:17px;
	padding-bottom:16px;
	padding-top:57px;
	text-align:center;
}
.gallery{
	width:730px;
}
.header{
	background-image:url(../images/header.png);
	background-repeAT:no-repeat;
	cursor:pointer;
	height:121px;
	padding-bottom:6px;
	width:816px;
}
.highlight-brown{
	color:#995F26;
	text-transform:uppercase;
}
.highlight-gray{
	color:#6E6F70;
	text-transform:none;
	padding-left: 0px;
}
.image{
	text-align:center;
}
.listing{
	margin:0px;
	padding:0px;
	text-align:left;
}
.listing ul{
	list-style-type:square;
}
.nav{
	background-image:url(../images/nav_bar.png);
	background-repeat:no-repeat;
	height:29px;
	margin-top:51px;
	padding-left:49px;
	padding-right:39px;
	padding-top:9px;
	width:728px;
}
.nav a{
	color:#666768;
	font-size:15px;
	font-variant:small-caps;
	font-weight:normal;
	text-decoration:none;
}
.nav a:hover{
	color:#995F26;
}
.nav li{
	display:inline;
	padding-right:32px;
}
.nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.NuContentRepeatItemSummary{
	clear:both;
	font-size:12px;
	padding-top:20px;
}
.no-padding.jsp{
	padding-right:0px;
}
.photo-thumb{
	float:left;
	margin-bottom:6px;
	width:160px;
}
#subsections{
	padding-top:15px;
}
.wrapper{
	margin:0 auto;
	width:816px;
}

#tabs{
	margin:0px;
	padding:0px;
}
#tabs ul {
	display:block;
	position:absolute;
}
#tabs ul.children {
	background-color:#EFEBE8;
	border:1px solid #A57C52;
	margin:0px;
	padding:0px;
	visibility:hidden;
	width:auto;
	z-index:100;
}
#tabs ul.children a{
	font-size:12px;
	padding:0px;
	padding-right:2px;
}
#tabs li {
	display:inline;
	float:left;
	height:auto;
}
#tabs li li {
	display:block;
	float:none;
}
#tabs ul.children li{
	display:block;
	line-height:20px;
	padding-bottom:5px;
	padding-left:15px;
	padding-top:1px;
	width:auto;
}
#tabs li:hover ul, #tabs li.sf ul {
	visibility:visible;
}
#tabs li:hover ul ul, #tabs li.sf ul ul {
	visibility:hidden;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li.sf ul, #tabs li li.sf ul {
	visibility:visible;
}

