@import url(sitemapLogin.css);
@import url(search.css);

#body {
	text-align: center;
	background-color: #ebf6f5;
}


body {
	width: 100%;
	height: 100%;	
	font-family:Verdana;
}
h1
{
    font-family:Verdana, Tahoma, Helvetica;
    color: #663399;
    font-size:1.5em;
    font-weight:bold;
}
h2
{
    font-family:Verdana, Tahoma, Helvetica;
    color: #663399;
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:-5px;
}
h3
{
    font-family:Verdana, Tahoma, Helvetica;
    color: #663399;
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:-10px;
}
p
{
    font-family:Verdana;
    font-size:1.1em;
}
ul
{
    font-size:12px;
    font-family:Verdana;
}
li
{
    font-size:12px;
    font-family:Verdana;
}
a:link
{
    color:#4B2E86;
}
a:hover
{
    color:#9370D8;
    text-decoration:underline;
}
a:visited
{
    color:#4B2E86;
}

table.controlpanel {
	width: 768px;
	border: 1px solid #4b2e86;
	background-color: #edeaf3;
}
.controlpanel .CommandButton { margin-right: 3px; }

.outerContainer {
   width: 768px;
   margin: 0 auto;
   padding: 0;
   border-right: 1px solid #4b2e86;
   border-left: 1px solid #4b2e86;
   background-color: #fff;
}

/* Styles for the Accessibility and Search tools */
#userTools td {
	color: #ffffff;
	font:  bold xx-small verdana;
	height: 25px;
	vertical-align: middle;
	background-color: #502D75;
}
#userTools .searchArea {
	vertical-align: middle;
	padding-top: 3px;  	
    padding-right: 3px;        
 }
html>body #userTools .searchArea { padding-top: 2px; }
#userTools .searchArea input { height: 19px; }
#userTools a:link, #userTools a:active, #userTools a:visited {
	color: #ffffff;
	font:  bold xx-small verdana;
	text-decoration: none;	
}
#userTools a:hover { text-decoration: underline; }

/* These styles control the 'Go' image for search */
span.GetTheGoImage, a:link span.GetTheGoImage {
	width: 23px;
	height: 16px;
	margin-bottom: 6px;
	cursor: pointer;
	background: url(images/go_static.gif) no-repeat;
}
html>body span.GetTheGoImage { padding: 5px 7px; }
a:hover span.GetTheGoImage {
	text-decoration: none;
	background-image: url(images/go_over.gif);
}

