/* Default site CSS */

#container
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.oneColumn #middleColumn
{
}

.twoColumnLeft #middleColumn
{
	position: relative;
	width: 80%;
	left: 20%;
	float: left;
}

.twoColumnLeft #leftColumn, .threeColumn #leftColumn
{
	width: 20%;
	left: -80%;
	float: left;
	position: relative;
}

.threeColumn #leftColumn
{
	left: -60%;
}

.twoColumnRight #middleColumn
{
	position: relative;
	width: 80%;
	float: left;
}

.twoColumnRight #rightColumn, .threeColumn #rightColumn
{
	position: relative;
	width: 20%;
	float: left;
}

.threeColumn #middleColumn
{
	position: relative;
	width: 60%;
	left: 20%;
	float: left;
}

.edit .content:empty::before
{
	border: 3px dashed #ccc;
	content: "Click to add content";
	font: 14px sans-serif;
	padding: 28px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	display: block;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: white;
	color: #f33;
}

.news .record-image
{
	float: right;
}

.news .date-container
{
	float: left;
	width: 4em;
	margin: 0 1em 0 0.5em;
	text-align: center;
}

.news .date-container .day
{
	font-size: 2em;
	padding: 0.25em;
}

.news .date-container .month
{
	border: 1px solid #ccc;
	padding: 0.2em 0;
	text-transform: uppercase;
	background: #ccc;
}

.news .date-container .year
{
	padding-top: 0.5em;
}

.news .news-content
{
	margin-left: 6em;
}

.news .end-of-record
{
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
}


.row .end-of-row
{
	display: block;
	clear: left;
}

.row .item
{
	float: left;
	cursor: pointer;
	cursor: hand;
        font-size: 1em;

}

.grid-1-column .row .item
{
	width: 100%;
	float: none;
}

.grid-1-column .row .end-of-row
{
	display: none;
}

.grid-2-column .row .item
{
	width: 50%;
}

.grid-3-column .row .item
{
	width: 33%;
}

.grid-4-column .row .item
{
	width: 25%;
}

.grid-5-column .row .item
{
	width: 20%;
}

.grid-6-column .row .item
{
	width: 16.6%;
}

/* Default grid type layout: polaroid view */
.grid .item
{
}

.grid-1-column .item
{
}

.grid .item .record
{
	text-align: center;
	padding: 2px 2px 0.75em 2px;
	margin: 0px;
}

.grid-1-column .item .record
{
	margin: 0;
	text-align: left;
}

.grid .item .record .record-body
{
	min-height: 1em;
}

.grid .empty
{
	display: none;
}

.grid .hover
{
}

.grid .hover .hover
{
}

.grid .hover .hover a
{
}

.grid .hover
{
}

.end-of-record
{
	display: none;
}

.date-paginator .tab-box-outer
{
	position: relative; 
	width: 100%;
}

