/* Pippin's base grid stylesheet */

body {
	background: #232; /* #232; #601; (wine) */
	margin: 0px;
	padding: 0px;
	font-family: georgia;
	color: #000;
	}

h1 {
	border: 0px #088 solid;
	margin: 0px 0 0 35px;
	padding: 50px 0 0 20px;
	}
h2 {
	margin: 0 0 0 15px;
	font-family: 'ribbon131 Bd bt', 'edwardian script itc', harrington, desdemona, 'vladimir script', 'shelley volante bt', 'monotype corsiva', 'kunstler script', coronet, cursive;
	font-size: 35px;
}
h1 span, h2 {
	display: inline;
	color: #fc9; 
	}
h2 img {
	margin: 2px 0 0 0;
}

h2 span.hidden {
	position: absolute;
	left: 1000px; top: 1000px;
}

h4 {
	margin: 0 0 0 15px;
	padding: 5px 0 10px 0;
}

.the {
	display: inline;
	color: #fda;
	font-family: 'ribbon131 Bd bt', 'edwardian script itc', harrington, desdemona, 'vladimir script', 'shelley volante bt', 'monotype corsiva', 'kunstler script', coronet, cursive;
	font-size: 35px;
}

.p1 {
	margin-top:0px;
	}

p { 	margin: 0 0 15px 50px; 
	}

p.top {
	margin-top: 8px;
}
		
a {
	color: #601; 
	}	
a:hover {
	color: #7e7e7e; 
	}
a.eml {
	font-weight: bold;
}

	
.divider {
	text-align: center;
	height: 20px;
	background: url(fgpix/clear.gif) center center no-repeat;
}


/* ////////////////  BASE DIV  ///////////////// */

#container {
	position: relative; 
	width: 100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	border: none;
	text-align: left;
	}


/* ////////////////  NESTED DIVS - 1: INTRODUCTION  ///////////////// */

#intro {
	width: 75%; 
	margin: 0 0 0 156px; /*20%*/
	background-color: #fffffe;
	border: 0px #f00 solid;
	}

#pageHeader { 
	width: 100%;
	background-color: #2D5E44;
	border: 0px #000 solid;
	height: 137px; 
}

#int1 { 		/* floating blurb */
	text-align: left;
	width: 400px; 
	margin: auto;
	font-size: 76%; 
	border: 0px #ffe solid;
	}

#int1 p {
	font-family: verdana, arial, sans-serif;
	line-height: 1.5em; 
	margin-top: 0px;
}
	
#int1 .p1 {	/* nb: bottom para of int divs must have margin 0 */
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px #006 dotted;
	}

#int1 p {
	margin-left: 0;
	}
	

/* ////////////////  NESTED DIVS 2: MAIN TEXT  ///////////////// */

#mainText {
	width: 75%; 
	margin: 0 0 0 156px; /*20%;*/
	background-color: #fffffe; /* #ffe;*/
	border: none;
	color: #000;
	padding: 0;
	}

#sect1 { 	/* pics must be contained to prevent overlapping text */
	width: 96%; min-width: 32em;
	/* w minmax.js max-height/width & min-width/height can be set */
	margin-top: 0px;
	background-color: transparent;
}

#sect1 h3 {
	background:transparent url() no-repeat;
	height:35px;
	margin: 0;
	padding:20px 0 0 0;
	color: #601; 
	}
	
#sect1 h3 span {
	display: inline;
	margin: 0px 0 0 0px;
	padding: 70px 0 0 15px;
	}

#footer {
	width: 100%;
	text-align:center;
	padding: 20px 0 10px 0;
	}

#footer img {
	margin-left: 50px;
}

#footer p {
	font-family: verdana, arial, sans-serif;
	font-size: 70%; 
	line-height: 1.5em; 
	margin-top: 0px;
}

#footer a {
	text-decoration:none;
	font-weight:bold;
	}
	
#footer a:hover {
	text-decoration:underline;
	color:#000;
	}

/* ///////////////////// SPECIAL PAGE DIVS //////////////// */

#oakbrook {
	text-align: center;
}


#oakbrook p {
	font-family: verdana, arial, sans-serif;
	font-size: 76%; 
	line-height: 1.5em; 
	margin-top: 0px;
}

#oakbrook a {
	text-decoration:none;
	font-weight:bold;
	}
	
#oakbrook a:hover {
	text-decoration:underline;
	color:#000;
	}
	
/* ////////////////  NAVIGATION DIVS  ///////////////// */

#navCont {				/* container */
	position:absolute;
	top: 0; 
	left: 0;
	margin-left: 0;
	width: 156px; 
	background: #601; /* #D2C697;*/
	text-align: left;
	border: 0px #5A3D1B solid;
	font-size: 80%;
	}

#navIcont {	/* inner container */
	border: 1px #000 solid;  
	background-color: #ffe;
	margin: 5px;
	}
	
#nav1 img {
	width: 144px; height: 130px;
	border-bottom: 1px #000 solid;
	margin: 0;
}

#nav1 h3, #nav2 h3, #nav3 h3 {	/* main nav section */
	height: 35px;
	margin: 0;
	padding: 10px 0 0 15px;
	font-style: italic;
	color: #000;
	border: 0px #000 dashed;
	}
	
