* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	min-width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: center;
	}
	
/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	text-decoration: underline;
	/*color: #5B819B;*/
	color: #333;
	}
a:hover {
	color: #2D404D;
	text-decoration: underline;
	}
	
/* layout
--------------------------------------------------------- */

#wraper-main {
	position: relative;
	width: 790px;
	text-align: left;
	margin: 0 auto;
	}
	
#bg-home {
	background: #fff url(../images/bg_home.jpg) no-repeat top left;
	width: 790px;
	}
	
#bg-resmain{
	background: #fff url(../images/bg_resmain.jpg) no-repeat top left;
	width: 790px;
	}
	
#bg-ressmall {
	background: #fff url(../images/bg_ressmall.jpg) no-repeat top left;
	width: 790px;
	}

#bg-lgbizmain{
	background: #fff url(../images/bg_lgbizmain.jpg) no-repeat top left;
	width: 790px;
	}
	
#bg-lgbizsmall {
	background: #fff url(../images/bg_lgbizsmall.jpg) no-repeat top left;
	width: 790px;
	}

#bg-lgbizcontent {
	background: #fff url(../images/bg_lgbizcontent.jpg) no-repeat top left;
	width: 790px;
	}
	
#bg-smallbizmain{
	background: #fff url(../images/bg_smallbizmain.jpg) no-repeat top left;
	width: 790px;
	}
	
#bg-smallbizsmall {
	background: #fff url(../images/bg_smallbizsmall.jpg) no-repeat top left;
	width: 790px;
	}

#bg-smallbizcontent {
	background: #fff url(../images/bg_smallbizcontent.jpg) no-repeat top left;
	width: 790px;
	}
	
#bg-whatis {
	background: #fff url(../images/bg_whatis.jpg) no-repeat top left;
	width: 790px;
	}

#bg-nextdifmain {
	background: #fff url(../images/bg_nextdifmain.jpg) no-repeat top left;
	width: 790px;
	}
	
#header {
	position: relative;
	margin-left: 30px;
	}
	
#logo {
	width: 184px;
	float: left;
	}
	
#header-nav {
	width: 573px;
	float: left;
	position: relative;
	}

#top-level-nav {
	width: 380px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	float: right;
	}
	
#top-level-nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background: #fff url(../images/bg_topnavline.gif) no-repeat top right;
	}

#top-level-nav a {	
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 10px 7px 0 4px;
	text-decoration: none;
	border: none;
	background: #fff;
	color: #333;
	}
	
#top-level-nav a:hover {	
	color: #5B819B;
	}
	

#partner-logo {
	margin: 0;
	}
	
/* main nav
---------------------------------------------------------- */
#main-nav {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	top: 76px;
	}
	
#main-nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#main-nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 15px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #D8D8D9;
	}
	
#main-nav #t-diff a {
	border-right: none;
	}
	
#main-nav a:hover, body#resident #t-resident, body#smbiz #t-smbiz, body#biz #t-biz a 
{
	color:;
	background: #CBD3DC url(../images/on_nav_blu.gif) repeat-x bottom left;
	}
	
#main-nav #t-diff a:hover, body#nxp #t-diff a{
	color:;
	background: #fff url(../images/on_nav_yellow.gif) repeat-x bottom left;
	}

#t2-nav-container {
	position: absolute;
	top: 100px;
	height: 29px;
	}
	
#t2-nav {
	float: left;
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
	}
	
#t2-nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
li#active a{
	color: #5B819B;
	}
	
#t2-nav a {
	float: left;
	display: block;
	margin: 5px 0 0;
	padding: 0 15px 0;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #C0C0C1;
	}
	
#t2-nav  #end a {
	border-right: none;
	}

#t2-nav  #activeend a {
	color: #5B819B;
	border-right: none;
	}
	
#t2-nav a:hover {
	color: #5B819B;
	}
	
/* left nav
---------------------------------------------------------- */
#left-nav {
	margin: 0;
	padding: 0 0 0 32px;
	list-style: none;
	}


#left-nav li {
	padding: 2px 0;
	}

#left-nav li.active{
	background-image: url(../images/bullet_yellow.gif);
	background-repeat: no-repeat;
	padding: 2px 0;
	}

#left-nav li a {
	text-decoration: none;
	color: #333;
	padding: 3px 0 2px 25px;
	background: #fff url(../images/bullet_blue.gif) no-repeat;
	background-position: 0;
	
	}

#left-nav li a:hover {
	text-decoration: none;
	color: #5B819B;
	background: #fff url(../images/bullet_yellow.gif) no-repeat bottom;
	background-position: 0;
	}
	
#left-nav li.active a {
	text-decoration: none;
	color: #5B819B;
	background: #fff url(../images/bullet_yellow.gif) no-repeat bottom;
	background-position: 0;
	}


/* content
---------------------------------------------------------- */
#body-content {
	width: 790px;
	position: relative;
	}
	
#left-column {
	margin-top: 65px;
	width: 210px;
	float: left;
	}
	
#left-column p {
	margin: 0;
	padding: 10px 10px 20px 30px;
	font-size: 85%;
	}
	
#content {
	width: 563px;
	float: right;
	margin-top: 28px;
	min-height: 480px;
	height: 480px;
	}
	
#content h1 {
	color: #68819A;
	padding: 15px 15px 0 0;
	font-size: 130%;
	line-height: 17px;
	margin: 0;
	}
	
#content p {
	padding: 15px 30px 15px 0;
	margin: 0;
	}
	
#content-plan-box {
	margin-bottom: 10px;
	}

#content-plan-box h2 a {
	color: #5B819B;
	font-size: 22px;
	text-decoration: none;
	padding: 0 0 5px 40px;
	background: url(../images/btn_blue_plan.gif) no-repeat top left;
	}
	
#content-plan-box h2 a:hover {
	background: url(../images/btn_yellow_plan.gif) no-repeat;
	}
	
#content-plan-box p {
	padding: 0;
	margin: 0;
	margin-left: 40px;
	}
	
table td.highlight {
	color: #5B819B;
	}
	
table td {
	padding-bottom: 15px;
	}

	
#footer {
	clear: both;
	}
	
li.non {
	background: none;
	}

