body {
	background-color: #944B28;
	padding-top: 0px;
	margin-top: 0px;	 
	text-align: center; /* IE/5 Win hack for centering */
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4 {
	font-family: georgia, times, serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	margin-top: 0;
	margin-bottom: 2px;
	padding-bottom: 0px;
	color: #491D05;
}

h1 {font-size: 12px;}

h2 {
	font-size: 18px;
	padding-bottom: 8px;
}

h3 {font-size: 14px;}

h4 {font-size: 12px;}

cite.caption {
	font-size: 10px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul, ol, dl {
	padding-top: 0px;
	margin-top: 0px;
}

#content ul#arrow {
	list-style: circle;
	list-style-image: url(/images/bullet.gif);
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: #652908;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
}

img {border: none;}

code {
	display: block;
	padding-left: 25px;
}

	
#banner {
	font-family: herculanum, sans-serif;
	font-size: 50px;
	color: white;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 0;
}

#banner a, #banner img {
	padding: 0;
	margin: 0;
	border: 0;
}

.indent p {text-indent: 20px;}

p.no-indent {text-indent: 0px;}

/* Navbar */
#menu {
	text-align: center;
	width: 794px; /* 798 because 800 can't be evenly divided by 6 (for the menu items) */
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-top: 0px;
	border-bottom: 0;

	border: #830300 1px solid;
	border-bottom:0;
	background-color: #ff9c45;

	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 768px;

	height: 25px;
}

#menu li {
	float: left;
	width: 128px;
	padding: 0px;
}

#menu ul a {
	display: block;
	padding: 0;
	width: 128px;
	height: 22px;
	padding-top: 3px;
	background-color: #FF9C45;
}

#menu ul a:link, #menu ul a:visited {
	color: #830300;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
/*	text-transform: lowercase;
	font-variant: small-caps;*/
}

.current-section a:link, .current-section a:visited {
	background-color: #830300 !important;
	color: white !important;
	text-decoration: none;
}

.current-section a:hover {background-color: #830300!important;}

#menu ul a:hover {
	background-color: #DC6200;
	color: white !important;
	text-decoration: none;
}

/* Sub-bar*/

#subbar ul {
	height: 20px;
	clear: both;
	width: 781px;
	padding-left: 13px;
	background-color: #830300;
}

#subbar li {border-top: 0px;}

#subbar ul a {
	padding-top: .4em;
	padding-bottom: .25em;
	height: 100%;
	background-color: #830300;
}

#subbar ul a:link, #subbar ul a:visited {
	color: white;
	font-size: 10px;
	font-weight: normal;
}

/* Content */
.tour-image {
	position: relative;
	display: block;
	padding: 0px;
	border: 0;
	left: -14px;
	width: 794px;
	margin-bottom: 0px;
	border-bottom: #830300 1px solid !important;
}

#front-image {

	padding: 0;
}

div #front-image img {
	margin: 0;
	margin-bottom: -4px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: #830300 1px solid;
}

#front-image p {
	width: 400px;
	height: 22px;
	position: absolute;
	right: 0px;
	bottom: -22px;
	margin: 0;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	line-height: 14px;
	color: #652908;
}

#content {
	clear: both;
	text-align: left;
	line-height: 1.3em;
	color: #431800;
	margin: 0px auto 70px auto;
	padding-bottom: 20px;
	width: 794px;
	position: relative;
	background-color: white;
	border: #830300 1px solid;	
}

#content p, #content address {
	padding-bottom: 0px;
	margin-bottom: 7px;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 7px;
	font-style: normal;
}

#content ol, #content ul, #content dl, #content dl dt {padding-right: 14px;}

#content li {margin-top: 3px;}

#content h1, #content h2, #content h3, #content h4 {
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

#content h2 {padding-top: 15px;}

#content img {
	margin: 7px 14px;
	border: black 1px solid;
}

#content td {
	padding-top: 10px;
}


.three-col {
	width: 264px;
	float: left;
}

.info-box {
	float: right;
	width: 250px;
	border: black 1px solid;
	font-size: 12px;
	background-color: #FFF6CE;
	margin-right: 20px;
}

.info-box p{
	text-indent: 0px!important;
}

/* News */
#wrapper {
	width: 290px;
	float: right;
}

.needs {padding: 0px;}

.clear {clear: both;}

.center {
	margin-left: auto;
	margin-right: auto;
}

.text-center {text-align: center;}

#content p.byline {
	font-style: italic;
	text-indent: 0px;
}

input, textarea {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	font-size: 14px;
	padding-left: 3px;
}

#foot {
	width: 798px; 
	margin-left: auto; 
	margin-right: auto; 
	height: 10px; 
	margin-top: -67px; 
	margin-bottom: 60px;
