/* 
  -------------------------------------------------------------------------------------------------------
  ews styles
  -------------------------------------------------------------------------------------------------------
*/

body {
	background-image: url(images/slices/pattern1.jpg);
}
body,td,th {
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
	font-size: 12px;
	line-height: 20px;
	color: #3E2C00;
}
a {
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
	font-size: 12px;
	color: #5C6F26;
}
a:link {
	text-decoration: none;
	color: #5C6F26;
}
a:visited {
	text-decoration: none;
	color: #5C6F26;
}
a:hover {
	text-decoration: underline;
	color: #5C6F26;
}
a:active {
	text-decoration: none;
	color: #5C6F26;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
}
h1 {
	font-size: x-large;
	color: #667A29;
}
h2 {
	font-size: large;
	color: #667A29;
		font-variant: small-caps;
}
h3 {
	font-size: medium;
	color: #667A29;
		font-variant: small-caps;
}
h4 {
	font-size: 14px;
	color: #667A29;
	font-variant: small-caps;
	font-weight: bold;
}

.floatleftbox
{
	float: left;
	margin: 0px 20px 0px 0px;
	border-top: 0px solid #555;
	border-right: 0px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	padding: 5px;
}
.header14smcaps {
	font-size: 14px;
	font-variant: small-caps;
	color: #4D4F31;
}
.header14 {
	font-size: 14px;
	font-variant: small-caps;
	color: #4D4F31;
	border-left-style: solid;
	border-left-color: #8E925A;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8E925A;
	padding-left: 3px;
	padding-bottom: 0px;
}
.header16 {
	font-size: 16px;
	color: #667A29;
	font-variant: small-caps;
}

