/* CSS Document */
/*png transparency fix from http://www.twinhelix.com/test/*/
img, #page-main, #page-top, #page-bottom { behavior: url(/iepngfix.htc); }
/* to zero margins -- didn't include ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset due to contribute rendering */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

/* to set font for body, background, and text-align center for IE5 fix to ignoring auto in wrapper*/
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	margin:0px auto 0px auto;
	padding: 0;
	text-align:center;
	background-color:#666666;
}


/* ----------------------------------------GLOBAL LINK STYLES----------------------------------------*/
a {color:#336699;text-decoration:underline;}
a:hover {color:#006600;text-decoration:underline;}


/* --------------------GLOBAL WRAPPER, MAIN NAVIGATION, AND CONTENT LAYOUT/DESIGN/STRUCTURE STYLES--------------------*/
#background {
	text-align:center;
	width:100%;
	height:425px;
	margin:0px auto;
	background-image:url(../images/structure/background-texture.jpg);
	background-repeat:no-repeat;
	background-position: top center;  
}
/* wrapper for home page*/
#wrapper {
	margin: 0px auto;
	padding:0px;
	text-align:left;
	width: 880px;
}
/* page background */
#page-top {
	width:880px;
	padding:0px 0px;
	height:55px;
	
}
#page-main {
	width:850px;
	padding:0px 15px 15px 15px;
	/*min-height:600px;
  	height:auto !important;
	height:600px;*/
	background-image:url(../images/structure/background-shadow.png);
	background-repeat:repeat-y;
	overflow:visible;
	height:100%;
}
#page-bottom {
	width:850px;
	padding:18px 15px 0px 15px;
	height:32px;
	background-image:url(../images/structure/footer-bottom.png);
	background-repeat:no-repeat;
}
.header {width:850px;}
/* page body for 1 col*/
.main-home {width:790px;margin:0px 30px;}


/* ----------------------------------------NAV STYLES----------------------------------------*/
.nav {width:840px;height:40px;background-image:url(../images/structure/nav-back.jpg);background-repeat:no-repeat;padding-left:10px;margin-bottom:30px;text-align:center; }

#p7PMnav {
	margin: 0 0;
	text-align:center;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	width:auto;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	/*background-color: #FFFFFF;
	border: 1px solid #000000;*/
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 2px 15px 3px 15px;
	color: #ffffff;
	height:30px;
	font-weight:bold;
	border-left: 1px solid #141420;
	border-right: 1px solid #141420;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #cccccc;
	/*background-color:#006600;*/
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/* ------ the current page marker style ------ */
#p7PMnav li .p7PMmark {
	color: #FFFFFF;
	background-color:#365A28;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
}
#p7PMnav li li .p7PMmark {
	color: #365A28;
	background-color:#F3F3F3;
	border-left: none;
	border-right: none;
	
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .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: #0066FF;*/
	color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
	color:#000033;
	text-transform:none;
	text-align:left;
	
}
#p7PMnav ul {
	border:1px solid #CCCCCC;
	border-top:none;
	background-color:#FFFFFF;
}
#p7PMnav ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	color: #000033;
	height:auto;
	font-weight:bold;
	border:none;
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	/*background-color: #0066FF;*/
	color: #365A28;
	background-color:#F3F3F3;
	border:none;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}


/* ---------------------------------------EXTRA STYLES----------------------------------------*/

.rightcol310 {width:310px;margin:0px 0px 12px 30px;float:right;}
.rightcol210 {float:right;width:210px;margin:0px 0px 12px 30px;}
.navlevel3 {border:1px solid #E5E5E5; padding:20px;margin-bottom:12px;background-color:#F8F8F8;}

/* ----------------------------------------FOOTER STYLES----------------------------------------*/

/* for footer styles */
#page-bottom p {color:#000033;font-size:1em;text-align:center;margin-bottom:10px; }
#page-bottom .credit {color:#F3F3F3;font-size:0.9em;text-align:center;}
p.credit a {color:#F3F3F3;text-decoration:none;}
p.credit a:hover {color:#F3F3F3;text-decoration:underline;}
.clearit {
	clear: both;
	height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0px;
}
