@import "blueprint/screen.css";

#header {
	background: #E7CFB7 url(../images/pem_banner.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 130px;
	display: block;
	vertical-align: bottom;
	border-bottom: 1px solid #3F2E27;
}

#header h1 {
	text-indent: -10000px;
}

#header a {
	text-decoration: none;
	color: #fcf9f4;
	font-weight: bold;
	display: block;
	height: 130px;
}

#subtitle {
	color: #3F2E27;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 110%;
}

#subtitle p {
	margin: 0;
	padding: 0 0.5em;
	font-size: 110%;
}

#footer {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	border-top: 1px solid #3F2E27;
	color: #3F2E27;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
}

#banner {
  text-align: center;
  background: #b8a390 url(../images/50px-banner.jpg) no-repeat;
  font-weight: bold;
  color: white;
  font-size: 1.2em;
  height: 45px;
  width: 950px;
  padding-top: 2px;
  margin-bottom: 20px;
}

#banner a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #3F2E27;
}

#banner a:hover {
	color: #191a17;
	font-weight: bold;
	text-decoration: underline;
}

ul#nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
}

ul#nav li {
	display: inline-block;
	margin: 0;
	padding: 0 .5em;
	line-height: 200px;
	width: 80px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	color: white;
	font-weight: bold;
}

ul#nav li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: white;
}

ul#nav li a:hover {
	color: white;
	font-weight: bolder;
	text-decoration: underline;
}

ul#nav li#philosophy {
	background-color: #B9A390;
}

ul#nav li#locations {
	background-color: #9B8676;
}

ul#nav li#programs {
	background-color: #7C695B;
}

ul#nav li#forms {
	background-color: #5E4B41;
}

ul#nav li#contact {
	background-color: #3F2E27;
}


#bewd_mark {
	float: right;
	text-align: right;
}

#footer p {
	margin: 0;
	padding: 0;
	position: relative;
}

#footer ul {
	float: right;
	font-size:  inherit;
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 .5em;
	font-weight: bold;
}

#footer a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #3F2E27;
}

#footer a#left {
	float: left;
	text-align: left;
}

#footer a:hover {
	color: #191a17;
	font-weight: bold;
	text-decoration: underline;
}