.date-paginator .tab-box-inner
{
	width: 100%;
	height: 2.4em;
	padding-bottom: 1px;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.date-paginator .tab-box
{
	display: block;
	margin: 0px;
	padding: 0px 1em;
	padding-right: 0px;
}

.date-paginator .tab-box li
{
	display: block;
	float: left;
	height: 2.4em;
	line-height: 2.4em;
	padding: 0px 1em;
	border: 1px solid transparent;
	border-bottom-width: 0px;
}

.date-paginator .tab-box li.selected
{
	border-color: rgb(204, 204, 204);
	background: rgb(235,235,223);
}

.date-paginator .tab-box li.rss,
.date-paginator .tab-box li.print,
.date-paginator .tab-box li.search
{
	float: right;
	position: relative;
	width: 22px;
	padding: 0px 0px;
	overflow: hidden;
}

.date-paginator .tab-box li.rss span,
.date-paginator .tab-box li.print span,
.date-paginator .tab-box li.search span
{
	position: absolute;
	left: 4px;
	width: 16px;
	top: 50%;
}

.date-paginator .tab-box li.rss span a,
.date-paginator .tab-box li.print span a,
.date-paginator .tab-box li.search span a
{
	position: absolute;
	top: -8px;
	height: 16px;
	left: 0px;
	width: 16px;
}

.date-paginator .tab-box li span a span
{
	top: 0;
	left: 0;
	width: auto;
	height: auto;
}

.date-paginator .date-box
{
	position: relative;
	height: 2.4em;
	font-size: 1.25em;
	text-transform: uppercase;
	line-height: 2.4em;
	text-align: center;
	background: rgb(235, 235, 223);
	border-bottom: 1px solid rgb(204, 204, 204);
}

.date-paginator .date-box .previous-link,
.date-paginator .date-box .next-link
{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	overflow: hidden;
}

.date-paginator .date-box .previous-link
{
	left: 6px;
}

.date-paginator .date-box .next-link
{
	right: 6px;
}

.date-paginator .search-container
{
	padding: 0;
	margin: 0;
	border: 0;
	height: 8em;
	margin-bottom: 2.3em;
	background: rgb(247, 247, 242);
	border-bottom: 1px solid rgb(235, 235, 235);
	position: relative;
}

.date-paginator .search-container .search-container-inner
{
	padding: 1em;
}

.date-paginator .search-container table
{
	border-spacing: 0;
}

.date-paginator .search-container td
{
	width: 50%;
	height: 3em;
	padding: 0 0.5em;
	vertical-align: middle;
}

.date-paginator .search-container select,
.date-paginator .search-container input
{
	border: 1px solid rgb(204, 204, 204);
	font-size: 1em;
	padding: 0.2em;
	width: 100%;
	/* Non-CSS3 variations... */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	/* CSS3 variation */
	box-sizing: border-box;
}

.date-paginator .search-container input.start-date, 
.date-paginator .search-container input.end-date
{
	background: white url(../images/calendar.png) no-repeat 98% 50%;
}

.date-paginator .search-container button
{
	text-transform: uppercase;
	position: absolute;
	top: 8.0em;
	right: 0;
	height: 2em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	background: rgb(231, 231, 207);
	border: 1px solid rgb(204, 204, 204);
	margin-right: -1px;
	font-size: 1em;
	font-family: inherit;
}

.date-paginator .tabs-none li.selected
{
	display: none;
}

.date-paginator .tabs-none li.search
{
	display: block !important;
}

a img
{
	border: 0;
}

ul.pagination {
	display: block;
	padding: 0;
	margin: 0;
}

ul.pagination li { display: inline-block; }

ul.pagination li.current, ul.pagination li a {
	background: transparent;
	border: 1px solid #ccc;
	height: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0.5em;
	text-align: center;
	width: 1em;
}

ul.pagination li a { display: block; font-size: 1em; }

ul.pagination li.current {
	background: white;
	font-weight: bold;
}

@media print {
	.page_a9b5cea9e33296344ddfec2c7652803b body { width: 100%; }
	.page_a9b5cea9e33296344ddfec2c7652803b #headerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #footerContainer,
	.page_a9b5cea9e33296344ddfec2c7652803b #outerHeader,
	.page_a9b5cea9e33296344ddfec2c7652803b #rightColumn,
	.page_a9b5cea9e33296344ddfec2c7652803b .search-button,
	.page_a9b5cea9e33296344ddfec2c7652803b .pagination-bottom { display: none; }
	.page_a9b5cea9e33296344ddfec2c7652803b #middleColumn { width: 100% !important; }
	.page_a9b5cea9e33296344ddfec2c7652803b .date { padding-left: 0; }
}

p:first-child { margin-top: 0; }


.image-gallery
{
}

.image-gallery .grid .item .record 
{
  background: transparent;
  border: 0px;
}

.image-gallery .grid .item .record-body { display: none; }

.image-gallery .grid .item .hover
{
  border: 0;
}

.image-gallery .grid .item .end-of-record { display: none; }

.image .record-image
{
	float: none;
}

.gallery-nav .gallery-item
{
	display: inline-block;
	padding: 1em;
	border: 1px solid transparent;
}


.gallery-nav .current
{
	border-color: white;
}

.gallery-overlay
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: 10000;
	background: black;
}