clear: both;
}

/* Special Cases */


/* yihs.net/location */
#map {
	float: right;
	margin: 50px 14px 0 14px;
	border: 1px solid black;
	height: 300px;
	width: 400px;
}

/* yihs.net/school-tour {not currently used} */

.plan {
	position: relative; 
	height: 200px;
	margin-left: 60px;
}

.plan a {
	position: absolute;
	border: 1px solid black;
	text-align: center;
	background-color: white;
	outline: none;
}

.plan a:hover {
	background-color: #FFE58E;
	text-decoration: none;
	color: black;
}

.plan a:active {
	background-color:#ff9c45;
}

.plan a span{
	position: relative;
	z-index: 10;
}

#content .plan a img {
	position: absolute;
	height: 0;
	width: 0;
	border: 0;
}

#content .plan a:hover img {
	height: 150px!important;
	width: 200px!important;
	border: 1px solid black;
}

.hdoor {
	z-index: 5;
	position: absolute;
	width: 15px;
	height: 7px;
	background: url(/images/hdoor.gif) no-repeat;
}

.vdoor {
	z-index: 6;
	position: absolute;
	width: 7px;
	height: 15px;
	background: url(/images/vdoor.gif) no-repeat;
}

a#art-room {
	width: 123px; 
	height: 75px;
}

a#dev-office {
	left: 123px; 
	width: 70px; 
	height: 33px; 
}

a#left-stair {
	left: 123px; 
	width: 70px; 
	height: 42px; 
	top: 33px; 
}

a#lounge {
	left: 193px; 
	width: 145px; 
	height: 75px; 
}

a#media {
	left: 338px; 
	width: 57px; 
	height: 75px; 
}

a#library {
	left: 395px; 
	width: 78px; 
	height: 75px; 
	border-left: 1px dotted black;
}

a#c-office {
	left: 473px; 
	width: 70px; 
	height: 33px; 
}

a#right-stairwell {
	left: 473px; 
	width: 70px; 
	height: 42px; 
	top: 33px; 
}

a#german {
	left: 543px; 
	width: 98px; 
	height: 75px; 
}

a#lil-dark {
	left: 641px; 
	width: 23px; 
	height: 20px; 
}

a#dark {
	left: 618px; 
	top: 20px; 
	width: 46px; 
	height: 55px; 
}

a.science {
	top: 75px; 
	width: 90px; 
	height: 125px; 
}

a.hall {
	top: 75px; 
	left: 90px; 
	width: 496px; 
	height: 68px; 
}

a#g-bath {
	top: 75px; 
	left: 586px; 
	width: 78px; 
	height: 47px; 
}

a.b-bath {
	top: 144px; 
	left: 90px; 
	width: 45px; 
	height: 56px; 
}

a#closet {
	top: 122px; 
	left: 136px; 
	width: 24px; 
	height: 21px; 	
}

a#stud-kitch {
	top: 122px; 
	left: 192px; 
	width: 44px; 
	height: 21px; 
}

a#pit {
	top: 122px; 
	left: 518px; 
	width: 34px; 
	height: 67px; 
}

a#j-office {
	top: 144px; 	
	left: 553px; 
	width: 32px; 
	height: 45px; 
}

a#m-office {
	top: 122px; 
	left: 586px; 
	width: 78px; 
	height: 67px; 
}

/*LOWER FLOOR*/

a#metal {
	top: 75px; 
	left: 586px; 
	width: 78px; 
	height: 114px; 
}

a#print {
	top: 160px;
	height: 40px;
	width: 90px;
}

a#auditorium {
	top: 122px; 
	left: 136px; 
	width: 449px; 
	height:200px; 
}

#first {
	z-index: 2000; 
	position: absolute; 
	width: 664px; 
	height: 74px; 
	border: 1px solid black;
}
/*FOUR COLUMN EXTRAVAGANZA! */

.four-col {
	float: left;
	padding: 15px;
	padding-top: 0px;
	width: 167px;
}

.four-col h3 {
	text-indent: -10px;
}

#content .four-col h3 {
	padding-left: 0;
}

.four-col ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/* SPECIAL FACULTY PAGE FORMATTING! */

.faculty {
	padding: 0px;
	padding-top: 20px;
}

div#content div.faculty img {
	float: right;
	border: none;
	margin-top: 4px;
	width: 200px;
}

.text {
	width: 545px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

.text h3 {
	padding-top: 0px;
}

.subject {
	font-weight: normal;
	font-size: 10px;
}

.image-filler {
	width: 214px;
	height: 200px;
	float: right;
	margin-top: 4px;
}

.directory {
margin-top: 50px;
clear: both;
float: left;

}



