/* Screen Layout */

html {
	background: #fff url(../i/bg/bg-site.png);
}

body {
	background: transparent;
	color: #353e3e;
	font: normal 62.5%/1.5 arial, helvetica, "Nimbus Sans L", sans-serif;
	text-align: center;
}

.page {
	margin: 0 auto;
	text-align: left;
	width: 990px;
}

.logo { padding: 45px 25px 27px; }
.logo h1 a,
.logo h1 span {
	background: url(../i/logo-new.gif) no-repeat;
	display: block;
	height: 47px;
	text-indent: -10000px;
	width: 282px;
}

#content {
	background: #fff url(../i/bg/bg-border-btm.png) no-repeat bottom left;
	border-top: 1px solid #c5cdc9;
	overflow: hidden;
	width: 100%;
}

.purpose #content {
	overflow: auto;
}

#main {
	float: right;
	padding-bottom: 84px;
	padding-right: 25px;
	width: 640px;
}
.resume #main,
.transcript #main {
	padding-right: 145px;
	width: 660px;
}
.purpose #main {
	padding-left: 325px;
}

#sec {
	float: left;
	margin-left: 25px;
	padding-bottom: 86px;
	width: 180px;
}

#footer {
	overflow: hidden;
	padding: 28px 25px;
	width: 940px;
}

#footer .copyright {
	color: #596868;
	float: left;
	margin-right: 20px;
	width: 280px;
}

#footer .rights-notice {
	color: #596868;
	float: left;
	width: 640px;
}


/* Main Nav */
#nav {
	border: 1px solid #c5cdc9;
	border-width: 2px 0 1px;
	float: right;
	height: 52px;
	overflow: hidden;
	padding-left: 120px;
	width: 545px;
}

#nav li {
	float: left;
	margin-right: 33px;
	width: 25%;
}
#nav li.portfolio { width: 80px; }
#nav li.purpose { width: 185px; }
#nav li.resume { width: 60px; }
#nav li.transcript { margin-right: 25px; width: 96px; }

#nav li a,
#nav li em {
	background: url(../i/main-nav.png) no-repeat;
	border-bottom: 2px solid #fff;
	color: #798780;
	display: block;
	font-family: 'univers condensed', univers, arial, helvetica, sans-serif;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-indent: -10000px;
	text-transform: uppercase;
	width: 100%;
}

#nav li.portfolio a { background-position: 0 17px; }
#nav li.purpose a { background-position: -113px 17px; }
#nav li.resume a { background-position: -331px 17px; }
#nav li.transcript a { background-position: -424px 17px; }

#nav li.portfolio a:hover,
#nav li.portfolio a:focus { background-position: 0 -93px; }
#nav li.purpose a:hover,
#nav li.purpose a:focus { background-position: -113px -93px; }
#nav li.resume a:hover,
#nav li.resume a:focus { background-position: -331px -93px; }
#nav li.transcript a:hover,
#nav li.transcript a:focus { background-position: -424px -93px; }

#nav li em { border-bottom-color: #c5cdc9; }
#nav li.portfolio em,
#nav li.portfolio em a { background-position: 0 -38px; }
#nav li.purpose em,
#nav li.purpose em a { background-position: -113px -38px; }
#nav li.resume em,
#nav li.resume em a { background-position: -331px -38px; }
#nav li.transcript em,
#nav li.transcript em a { background-position: -424px -38px; }

#nav li em a { border-bottom-color: #c5cdc9; }
#nav li.portfolio em a:hover,
#nav li.portfolio em a:focus { background-position: 0 -38px; }
#nav li.purpose em a:hover,
#nav li.purpose em a:focus { background-position: -113px -38px; }
#nav li.resume em a:hover,
#nav li.resume em a:focus { background-position: -331px -38px; }
#nav li.transcript em a:hover,
#nav li.transcript em a:focus { background-position: -424px -38px; }

/* Secondary navigation */
#sec-nav { padding-top: 72px; }

#sec-nav h2 {
	color: #8b9b93;
	font: italic normal 18px/1 georgia, 'times new roman', times, serif;
	margin: 0 0 4px;
}

#sec-nav ul {
	border-top: 1px solid #b5d8b3;
	padding-top: 10px;
}

#sec-nav li {
	background: url(../i/bg/bg-rule-dotted-horz.png) repeat-x bottom left;
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 1px;
}

