/*----------------------------------------------------------------------------------------------------------
GLOBAL RESET & BASE
----------------------------------------------------------------------------------------------------------*/
body { text-align:center; font-family: 'MS Trebuchet', Helvetica, Arial, sans-serif; font-size:62.5%; background:#fff; color:#4e4e4d; }
p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, body, dl, dt, dd, form { margin:0; padding:0 }

a { outline:0; cursor:pointer }
ul { list-style:none }
.access { height:0; width:0; overflow:hidden; position:absolute; left:-9999px; }

/*----------------------------------------------------------------------------------------------------------
HEADER 
----------------------------------------------------------------------------------------------------------*/
#head { background:url(/images/nvcc/head_bg.png) repeat-x bottom; }
#head_in { height:91px; width:944px; overflow:hidden; margin:0 auto; position:relative; text-align:left; }
#home #head_in { height:112px }
/*logo*/
#head h1 { background:url(/images/nvcc/head_logo.png) no-repeat; margin:22px 0 0 38px; width:299px; height:45px; text-indent:-9999px; overflow:hidden; }
#home #head h1 { margin:16px 0 0 38px; }
#head h1 a { width:299px; height:45px; display:block; }
/*tabs*/
#head #tabs { width:296px; height:32px; background:url(/images/nvcc/head_tabs_bg.png); position:absolute; top:51px; left:627px; overflow:hidden; }
#home #head #tabs { top:72px; }
#head #tabs li { float:left; text-indent:-9999px; }
#tabs a { display:block; height:32px; width:118px; text-decoration:none; text-indent:-9000px; }
#tabs a:hover { background-position:bottom !important; }
#tabs #t01 { background:url(/images/nvcc/head_tabs_apply.png); margin-left:56px }
#tabs #t02 { background:url(/images/nvcc/head_tabs_mynova.png); margin-left:4px }
/*----------------------------------------------------------------------------------------------------------

/*----------------------------------------------------------------------------------------------------------
FOOTER   
----------------------------------------------------------------------------------------------------------*/
#foot {
	background:url(/images/nvcc/foot_bg.png) repeat-x;
	padding:30px 0;
	color:#010101;
}
#foot-in {
	width:949px;
	padding-left: 25px;
	padding-right:20px;
	overflow:hidden;
	margin:0 auto;
	font-size:.9em
}
#foot li {
	border-bottom: solid 1px #f0f0f0;
	padding-top: 4px;
	padding-bottom: 4px;
}
#foot a {
	text-decoration: none;
	color: #336600;
}
#foot a:hover {
	font-weight: bold
}
#foot .foot-column {
	float: left;
	width: 208px;
	text-align: left;
	margin-left: 15px;
	padding-bottom: 10px;
}
#foot .foot-column h2 {
	font-size:.9em;
	font-weight: bold;
	color: #336600;
	margin-bottom: 8px
}

#foot p.footertext {

	background:url(/images/nvcc/foot_logo.png) no-repeat 13px 0px;
	clear: left;
	text-align: right;
	padding-bottom: 10px;

}