@charset "utf-8";
/* CSS Document */

body {
	background: #e2e3e4 url(../images/bg.gif) 0 0 repeat;
	color: #787978;
	font-size: 10pt;
	font-family: "The Sans", Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

img {border: none;}

#NIDlogo {
	background: transparent url(../images/NID_logo.gif) 0 0 no-repeat;
	width: 245px;
	height: 55px;
	position: absolute;
	top: 38px;
	left: 38px;
	z-index: 500;
	cursor: pointer;
}

#SignIn {
	width: 65px;
	height: 12px;
	position: absolute;
	top: 45px;
	right: 45px;
	z-index: 501;
	color: #F59F1A;
}

#SignIn a:link, #SignIn a:visited {font-size: 8pt; color: #999; text-decoration: none;}
#SignIn a:hover {font-size: 8pt; color: #fff; text-decoration: underline; }

/*#footer {
	width: 300px;
	height: 14px;
	position: absolute;
	bottom: 0px;
	left: 25px;
	z-index: 100;
}
*/
#footer {
	background: transparent url(../images/dropshadow_frame.png) 0px -616px no-repeat;
	margin: 0px auto 10px auto;
	padding-top: 25px;
	width: 1019px;
	height: 16px;
	z-index: 101;
}

#footer a:link, #footer a:visited {
color: #404140;
text-decoration: none;
}

#footer a:hover {
color: #404140;
text-decoration: underline;
}

#container {
	background: transparent url(../images/dropshadow_frame.png) -26px -27px no-repeat;
	background-color: #404140;
	width: 966px;
	height: 607px;
	position: absolute;
	top: 27px;
	left: 27px;
	z-index: 300;
}

#top {
	background: transparent url(../images/dropshadow_frame.png) 0px 0px no-repeat;
 	margin: 10px auto 0 auto;
	width: 1019px;
	height: 103px;
	top: 0px;
	left: 0px;
	z-index: 302;
	position: relative;
}

/*#SubpageContent { ver1
	background-color: #fff;
	padding: 20px;
	width: 740px;
	height: 470px;
	position: absolute;
	top: 103px;
	left: 200px;
	z-index: 600;
}
*/

/*#SubpageContent { ver2
	background: transparent url(../images/dropshadow_frame.png) -26px -27px no-repeat;
	position: absolute;
	top: 27px;
	left: 27px;
	z-index: 300;
	
	padding: 100px 35px 35px 193px;
	width: 739px;
	min-height: 472px; height: auto !important; height: 472px;
}

*/#SubpageContent {
	background: transparent url(../images/dropshadow_line.png) 0 0 repeat-y;
	margin: 0 auto;
	z-index: 300;
	position: relative;
	padding: 20px 100px 20px 220px;
	width: 699px;
	min-height: 500px; height: auto !important; height: 500px; /*476px*/
}


#TopNav {
	position: absolute;
	top: 79px;
	right: 40px;
	z-index: 1000;
}

#LeftNav {
	position: absolute;
	width: 150px;
/*	top: 120px;
*/	top: 8px;
	left: 45px;
	z-index: 800;
}

#LeftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffcc66;
}

#LeftNav ul ul {
	list-style: none;
	margin-left: 17px;
	padding: 0;
}

#LeftNav ul ul li {
	list-style: none;
}

#LeftNav ul li a:link, #LeftNav ul li a:visited {
	font-size: 9pt;
	color: #ffcc66;
	text-decoration: none;
}

#LeftNav ul li a:hover {
	font-size: 9pt;
	color: #fff;
	text-decoration: underline;
}

#LeftNav ul ul li a:link, #LeftNav ul ul li a:visited {
	font-size: 8pt;
	color: #ffcc66;
	text-decoration: none;
}

#LeftNav ul ul li a:hover {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}

#LeftNav .level1 {
	margin-bottom: 0.5em;
}

#LeftNav .level2 {
	margin-bottom: 0.2em;
}

#ContactInfo {
	position: absolute;
	width: 150px;
/*	top: 408px;
*/	bottom: 0px;
	left: 45px;
	z-index: 750;
}

#ContactInfo a:link, #ContactInfo a:visited {color: #999; text-decoration: none;}

#ContactInfo a:hover {color: #fff; text-decoration: underline;}

#LeftNav ul li.level1 a.current:link, #LeftNav ul li.level1 a.current:visited, #LeftNav ul li.level1 a.current:hover {color: #fff; text-decoration: underline;}
#LeftNav ul ul li a.l2current:link, #LeftNav ul ul li a.l2current:visited, #LeftNav ul ul li a.l2current:hover {color: #fff;}
