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

* {
	margin: 0;
	padding: 0;
}


body	{
	background: #0A293B url(../images/bkg/nt-background.jpg) repeat-x fixed;
	height: 100%;
	}
		
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -310px;
	}
		
p		{
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 5px 25px 5px 56px;
	}
sitenav		{
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	color: #336666;
	padding-right: 35px;
	padding-left: 450px;
	padding-top: 50%;
	}
	
td { }
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #003366;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

#head {
	margin: 0px auto;
	float: none;
	height: 310px;
	width: 1018px;
	}

.headimg {
	margin: 0px auto;
	width: 613px;
	height: 167px;
	background: url(../images/nt-head.png) no-repeat;
	float: left;
	}
	
.pcardimg {
	margin: 0px auto;
	width: 405px;
	height: 310px;
	float: right;
	background-repeat: no-repeat;
	}

.nav {
	margin: 0px auto;
	background: url(../images/nt-navbkg.png);
	float: left;
	height: 58px;
	width: 613px;
	font-weight: bolder;
	font-size: 13px;
	}
	
ul#navlist
{
	padding-left: 40px;
	white-space: nowrap;
	padding-top: 23px;
	margin-left: 0px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #666666;
	text-decoration: none;
}

#navlist a:hover
{
	color: #1A82B9;
	text-decoration: none;
	background: #ECEADA;
}
	
	
.ptitle-upcoming {
	background: url(../images/title/nt-upcoming.png) no-repeat;
	height: 85px;
	width: 613px;
	margin: 0px auto;
	float: left;
	}
	
.ptitle-contact {
	background: url(../images/title/nt-contact.png) no-repeat;
	height: 85px;
	width: 613px;
	margin: 0px auto;
	float: left;
	}
	
.ptitle-partners {
	background: url(../images/title/nt-partners.png) no-repeat;
	height: 85px;
	width: 613px;
	margin: 0px auto;
	float: left;
	}
	
.ptitle-why {
	background: url(../images/title/nt-why.png) no-repeat;
	height: 85px;
	width: 613px;
	margin: 0px auto;
	float: left;
	}
	
.ptitle-policies {
	background: url(../images/title/nt-policies.png) no-repeat;
	height: 85px;
	width: 613px;
	margin: 0px auto;
	float: left;
	}
	
.ptitle-catalog {
	background: url(../images/title/nt-catalog.png) no-repeat;
	height: 85px;
	width: 613px;
	margin: 0px auto;
	float: left;
	}
	
.ptitle-default {
	background: url(../images/title/nt-default.png) no-repeat;
	height: 85px;
	width: 613px;
	margin: 0px auto;
	float: left;
	}

#content {
	background: url(../images/bkg/nt-content-bkg.png) repeat-y;
	margin: 0px auto;
	width: 1018px;
	height: auto;
	overflow: hidden;
	clear: both;
	}
	
.left-text {
	height: auto;
	width: 700px;
	float: left;
	}
	
.right-text {
	float: right;
	height: auto;
	width: 318px;
	}
	
.foottext {
	color: #0A293B;
	padding-top: 100px;
	padding-right: 30px;
	padding-left: 475px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	}

.foottext a:link {
	color: #0A293B;
	font-size: 12px;
	text-decoration: none;
	}

.foottext a:visited {
	color: #0A293B;
	text-decoration: none;
	}

.foottext a:active {
	color: #0A293B;
	text-decoration: none;
	}

.foottext a:hover {
	color: #0A293B;
	text-decoration:
	underline;
	}


.footer, .push {
	width: 1018px;
	height: 310px;
	background: url(../images/footer/nt-pcard-footer.png) no-repeat;
	margin: 0px auto;
	clear: both;
	}
	
