/* CSS Document */

body, html {
	background-color:#629CB0;
	background-image:url(../images/pattern_tile.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
}
#container {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#header {
	background-image:url(../images/header_gradientBlue.jpg);
	background-repeat:no-repeat;
	background-color:#71a5b7;
	width:100%;
	height:104px;
	padding:0;
	margin:0;
}
#logo {
	width:470px;
	margin-top:0;
	margin-left:265px;
}
#logo2 {
	width:470px;
	margin:0 auto;
}
#logo img, #logo2 img {
	border:none;
}
#tempMsg {
	position:absolute;
	left: 784px;
	top: 25px;
	width: 174px;
}
#mainNav {
	width:100%;
	padding:10px 0px;
	margin:0;
	background-color:#5a462a;
	color:#fff;
}
#mainNav ul {
	text-align:center;
}
#mainNav ul li {
	list-style-type:none;
	display:inline;
	padding: 0 20px;
}
li.borderRight {
	border-right:1px dotted #fff;
}
#midContent {
	width:100%;
	background-color:#fff;
	margin:0;
	padding:0;
}
div.fixedHeightMid {
	height:338px;
	overflow:hidden;
}
div.fixedHeightMid-shorter {
	height:210px;
	overflow:hidden;
}
div.fullHeight {
	height:auto;
}
.tableCell {
	float:left;
	height:100%;
}
#midLeft {
	width:160px;
	height:100%;
}
.leftCell {
	background-color:#f2f7f8;
	height:100%;
	width:138px;
}
#leftSubnav {
	width:160px;
	min-height:338px;
	position:absolute;
	z-index:1000;
	top:143px;
	left:0;
}
#leftSubnav ul {
	padding-right:20px;
}
#midMid {
	padding:35px 0 0 22px;
	width:425px; height: 310px;
	overflow: auto;
}
#rightFullContent {
	background-color:#fff;
	width:70%;
}
#midFullRight {
	width:800px;
	padding:35px 0px 25px 35px;
}
#midLeftBoth {
	width:585px;
}
#midMid div {
	margin-right:25px;
	margin-left:25px;
}
#photos {
	width:415px;
	height:338px;
	padding:0;
}
#bottomContent {
	background-color:#ebe8b3;
	width:100%;
	height:auto;
}
#bottomContent .inner {
	padding:35px 0px 15px 0px;
	margin:0 auto;
	width:845px;
}
#bottomContent .inner2 {
	padding:35px 0px 15px 0px;
	margin:0 auto;
	width:720px;
}

#faculty {
	padding-top:15px;
}
#faculty div {
	margin:0 auto;
	padding-bottom:10px;
}
#faculty table {
	width:100%;
}
.leftImg {
	padding-top:0px;
	padding-right:40px;
	width:135px;
}
#curriculumTable {

}
.pgyHead {
	height:auto;
	color:#5a462a;
	width:100%;
	margin:0;
}
.detailsLink {
	font-weight:bold;
	margin:0px;
	font-size:10px;
}
.curriculumTableCell {
	width:33%;
	float:left;
	text-align:center;
	padding:10px 0;
	font-weight:bold;
	font-size:0.75em;
}
.currTable {
	border-top: 1px solid #8eb7c7;
	border-right: 1px solid #8eb7c7;
}
.currTable div {
	border-bottom: 1px solid #8eb7c7;
	padding:10px 0;
}
#pgy1 .currTable {
	color:#5a462a;
}
#pgy2 .currTable {
	color:#6a913d;
}
#pgy3 .currTable  {
	color:#5a462a
}
#footer {
	width:100%;
	background-color:#5a462a;
	color:#fff;
}
.pipe {
	margin-left:3px;
	margin-right:3px;
}

#appContainer {
	width:630px;
	margin:0 auto;
}
#appContent {
	background-color:#F2F7F8;
	padding:20px;
	margin-top:10px;
}
#appContainer hr {
	background-color:#a59276;
	color:#a59276;
}
#appInput {
	margin-top:15px;
}
#appInput table {
	width:520px;
	margin:0 auto;
}
td.left {
	width:170px;
}
#appInput textarea, #appInput input.text {
	width:290px;
	padding:0;
}
#appInput .dateInput {
	color:#999999;
}
#noscript { color:#fff; text-align:center; padding:5px; background-color:#990000; }
body.js-enabled #noscript { display: none; }
