@charset "utf-8";
/* strategic plan site */
body {
	text-align: center;
	min-width: 1000px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	/*background: #b1c5ea url(/Portals/_default/images/NUDesign.JUNE08.75/body_bkg.jpg) repeat-x left topl;*/
	background-color: #8b745a;
	margin: 0;
	padding: 0;
}
p {
	margin: .5em 0px;
}
#wrap {
	width: 1000px;
	height: 675px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background: white;
	border: 1px solid #000;
}
#header {
	height: 200px;
	background: transparent url(/strategicplan/images/header.jpg) no-repeat left top;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	padding-right: 40px;
}
#header h2 {
	padding-top: 115px;
	font-size: 1.75em;
	text-transform: uppercase;
}
#header h2 span {
	font-size: .9em;
	font-weight: normal;
}
#header h3 {
	padding-top: 10px;
	font-size: 1.25em;
}
#menu {
	background: #000;/* url(/strategicplan/images/menubar_bkg.jpg) repeat-x center top*/
}
#menu li {
	float: left;
}
.menu-item {
	display: block;
	height: 15px;
	padding: 5px 12px;
	color: #8b745a;
	text-decoration: none;
}
.menu-item:hover, .current {
	background-color: #8b745a;
	/*background: transparent url(/strategicplan/images/menu_bkg.jpg) repeat-x center top;*/
	color: #FFF;
}
.current {
	cursor: default;
}
#content {
	float: right;
	width: 670px;
	height: 430px;
	padding: 10px 40px;
	overflow: auto;
	line-height: 1.5em;
	font-size: .8em;
}
th, td {
	padding: .5em 2px;
}
th {
	text-transform: uppercase;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color: #8b745a;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 10px 0px;
}
.profile {
	float: left;
	margin: .5em 1em;
	margin-left: 0px;
}
.note {
	font-size: .8em;
	color: #666;
}
#leftside {
	float: left;
	width: 250px;
	height: 450px;
}
#quote {
	height:420px;
	display:none;
	background: transparent url(/strategicplan/images/quote_bkg.png) repeat center center;
	padding: 15px;
	color: #8b745a;
	font-size: .8em;
	font-weight: bold;
	line-height: 2em;
}
#quote:first-line {
	text-transform: uppercase;
	font-size: 1.3em;
}
.home {
	background: transparent url(/strategicplan/images/home.jpg) no-repeat left top;
}
.mission {
	background: transparent url(/strategicplan/images/mission.jpg) no-repeat left top;
}
.vision {
	background: transparent url(/strategicplan/images/vision.jpg) no-repeat left top;
}
.values {
	background: transparent url(/strategicplan/images/values.jpg) no-repeat left top;
}
.Update {
	background: transparent url(/strategicplan/images/mission.jpg) no-repeat left top;
}
.goals {
	background: transparent url(/strategicplan/images/goals.jpg) no-repeat left top;
}

/* Self Clearing Hacks */
div#main-body:after, div#menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html div#main-body, * html div#menu { height: 1%; } /* for IE5+6 */
*:first-child+html div#main-body, *:first-child+html div#menu { min-height: 1px; } /* for IE7 */
