/*----------------------------------------------*/
/* Naper Settlement                             */
/*----------------------------------------------*/
/*                                              */
/* Sections Style Sheet                         */
/*                                              */
/* Written By: Purple Monkey Studios, Inc.      */
/* Written On: 7/20/2004                        */
/*                                              */
/* Last Modified On: 7/20/2004                  */
/* Last Modified By: Ray Schauer (PMSI)         */
/*----------------------------------------------*/

/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/
html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	background: #9CB796;
}
#wrapper {
	position: absolute;
	width: 723px;
	left: 50%;
	margin-left: -362px;
	margin-top: 7px;  /* Changed from 20px 10/23/2006 */

	/*background: #DBDBED;*/

	
	/* Save IE from its own stupidity */
	text-align: center;
}
/*-------------------------*/
/* CONTENT STYLES          */
/*-------------------------*/
#content {
	position: relative;
	
	/* Save other browsers from IE's stupidity */
	text-align: left;

	margin: 0;
	padding: 0;	
	width: 723px;
	height: 380px;
	
	
              
	background: #DBDBED;
	
}

/*-------------------------*/
/* MAIN MENU STYLES        */
/*-------------------------*/
#mainmenu {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	right: 0px;
	top: 55px;  /* Changed from 62px 10/23/2006 */
}
#mainmenu img {
	border-style: none;
	vertical-align: bottom;
}
#mainmenu li {
	float: right;
	list-style: none;
	
	line-height: 0px;
	
	margin: 0;
	padding: 0;
	margin-left: 1px;
}
/*-------------------------*/
/* SECOND MENU STYLES      */
/*-------------------------*/
#secondmenu {
	display: none;
}
/*-------------------------*/
/* MINI MENU STYLES        */
/*-------------------------*/
#home {
	position: absolute;
	top: 10px;
	left: 645px;
	border-style: none;
}
#employment {
	position: absolute;
	top: 23px;
	left: 645px;
	border-style: none;
}
#sitemap {
	position: absolute;
	top: 39px;
	left: 645px;
	border-style: none;
}
#search {
	position: absolute;
	top: 39px;
	left: 475px;
	border-style: none;
}
#searchbar input.text {
	position: absolute;
	top: 39px;
	left: 490px;
	width: 100px;
	height: 14px;
	
	margin: 0;
	padding: 0;
	
	font-family: verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #9cB796;
}

/*-------------------------*/
/* SECTION HEADER STYLES   */
/*-------------------------*/
#sectionheader {
	position: absolute;
	top: 325px;
	left: 40px;
	border-style: none;
}
/*-------------------------*/
/* MIDDLE BAR STYLES       */
/*-------------------------*/
#middlebar {
	position: relative;

	/* Save other browsers from IE's stupidity */	
	text-align: left;
	
	margin: 0;
	padding: 0;
	width: 723px;
	min-height: 175px;
	background: #DBDBED;
}
#safariwrapper {
	display: table-cell;
	/*overflow: scroll;*/
}

/*-------------------------*/
/* CORNER STYLES           */
/*-------------------------*/
#topleftcorner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 19px;
	background: url(../images/homepage/structural/topleftcorner.jpg) top left no-repeat;
}
#toprightcorner {
	position: absolute;
	top: 0px;
	left: 705px;
	width: 18px;
	height: 19px;
	background: url(../images/homepage/structural/toprightcorner.jpg) top right no-repeat;
}
#bottomleftcorner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 21px;
	height: 20px;
	background: url(../images/homepage/structural/bottomleftcorner.gif) bottom left no-repeat;
}
#bottomrightcorner {
	position: absolute;
	bottom: 0px;
	left: 702px;
	width: 21px;
	height: 20px;
	background: url(../images/homepage/structural/bottomrightcorner.gif) bottom right no-repeat;
}

#nhsboard {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10pt;
}
div.packet a {
  display: block;
  margin: 4px 15px;
}