/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height:22px;
	background-image:  url(p7PM_sapphire.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	text-decoration: none;
	background-color: #415485;
	padding: 4px 10px;
	color: #CCCCCC;
	border-top: 1px solid #495F96;
	border-right: 1px solid #394975;
	border-bottom: 1px solid #394975;
	border-left: 1px solid #495F96;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: transparent;
	color: #333333;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg {
	background-image:  url(http://www.kintera.org/atf/cf/{683533A6-50B6-4041-A4B1-E6092EEFF608}/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #5971AE;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 180px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #415485;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/* 
  -----------------------------------
  PMM PagePack Plus(TM) Style Sheet
  by Project Seven Development
  www.projectseven.com
  Anderssen Jones
  3-column Table
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#FFFFFF;
	color: #000C52;
	margin: 0;
	padding: 0;
	min-width: 750px;
}
#pagewrapper {
	margin: 0;
}
#mainTable {
	border: 1px solid #000C52;
}
td {
	vertical-align: top;
	background-color: #FFFFFF;
}
#c1 {
	width: 180px;
	border: 1px solid #000C52;
}
#c2 {
	width: auto;
	border: 2px solid #000C52;
	font-size: 0.9em;
	padding: 16px 24px;
}
#c3 {
	width: 155px;
	border: 1px solid #000C52;
}
.c1-text {
	font-size: .75em;
	padding: 12px;
}
.c1-text p {
	margin: 3px 0 12px 0;
}
#c2 p {
	margin: 3px 0 12px 0;
	line-height: 1.5em;
}
.c3-text {
	font-size: .75em;
	padding: 12px;
}
.c3-text p {
	margin: 3px 0 12px 0;
}
.pictureprgh {
	margin: 0;
	text-align: center;
	border: 0;
}
.col-topheading {
	margin: 16px 12px 0 12px;
	background-color: Orange;
}
h1 {
	color: #0000052;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 3px 1%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}

h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-size: 1.35em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: .8em;
	font-weight: bold;
}
h6 {
	font-size: .6em;
	font-weight: bold;
}
#footer {
	border: 1px solid #000C52;
	font-size: 0.75em;
	padding: 12px;
	color: #FFFFFF;
	background-color: #001BB0;
}
.c1-text a:link, .c2-text a:link, .c3-text a:link {
	color: #2F3F9C;
}
.c1-text a:visited, .c2-text a:visited, .c3-text a:visited {
	color: #001BB0;
}
.c1-text a:hover, .c1-text a:active, .c1-text a:focus,
.c2-text a:hover, .c2-text a:active, .c2-text a:focus,
.c3-text a:hover, .c3-text a:active, .c3-text a:focus {
	color: #0027FF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #0027FF;
}
/*Layout-specific styles to overwrite the menu styles.*/
#p7PMnav {
	font-size: 0.8em;
	border-bottom: 1px solid #9DACFF;
	border-right: 0;
	border-left: 0;
	width: 100%;
}
#p7PMnav ul {
	width:13em;
}
