/*----------------------------------------------*/
/* 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;
	
	overflow: auto;
              
	background: #DBDBED;   
	
}
#contentbackground {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	border-style: none;
}   
/*-------------------------*/
/* 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;
}
/*-------------------------*/
/* LOGO STYLES             */
/*-------------------------*/
#logo {
	position: absolute;
/*	
	top: 18px;
*/
	top: 5px;
	left: 20px;
	border-style: none;
}
/*-------------------------*/
/* 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;*/
}
/*-------------------------*/
/* BOTTOM BAR STYLES       */
/*-------------------------*/
#bottombar {
	position: relative;
	float: none;
	clear: both;
	
	/* Save other browsers from IE's stupidity */
	text-align: left;


	margin: 0;
	padding: 0;

	width: 723px;
	background: #6565B2;
	height: 20px;
	min-height: 20px;
	/*overflow: auto;*/
}
*>#bottombar {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
}
#bottombar p {
	/* Position */
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	
	/* Font */
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCFF;
	line-height: 20px;
}
#bottombar p a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCFF;
	text-decoration: none;
}
#bottombar p a:hover {
	color: white;
	text-decoration: underline;
}
#bottombarwrapper {
	background: #6565B2;
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*-------------------------*/
/* DISCLAIMERS STYLES      */
/*-------------------------*/
#disclaimers {
	position: relative;
	
	/* Save IE from its own stupidity */
	text-align: center;	
	
	/* Correct CSS Centering */
	margin: 0;
	padding: 0;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background: #9CB796;	

	width: 723px;
	/*height: auto;
	
	overflow: auto;*/
}
#disclaimerstext {
	position: relative;
	
	/* Save other browsers from IE's stupidity */
	text-align: left;

	margin-left: auto;
	margin-right: auto;
	width: 683px;
}
#disclaimers p {
	float: left;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	color: #607B60;
	font-size: 11px;

	text-align: right;
}
#disclaimers p.aam {
	text-align: left;
	width: 165px;
}
#disclaimers img {
	margin: 0;
	padding: 0;
	margin-left: 7px;
	margin-right: 7px;
	border-style: none;
	vertical-align: middle;
	float: left;
}
/*-------------------------*/
/* 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;
}