@charset "UTF-8";
/* CSS Document */

/* CSS Reset from 960.gs */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0;}

body{
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 30px;
}

#nbContainer{
	width: 940px;
	margin: 0 auto;
	border: 3px solid #F00;
	border-top: 0;
}

#nbHeader{
	height: 360px;
	background: url(../images/nbHeaderImage_02.jpg) top no-repeat;
}

#nbHeader h1{
	display: block;
	width: 540px;
	height: 95px;
	background:url(../images/nbLogo_03.png) no-repeat;
	text-indent: -5000px;
}

#nbHeader h1 a{
	display:block;
	width: 540px;
	height: 95px;
}

#nbHeader li a{
	display: block;
	height: 50px;
	width: 286px;
	text-indent: -5000px;
	margin: 1px 10px;
}

#nbHeader #nbHomeNav{
	background: url(../images/nbMainNavButton_03.png) top left no-repeat;
}

#nbHeader #nbKidsNav{
	background: url(../images/nbMainNavButton_06.png) top left no-repeat;
}

#nbHeader #nbTeensNav{
	background: url(../images/nbMainNavButton_08.png) top left no-repeat;
}

#nbHeader #nbAdultsNav{
	background: url(../images/nbMainNavButton_10.png) top left no-repeat;
}

#nbHeader #nbParentsNav{
	background: url(../images/nbMainNavButton_12.png) top left no-repeat;
}

#nbHeader li a#nbHomeNav:hover{
	background-position: top right;
}

#nbHeader li a#nbKidsNav:hover{
	background-position: top right;
}
#nbHeader li a#nbTeensNav:hover{
	background-position: top right;
}
#nbHeader li a#nbAdultsNav:hover{
	background-position: top right;
}
#nbHeader li a#nbParentsNav:hover{
	background-position: top right;
}

#nbSecondNav{
	height: 30px;
	background:url(../images/nbSecondNavBG.jpg) top repeat-x;
}

#nbSecondNav ul{
	
}

#nbSecondNav li{
	display: inline;
}

#nbSecondNav li a{
	display: inline;
	width: 115px;
	height: 20px;
	float: left;
	padding: 5px 0;
	color: #333;
	text-decoration: none;
	background:url(../images/nbSecondNavDivider.jpg) center right no-repeat;
	text-align: center;
	position: relative;
}

#nbSecondNav li a.last{
	background: 0;
}

#nbSecondNav li a:hover{
	color: #F00;
	text-decoration: none;
}

#nbBanner{
	
}

.nbBanner{
	width: 310px;
	height: 125px;
	float: left;
	position: relative;
	color: #fff;
}

.nbBanner .clickdetails{
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
}

#nbBannerLeft{
	background: url(../images/nbBannerImage_blue.jpg)
}

#nbBannerMid{
	width: 320px;
	background: url(../images/nbBannerImage_green.jpg)
}

#nbBannerRight{
	background: url(../images/nbBannerImage_red.jpg)
}

#nbMainBody{
	clear:both;
	background:url(../images/nbMainBG.jpg) right repeat-y;
}

#nbKids #nbMainBody, #nbTeens #nbMainBody, #nbAdults #nbMainBody{
	background:0;
}

#nbMainBody .nbMainBodyColumns{
	float:left;
	width: 310px;
}
#nbMainBodyLeft{
	border-right: 1px solid #ccc;
}

#nbMainBodyMid{
	border-right: 1px solid #ccc;
}

#nbRightPanel{
	width: 300px;
	float: right;
	padding: 5px;
}

#nbRightPanel ul{
	list-style: square;
	margin-left: 30px;
}

#nbRightPanel li{
	font-size: .9em;
	padding: 5px 0;
}

#nbHome #nbMainContent{
	width: 625px;
}

#nbMainContent table tr td{ margin:0; border:0; outline:none 0; font-size:100%; line-height: 120%; text-align: left; vertical-align: middle; padding-top: 10px; padding-bottom: 10px; }

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding: 10px;
	font-weight: normal;
	color:#006;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding: 10px;
	font-weight: normal;
	color:#008000;
}

.nbBanner h3{
	color: #fff;
	font-size: 1.4em;
}

.nbBanner .large{
	font-size: 1.5em;
}

p{ line-height: 120%; padding: 5px 20px; }
ol { line-height: 120%; text-align: justify; padding: 5px 20px 5px 40px; list-style-type: decimal; }
a{
	color: #F00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.nbBanner a{
	color: #fff;
}

#nbFooterNote{
	border: 2px solid #ccc;
	padding: 5px;
	margin: 10px;
	background: #ffffcc;
	height: 30px;
}

#nbFooterNote ul{
	
}

#nbFooterNote li{
	display: inline;
}

#nbFooterNote li a{
	float: left;
	padding: 0 4px;
	margin: 8px 0;
	color: #F00;
	text-decoration: none;
	background: url(../images/nbFooterNavBG.gif) 2px right no-repeat;
	text-align: center;
	font-size: .8em;
}

#nbFooterNote li a:hover{
	color: #F00;
	text-decoration: underline;
}

#nbFooterNoteText{
	font-size: .8em;
	text-align: right;
	padding:0;
}

.clearboth{
	clear:both;
	margin:0;
	padding:0;
}
