body {
	position: relative;
}
/* Main banner positioning code */
#NSFDBanner {
	position:absolute;
	left:10px;
	top:10px;
	width:799px;
	height:119px;
	z-index:1;
}
/* Main blue vertical navigation bar code */
div#NSFDNavBar {
	position:absolute;
	left:9px;
	top:127px;
	width:174px;
	height:100%;
	min-height:500px;
	padding: 10px 0 0 4px;
	background-color: #3300cc;
	z-index:4;
}

ul#nav_features {
	position: absolute;
	width: 170px;
	display: block;
	z-index: 6;
}

ul#nav_features li {
	height:1.9em;
	position:relative;
}

ul#nav_features li a {
	display: block;
	padding: 5px 0;
}

ul#nav_features li a:hover {
	background: #000;
}

ul#nav_features li ul {
	position: absolute;
	left: 170px;
	top:0px;
	display: none;
	z-index: 6;
}
/* End of main blue vertical navigation bar code */

/* Main red horizontal navigation bar code */
#NSFDTools {
	position: relative;
	top:128px;
	left: 183px;
	width:628px;
	text-align: right;
	z-index:3;
	background: url(../images/toolsbackground.gif) 0 0 repeat-x;
}

/* Home, Contact Us, Gallery inline buttons */
ul#nav_tools {
	text-align:right;
}
ul#nav_tools  li {
	display: inline;
	margin-right: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
ul#nav_tools li ul {
	position: absolute;
	left: 390px;
	top: 19px;
	display: none;
	z-index: 5;
	width: 158px;
}
#nav_tools li a:hover {
	background: #000;
}
/* End of main red horizontal navigation bar code */

/* Time and weather link positioning */
ul#nav_subtools{
	position:relative;
	padding: 10px 5px 0 0;
	text-align:right;
	z-index:2;
}
li#nav_time_script {
}

li#current_weather_link {
}

/* End of time and weather link positioning */

/* Google search box code */
form#search {
	position: absolute;
	text-align: left;
	top: 0px; left: 0px;
	display:inline;
	padding: 1px;
	z-index: 2;
}
form#search input#text {
	width: 150px;
	vertical-align:top;
}
/* End of Google search code */

/* User entered content area */
#Content {
	position:absolute;
	left:196px;
	top:191px;
	width:621px;
	height:343px;
	z-index: 2;
}

#Content object {
	position:relative;
	top:20px;
	left: 10px;
	}
/* End of user entered content area */


/* Logo positioning code */
#Logo {
	position:absolute;
	left:48px;
	top:530px;
	width:93px;
	height:66px;
	z-index:6;
}
/* End of logo positioning code */

/* Copyright positioning code */
#Copyright {
	position:absolute;
	left:48px;
	top:639px;
	width:106px;
	height:45px;
	z-index:5;
}
/* End of copyright positioning code */

/* Fix IE. Hide from IE Mac \*/
* html ul#nav_features li { float: left; }
* html ul li a { height: 1%; }
* html div#NSFDNavBar {height: 500px; }
/* End */

