@charset "UTF-8";
/* CSS Document */

body {
	background-color: #913B0F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navcell {
	vertical-align:middle;
	text-align:center;
	background:url(publicimages/nav.png) repeat-x;
	color:#FAF2DD;
	font-family:"Myriad Pro", "Tahoma", "Lucida Sans";
	height:38px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
}
.navcellactive, .navcellover {
	vertical-align:middle;
	text-align:center;
	background:url(publicimages/nav.png) repeat-x;
	color:#FABD17;
	font-family:"Myriad Pro", "Tahoma", "Lucida Sans";
	height:38px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
}
.navsep {
	width:13px;
	background:url(publicimages/navsep.png) top left no-repeat;
}
.subnav {
	vertical-align:middle;
	text-align:left;
	background:#FAF2DD;
	color:#913B0F;
	font-size:13px;
	font-family:"Myriad Pro", "Tahoma", "Lucida Sans";
	height:26px;
	cursor:pointer;
	text-transform:lowercase;
}
.subnavactive {
	vertical-align:middle;
	text-align:left;
	background:#FAF2DD;
	color:#DF723A;
	font-size:13px;
	font-family:"Myriad Pro", "Tahoma", "Lucida Sans";
	height:26px;
	cursor:pointer;
	text-transform:lowercase;
}
.subnavsep {
	height:26px;
	background:#FAF2DD;
	width:50px;
}
.footer {
	background:url(publicimages/footer.png) top left no-repeat;
	color:#913A0D;
	font-family:"Myriad Pro", "Tahoma", "Lucida Sans";
	font-size:15px;
	height:144px;
	padding:0px 0px 0px 32px;
	vertical-align:top;
}
.plhead {
	color:#913B0F;
	font-family:Garamond, Times, "Times New Roman";
	font-size:22px;
	padding:6px 0px 0px 0px;
}
.locator th {
	background:#913B0F;
	color:#FAF2DD;
	padding:3px;
	font-family:"Myriad Pro", "Tahoma", "Lucida Sans";
	font-size: 13px;
	font-weight:normal;
	text-align:center;
}
.locator th a, .locator th a:link, .locator th a:hover, .locator th a:active, .locator th a:visited {
	color:#FAF2DD;
}
.lc1 {
	text-align:left;
	padding:0px 5px 16px 10px;
	white-space:nowrap;
}
.lc2, .lc2 a, .lc2 a:link, .lc2 a:hover, .lc2 a:visited, .lc2 a:active {
	padding:16px 5px 16px 0px;
	text-align:center;
	font-size:15px;
	color:#913B0F;
	vertical-align:top;
} 
.lc3 {
	padding:16px 5px 16px 0px;
	text-align:center;
	font-size:13px;
	vertical-align:top;
} 
.toolstable a, .toolstable a:link, .toolstable a:hover, .toolstable a:active, .toolstable a:visited {
	color:#788427;
	text-decoration:underline;
}
.scrollbar1 { vertical-align:top; display: block; overflow: auto; height: 325px; width: 100%; scrollbar-base-color:#913B0F; }
.tab {
	background:url(publicimages/tab_center.png) top repeat-x;
	color:#913B0F;
	font-size:14px;
	cursor:pointer;
	padding:3px 0px 3px 0px;
}
.tab_active {
	background:url(publicimages/tab_active_center.png) top repeat-x;
	color:#FAF2DD;
	font-size:14px;
	cursor:pointer;
	padding:3px 0px 3px 0px;
}
.tableft {
	background:url(publicimages/tab_left.png) top right no-repeat;
}
.tableft_active {
	background:url(publicimages/tab_active_left.png) top right no-repeat;
}
.tabright {
	background:url(publicimages/tab_right.png) top left no-repeat;
}
.tabright_active {
	background:url(publicimages/tab_active_right.png) top left no-repeat;
}
.ftable td {
	font-family:"Myriad Pro", "Tahoma", "Lucida Sans";
	font-size:15px;
	white-space:nowrap;
	padding:4px 20px 4px 0px;
	vertical-align:top;
	text-align:left;
}