#sec-nav li a,
#sec-nav li a:visited,
#sec-nav li em {
	color: #295e87;
	display: block;
	font-weight: bold;
	padding: 7px 20px 6px 0;
	text-decoration: none;
}
#sec-nav li a:hover,
#sec-nav li a:focus {
	background: url(../i/bg/bg-link-arrows.png) no-repeat right 10px;
	text-decoration: underline;
}
#sec-nav li em,
#sec-nav li em a,
#sec-nav li em a:visited,
#sec-nav li em a:hover,
#sec-nav li em a:focus {
	background: url(../i/bg/bg-link-arrows.png) no-repeat 164px 11px;
	color: #596868;
	font-weight: bold;
	text-decoration: none;
}




/* Contact Info on Home */
#contact { padding-top: 235px; }

#contact h2 {
	border-top: 1px solid #b5d8b3;
	color: #8b9b93;
	font-size: 100%;
	line-height: 1.8;
	padding-top: 3px;
	text-transform: uppercase;
}

#contact .vcard {
	color: #596868;
	font-size: 12px;
	line-height: 17px;
	padding-top: 10px;
}

#contact .vcard span.fn,
#contact .vcard span.street-address,
#contact .vcard span.tel,
#contact .vcard a.email {
	display: block;
}

#contact .vcard span.fn {
	font-weight: bold;
	text-transform: uppercase;
}

#contact .vcard span.tel {
	margin-top: 6px;
}

#contact .vcard a.email {
	color: #295e87;
	text-decoration: none;
}

/* Main Content */
#main h1 {
	color: #4aaa42;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.055555;
	margin: 115px 0 19px;
	padding-right: 40px;
}

#main p {
	font-size: 13px;
	line-height: 1.461538;
	margin-bottom: 15px;
	padding-right: 40px;
}

#main p.intro {
	font-family: georgia, 'times new roman' times, serif;
	font-size: 22px;
	line-height: 1.272727;
	margin-bottom: 12px;
}

#main p.backtotop {
	margin-top: 50px;
	padding-right: 0;
	text-align: right;
}
#main p.backtotop a {
	background: url(../i/bg/bg-link-arrows.png) no-repeat 100% 2px;
	color: #295e87;
	font-weight: bold;
	padding-right: 15px;
	text-decoration: none;
}


/* Home Page */
.home #main h1 {
	font-size: 72px;
	margin-bottom: 24px;
	margin-top: 130px;
}

.home #main p {
	color: #8b9b93;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 1.352941;
}
.home #main p.intro {
	color: #596868;
	font-size: 22px;
	font-style: normal;
	line-height: 1.272727;
	margin-bottom: 10px;
}


/* Portfolio Pages */
.portfolio #main h1 {
	font-size: 48px;
	margin-bottom: 35px;
	margin-top: 100px;
}

.portfolio #main p {
	color: #8b9b93;
	float: left;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 1.352941;
	padding-right: 20px;
	width: 280px;
}


.portfolio-detail #main h1 {
	margin-bottom: 35px;
}

.portfolio-detail #main p {
	float: left;
	font-size: 14px;
	line-height: 1.428571;
	padding-right: 20px;
	width: 280px;
}

.portfolio-detail #main .presenting {
	color: #295e87;
	display: block;
	margin-top: 1em;
}
.portfolio-detail #main .presenting a {
	background: url(../i/bg/bg-link-arrows.png) no-repeat right 3px;
	color: #295e87;
	padding-right: 15px;
	text-decoration: none;
}

.samples {}

.samples li {
	float: left;
}

.samples li img {
	border: 1px solid #b5d8b3;
	display: block;
}

.samples li a:hover img,
.samples li a:focus img {
	border-color: #295e87;
}

.samples li.feature {
	height: 221px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 220px;
}

.portfolio-detail .samples li.feature {
	height: 420px;
	margin-right: 0;
	width: 340px;
}

.samples li.sec {
	height: 60px;
	margin-bottom: 20px;
	width: 100px;
}

.samples li.ter {
	height: 60px;
	margin-left: 20px;
	width: 100px;
}

.samples li.first {
	margin-left: 180px;
}

/* Portfolio details */
.portfolio-sample {
	background: #000;
	color: #fff;
}

.portfolio-sample #content,
#window {
	background: transparent;
	border-top: none;
	padding-bottom: 30px;
	position: relative;
	text-align: left;
	width: 100%;
}

#window {
	color: #fff;
}

#window a.close {
	background: url(../i/icons/close-icon.png) no-repeat right;
	color: #fff;
	font-size: 12px;
	padding-right: 12px;
	position: absolute;
	right: 25px;
	text-align: right;
	text-decoration: none;
	top: 10px;
	width: 100px;
}

#window h1 {
	color: #fff;
	float: left;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.055555;
	margin: 50px 0 19px 25px;
	padding-right: 40px;
	width: 600px;
}

