/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:14 - Bartlett
  -----------------------------------
*/
body {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
}
#header {
	text-align: left;
	width: 750px;
	margin: 10 auto 0;
	border: thin solid #175679;
	padding: 1px;
	background-color: #E1E0D2;
}
#footer {
	text-align: left;
	width: 750px;
	margin: 10 auto 0;
	border: thin solid #175679;
	padding: 0;
	background-color: #E1E0D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #175679;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	width: 750px;
	margin: 50 auto 0;
	border: medium solid #175679;
	padding: 10px;
	background-color: #3986A5;
}
#left {
	text-align: center;
	width: 200px;
	margin: 0;
	border: 1px solid #175679;
	left: 10px;
	top: 10px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#right {
	text-align: left;
	width: 500px;
	margin: 0;
	border: 1px solid #175679;
	left: 200px;
	top: 10px;
	float: right;
	padding: 10px 10px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	background-color: #FFFFFF;
}

.section {
	padding-top: 10px;
	border-top: thin dashed #175679;
	border-right: thin none #175679;
	border-bottom: thin none #175679;
	border-left: thin none #175679;

}

clear {
	clear: both;
}
h2 {
	font-size: 1.5em;
	color: #175679;
}
h3 {
	font-size: 1.2em;
	color: #175679;
}
.rimg {
	padding: 5px;
	float: right;
	border: 1px solid #175679;
	margin: 5px;
}
.limg {
	padding: 5px;
	float: left;
	border: 1px dotted #175679;
	margin: 5px;
}
a:link {
	color: #175679;
	text-decoration: underline;
} 
a:visited {color: #CC9900} 
a:hover {
	color: #ffffff;
	border: 0px none;
	background-color: #175679;
} 
a:active {
	color: #000000;
	border: 1px dashed #FFCC33;
} 




#p7PMnav {
	margin: 0;
	padding:0;
	border-bottom: 1px solid #ffffff;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333333;
	background-color: #3C85A1;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#p7PMnav a {
	border-bottom: 0;
	border-top: 1px solid #EEEEEE;
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 12px 4px 10px;
	color: #FFFFFF;
	line-height:1;
}
#p7PMnav ul a {
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #333333;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	color: #333333;
	background-color: #E1E0D2;
	letter-spacing: 0.01px;
	border-top: 1px solid #CAD5C6;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	border-left: 1px solid #CAD5C6;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:hover, #p7PMnav .p7PMtrg:active {
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #E1E0D2;

}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 174px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 174px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}
#pmm {
	border: thin solid #000000;
}
