/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border: 0px none #000000;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 2px solid #FFFFFF;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #B0AFE2;
	padding: 4px 5px;
	color: #2b2970;
	line-height:1;
	font-size: 0.8em;

}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2b2970;
	font-size: 0.8em;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2b2970;
	font-size: 0.8em;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #2b2970;
	color: #2b2970;
	font-size: 0.8em;

}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	font-size: 0.8em;
	color: #2b2970;

}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;

}
/* Top level menu width */
#p7PMnav {
	width: 150px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 150px;
}
#pmmcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 16px;
	color: #2b2970;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: #FFFFFF;
}

/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2b2970;
	font-size: 0.8em;
	font-weight: normal;
}
.body {
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #333333;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	line-height: 1.1em;



}
.openinghrssmall {

	font-family: "Century Gothic";
	color: #2b2970;
	background-color: #B0AFE2;
	width: 150px;
	font-size: 0.6em;
	padding: 5px;
}
.header {
	font-family: "Century Gothic";
	font-size: 1.5em;
	color: #2b2970;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	font-weight: bold;

}
.subheader {
	font-family: "Century Gothic";
	font-size: 1.2em;
	color: #2b2970;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	font-weight: bold;
	text-transform: capitalize;

}
