@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #575a7b url(images/layout/fire.png) no-repeat center 165px; 
}

#shadow {
	background: #575a7b url(images/layout/shadow.png) repeat-x top;
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

h1 {
	font: small-caps 1.6em "Times New Roman", Times, serif;	
	color: #0a033e;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
h2 {
	font: small-caps 1.4em "Times New Roman", Times, serif;	
	color: #0a033e;
	margin: 5px 0px 5px 0px;
}
h3 {
	font: small-caps 1.2em "Times New Roman", Times, serif;	
	color: #0a033e;
	margin: 5px 0px 5px 0px;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a img {
	border: none;	
}

p {
	margin: 5px 0px 8px 0px;
	padding: 0px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;	
}

#mainWrapper {
	width: 766px;
	*width: 760px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#mast {
	padding: 0px;
	margin-right: 0px;
	width: 736px;
	height: 110px;
	margin-left: 25px;
	position: relative;
}

/******************************************************************
See menu.css for all internal mast rules.
School Name, Logo, Main Nav, Drop-Down Menu
*******************************************************************/

#contentWrapper {
	background-color: #fff;
	border: 1px solid #0a033e;
	border-bottom: 4px solid #0a033e;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	z-index: 1;
}

#contentWrapper #topCap {
	background: url(images/layout/content-mcap.png) repeat-x;
	height: 45px;
	width: 765px;
	*width: 758px;
	position: relative;
	top: -4px;
	left: 0px;
	z-index: 2;
	padding: 0px;
}

#contentWrapper #topCap h1, #contentWrapper #topCap h2 {
	margin-right: 3px;
	color: #fff;
	display: inline;
}

#mainWrapper #contentWrapper .internalSidBar #topCap #leftCap h1 {
	font-size: 1.4em;
}

#mainWrapper #contentWrapper .internalSidBar #topCap #leftCap h2{
	font-size: 1.2em;	
}
#contentWrapper #topCap a {
	color: #fff;	
}
#contentWrapper #topCap a:hover {
	color: #cab592;	
	text-decoration: none;
}
#contentWrapper #leftCap {
	background: url(images/layout/content-lcap.png) no-repeat top left;
	height: 45px;
	min-width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	padding-left: 20px;
	padding-top: 12px;
}

#contentWrapper #rightCap {
	background: url(images/layout/content-rcap.png) no-repeat top right;
	height: 45px;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	padding-top: 12px;
}

#contentWrapper #quicklinks {
	width: 205px;
	height: 250px;
	float: left;
	position: relative;
	z-index: 10;
}

#quicklinks ul {
	list-style: none;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0px;
}

#quicklinks ul a {
	display: block;
	width: 170px;
	min-height: 25px;
	margin-top: 5px;
	font: small-caps 1.4em "Times New Roman", Times, serif;	
	text-decoration: none;
	color: #0a033e;
	border-bottom: 1px dashed #0a033e;
}

#quicklinks ul a:hover {
	font-style: italic;	
}

#contentWrapper #spotlight {
	height: 245px;
	margin-left: 580px;
	margin-top: 5px;
	text-align: center;
}

#spotlight img {
	border: none;
}

.read {
	display: block;
 	text-align: right;
}

#contentWrapper #story {
	width: 369px;
	float: left;
	background: url(images/layout/content-midbar.png) repeat-x top;
	border-top: 1px solid #fff;
	padding: 0px 8px;
	position: relative;
	z-index: 4;
	margin: 0px;
	
}

#contentWrapper #news {
	margin: 0px 0px 0px 383px;
	background: url(images/layout/content-midbar.png) repeat-x top;
	*background-position: 0px 1px;
	padding: 0px 8px;
	border-top: 1px solid #fff;
}

#news ul {
	margin: 20px;
	padding: 0px;
}

#contentWrapper #story h1 {
	font-weight: bold;
	font-size: 1.8em;
	margin: 13px 0px 22px 5px;
}

#contentWrapper #news h1 {
	text-align: right;
	font-weight: bold;
	font-size: 1.8em;
	margin: 13px 10px 22px 0px;
}

#vertLine {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 389px;	
	background: url(images/layout/vert-line.png) repeat-y;
	width: 2px;
	height: 100%;
	_height: 900px;
}