.gallery-nav
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	z-index: 10002;
}

.gallery-current
{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10001;
	background: black url(../tools/images/thickbox_loadingAnimation.gif) no-repeat 50% 50%;
	color: white;
	border: 2px solid white;
}

.gallery-current .previous, .gallery-current .next
{
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	background: white;
	position: absolute;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
}

.gallery-current .previous
{
	left: 0px;
	margin-left: -30px;
}

.gallery-current .next
{
	right: 0px;
	margin-right: -30px;
}

.gallery-current .gallery-title
{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -2em;
}

.gallery-current .close
{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -1.7em;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}

.gallery-current .close span
{
	display: block;
	float: right;
	margin-left: 5px;
	background: white;
	color: black;
	width: 1em;
	text-align: center;
}

.gallery-current h2
{
	margin: 0;
	line-height: 2em;
	/* padding: 0 1em; */
	font-weight: normal;
	position: relative;
}

.gallery-current h2 img
{
	position: absolute;
	right: 1em;
	top: 1em;
	margin-top: -11px;
}


/* masters/layout-7552cdb3d67ef66ea965b246380f1efa [ Base Site Layout ] */

body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #leftColumn1 {
		position: relative;
		height: 448px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #leftColumn1 a {
		display: block;
		position: absolute;
		top: -170px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #footer1 {
		line-height: 1.5em;
		color: white;
		font-size: 0.875em;
		text-align: center;
		padding: 2em 0 4em 0;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header1 ul, body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header1 li {
		list-style-type: none;
		padding: 0;
		display: inline;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header1 {
		text-align: right;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header1 a {
		display: inline-block;
		font-size: 0.875em;
		margin: 0.25em;
		padding: 0.25em 0.5em;
		color: #ffffcc;
		text-transform: uppercase;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header1 a:hover {
		color: rgb(255 , 204 , 51);
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header1 li.active a {
		background: #cccc99;
		color: black;
		text-decoration: none;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 {
		background: #000 url(images/alto-bg-repeat2.gif) repeat-x;
		padding: 0;
		margin: 0;
		font-family: Arial , Verdana , sans-serif;
		font-size: 1em;
		color: white;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 a, body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 a:visited {
		color: #fc3;
		text-decoration: none;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 a:hover {
		color: #ffc;
		text-decoration: underline;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 h1, body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 h2 {
		color: white;
		font-weight: normal;
		text-transform: uppercase;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 h1 {
		font-size: 1.5em;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 h2 {
		font-size: 1.125em;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 h3 {
		font-size: 1.125em;
		font-weight: bold;
		color: #ccc;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #container {
		background: url(images/alto-bg-default2.jpg) no-repeat 50% 0;
		width: auto;
		padding-bottom: 7.875em;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #mainContainer, body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header .content, body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #subHeader .content {
		width: 940px;
		margin: 0 auto;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #mainContainer {
		position: relative;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #leftColumn {
		width: 207px;
		left: -733px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #leftColumn .content {
		padding: 0 0 0 30px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #middleColumn {
		width: 733px;
		left: 207px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #middleColumn .content {
		padding: 80px 0px 80px 95px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #header {
		height: 35px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #subHeader {
		height: 55px;
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #footerContainer {
		position: absolute;
		bottom: 0px;
		width: 100%;
		background: black;
		border-top: 1px solid rgb(178 , 119 , 105);
}
body.page_f9eaec6b51dd9a2dbfd8ec821b8d6a73 #footerContainer .content {
		margin: 0 auto;
}



/* masters/layout-daa3fcf7ac9194bd7ee7bc37a7ea75bf [ Main Site Layout ] */

body.page_1e950f9e89a3947744dccfaeecc2c466 #subHeader1 {
		text-align: right;
}
body.page_1e950f9e89a3947744dccfaeecc2c466 #subHeader1 ul, body.page_1e950f9e89a3947744dccfaeecc2c466 #subHeader1 li {
		display: inline;
		list-style-type: none;
		padding: 0;
}
body.page_1e950f9e89a3947744dccfaeecc2c466 #subHeader1 a {
		display: inline-block;
		height: 55px;
		padding: 0 1em;
		line-height: 55px;
		text-transform: uppercase;
		border-left: 1px solid #630;
		border-right: 1px solid #630;
		margin-left: -1px;
		font-size: 1.125em;
		color: white;
}
body.page_1e950f9e89a3947744dccfaeecc2c466 #subHeader1 a:hover, body.page_1e950f9e89a3947744dccfaeecc2c466 #subHeader1 li.active a {
		color: #ccc;
		background: #000;
		text-decoration: none;
}
body.page_1e950f9e89a3947744dccfaeecc2c466 #subHeader {
		background: #300;
}



/* masters/layout-ea83b8ca379ba9c7cb6d57ffde616d2c [ Blog ] */




/* contact [ Contact (new) ] */

body.page_f23858b2710f6955ec8dbb580dea6fe6 #middleColumn1 table td {
		vertical-align: top;
		line-height: 1.6em;
}
body.page_f23858b2710f6955ec8dbb580dea6fe6 #middleColumn1 table td span.company {
		font-size: 1.3em;
		display: inline-block;
		padding-bottom: 5px;
}
body.page_f23858b2710f6955ec8dbb580dea6fe6 #middleColumn1 .button {
		background: #300;
		padding: 3px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		margin-top: 20px;
		display: inline-block;
}



/* philosophy [ Philosophy (new) ] */

body.page_68ae0775663ed308261c2d1b719902ea #middleColumn2 img {
		display: inline-block;
		float: left;
}
body.page_68ae0775663ed308261c2d1b719902ea #middleColumn2 .philosophyContent {
		margin-left: 185px;
		font-size: 1.2em;
}