/* 
  -------------------------------------------------------------------------
  Pop Menu Magic 2 -    Menu Type: Horizontal  - 07 - See-Through
  -------------------------------------------------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh07 {
	  position:relative;
  z-index:999999;
	width: auto;
	margin: 0 auto;
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
	font-size: 13px;
	padding: 1px;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	color: #533A00;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh07 ul div {
	display: none;
}
/*Provide Buffer for lowered 1st level Drop Down*/
.p7PMMh07 ul div {
	padding-top: 2px;
	background-image: url(p7pmm/img/pmm_iefix.gif);
}
/*Remove Buffer 2nd level flyouts*/
.p7PMMh07 ul ul div {
	padding-top: 0px;
	background-image: none;
}
/*
TOP LEVEL MENU
*/ /*  to center the entire horizontal line of text, adjust the width in the ul and the li.  Margin 0 auto on the UL, along with the width, is what centers them.*/
.p7PMMh07 ul {
	font-variant: small-caps;
	margin: 0 auto;
	padding: 0;
	width: 600px;
		color: #533A00;
}
.p7PMMh07 li {
	list-style-type: none;
	float: left;
	width: 100px;
	margin-right: 6px;
	background-image: url(p7pmm/img/pmm_sheer_root.png);
}
/* Hide from IE5 Mac \*/
.p7PMMh07 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh07 ul a {
	display: inherit;
	text-decoration: none;
	padding: 10px 14px;
	color: #533A00 !important;
	text-align: left;
}
.p7PMMh07 a:hover {
	color: #8CA73A !important;
	border-color: #FFF;
		font-weight: bold;
}
.p7PMMh07 li:hover {
	background-position: 0px -80px;

}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh07 ul a.pmmfirst {
}
.p7PMMh07 ul a.pmmlast {

}
.p7PMMh07 ul li.pmmfirst {
}
.p7PMMh07 ul li.pmmlast {
}
/*First Sub Level*/
/* the width is the width of the sub box that drops down*/
.p7PMMh07 ul ul {
	z-index: 10000;
	width: inherit;
	border-bottom: 1px solid #969953;
	border-left: 1px solid #969953;
	background-image: url(p7pmm/img/pmm_sheer_subs.png);
	outline-color: #8CA73A;
	line-height: 11px; /* this is space between lines in drop down box*/
	font-variant: normal;
	font-size: 12px;
}
.p7PMMh07 ul ul li {
	float: none;
	background-image: none;
	margin-right: 2px;
}
.p7PMMh07 ul ul a {
	padding: 8px 15px 5px 10px;
	color: #FFFFFF !important;
	border: 0;
	background-image: none;
	background-color: transparent;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
}
/*this is the color of the sub block when you rollover, */
.p7PMMh07 ul ul a:hover {
	color: #533A00 !important;
	background-image: none;	
	font-size: 12px;
	font-weight: normal;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh07 ul ul ul {

}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh07 img {
	border: 0;
}
.p7PMMh07 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

.p7PMMh07 ul a.trig_closed {
	background-image: url(p7pmm/img/pmm_south_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh07 ul a.trig_closed_up {
	background-image: url(p7pmm/img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh07 ul li.trig_open, .p7PMMh07 ul li.trig_open_left, .p7PMMh07 ul li.trig_open_up {
	color: #533A00 !important;
	background-color: transparent;
	background-position: 0px -80px;
}
/*Sub Level*/
.p7PMMh07 ul ul a.trig_closed {
	background-image: url(p7pmm/img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh07 ul ul a.trig_closed_left {
	background-image: url(p7pmm/img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh07 ul ul a.trig_open {
	color: #FFF !important;
	background-image: none;
	background-color: #533A00 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh07 .current_mark {
	font-weight: bold;
	color: #8CA73A !important;
	letter-spacing: normal;
}
.p7PMMh07 ul ul .current_mark {
	color: #663300 !important;
		font-weight: normal;
	letter-spacing: normal;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* 
  -------------------------------------------------------------------------------------------------------
  Vertical Scroller Magic -    Style Theme: 07 - Minimalist
  -------------------------------------------------------------------------------------------------------
*/

.p7VSC07 {
	position: relative;
	padding: 0;
}
.p7VSC_showall {
	color: #757575;
	letter-spacing: 0.1em;
}
.p7VSC_showall:hover, .p7VSC_showall:active, .p7VSC_showall:focus {
	color: #0033CC;
}
.p7VSC07 .p7VSC_scrollbox_wrapper {
	border-top: 0px;
	border-right: 1px solid #666633;
	border-bottom: 0px;
	border-left: 0px;
}
.p7VSC07 .p7VSC_scrollbox {
	position: relative;
	border: 0;
	width: 100%;
}
.p7VSC07 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC07 .p7VSC_content {
	padding: 5px 10px;
}
.p7VSC07 .p7VSCtoolbar {
	display: block;
	text-align: right;
	padding: 4px 0;
}
.p7VSC07 .p7VSCtoolbar a {
	color: #000000;
	display: inline;
}
.p7VSC07 .p7VSCtoolbar a:hover {
	color: #0033CC;
}
.p7VSC07 .p7VSCtoolbar i, .p7VSC07 .p7VSCtoolbar b {
	font-style: normal;
	font-weight: normal;
}
.p7VSC07 .pause i {display: inline;}
.p7VSC07 .pause b {display: none;}
.p7VSC07 .play i {display: none;}
.p7VSC07 .play b {display: inline;}

.p7VSC07 .p7VSCdragchannel {
	position: absolute;
	width: 3px;
	top: 0px;
	right: -1px;
	cursor: default;
}
.p7VSC07 .p7VSCdragchannel em {
	display: none;
}
.p7VSC07 .p7VSCdragchannel a {
	display: block;
}
.p7VSC07 .p7VSCdragbar {
	position: relative;
}
.p7VSC07 .p7VSCdragCtrl {
	position: absolute;
	left: -3px;
	top: 0px;
}
.p7VSC07 .p7VSCdragCtrl a {
	height: 24px;
	width: 8px;
	background-image: url(p7vscroller/s7/img/p7VSC07_meter.gif);
	background-repeat: no-repeat;
}
.leading15 {
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
	font-size: 12px;
	line-height: 15px;
}
.leading25 {
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
	font-size: 11px;
	line-height: 35px;
	color: #A7A28D;
}
.leading20 {
	font-family: "Trebuchet MS", Tahoma, Arial, "Futura Bk BT";
	font-size: 11px;
	line-height:  20px;
	color: #A7A28D;
}
.testimonial {
	font-family: "Futura Std Light", Tahoma, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #3E2C00;
	font-style: italic;
}
.thinrule {
	font-family: "Futura Std Light", Tahoma, Arial;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8E925A;
	margin-left: 40px;
	margin-right: 40px;
	;