#centerPiece {
	width: 408px;
	height: 367px;
	position: absolute;
	z-index: 7;
	top: -24px;
	left: 180px;
	background: url(images/layout/centerpiece-top.png) no-repeat top;
	padding-top: 66px;
	_behavior: url(iepngfix.htc);
}

#centerPieceMid {
	background: url(images/layout/centerpiece-mid.png) repeat-y center;
	height: 254px;
	margin-left: -4px;
}

#centerPieceBtm {
	background: url(images/layout/centerpiece-btm.png) no-repeat;
	_behavior: url(iepngfix.htc);
	height: 44px;
	margin-left: 8px;
}

#internalWrapper {
	overflow: auto;	
	_overflow: visible;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#internalWrapper h1 {
	text-align: center;
	border-bottom: #0a033e solid 1px;
	font-weight: bold;
}
.internalSidBar {
	background: url(images/layout/sidebar.png) repeat-y left;	
}

#sideBar {
	width: 207px;
	float: left;
	padding: 8px;
	position: relative;
	z-index: 2;
}

#sideBar ul {
	list-style: none;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0px;
}

#sideBar ul a {
	display: block;
	width: 180px;
	min-height: 25px;
	margin-top: 5px;
	padding-left: 2px;
	font: small-caps 1.2em "Times New Roman", Times, serif;	
	text-decoration: none;
	color: #0a033e;
	border-bottom: 1px dashed #0a033e;
}

#sideBar ul a.bold {
	font-weight: bold;	
}
#sideBar .studentSideMenu a {
	padding-left: 30px;
	width:150px;
}
#sideBar .studentSideMenu .mainCategory a {
	border-bottom: 1px solid #0a033e;
	padding-left: 2px;
	padding-top: 10px;
	width:180px;
}

#sideBar ul a.main {
	text-align: center;
	padding-left: 2px;
	width:180px;
	font-size: 1.6em;
	border-bottom: 2px solid #0a033e;
}
#sideBar ul a:hover {
	color: #cab592;
	background-color: #0a033e;
}

#mainContent {
	margin-left: 235px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.instructor {
	text-align: center;
	font: small-caps 1.2em "Times New Roman", Times, serif;	
	color: #0a033e;
}

img.landing {
	float:right;
	margin-left: 5px;
	margin-bottom: 5p;
	border: 2px solid #cab592;
}

.rightGallery {
	float: right;
	width: 150px;
	border: 1px solid #0a033e;
	text-align: center;
	padding:5px;
	background-color: #cab592;
	margin-left: 5px;
	margin-top: 33px;
}

.rightGallery img{
	display: inline-block;
	border: 1px solid #0a033e;
	margin-bottom: 6px;
}

.rightGallery p{font-size:.9em};

.quote {
	font: italic 1.2em Tahoma, Geneva, sans-serif ;
	color: #333;
	padding: 10px 10px 0px 10px;
}

.quoteName {
	font: normal 1.0em  Tahoma, Geneva, sans-serif ;
	color: #0a033e;
	border-bottom: 1px dashed #0a033e;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 40px;
}
/*Faculty Gallery Page Rules*/
.pageNav {	
	width: 512px;
	_width: 508px;
	height: 17px;
	background-color:#003;
	color:#cab592;
}
.pageNav ul {
	margin: 0px;
	padding: 1px 0px 0px 30px;
}
.pageNav ul li {
	float: left;
	padding-right:23px;
}
.pageNav li a {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}
.pageNav li a:hover {
	color:#cab592;
	text-decoration:none;
}
#gallery .gBox {
	margin: 10px 0px;
	float: left;
	text-align: center;
	width: 170px;
	height: 270px;
	border-bottom: 1px dashed #003;
}
.gBox img {
	margin-bottom: 3px;	
}
.gBox strong {
	font-size: 1.1em;
	color:#003;
}
/*End Faculty Gallery Page Rules*/
#footer {
	height: 30px;
	text-align: center;
	color: #0a033e;
	font-size: 1.2em;
	padding-top: 5px;
	_background-color: #575a7b;
	_position: relative;
	_z-index: 6;
}