/* masters/layout-ba873aafd6095570e548d5a24c9f2233 [  ] */



/* people/detail [ People - Detail (new) ] */

body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn .content {
		padding-top: 0;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn1 {
		display: none;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn1 a {
		float: right;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .left {
		float: left;
		width: 385px;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .right {
		margin-left: 420px;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .person-title {
		font-size: .65em;
		text-transform: lowercase;
		color: #ccc;
		display: block;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 h2 {
		margin: 0 0 0.3em 0;
		font-size: 1.8em;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .contact {
		margin-bottom: 0.75em;
		font-size: 1.1em;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .bio {
		font-size: 0.9em;
		color: #fff;
		margin-bottom: 1.5em;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .left {
		line-height: 1.4em;
		color: #fff;
		font-size: 1em;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 h3 {
		font-size: 0.75em;
		color: white;
		text-transform: uppercase;
		margin: 0;
		color: #CCC;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .right h3.admissions {
		margin-top: 0;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .right h3 {
		margin-top: 1em;
		margin-bottom: .25em;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .upperContent {
		margin-bottom: 1.5em;
		position: relative;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .upperContent .personInfo {
		position: absolute;
		bottom: 30px;
		left: 0px;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .post_date, body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .swt_customBlogPost_grid a {
		font-size: smaller;
		font-weight: bold;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .post_date {
		color: #fff;
		font-weight: normal;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .left img {
		border: 1px solid white;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .admissions ul, body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .education ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-left: 0;
		font-size: 0.9em;
		line-height: 1.1em;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .admissions ul li, body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .education ul li {
		margin-bottom: 0.5em;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec #middleColumn2 .blog-link {
		font-size: smaller;
		background: #330000;
		padding: 3px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
}
body.page_dee3deb9bc98ffb5c23df9e25d27adec.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .swt_customBlogPost_grid .item {
		margin-top: 0;
}



/* people [ People (new) ] */

body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn .content {
		padding-top: 30px;
		padding-left: 40px;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .record .personInfo {
		padding: 1em 1.25em 0 1em;
		font-size: 80%;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .record {
		padding: 0;
		text-align: left;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .title {
		font-size: 1.2em;
		margin-bottom: 0;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .person-title {
		font-size: 1em;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .phone, body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .email {
		font-size: 0.75em;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .summary {
		padding-top: 0.75em;
		font-size: .9em;
		padding-bottom: 1.5em;
		line-height: 1.4em;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .detail-link {
		font-size: 0.75em;
		background: #330000;
		padding: 3px 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .person-title {
		color: #ccc;
}
body.page_4ddb082e1bbbfc281e808790a9717337 #middleColumn2 .summary {
		color: #fff;
}



/* contact/message/sent [ Contact - Thank you ] */




/* privacy [ Privacy Policy ] */




/* terms [ Terms of Use ] */




/* contact/message [ Contact - Send Message ] */

body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 {
		width: 460px;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field .email-text {
		width: 230px;
		margin-bottom: 0.8em;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field .email-text input {
		width: 200px;
		line-height: 1.8em;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field label {
		font-weight: bold;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field .email-text {
		float: left;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field .email-block {
		clear: left;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field textarea {
		width: 430px;
		height: 8em;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field input, body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .field textarea {
		background: #ffc;
		border: 1px solid #ff9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 textarea {
		margin-bottom: 1em;
}
body.page_f11c6ece5a11d76385632bbe57ec262e #middleColumn2 .email-submit {
		float: right;
		margin-right: 30px;
}



/* established [ Established ] */

body.page_998e42e0274ff91c43699087a152f024 #middleColumn1 ul li {
		margin-bottom: 0.5em;
}
body.page_998e42e0274ff91c43699087a152f024 #middleColumn1 {
		margin-top: 1em;
}
body.page_998e42e0274ff91c43699087a152f024 #middleColumn4 {
		position: absolute;
		right: 0;
		top: 15px;
		font-size: 0.9em;
}
body.page_998e42e0274ff91c43699087a152f024 {
		color: black;
		background: transparent url(images/alto-bg-repeat.gif) repeat-x;
}
body.page_998e42e0274ff91c43699087a152f024 #container {
		background: url(images/alto-bg-established4.jpg) no-repeat;
}
body.page_998e42e0274ff91c43699087a152f024, body.page_998e42e0274ff91c43699087a152f024 #container {
		background-position: 50% 90px;
}
body.page_998e42e0274ff91c43699087a152f024 #leftColumn1 a img {
		visibility: hidden;
}
body.page_998e42e0274ff91c43699087a152f024 #leftColumn1 a {
		background: url(images/logo2.png) no-repeat;
}
body.page_998e42e0274ff91c43699087a152f024 #subHeader {
		background: #666;
}
body.page_998e42e0274ff91c43699087a152f024 #subHeader li a {
		border-color: #fff;
}
body.page_998e42e0274ff91c43699087a152f024 #subHeader li.active a {
		background: #fff;
		color: black;
}
body.page_998e42e0274ff91c43699087a152f024 #header {
		border-bottom: 3px solid #fff;
		background-color: rgb(120 , 56 , 2);
		height: 35px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}



/* emerging [ Emerging ] */

body.page_61b6c9258d1b00af9f10244953373ab9 #middleColumn3 .row .item {
		cursor: default;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #middleColumn1 ul li {
		margin-bottom: 0.5em;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #middleColumn1 {
		margin-top: 1em;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #middleColumn4 {
		position: absolute;
		top: 15px;
		right: 0px;
		font-size: 0.9em;
}
body.page_61b6c9258d1b00af9f10244953373ab9 {
		color: black;
		background: transparent url(images/alto-bg-repeat.gif) repeat-x;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #container {
		background: url(images/alto-bg-emerging3.jpg) no-repeat;
}
body.page_61b6c9258d1b00af9f10244953373ab9, body.page_61b6c9258d1b00af9f10244953373ab9 #container {
		background-position: 50% 90px;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #leftColumn1 a img {
		visibility: hidden;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #leftColumn1 a {
		background: url(images/logo2.png) no-repeat;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #subHeader {
		background: #666;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #subHeader li a {
		border-color: #fff;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #subHeader li.active a {
		background: #fff;
		color: black;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #header {
		border-bottom: 3px solid #fff;
		background-color: rgb(120 , 56 , 2);
		height: 35px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
body.page_61b6c9258d1b00af9f10244953373ab9 #middleColumn1 a {
		color: #993300;
}



/* index.php [ Home ] */

body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 {
		position: absolute;
		top: -265px;
		width: 100%;
		background: rgb(46 , 23 , 6);
		background: rgba(46 , 23 , 6 , 0.8);
		height: 184px;
		z-index: 0;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 #home-buttons {
		position: absolute;
		left: 50%;
		margin-left: -168px;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 .home-button-container {
		float: left;
		position: relative;
		width: 324px;
		height: 184px;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 #emerging {
		background: url(images/banner-emerging-bg.jpg) no-repeat;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 #established {
		background: url(images/banner-established-bg.jpg) no-repeat;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 a.button {
		position: absolute;
		top: 0;
		left: 0;
		width: 316px;
		height: 178px;
		z-index: 1;
		border: 3px solid transparent;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 a.button:hover {
		text-decoration: none;
		border-color: white;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 .description {
		position: absolute;
		top: 136px;
		left: 10px;
		width: 301px;
		overflow: hidden;
		color: #fc6;
		font-size: 14px;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 .title {
		position: absolute;
		top: 88px;
		left: 11px;
		line-height: 35px;
		font-size: 24px;
		text-transform: uppercase;
		color: black;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 span.button {
		position: absolute;
		top: 98px;
		right: 11px;
		line-height: 15px;
		font-size: 11px;
		color: #ffc;
		background: #1d1d1d;
		padding: 0 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footer2 a.button:hover span.button {
		color: #fff;
		background: #333333;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #middleColumn .content {
		padding-top: 30px;
		padding-right: 0;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #leftColumn1 {
		z-index: 1;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #leftColumn1 a, body.page_c40320efd6e90a04119d3014e8d8b2d2 #leftColumn1 a img {
		z-index: 100;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #leftColumn {
		position: relative;
		z-index: 1;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #leftColumn1 a img {
		position: absolute;
		top: 0;
		left: 0;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 .link-home {
		display: none !important;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #mainContainer {
		position: static;
}
body.page_c40320efd6e90a04119d3014e8d8b2d2 #footerContainer {
		z-index: 0;
}



/* contact1 [ Contact - Old ] */




/* philosophy1 [ Philosophy ] */




/* people/detail1 [ People - Detail ] */

body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn1 a {
		float: right;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .left {
		float: left;
		width: 175px;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .right {
		margin-left: 225px;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .person-title {
		font-size: 0.65em;
		text-transform: lowercase;
		color: #ccc;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .right h2 {
		margin: 0 0 0.25em 0;
		font-size: 1.5em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .contact {
		margin-bottom: 0.75em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .bio {
		font-size: 0.9em;
		color: #ccc;
		margin-bottom: 2em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .left {
		line-height: 1.2em;
		color: #ccc;
		font-size: 0.9em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 h3 {
		font-size: 0.75em;
		color: white;
		text-transform: uppercase;
		margin: 0;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .right h3 {
		margin-top: 1em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .left img {
		margin-bottom: 0.5em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .swt_customBlogPost_grid {
		margin-top: 0.75em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .swt_customBlogPost_grid .item {
		margin-top: 0.75em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .post_date, body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .swt_customBlogPost_grid a {
		font-size: smaller;
		font-weight: bold;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .post_date {
		color: #ccc;
		font-weight: normal;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .left img {
		border: 1px solid white;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .admissions ul, body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .education ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-left: 0;
		font-size: 0.9em;
		line-height: 1.1em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .admissions ul li, body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .education ul li {
		margin-bottom: 0.5em;
}
body.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .blog-link {
		font-size: smaller;
}
body.page_2adebef0405c85807fdf05cc90036a57.page_2adebef0405c85807fdf05cc90036a57 #middleColumn2 .swt_customBlogPost_grid .item {
		margin-top: 0;
}



/* people1 [ People ] */

body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .record {
		padding: 0 2em 0 0;
		text-align: left;
}
body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .title {
		font-size: 1em;
		margin-bottom: 0;
}
body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .title a {
		color: white;
}
body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .person-title {
		font-size: 0.75em;
}
body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .phone, body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .email {
		font-size: 0.75em;
}
body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .summary {
		padding-top: 0.75em;
		font-size: 0.75em;
		padding-bottom: 0.75em;
}
body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .detail-link {
		font-size: 0.75em;
}
body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .person-title, body.page_35ba83c76f3ca58c81939afce8a0ec78 #middleColumn2 .summary {
		color: #ccc;
}



/* news/authors/detail [ news - authors - detail ] */

body.page_cfc43ce3cae5013e70f382ae021641db #middleColumn1 .blog_home {
		text-align: right;
}
body.page_cfc43ce3cae5013e70f382ae021641db #middleColumn1 .author-link {
		float: right;
}
body.page_cfc43ce3cae5013e70f382ae021641db #middleColumn1 h2, body.page_cfc43ce3cae5013e70f382ae021641db #middleColumn1 .author-link {
		margin: 0;
		line-height: 2.5em;
}



/* news/authors [ news - authors ] */




/* news/post [ news - post ] */

body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .swt_customBlogAuthor_detail {
		display: inline;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .title {
		margin: 0;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .date {
		font-weight: bold;
		font-size: 0.9em;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .body {
		padding: 1.25em 0 0.75em 0;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_home, body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_post .title {
		line-height: 1.4em;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .swt_customBlogPost_detail {
		position: relative;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_home {
		position: absolute;
		top: 0;
		right: 0;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_comments {
		border-top: 1px solid black;
		padding: 1em 0;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_comments {
		padding: 0;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_comments .grid {
		margin-bottom: 1em;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_comments .item {
		cursor: default;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .comments {
		font-size: 0.75em;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_comments .byline {
		font-size: 0.75em;
}
body.page_68f399f4d7709dedac6bfbe899793289 #middleColumn1 .blog_comments .blog_comment {
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		background: rgb(124 , 38 , 5);
		background: rgba(0 , 0 , 0 , 0.2);
		padding: 0.7em;
}



/* news [ news ] */

body.page_225f25b3b48f33a6e79cceb19ff8de08 #middleColumn1 .swt_customBlogAuthor_detail {
		display: inline;
}
body.page_225f25b3b48f33a6e79cceb19ff8de08 #middleColumn1 .title {
		margin: 0;
}
body.page_225f25b3b48f33a6e79cceb19ff8de08 #middleColumn1 .date {
		font-weight: bold;
		font-size: 0.9em;
}
body.page_225f25b3b48f33a6e79cceb19ff8de08 #middleColumn1 .body {
		padding: 1.25em 0 0.75em 0;
}
body.page_225f25b3b48f33a6e79cceb19ff8de08 #middleColumn1 .row {
		border-top: 1px solid black;
		padding: 1em 0;
}
body.page_225f25b3b48f33a6e79cceb19ff8de08 #middleColumn1 .comments {
		font-size: 0.75em;
}
body.page_225f25b3b48f33a6e79cceb19ff8de08 ul.pagination li.current {
		color: black;
}