/* Styles for each of the panes */
.bannerpane { background-color: #fff; }
.bannerpane img {
	vertical-align: bottom; 
	border: 0;
}

.leftpane, .adminLeftPane {
	width: 160px;
	background-color: #edeaf3;
}
.leftpanehome 
{
    padding-top:5px;
    padding-left: 10px;
	padding-right: 5px;
	background-color: #fff;
}
.adminLeftPane { background-image: url(images/bg-leftcol-admin.gif); }

.contentpane {
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	font-family:Verdana !important;/*BL*/
}
.contentpane a
{
    text-decoration:underline !important;

}

.rightpane {
	width: 175px;
	padding: 10px 3px 0 0;
}

.rightpane h3
{
    font-size:1.1em;
    font-family:Verdana;
    color: #000;
}
.rightpane p
{
    font-size:0.8em;
}

/* Styles for Jump Link at bottom of content pane */
.topJumpLink a:link, .topJumpLink a:visited {
	color: #1d1d1d;
	font: bold xx-small verdana;
	text-decoration: none;
	width: 34px;
	height: 17px;
	margin-right: 10px;
	background: url(images/TopOfPage_Normal.gif);
}
.topJumpLink a:hover { background: url(images/TopOfPage_Hover.gif); }

/* Modules used in right pane and on homepage */
.specialModules {
	width: 33%;
	padding-left: 2px;
}
.specialHome { padding: 0 5px 5px; }
a.ourSites:link, a.ourSites:visited {
	text-align: center;
	text-decoration: none;
	padding: 5px;
	display: block;
	/*border-bottom: 1px solid #a596c2;*/
}
a.ourSites:hover { text-decoration: none; }
a.ourSites img { border: 0 }

/* Styles for the footer */
.footer { color: #fff; }
.footer span,  td.footer, td.footer a, td.footer a:link, td.footer a:visited {
	color: #ffffff;
	font:  bold xx-small verdana;
	text-decoration: none;
	padding: 2px;
	background-color: #502D75;
}
td.footer a:hover, td.footer a:active {
	color: #fff;
	text-decoration: underline;
}

/* ---------------------------------------
							Geni Left Nav */
/* ---------------------------------------
							GeneralLevel */

div.GeneralLevelLeftNav
{ 
	background-color: #f1f1f1;
	margin: 0;
	padding: 10px 0 0 0;
	max-width: 180px;
	white-space: normal;
}

div.GeneralLevelLeftNav a.BreadCrumbHasChild 
{
	background-image: url(images/DownArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.GeneralLevelLeftNav a.HasChild 
{
	background-image: url(images/RightArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.GeneralLevelLeftNav a 
{	
	border-bottom:1px none #b7abcf;
	border-left:0px none white;
	border-right:1px none #4b2e86;
	border-top:0px none white;
		
	color: #4b2e86;
	display: block;	
	font: bold xx-small verdana;
	margin: 0;
	padding:5px 10px;
	text-decoration: none;
	white-space: normal;
	max-width: 180px;
	}
	
/* -- L0 */
div.GeneralLevelLeftNav a.Level0, 
div.GeneralLevelLeftNav a.BreadCrumbLevel0
{
	background-image: url(images/null.gif);
	background-color: #005a5d;
	color:White;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.Level0:Hover 
{
	background-color: #b7abcf;
	color:White;
	text-decoration: none;
	}

/* -- L1 */
div.GeneralLevelLeftNav a.Level1 
{	
    border-right: solid 1px #EDEAF3;
	background-color: #EDEAF3;
	color: #4b2e86;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.BreadCrumbLevel1
{
	background-color: #dfd8ec;
	color: #4b2e86;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.Level1:Hover,
div.GeneralLevelLeftNav a.BreadCrumbLevel1:Hover 
{
	/*background-color: #b7abcf;*/
	background-color: #fff;
	color: #4b2e86;
	text-decoration: none;
	}
	
/* -- L2 */
div.GeneralLevelLeftNav a.Level2 
{	
	background-color: #edeaf3;
	padding-left: 20px ;
	text-decoration: none;
	}	
div.GeneralLevelLeftNav a.BreadCrumbLevel2
{	
    border-right: solid 1px #EDEAF3;
	background-color: #EDEAF3;
	color: #4b2e86;
	padding-left:20px ;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.Level2:Hover,
div.GeneralLevelLeftNav a.BreadCrumbLevel2:Hover
{	
    border-right: solid 1px #EDEAF3;
	/*background-color: #b7abcf;*/
	background-color:#fff;
	color: #4b2e86;
	padding-left:20px ;
	text-decoration: none;
	}
/* -- L3 */
div.GeneralLevelLeftNav a.Level3 
{	
	background-color: #faf8fe;
	font-weight:normal;
	padding-left:40px;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.BreadCrumbLevel3
{	
	background-color: #dfd8ec;
	color: #4b2e86;
	padding-left:40px ;
	text-decoration: none;
	}	
 
div.GeneralLevelLeftNav a.Level3:Hover,
div.GeneralLevelLeftNav a.BreadCrumbLevel3:Hover
{	
    border-right: solid 1px #EDEAF3;
	/*background-color: #b7abcf;*/
	background-color:#fff;
	color: #4b2e86;
	font-weight:normal;
	padding-left: 40px ;
	text-decoration: none;
	}
	

	/* -- L1 */
div.GeneralLevelLeftNav a.LevelBottom 
{	
	background-color: white;
	background-position:right top;
	background-repeat:no-repeat;
	border:0px;
	color: #4b2e86;
	height:7px;
	margin:0px;
	display:none;
	padding:0 9px 0 0;
	text-decoration: none;
	white-space:nowrap;
	}
	
img.menuBot 
{
	border-bottom:1px solid #4b2e86;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	height:7px;
	margin:0;
	width:100%;
	line-height:7px;
	max-width:100%;
	display:none;
	/*width:171px*/
	/*max-width:171px;*/
	}

/*	---------------------------------------
							DNN TopNav 
	--------------------------------------- */
/*	-- #4b2e86 - Dark Purple  -- */
/*	-- #b7abcf - Mid Purple  -- */
/*	-- #005a5d - Dark Green  -- */
/*	-- #dfd8ec - Light Purple?-- */


/*	-- Setup all to blank		-- */
#navTopMenuTD
.CSSBreadCrumbRoot,
.CSSBreadCrumbSub,
.CSSBreak,
.CSSContainerRoot,
.CSSContainerSub,
.CSSControl,
.CSSIcon,
.CSSIndicateChildRoot,
.CSSIndicateChildSub,
.CSSLeftSeparator,
.CSSLeftSeparatorBreadCrumb,
.CSSLeftSeparatorSelection,
.CSSNode,
.CSSNodeHover,
.CSSNodeHoverRoot,
.CSSNodeHoverSub,
.CSSNodeRoot,
.CSSNodeSelectedRoot,
.CSSNodeSelectedSub,
.CSSRightSeparator,
.CSSRightSeparatorBreadCrumb,
.CSSRightSeparatorSelection,
.CSSSeparator
{	
}
#navTopMenuTD span. {display:none;}
/*	-- Start controls	-- */
#navTopMenuTD .*,
#navTopMenuTD *
{
	border-collapse:collapse;
	font: bold xx-small verdana;
	float:left;
	text-decoration: none;
	
}
.CSSControl /* 005a5d */
{
	background-color:#502D75;
	display:block;
	height:25px;
	padding:0;
	width:100%;
	white-space:nowrap;	
}
.CSSIndicateChildRoot,
.CSSIcon 
{
	display:none;
}

/* -- RootNodes -- */

.CSSNode span,
.CSSNodeRoot span,
.CSSNodeHoverRoot span, 
.CSSBreadCrumbRoot span,
.CSSNodeSelectedRoot span
{	
	font: bold xx-small verdana;
	text-decoration: none;
	white-space:normal;
	display:block;
	margin:0;
	padding:0;
	float:left;
	clear:none;
	
}
.CSSBreadCrumbRoot span,  
.CSSNodeSelectedRoot span, 
.CSSNodeRoot span 
{
	color:#ffffff;
}
 
.CSSNodeHoverRoot span
{
	color:#502D75;
}

.CSSBreadCrumbRoot, 
.CSSNodeHoverRoot, 
.CSSNodeSelectedRoot,
.CSSNodeRoot
{	

	border-color:White;
	border-style:solid;
	border-width:0 1px 0 0;	
	display:block;
	float:left;
	height:25px;
	margin:0;
	overflow:hidden;
	padding:5px;
	white-space:nowrap;		
	max-height:15px;
}

.CSSNodeRoot,
.CSSBreadCrumbRoot, 
.CSSNodeSelectedRoot
{	
	background-color:#502D75;
}

.CSSNodeHoverRoot
{	
	background-color:white;
	/*border when root hovered over*/
	/*border-bottom: solid 1px #502D75;*/
	/*border-top:	solid 1px #502D75;*/
	background-image:url("link_background.gif");
}

/* -- SubNodes -- */

.CSSContainerSub 
{
	background-color:#dfd8ec ;
	border-collapse:collapse;
	border:1px solid #4b2e86;
	width:148px;
}

.CSSBreadCrumbSub span, 
.CSSNodeHoverSub span, 
.CSSNodeSelectedSub span, 
.CSSNode span 
{
	color:#4b2e86;
	font: bold xx-small verdana;
	text-decoration: none;
	white-space:normal;
}

.CSSNode td,
.CSSNodeHoverSub td,
.CSSNodeSelectedSub td,
.CSSBreadCrumbSub td
{		
	border-top:1px solid #4b2e86;
	padding: 5px;	
}

.CSSNodeHoverSub td
{	
	background-color:White;
	color:#005a5d;	
}	

.CSSIndicateChildSub
{
		
}

.CSSContainerSub TR TD IMG
{
	float:right;
	margin-right:-7px;	
}
/* style for module titles */
.HeadMod   {
    font: bold xx-small verdana;
    color: #ffffff;
    
}
.HeadMod a:visited
{
    font: bold xx-small verdana;
    color: #ffffff;
}
a.CommandButton:link
{
    padding-left:5px;
}
/*FPI Newsletter CSS*/
p.newsletter { 
font-size:12px;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#000;
line-height: 1.6em;
}
p.date_newsletter { 
font-size:12px;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#000;
line-height: 1.6em;
float:right;
}
h1.newsletter {
font-size:1.2em;
font-weight:bold;
font-family: Verdana, Arial, Helvetica;
color:#663399;
background-color: #b2a3c7;
padding:2px 10px;
margin:0px;
width: 358px;
}
h2.newsletter{
font-size:1em;
font-family: Verdana, Arial, Helvetica;
font-weight:bold;
color:#663399;
margin:0px 0px 0px 0px;
padding: 15px 0px 0px 0px;
}
a.newsletter {
font-size:1em;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#0398CF;
line-height: 1.2em;
text-decoration:none;
}
a.newsletter:hover {
font-size:1em;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#0398CF;
line-height: 1.2em;
text-decoration:underline;
}
.caption_large {
font-size:1em;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#FFF;
padding: 4px 10px 0px 10px;
line-height: 1.6em;
}
.caption_small {
font-size:.8em;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#FFF;
line-height: 1.6em;
}
div.wrapper_newsletter {
position:relative;
height:auto;
width:378px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-top:0px;
text-align:left;
}
div.imagecontainer_newsletter {
width:378px;
}
div.textcontainer_newsletter {
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
width: 358px;
}
div.bannercontainer_newsletter {
width:378px;
}
div.datecontainer_newsletter {
width: 358px;
height: 15px;
padding: 2px 10px;
}
div.caption_newsletter {
background-color:#000000;
padding-bottom: 10px;
margin-bottom: 15px;
width: 378px;
}
/*NZPPD Newsletter CSS*/

p.newsletterNZPPD  { 
font-size:12px;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#000;
line-height: 1.6em;
}
p.welcomeNZPPD 
{
font-size:12px;
font-weight:bold;  
font-family: Verdana, Arial, Helvetica;
line-height: 1.6em;
color: #808080;  
}
p.date_newsletterNZPPD  { 
font-size:9px;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#FF8000;
line-height: 1.6em;
float:right;
}
h1.newsletterNZPPD {
font-size:1.3em;
font-weight:bold;
font-family: Verdana, Arial, Helvetica;
color:#FF8000;
padding:2px 10px;
margin:0px;
width: 358px;
}
h2.newsletterNZPPD {
font-size:1.1em;
font-family: Verdana, Arial, Helvetica;
font-weight:bold;
color:#008080;
margin:0px 0px 0px 0px;
padding: 15px 0px 0px 0px;
}
.caption_largeNZPPD  {
font-size:1em;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#FFF;
padding: 4px 10px 0px 10px;
line-height: 1.6em;
}
.caption_smallNZPPD  {
font-size:.8em;
font-weight:normal;
font-family: Verdana, Arial, Helvetica;
color:#FFF;
line-height: 1.6em;
}
div.wrapper_newsletter {
position:relative;
height:auto;
width:378px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-top:0px;
text-align:left;
}
div.imagecontainer_newsletter {
width:378px;
}
div.textcontainer_newsletter {
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
width: 358px;
}
div.bannercontainer_newsletter {
width:378px;
}
div.datecontainer_newsletter {
width: 358px;
height: 15px;
padding: 2px 10px;
}
div.caption_newsletter {
background-color:#000000;
padding-bottom: 10px;
margin-bottom: 15px;
width: 378px;
}
div.imageCenterNZPPD
{
    margin:auto;
}


