body, html {
	background-color:#9c8f6b;
	font:11px Arial, Helvetica, sans-serif;
	behavior:url(../javascript/csshover2.htc);
}

* {
	margin:0;
	padding:0
}
img {
	border:none;
	behavior: url(../javascript/iepngfix.htc);
}
p {
	padding:5px 0
}
a {
	outline:none
}
.clear {
	clear:both;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

fieldset {
	border:none;
}
label {
	float: left;
}
label, label span {
	display: block;
	padding-bottom: .25em;
}

/******************** TOP NAV MENU ********************/


/* Image Replacement */

ul.IR li {
	position: relative;
	font-size: 0.9em;
	text-align:left;
	z-index: 1;
}
.IR em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* For IE5.x mac only */
* html>body .IR {
	position: static;
	overflow: visible;
	font-size: 10px;
}
* html>body .IR em {
	position: static;
}
.nav {
	list-style: none;
}
.nav li {
	float: left;
}
* html>body ul.nav li em {
	margin-bottom: -28px;
} /* for ie5.x/mac only */
.welcome em, .admissions em, .learn em, .teaching em, .giving em, .classroom em {
	background: url(../images/int_nav_bar.gif) top left no-repeat;
	cursor: pointer;
}
.welcome {
	left: 0;
}
.welcome em {
	background-position: 0 0;
}
.welcome:hover em {
	background-position: 0 -27px;
}
.admissions {
	left: 0px;
}
.admissions em {
	background-position: -127px 0;
}
.admissions:hover em {
	background-position: -127px -27px;
}
.learn {
	left: 0;
}
.learn em {
	background-position: -247px 0;
}
.learn:hover em {
	background-position: -247px -27px;
}
.teaching {
	left: 0;
}
.teaching em {
	background-position: -392px 0;
}
.teaching:hover em {
	background-position: -392px -27px;
}
.giving {
	left: 0;
}
.giving em {
	background-position: -662px 0;
}
.giving:hover em {
	background-position: -662px -27px;
}
.classroom {
	left: 0;
}
.classroom em {
	background-position: -745px 0;
}
.classroom:hover em {
	background-position: -745px -27px;
}
/* suckerfish dropdown menu styles */

.nav a {
	display: block;
}
/* The Holly Hack */
* html .nav a {
	height: 1%;
}
.nav li ul {
	position: absolute;
	z-index: 10;
	top: 27px;
	left: -999em;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;

	background-image: url(../images/roundedcorners.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*#nav li ul {
	position: absolute;
	width: 140px; /* Set a fixed width 
	left: -999em;
	background: url("/img/roundcorners.gif") bottom left no-repeat; /* Select your image file. 
}*/



.nav li:hover ul {
	left: auto;
}
.nav li li {
	width:229px;
	height: auto;
	font-size: 11px;
	text-align:left;
}
.nav li ul a {
 *padding: 0 15px 0 10px;
	text-decoration:none;
	color: #fff;
	background-color: #9c8f6b;
*padding: 0 15px 0 10px;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 2px;
	padding-left: 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.nav li ul a:hover {
	color: #560b38;
	/* background:#fff;*/ 
}




/*  FOOTER */



#footer_wrapper {
	width:100%;
	height:100px;
	background-image: url(../images/footer_shadow.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
}
#footer {
	color:#FFFFFF;
	padding-bottom:50px;
	width:954px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer p {
	text-align: center;
	font-size:10px;
}
#footer .address {
	text-transform: uppercase;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	
}
#footer a:hover {
	text-decoration:underline;
}