#nav1 ul,
#nav2 ul, 
#nav3 ul {
	list-style:none;
	margin:12px 0 0 0;
	padding:0 15px 0 15px;
}

#nav1 ul li,
#nav2 ul li, 
#nav3 ul li {
padding: 0;
margin: 0 0 1em 0;
border: 1px #fff dotted;
}

#nav1 a {
	display:block;
	margin: 0;
	color: #543B2D; 
	font-weight:bold;
	}

#nav1 a:hover, {
	color: #820;
}

#nav1 a.c {	/* grey version */
	display:inline;
	text-decoration:none;
	color:#7e7e7e;
	border: 0
	font-weight:normal;
	}
	
#nav1 a.c:hover {
	color: #820; /* #333333;*/
	text-decoration:none;
	border:0;
}
	

/* ////////////////  OVERLAPPING IMAGES ON RIGHT  ///////////////// */

#dec1 {
	float: right;
	margin: -12px 0px 0 12px;
	width: 250px; height: 166px; /*192px;  */
	border: 4px #000 double; 
	border-right: 4px #555 double;
	border-bottom: 4px #555 double;
}

#dec2 {
	float: right;
	margin: -34px 80px 50px 12px; /* -24px 80px 40px 12px;  */
	width: 252px; height: 190px; 
	border: 2px #555 solid;
	border-right: 2px #222 solid;
	border-bottom: 2px #222 solid;
}

#dec3 {
	float: right;
	margin: -70px 0px 0 18px; /* top was -80px pre extra para */
	width: 250px; height: 150px; 
	border: 2px #555 solid;
	border-right: 2px #222 solid;
	border-bottom: 2px #222 solid;
}

#dec4 {
	float: right;
	margin: -90px 100px 0px 12px; 
	width: 198px; height: 130px;
	border: 0px #555 solid;
}

/* ///// IMAGES FOR PAGE 6 ////// */

#dec16 {
	float: right;
	margin: -12px 0px 0 12px;
	width: 216px; height: 162px; /*168px; 173px; */
	border: 4px #000 double; 
	border-right: 4px #555 double;
	border-bottom: 4px #555 double;
}

#dec26 {
	float: right;
	margin: -24px 80px 0 12px; 
	width: 216px; height: 144px; /*192px;  */
	border: 2px #303 solid;
	border-right: 2px #202 solid;
	border-bottom: 2px #202 solid;
}

#dec36 {
	float: left;
	margin: 10px 0px 12px 50px; 
	width: 216px; height: 144px;
	border: 4px #000 double; 
	border-right: 4px #555 double;
	border-bottom: 4px #555 double;
}

#dec14 {
	float: right;
	margin: -12px 0px 0 12px;
	width: 216px; height: 162px; 
	border: 4px #000 double; 
	border-right: 4px #555 double;
	border-bottom: 4px #555 double;
}

#dec15 {	/* Oakbrook res logo */
	display: inline;
	border: none;
}

#dec25 {	/* Oakbrook com logo */
	display: inline;
	border: none;
}


#dec1nf {
	float: right;
	margin: -12px 0px 0 12px;
	width: 267px; height: 200px; /*168px; 173px; */
	border: 4px #000 double; 
	border-right: 4px #555 double;
	border-bottom: 4px #555 double;
}

/* ////////////////////// POWERPOINT SLIDESHOWS //////////////////// */
/* goes with facspp.js */

#sect1 table {
	width: 85%; margin: auto;
	height: 277px;
}

#sect1 td {
	vertical-align: top;
	font-family: 'Comic Sans MS', arial, sans-serif;
	font-size: 90%;
}

#sect1 td.lt {	/* contains the changing text */
	padding: 10px 10px 0px 0px;
}

#sect1 td.lt3 {	/* contains the changing text on tour pages */
	padding: 0px 10px 0px 0px;
}

#sect1 td.rt {	/* contains the image */
	width: 198px;
	text-align: right;
}

#sect1 ul.disc { /* sub list */
	list-style-type: circle;
}

#sect1 td b {
	display: block;
	margin: 0 0 15px 0;
}

#ns4dtext {	/* places changing text */
	float: right;
}

#ns4dtext2 {	/* undefined, contains changing text */
}

#dtext {	/* undefined, contains changing text for non NS4 */
}

img.pp {
	border: 2px #555 solid;
	border-right: 2px #222 solid;
	border-bottom: 2px #222 solid;
}

/* ////////////// adsummus section  //////////// */

.adsumsp {
	position: relative;
	margin-top: 0px; padding-top: 5px;
	text-align: center;
	background-color: #232;
	color: #D2C697;
}
.adsumsp2 {
	display: inline;
	border-bottom: 1px #D2C697 solid;
	background: transparent;
	padding: 2px 0px 0px 0px;
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size: 11px;
}
a.adsum { 
	text-decoration: none;
}

a.adsum:link, a.adsum:visited {
	text-decoration: none;
	color: #fda;
}
a.adsum:active, a.adsum:hover {
	color: #f00;
}