#window .port-nav {
	float: right;
	margin-bottom: 13px;
	margin-top: -39px;
	overflow: hidden;
	padding: 0 25px;
	width: 340px;
}
#window .port-nav-bottom { margin-top: 0; }

#window .port-nav li {
	color: #fffdfd;
	float: right;
	font-size: 13px;
	height: 17px;
	margin-left: 9px;
	text-align: right;
}

#window .port-nav li a.prev,
#window .port-nav li a.next {
	background: url(../i/icons/prev-next.png) no-repeat;
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: 10000px;
	width: 18px;
}
#window .port-nav li a.next { background-position: top right; }


#window #item {
	border: 1px solid #c5cdc9;
	border-width: 1px 0;
	clear: both;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 48px 25px 63px;
	width: 940px;
}

#window #item img {
	float: left;
	margin-right: 60px;
	width: 540px;
}

#window #item .detail {
	float: left;
	width: 340px;
}

#window #item .detail h2 {
	font-size: 16px;
	line-height: 1.375;
	margin: 0 0 15px;
}

#window #item .detail h3 {
	font-size: 13px;
	line-height: 1.461538;
	margin-bottom: 3px;
}

#window #item .detail p,
#window #item .detail li {
	font-size: 13px;
	line-height: 1.461538;
	margin-bottom: 15px;
}

#window #item .detail ul {
	margin-left: 20px;
	margin-top: -5px;
}
#window #item .detail li {
	background: url(../i/icons/bullet-gray-trans.png) no-repeat 0 7px;
	margin-bottom: 3px;
	padding-left: 10px;
}

#window p.ext-link {
	font-size: 13px;
	line-height: 15px;
	padding: 2px 340px 0 25px;
}
#window p.ext-link a {
	background: url(../i/bg/bg-ext-link.png) no-repeat right 5px;
	color: #fff;
	font-weight: bold;
	padding-right: 14px;
	text-decoration: none;
}

/* Styles for Inline Box for when you have JavaScript */
#asbox {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#asbox .overlay {
	background: #000;
	left: 0;
	opacity: 0.85;
	-moz-opacity: 0.85;
	position: absolute;
	top: 0;
	width: 100%;
}

#loading {
	padding-top: 200px;
	position: relative;
}

#asbox #window {
	margin: 0 auto;
	position: relative;
	width: 990px;
}


/* Purpose Page */
.purpose #main h1 {
	font-size: 48px;
	margin-top: 100px;
}

.purpose #main p {
	padding-right: 180px;
}

.purpose #main p.intro {
	color: #596868;
	font-family: arial, helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.428571;
	padding-right: 120px;
}

.purpose #main blockquote {
	border-top: 1px solid #b5d8b3;
	float: left;
	margin-left: -140px;
	margin-right: 30px;
	margin-top: 4px;
	padding-top: 10px;
	width: 200px;
}
.purpose #main blockquote p {
	color: #8b9b93;
	font-family: georgia, 'times new roman' times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 1.5;
	padding-right: 0;
	text-align: right;
}


/* Resume page */
.resume #main h1 {
	font-size: 48px;
	margin-bottom: 45px;
	margin-top: 100px;
	padding-left: 140px;
	padding-right: 0;
}

.resume #main h2 {
	color: #4aaa42;
	float: left;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.352941;
	margin: 0;
	width: 120px;
}

.resume #main h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.461538;
	padding-bottom: 3px;
}

.resume #main h3 .divider {
	color: #8b9b93;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}

.resume #main p,
.resume #main ul ul {
	margin-left: 140px;
}

.resume #main li li p {
	margin-bottom: 5px;
	margin-left: 0;
}

.resume #main p.summary {
	font-weight: bold;
	margin-bottom: 5px;
}

.resume #main ul ul ul {
	margin-left: 0;
	padding-bottom: 0;
}

.resume #main li {
	background: url(../i/bg/bg-rule-dotted-horz.png) repeat-x bottom left;
	padding-bottom: 10px;
	padding-top: 10px;
}

.resume #main li.first {
	border-top: 1px solid #b5d8b3;
}

.resume #main li li {
	background: url(../i/bg/bg-rule-dotted-horz.png) repeat-x;
	padding-bottom: 7px;
	padding-top: 7px;
}

.resume #main li li.first,
.resume #main li.prof-groups li {
	background: transparent;
	border-top: none;
	padding-bottom: 5px;
	padding-top: 0;
}

