/* @group General Formatting */

html, body {
	height: 100%;
}

html, body, div {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
}

body {
	background: url(images/header3rpt.png) repeat-x;
}

.clear {
	clear: both;
}

.floatfix {
	height: 0px;
	clear: both;
}

a {	
	color: black;
	text-decoration: none;
}

h3 {
	color: #000000;
}

.underline {
	text-decoration: underline;
}


/* @end */

/* @group Containers */

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;	
	background: url(images/containerbkgd.gif) repeat-y;
	height: auto !important;
	height: 100%; /* IE 6 */
	min-height: 100%;
}

#content {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 37px;
}

#content p {
	line-height: 1.4em;	
}

/* @end */

/* @group Header */

#header {
	color: #fff;
	background: url(images/header3.png) no-repeat;
	height: 86px;
	width: 800px;
	margin: auto;
}

#header h1 {
	visibility: hidden;
	margin: 0;
}

/* @end */

/* @group nav */

#nav {
	padding-left: 0px;
	float: left;
	width: 150px;
}

#nav ul {
	list-style-type: none;
	/*margin: 0 0 30px 0;*/
	padding: 0;
}

#nav li {
	margin-right: 15px;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 7px 15px;
}

#nav a:hover {
	background-color: #acacac;
	color: white;
}

#nav a {
	text-transform: uppercase;
	color: #474747;
}

#nav a.current {
	border-left: 2px solid #494949;
	color: #f48b16;
	margin-left: -2px;
}

#nav a.current:hover {
	color: #f48b16;
	background-color: #fff;
}

#nav li.current:hover a {
	color: #f48b16;
}

#nav a.child1 {
	margin-left: 15px;
}

#nav a.child1.current {
	margin-left: 13px;
}

#nav a.child2 {
	margin-left: 30px;
}

#nav a.child2.current {
	margin-left: 28px;
}


/* @end */

img.blackbar {
	float: left;
}

/* @group Main */

#main {
	float: left;
	width: 455px;
	padding-left: 20px;
}

#main a {
	color: #f48b16;
}

#main a img {
	border: 0px;
}

#main a:hover {
	border-bottom: 1px dotted #f48b16;
}

#main h3 {
	color: #acacac;
	text-transform: uppercase;
	font-weight: normal;
}

#upcoming {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f7f7f7;
	margin-right: 35px;
	margin-top: 20px;
}

#upcoming h3 {
	margin-top: 0;
	color: #f48b16;
}

#upcoming h4 {
	margin-bottom: 0;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#upcoming p {
	margin-top: 5px;
	margin-bottom: 0;
}

/* @end */

#footer {
	/*clear: both;*/
	position: absolute;	
	padding-bottom: 5px;	
	background: url(images/footer.gif) no-repeat;
	/*height: 37px;*/
	width: 100%;
	/*margin: auto;*/
	bottom: 0;
}

/* @group Bios */

.bio {
	width:90%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f7f7f7;
	float: left;
}

.bio img {
	float: left;
	margin: 0 10px 5px 0;
}

.bio h3 {
	margin-top: 0;
	color: #ee704c;
}

.bio h4 {
	margin: 0;
	font-weight: bold;
	font-style: normal;
}

.bio em {
	font-weight: normal;
}

.bio p {
	margin-top: 5px;
	margin-bottom: 0;
}

.bio ul {
	margin-top: 5px;
	margin-left: 80px;
}

.bio ul li {
}

#alumlist h4 {
	margin-bottom: 0;
	margin-top: 15px;
}

#alumlist p {
	margin-top: 3px;
	margin-bottom: 0px;
}

/* @end */

.pinkheader {
	color: #f48b16;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

/* @group Gallery */

.gallerypix {
	width: 100px;
	height: 100px;
	background-color: black;
	float: left;
	margin: 0 10px 10px 0;
}

.gallerypixrect {
	width: 130px;
	height: 87px;
	background-color: black;
	float:left;
	margin: 0 15px 15px 0;
}

/* @end */

/* @group Sitemap */

.sitemap ul {
	color: #f48b16;
}

.sitemap ul li {
	padding: 2px 0;
}

.sitemap ul li.child1 {
	margin-left: 15px;
}

.sitemap ul li.child2 {
	margin-left: 30px;
}

/* @end */
