html, body {
	height: 100%;
}
body {
	background-color: #DDCCB3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	margin: 0px;
	text-align: center;
}
#hh { 
	width:1px;
	height:50%;
	margin-bottom:-300px;
	float:left;
}
#container {
	margin:0px auto;
	position:relative;
	text-align:left;
	height:600px;
	width:955px;
	clear:left;
	background-color:#000000;
	background-image: url(graphics/back.jpg);
	background-repeat: no-repeat;
}
#page {
	background-color: #FFFFFF;
	height: 580px;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 935px;
	background-image: url(images/image10.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	z-index: 100;
	height: 210px;
	width: 210px;
	left: 540px;
	top: 250px;
}

#menu {
	width: 280px;
	height: 430px;
	position: absolute;
	left: 645px;
	top: 150px;
}
#outer {
	left: 130px;
	position: absolute;
	top: 100px;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#p7PMnav {
	margin: 0px;
	padding:0px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 8px 5px;
	color: #666666;
	line-height:1;
	border-bottom: 1px solid #E0E0E0;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #000000;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	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: #AA2B56;
	color: #CCCCCC;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 120px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 140px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
h1 {
	font-weight: normal;
	font-size: 2.2em;
	text-align: center;
}
h2 {
	font-size: 1.4em;
	text-align: center;
	margin: 0px;
	padding: 0 0 1.2em 0;
}
#content {
	position: absolute;
	width: 645px;
	bottom: 0px;
	background-image: url(graphics/contentback.png);
	background-repeat: repeat;
	color: #FFFFFF;
}
#ktml {
	padding: 15px 120px 5px 15px;
}
#ktml p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
a:link, a:visited {
	color: #FFFFFF;
}
.Accordion {
	text-align: center;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 6px 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px gray;
}
.AccordionPanelContent {
	margin: 0px;
	padding: 10px 10px 0px 10px;
	border-bottom: solid 1px gray;
}
.highlight {
	background: url(graphics/contentback.png);
}
.highlight div.AccordionPanelTab {
	border: none;
}
.menuheading {
	font-size: 1.5em;
	font-weight: bold;
}
