/*----------------------------------------------*/
/* Naper Settlement                             */
/*----------------------------------------------*/
/*                                              */
/* Third Level Pages Style Sheet                */
/*                                              */
/* Written By: Purple Monkey Studios, Inc.      */
/* Written On: 7/28/2004                        */
/*                                              */
/* Last Modified On: 7/28/2004                  */
/* Last Modified By: Ray Schauer (PMSI)         */
/*----------------------------------------------*/
/*-------------------------*/
/* SECOND MENU STYLES      */
/*-------------------------*/
#secondmenu {
	display: block;
	position: absolute;
	top: 100px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 270px; /* was 250px; */
	height: 190px;
	overflow: auto;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #BFBFDF;
	text-decoration: none;
}
#secondmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.45em; /* was 18px - changed kim t. purple monkey 5/22/06 */
	width: 270px; /* was 185 px; */
}
#secondmenu li {
	margin: 0;
	padding: 0;
	text-align: right;
}
#secondmenu a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #BFBFDF;
	text-decoration: none;
	font-weight: normal;
	background: none;
	padding-right: 30px;
}
#secondmenu a:hover {
	font-weight: bold;
	color: white;
	background: url('../images/secondlevel/menu/greenleaf.gif') right no-repeat;
}
#secondmenu span.label {
	padding-right: 30px;
	text-decoration: underline;
}
/*-------------------------*/
/* SECOND HEADER STYLES    */
/*-------------------------*/
#secondheader {
	margin: 0;
	padding: 0;
	width: 700px;
	background: url('../images/secondlevel/structural/secondheaderbackground.jpg') top left repeat-y;
	font-family: times, serif;
	font-size: 26px;
	color: #666699;
	text-decoration: none;
	font-weight: normal;
}
#secondheader span {
	margin: 0;
	padding: 0;
	margin-left: 50px;
}
#secondheader img {
	margin: 0;
	padding: 0;
	border-style: none;
	margin-right: 10px;
}
/*-------------------------*/
/* PRESS RELEASE HEADER    */
/*-------------------------*/
#pressreleaseheader {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 50px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #9CB796;
	text-decoration: none;
	font-weight: bold;
}
/*-------------------------*/
/* GREEN BOX STYLES        */
/*-------------------------*/
#greenbox {
	position: relative;
	margin: 0;
	padding:0;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 25px;
	width: 650px;
	height: 233px;
	background: url(../images/funathome/greenbox.gif) top left no-repeat;
	overflow: auto;
	font-size: 12px;
	color: #666699;
	text-decoration: none;
	font-weight: normal;
}
#greenbox .messagebox {
	position: absolute;
	left: 315px;
	width: 310px;
}
#greenbox p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	text-decoration: none;
	font-weight: normal;
}
#greenbox h3 {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
#greenbox h4 {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
#greenbox h4.green {
	color: #9CB796;
}
/*-------------------------*/
/* CONSTRUCTION STYLES     */
/*-------------------------*/
#construction {
	position: absolute;
	top: -35px;
	left: 450px;
	border-style: none;
}
#construction2 {  /* kim at purplemonkey added 5/22/06 */
	position: absolute;
	top: -25px;
	left: 350px;
	border-style: none;
}
/*-------------------------*/
/* MIDDLE CONTENT STYLES   */
/*-------------------------*/
#middlecontent {
	margin: 0;
	padding:0;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 623px;
	font-size: 12px;
	color: #666699;
	text-decoration: none;
	font-weight: normal;
}
#middlecontent hr {
	color: #BBBBDD;
}
#middlecontent div.hr {
	position: relative;
	clear: both;
	margin: 3px 0px;
	padding: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	font-weight: normal;
	color: #BBBBDD;
	background: #BBBBDD;
}
#middlecontent p {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	font-family: verdana, helvetica, sans-serif;
	clear: both;
	font-size: 12px;
	color: #666699;
	text-decoration: none;
	font-weight: normal;
}
#middlecontent h3 {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
#middlecontent h4 {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
#middlecontent h4.green {
	font-family: verdana, helvetica, sans-serif;
	color: #9CB796;
}
#middlecontent a {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #6666CC;
	text-decoration: underline;
	font-weight: normal;
}
#middlecontent a:hover {
	color: #9999FF;
}