body {
background-color: #8288B8;
	background-image: url(../images/Npage-bg.jpg);
	background-repeat:repeat-x;
	background-position: center top;
		
}
.container {
background-image: url(../images/Nhome-top.png);
background-position:top center;
background-repeat:no-repeat;
min-height:800px;}





#midpage {position: relative;
margin-top:-10px;
padding-left:84px;
min-height: 600px;
width:866px;
background-image: url(../images/Nhome-mid.png);
background-position: center bottom;
background-repeat:repeat-y;

}

#content {
float:left;
padding-left:30px;
}

#sidebar {
float:right;
padding-right:60px;}

#footer {
background-image: url(../images/Nhome-bg-foot.png);
background-position:top center;
background-repeat:no-repeat;
height: 150px;
width:866px;
padding-left:84px;
color:#fff;
padding-top:20px;
}

#footer a {text-decoration:none;
color: #fff;}

#footer a:hover {text-decoration:none;
color: yellow;}


#selftest { background-image:url(../images/self-testbg.gif);
background-position:left top;
background-repeat:repeat-y;
min-height: 200px;
width:308px;
margin-top:10px;
margin-left:0px;
margin-bottom:20px;
}

#selftest p {line-height: 14px;
padding:1em;}

#selftest h2 {
color:#000000;
font-family:"Helvetica Neue","Helvetica",Arial, sans-serif;
font-size: 14pt;
padding: 1em;
}

#selftest form {padding-left: 1em;
padding-right:1em;}


#connect { background-image: url(../images/sm-yellow.gif);
background-position:top;
background-repeat:no-repeat;
height: 100px;
width:270px;
padding-left:0px;
padding-top:25px;}


/* common styling */
.menu {font-family:"Helvetica Neue","Helvetica",Arial,sans-serif;font-size:14px; z-index:100;position: relative;padding-top:5px;padding-left:43px;width:871px;height:46px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff;width:100px; height:20px; text-align:center; color:#fff; line-height:20px; font-size:14px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:5px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff;}
.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:200px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}


/* ie */

.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu ul li a:hover ul li a.hide {display:none;}

.menu ul li a:hover {color:#fff; background:#453e64;}
.menu ul li a:hover ul {display:block; position:absolute; top:20px; left:0; width: 200px;}
.menu ul li a:hover ul li a.sub {background:#6a3; color:#fff;}
.menu ul li a:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li a:hover ul li a ul {visibility:hidden;}
.menu ul li a:hover ul li a:hover {background:#453e64; color:#000;}
.menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:105px; top:0; color:#000;}
.menu ul li a:hover ul li a:hover ul.left {left:-105px;}



/* common styling */
/* set up the overall width of the menu div, the font and the margins */


/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;

}

#connect ul {
padding:0; 
margin:0;
list-style-type: none;

}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
text-transform: uppercase;
}
#connect ul li {
float:left; 
position:relative;

}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:140px; 
height:30px; 
color:#fff; 
line-height:30px; 

text-transform:uppercase;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#453e64;

text-transform:uppercase;
}

#connect ul li a:hover img {
border: none;
filter:alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
}

#connect ul li a span {
	display:none;
}





/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:25px; 
left:0; 
width:170px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#453e64; 
color:#fff;
text-transform:uppercase;
width:200px;
min-height: 30px;
font-size:12px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#453e64; 
color:yellow;
text-transform:uppercase;
width:200px;
}

.leftf {float:left;}

.rightf {float:right;}

#content h1 {
font-family: "Helvetica Neue", Arial, Verdana, san-serif;
font-size: 30pt;
color:#6C619F;
}

#content p {
font-size: 12px;
color:#1F1F1F;
}

#content a {
text-decoration:none;
color:#433D63;
}

#content a:hover {
text-decoration:underline;
color:#433D63;
}

#content h2,h3,h4,h5,h6 {
font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
font-size: 14pt;
color: #6C619F;
}

#special {
min-height: 250px;
width:271px;
overflow:visible;

}

#special h2 a {
color:#6C619F;
font-family:"Helvetica Neue","Helvetica",Arial,sans-serif;
font-size: 18px;
font-weight: bold;
text-decoration:none;
line-height:20px;

}
#special a:hover {color:gray; text-decoration:underline;}


.mid {background-image: url(../images/sp-box-bg.gif);
background-repeat:repeat-y;
background-position:top left;}

.top {background-image: url(../images/sp-box-top.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left:12px;
height: 30px;
padding-top:20px;
width:270px;}

#special p {
padding-left:20px;
padding-right:5px;
line-height: 12px;
font-size: 11px;
}



#slideshow {
	
	padding-left:43px;
	padding-top:0px;
	width:863px;
	height:302px;
	
	visibility: visible;
}