.resume #main li li li {
	background: url(../i/icons/bullet-gray.png) no-repeat 0 6px;
	font-size: 13px;
	line-height: 1.461538;
	padding: 0 0 3px 10px;
}

.resume #main li.prof-groups ul { padding-bottom: 7px; }

.resume #main li.references p { font-weight: bold; }


/* Transcript */
.transcript #main h1 {
	font-size: 48px;
	margin-bottom: 14px;
	margin-top: 100px;
	padding-left: 140px;
	padding-right: 0;
}
.transcript #main h1 sup {
	color: #596868;
	font-size: 30px;
	vertical-align: top;
}

.transcript #main h2 {
	color: #4aaa42;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.045455;
	margin: 0;
}

.transcript #main h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 3px;
}

.transcript #main p {
	padding-left: 140px;
}

.transcript #main p.degree {
	color: #596868;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 22px;
	line-height: 1.272727;
	margin-bottom: 10px;
	padding-left: 140px;
	padding-right: 0;
}

.transcript #main p.honors {
	color: #8b9b93;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 1.352941;
	margin-bottom: 45px;
	padding-left: 140px;
	padding-right: 0;
}

.transcript .years {
	padding-bottom: 12px;
}

.transcript #main .years p {
	color: #363f3f;
	font-size: 12px;
	font-style: normal;
	line-height: 1.25;
	padding-left: 0;
}

.transcript #main .years p.honors {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

.transcript .years li {
	background: url(../i/bg/bg-rule-dotted-horz.png) repeat-x;
	padding-top: 1px;
	position: relative;
	width: 100%;
}

.transcript .years li.first {
	background-image: none;
	border-top: 1px solid #b5d8b3;
}

.transcript .years li.last ul {
	margin-bottom: 0;
}

.js .years li.open {
	height: auto;
	overflow: auto;
}
.js .years li.closed {
	height: 37px;
	overflow: hidden;
}
.js .years li.closed:hover {
	background-color: #e4f2e3;
	cursor: pointer;
}

.transcript .years .toggle {
	display: none;
	visibility: hidden;
}
.js .years .toggle {
	background: url(../i/bg/bg-toggles.png) no-repeat bottom;
	cursor: pointer;
	display: block;
	height: 17px;
	position: absolute;
	right: 14px;
	text-indent: -10000px;
	top: 12px;
	visibility: visible;
	width: 17px;
}
.js .years li.open .toggle {
	background-position: top;
}
.transcript .years h2 {
	background: #fff;
	left: 0;
	margin: 0;
	padding: 5px 0 10px;
	position: absolute;
	top: 1px;
	width: 120px;
}
.transcript .years li.closed:hover h2 { background-color: #e4f2e3; }

.transcript .years ul {
	background: url(../i/bg/bg-semester.png) repeat-y;
	margin-bottom: 35px;
	overflow: hidden;
	width: 100%;
}
.transcript .years ul.only-semester,
.transcript .years ul.second {
	margin-bottom: 75px;
}

.transcript .years ul li {
	background: transparent;
	float: left;
	margin-right: 10px;
	margin-top: 0;
	padding-top: 0;
}

.transcript .years ul li.semester {
	padding: 45px 5px 10px;
	width: 110px;
}

.transcript .years ul.second li.semester {
	padding-top: 5px;
}


.transcript .years ul li.courses {
	margin-right: 0;
	width: 481px;
}

.transcript .years table {}

.transcript .years th,
.transcript .years td {
	background: url(../i/bg/bg-rule-dotted-vert.png) repeat-y right top;
	font-size: 13px;
	line-height: 1.461538;
	padding: 10px;
	vertical-align: middle;
	width: 40px;
}

.transcript .years td.grade {
	padding-left: 20px;
	text-align: left;
	width: 30px;
}

.transcript .years td.value {
	padding-right: 20px;
	text-align: right;
	width: 30px;
}

.transcript .years td.points {
	padding-right: 15px;
	text-align: right;
	width: 35px;
}

.transcript .years ul.second thead { display: none; visibility: hidden; }

.transcript .years thead th {
	font-size: 10px;
	line-height: 12px;
	padding: 15px 10px 12px;
	text-transform: uppercase;
}

.transcript .years .odd td,
.transcript .years .odd th {
	background-color: #eef0ef;
}

.transcript .years tbody th {
	font-weight: bold;
	text-align: left;
	width: 301px;
}

.transcript .years tbody th span { font-weight: normal; }

.transcript #main p.key {
	background: #eef0f0;
	border: 1px solid #b5d8b3;
	border-width: 1px 0;
	color: #8b9b93;
	font-size: 11px;
	line-height: 13px;
	padding: 7px 10px;
}