/* Default Link Styles -------------------------------------------- */
a {
	text-decoration: none;
}
#copy a {
	color: #5C859D;
	text-decoration: underline;
}
	#copy a:hover {
		color: #A5B1B8;
		text-decoration: none;
	}
/* Headlines ------------------------------------------------------ */
h1 {display: none;}
#copy h2 {color: #23536A; font: normal 1.36em/20px Verdana; padding: 0 0 6px;}
#copy h3 {color: #23536A; font: normal 1.09em/18px Verdana; padding: 0 0 0 0; text-transform: uppercase;}
#copy h4 {font: bold 1em/15px Verdana; text-transform: uppercase;}
#copy h5 {font: bold 1em/15px Verdana;}
#copy h6 {font: normal 1em/15px Verdana; padding: 0 0 2px;}
#copy #pageTitle,
#content .colTitle {
	display: block;
	color: #990000;
	font: normal 1.64em/24px Georgia;
	padding: 0 0 5px;
}
#content .col .colTitle {
	padding: 0 0 27px 0;
}
#copy #pageTitle.lg {
	color: #23536A;
	font: normal 2.36em/26px Verdana;
}
.pageFocusOnL2 #copy h2 {
	color: #970000;
	line-height: 16px;
	padding: 0 0 9px;
}

#copy p,
#copy ul,
#copy ol,
#copy dl {
	padding: 0 0 18px;
}
#copy .meta {
	position: relative;
	color: #666;
	font-weight: bold;
	padding: 0 0 10px;
}
#copy p.caption {
	color: #959094;
	font-style: italic;
	font-weight: bold;
}
#copy p.supportImg {
	padding: 0 0 13px;
	margin: -12px 0 0 0;
}

#copy img {
	position: relative;
	display: block;
	float: left;
	margin: 5px 15px 5px 0;
}
#copy table img {
	float: none;
	margin: 0 0 5px 0;
}
#copy .supportImg {
	float: none;
	margin: 5px 0 13px -7px;
}
	#copy .supportImg img {
		float: none;
		background: #FFF;
		padding: 4px;
		border: 1px solid #E2D4BE;
		margin: 0;
	}
	#copy .supportImg .btmH {display: none;}

#copy ul {
	padding-left: 16px;
}
	#copy ul li {
		background: url(images/icons/bullets.png) no-repeat;
		background-position: 0 8px;
		line-height: 16px;
		padding: 0 0 6px 16px;
	}
		#copy ul li ul,
		#copy ol li ul {
			padding: 6px 0 0 13px;
			margin-bottom: -6px;
		}
			#copy li ul li {
				background-position: -1000px 9px;
			}

#copy ol {
	padding-left: 34px;
}
	#copy ol li {
		line-height: 16px;
		padding: 0 0 6px;
	}
		#copy ol li ol,
		#copy ul li ol {
			padding: 6px 0 0 23px;
			margin-bottom: -6px;
		}
			#copy li ol li {}

#copy ul.linkList {
	padding: 0 0 20px;
}
	#copy ul.linkList li {
		background: none;
		padding: 0 0 8px;
	}
		#copy ul.linkList a {
			color: #414141;
			text-decoration: none;
		}
			#copy ul.linkList a:hover {
				color: #950000;
			}
.pageFocusOnL2 #copy ul.linkList {
	font-size: 1.09em;
}

#copy blockquote {
	color: #23536A;
	font: italic 1.27em/24px Georgia;
	padding: 6px 16px 5px 16px;
	border-top: 1px solid #B8C5C9;
	border-bottom: 1px solid #B8C5C9;
	margin: 0 0 18px;
}
	#copy blockquote p {
		padding: 0 0 4px;
	}

#copy dl {}
	#copy dl dt {
		font-weight: bold;
	}
	#copy dl dd {
		padding: 0 0 6px 13px;
	}
/* Columns -------------------------------------------------------- */
#copy .cols2,
#copy .cols3 {}
	#copy .cols2 .col {
		float: left;
		width: 45%;
	}
	#copy .cols3 .col {
		float: left;
		width: 29%;
	}
/* Constants ------------------------------------------------------ */
.head {
	position: relative;
	display: block;
	background-repeat: no-repeat;
}
	.head span {
		display: block;
		position: absolute;
			left: 0;
			top: 0;
		background-image: url(images/structure/headlineBG.png);
	}
/* Modules -------------------------------------------------------- */
.module {
	position: relative;
	margin: 0 0 15px;
}
	.module .strip {
		background-image: url(images/modules/contentStrips.png);
		background-repeat: repeat-y;
	}
	.module .btm {
		background-image: url(images/modules/topsBtms.png);
	}
	#container .wrap .more {
		position: relative;
		text-transform: uppercase;
		padding: 0 11px 0 6px;
		padding: 0;
	}
		#container .wrap .more a {
			display: inline;
			color: #2B858E;
			font: bold 0.91em/14px Arial;
			text-decoration: none;
			padding: 0 15px 0 0;
		}
			#container .wrap .more a:hover {
				color: #930000;
			}
		#container .wrap .more span.btmH {
			width: 100%;
			height: 23px;
			background-position: 0 -20px;
			border-bottom: 1px solid #DCD5D2;
			margin: -13px 0 0 0;
		}
/* L2 Section ----------------------------------------------------- */
		#section .layer,
		#section #L2TabLayer {
			display: none;
			position: absolute;
				left: 3px;
				top: -1px;
			width: 955px;
			height: 196px;
				overflow: hidden;
			background: #211E1E;
			border-right: 2px solid #211E1E;
			border-left: 2px solid #211E1E;
			margin: 1px 0 0 0;
		}
		body #section .editcontrol {
			display: block;
		}
		#section #L2TabLayer {
			display: block;
		}
			#section .content {
				height: 163px;
					overflow: auto;
				background: #232020 url(images/modules/sectionLayerBG.png) right top repeat;
				border-top: 1px solid #E38400;
				margin: 34px 0 0 0;
			}
			#section #L2TabLayer .content {
				float: right;
				width: 364px;
				height: 160px;
					overflow: hidden;
				color: #F0E3CC;
				background: #312E2E url(images/modules/diagFade06.png) right bottom repeat-x;
				font: 1.1em/18px Verdana;
				border: none;
				padding: 36px 48px 0 50px;
				margin: 0;
			}
		#section .trigger {
			position: absolute;
				right: 14px;
				top: 50px;
			width: 160px;
			height: 40px;
				overflow: hidden;
			background: url(images/modules/triggerBG.png);
			padding: 0 0 0 8px;
		}
		#section img.trigger,
		#section img.static {
			position: static;
			width: auto;
			height: auto;
			padding: 0;
			margin: 0 0 0 3px;
		}
		#section .content .close {
			right: 10px;
			top: 41px;
			width: 17px;
			height: 17px;
			background: url(images/icons/icons.png) -5700px 0 no-repeat;
			text-indent: -999em;
			padding: 0;
			margin: 0;
		}
		#section .intro {
			position: static;
			display: block;
			float: left;
			width: 389px;
			height: 163px;
				overflow: hidden;
			background: url(images/modules/experienceEduHL.png) 183px 59px no-repeat;
			text-indent: -999em;
			margin: 0;
		}
		#section .thumb {
			float: left;
			border: 1px solid #FFF;
			margin: 40px 0 0 0;
		}
		#section span.play {
			position: absolute;
				left: 468px;
				top: 111px;
			display: block;
			width: 40px;
			height: 37px;
				overflow: hidden;
			background: url(images/icons/play40.png);
		}
		#section .banner {
			position: absolute;
				left: 0;
				top: 0;
		}
		#section .summary {
			float: left;
			width: 289px;
				overflow: hidden;
			font: 1.1em/18px Verdana;
			padding: 39px 0 0 36px;
		}
		#section .summary .title {
			position: static;
			width: 275px;
			height: auto !important;
			background: url(images/icons/icons.png) -4500px 6px no-repeat;
			color: #E89511;
			font: bold 1.09em/16px Verdana;
			padding: 0 0 3px 13px;
			margin: 0 0 0 -13px;
		}

		#section #L2TabLayer .tab {
			height: 127px;
				overflow: auto;
			padding: 0 0 9px;
		}
		#section #L2TabLayer #pageTitleMod,
		#section #L2TabLayer .pageTitleCopy {
			display: block;
			color: #FFB61A;
			font: 1.45em/22px Verdana;
		}
		#section #L2TabLayer h2 {
			color: #ADCBC4;
			font-size: 1em;
			font-weight: normal;
			text-transform: uppercase;
		}

		#section #L2TabLayer .tabNav {
			clear: both;
			height: 20px;
				overflow: hidden;
			padding: 2px 0 0 0;
			border-top: 1px solid #535C59;
		}
			#section #L2TabLayer .tabNav li {
				display: inline;
				color: #ADCBC4;
				padding: 0 20px 0 15px;
				border-right: 1px solid #ADCBC4;
				margin: 0 5px 0 0;
				cursor: pointer;
			}
			#section #L2TabLayer .tabNav .tab2_btn {
				border: none;
			}
			#section #L2TabLayer .tabNav .active {
				background: url(images/icons/icons.png) -900px 2px no-repeat;
				color: #FFB61A;
			}
				#section #L2TabLayer .tabNav li:hover {
					color: #FFB61A;
				}

#pageIntro {
	background: #EFE8DD url(images/modules/moduleBGFade2.png) left bottom repeat-x;
	color: #23536A;
	padding: 3px;
	border: 1px solid #C99D9B;
	margin: 1px 36px 12px 44px;
}
	#pageIntro .content {
		min-height: 148px;
		font: 1.4em/20px Georgia;
		border: 1px solid #E4C37E;
		padding: 18px 35px 10px 300px;
	}
		#pageIntro .content h1#pageTitleMod {
			display: block;
			color: #23536A;
			font: 1.71em/24px Verdana;
			padding: 0 0 10px;
		}
		#pageIntro img.shadow {
			position: absolute;
				left: 20px;
				top: 13px;
			width: 252px;
			height: 144px;
			background-position: -294px 0;
		}
		#pageIntro p {
			padding: 0 0 10px;
		}

#copy .pageSummary {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E3DBD7;
	margin: 0 0 10px -10px;
}

#container .tabIt {
	margin: 0 9px 35px 8px;
}
	#container .tabIt .tabNav {
		display: none;
	}
	.jsOn #container .tabIt .tabNav {
		position: relative;
			z-index: 50;
		display: block;
		padding: 0;
		margin: 0;
	}
	.jsOn #container .tabIt .tabNav li {
		float: left;
		background: none;
		padding: 0;
	}
		#container .tabIt .tabNav li a {}
			#container .tabIt .tabNav li a:hover {
				color: #950000;
			}
			#container .tabIt .tabNav li a:focus {
				outline: none;
			}
	#container .tabIt .item {
		clear: both;
		position: relative;
	}
	.jsOn #container .tabIt .item {
		display: none;
	}
	.jsOn #container .tabIt .tabActive {
		display: block;
	}

#copy .newsTabs .tabNav {
	border-bottom: 1px solid #E3DBD7;
}
.jsOn #copy .newsTabs .tabNav {
	margin: 0 0 9px;
}
	#copy .newsTabs .tabNav li a {
		display: block;
		color: #ADA59A;
		font: normal 1.64em/24px Georgia;
		text-decoration: none;
		padding: 0 10px 0 0;
	}
	#copy .newsTabs .tabNav .tabActive a {
		color: #950000;
	}
		#copy .newsTabs .tabNav li a span {
			display: block;
			width: 100%;
			display: inline-block;
			padding: 4px 10px 14px 0;
			margin: 0 0 -9px;
		}
		#copy .newsTabs .tabNav .tabActive a span {
			display: block;
			background: url(images/modules/tabBtmArrow.gif) center bottom no-repeat;
		}

		#copy .newsTabs .listing li {
			background: transparent;
			padding-left: 17px;
			padding-right: 17px;
		}
		#copy .newsTabs .listing .even {
			background: #F8F0E2;
		}
			#copy .newsTabs .listing a .title {
				color: #AA2C2A;
			}
	#copy .newsTabs .more {
		padding: 8px 0 0 0;
	}

#portraitOfSuccess {
	background: #F3EFE9;
	border: 2px solid #DCCCB4;
	margin-right: 13px;
	margin-bottom: 28px;
}
	#portraitOfSuccess .item {
		padding: 0 0 6px;
	}
		#portraitOfSuccess .head,
		#portraitOfSuccess .head span {
				height: 31px;
				background-position: -13px -140px;
				color: #990101;
				font: bold 1.09em Georgia;
				text-align: center;
				padding: 15px 0 0 0;
			}
		#portraitOfSuccess .shadow {
			background-position: -369px -158px;
			margin: 0 0 7px 14px;
		}
		#portraitOfSuccess .copy {
			color: #7C5A51;
			line-height: 16px;
			padding: 0 5px 0 11px;
		}
		#portraitOfSuccess p {
			padding: 0 0 5px;
		}
		#portraitOfSuccess p.sig {
			color: #2B858E;
			font-family: Georgia;
			font-style: italic;
			padding: 0 0 13px;
		}
		#container #portraitOfSuccess p.more {
			padding: 0 0 0 17px;
		}
		#portraitOfSuccess .topH,
		#portraitOfSuccess .btmH {
			display: none;
		}

#copy .linkListBox {
	position: relative;
	overflow: hidden;
	background: #E9CF99;
	border: 1px solid #D6AD7A;
	border-top: 3px solid #DBB688;
	margin-bottom: 35px;
}
	#copy .linkListBox .content {
		background: url(images/modules/diagFade03.png) left bottom repeat-x;
		padding: 16px 16px 0 16px;
		margin: 0 3px 3px 3px;
	}
	#copy .linkListBox h2 {
		color: #950000;
		font: normal 1.27em/16px Verdana;
		padding: 0 0 18px;
	}
	#copy .linkListBox h3 {
		color: #5F453E;
		font: bold 1em/14px Verdana;
		text-transform: none;
		padding: 0 0 5px;
		border-bottom: 1px solid #D5B888;
	}
	#copy .linkListBox .cols2,
	#copy .linkListBox .cols3 {
		
	}
	#copy .linkListBox .col {
		padding: 9px 10px 39px 0 !important;
		margin: 0;
	}
	#copy .linkListBox .cols2 .col {
		width: 289px;
	}
	#copy .linkListBox .cols3 .col {
		width: 189px;
	}
		#copy .linkListBox li {
			line-height: 14px;
			background: none;
			padding: 0 0 6px;
		}
			#copy .linkListBox li a {
				color: #5F453E;
				text-decoration: none;
			}
				#copy .linkListBox li a:hover {
					color: #950000;
				}
	#copy .linkListBox .btmH {
		position: relative;
		width: 630px;
		height: 41px;
		margin: 0 0 0 -16px;
	}

#copy .buzzBlogs {
	position: relative;
	overflow: hidden;
	background: #F3E7CF;
	border: 1px solid #E9D9D5;
	border-top: 3px solid #DBB688;
	margin-bottom: 35px;
}
	#copy .buzzBlogs .content {
		background: url(images/modules/diagFade04.png) left bottom repeat-x;
		padding: 0 16px 30px 16px;
		margin: 0 3px 3px 3px;
	}
	#copy .buzzBlogs .title {
		background: url(images/icons/buzz.png) 0 16px no-repeat;
		color: #950000;
		font: normal 1.27em/16px Verdana;
		padding: 19px 0 24px 42px;
	}
	#copy .buzzBlogs .listing {
		padding: 0;
	}
		#copy .buzzBlogs .listing li {
			border: none;
			border-top: 1px solid #DECEB8;
			padding: 12px 6px 8px 6px;
		}
		#copy .buzzBlogs .listing .first {
			border: none;
		}
		#copy .buzzBlogs .listing .even {
			background: none;
		}
			#copy .buzzBlogs .listing h2 {
				color: #AA2C2A;
				font: normal 1.45em/22px Georgia;
				padding: 0;
			}
				#copy .buzzBlogs .listing h2 a {
					display: block;
				}
				#copy .buzzBlogs .listing h2 a,
				#copy .buzzBlogs .listing li.over a {
					color: #AA2C2A;
				}
			#copy .buzzBlogs .listing p,
			#copy .buzzBlogs .listing p.meta {
				padding: 0 0 8px;
			}
			#copy .buzzBlogs .listing a {
				display: inline;
				color: #950000;
			}
				#copy .buzzBlogs .listing li a:hover {
					color: #5C859D;
				}
			#copy .buzzBlogs .listing img {
				border: 1px solid #FFF;
			}

.listModule {
	margin: 0 13px 20px 0;
}
.takeAction {
	border-bottom:1px solid #DED5CF;
}
#navigation .listModule {
	margin-left: 13px;
}
	.listModule .head,
	.listModule .head span {
		width: 188px;
		height: 20px;
		color: #6A7E4C;
		font: bold 1em Verdana;
		padding: 0 0 0 13px;
	}
	#navigation .listModule .head {
		text-indent: -999em;
	}
		.takeAction .head span {
			background-position: 0 -35px;
		}
		#navigation .takeAction .head span {
			background-position: 0 -233px;
		}
		.seeAlso .head span {
			background-position: 0 -70px;
		}
		#navigation .seeAlso .head span {
			background-position: 0 -276px;
		}
	.listModule ul {
		padding: 0 0 15px;
	}
		.listModule li {
			background: url(images/icons/icons.png) -2100px 4px no-repeat;
			padding: 0 0 6px 13px;
		}
			.listModule a {
				color: #776D4B;
			}
				.listModule a:hover {
					color: #FEB220;
				}

.siteComponent {
	clear: both;
	border-top: 1px solid #CFC5B8;
	border-bottom: 1px solid #CFC5B8;
	padding-top: 2px;
	margin-right: 16px;
}
#navigation .siteComponent {
	margin: 0 8px 13px 8px;
}
.supportRedlands,
.financialAid {
	border: none;
}
#navigation .supportRedlands {
	margin-left: 21px;
	margin-bottom: 35px;
}
	.siteComponent .head {
		background-color: #970000;
		color: #E99B1F;
		text-align: center;
		padding: 25px 0 0 0;
		margin: 0 0 2px;
	}
		.siteComponent a,
		.siteComponent a span {
			position: relative;
			display: block;
			width: 176px;
			height: 55px;
				overflow: hidden;
			background-image: url(images/modules/siteComponents.png);
			background-repeat: no-repeat;
		}
		#navigation .siteComponent a,
		#navigation .siteComponent a span {
			width: 201px;
		}
		#container .focusOn a,
		#container .focusOn a span {
			font-weight: bold;
			height: 51px;
		}
		#container .supportRedlands a,
		#container .supportRedlands a span {
			height: 56px;
			background-color: transparent;
			background-image: url(images/modules/supportRedlands.jpg);
		}
		#container .financialAid a,
		#container .financialAid a span {
			height: 52px;
			background-color: transparent;
			background-image: url(images/modules/financialAid.png);
		}

	#container .txtButton {
		border: none;
	}
		#container .txtButton a,
		#container .txtButton a span {
			width: 175px;
			height: 80px;
			background-color: transparent;
			padding: 0;
		}
		#container .applyNow_sob a,
		#container .applyNow_sob a span {
			background-image: url(images/modules/applyNow_sob.png);
		}
		#container .applyNow_soe a,
		#container .applyNow_soe a span {
			background-image: url(images/modules/applyNow_soe.png);
		}
		#container .enrollNow_cs a,
		#container .enrollNow_cs a span {
			background-image: url(images/modules/enrollNow_cs.png);
		}
		#container .requestInfo_cs a,
		#container .requestInfo_cs a span {
			background-image: url(images/modules/requestInfo_cs.png);
		}
		#container .requestInfo_sob a,
		#container .requestInfo_sob a span {
			background-image: url(images/modules/requestInfo_sob.png);
		}
		#container .requestInfo_soe a,
		#container .requestInfo_soe a span {
			background-image: url(images/modules/requestInfo_soe.png);
		}

		.siteComponent a span {
			position: absolute;
			z-index: 10;
			background-position: 0 0;
			padding: 25px 0 0 0;
		}
			.siteComponent img {
				position: absolute;
					left: 15px;
					top: 18px;
					z-index: 20;
				width: 64px;
				height: 47px;
			}
.virtualTour a          {background-position: 0 -82px;}
.virtualTour a span     {background-position: 0 0;}
.mediaGallery a         {background-position: 0 -246px;}
.mediaGallery a span    {background-position: 0 -164px;}
.focusOn a              {background-position: 0 -404px;}
.focusOn a span         {background-position: 0 -328px;}
.supportRedlands a      {background-position:  0 -83px;}
.supportRedlands a span {background-position: 0 0;}
.financialAid a         {background-position: 0 -77px;}
.financialAid a span    {background-position: 0 0;}
.txtButton a            {background-position: -175px 0;}
.txtButton a span       {background-position: 0 0;}

.contact {}
#navigation .contact {
	color: #776D4B;
	line-height: 16px;
	margin: 0 9px 16px 15px;
}
	.contact .head,
	.contact .head span {
		width: 201px;
		height: 17px;
		color: #6A7E4C;
		font: bold 1em Verdana;
		padding: 0 0 0 13px;
		text-indent: -999em;
	}
	.contact .head span {
		background-position: 0 -105px;
	}
	.contact div {
		padding: 0 10px;
	}
		.contact div div {
			padding: 0;
		}
	.contact a {
		color: #776D4B;
	}
	.contact a:hover {
		color: #6A7E4C;
	}
	.contact .adr,
	.contact .tel,
	.contact .email {
		padding-bottom: 2px;
		border-bottom: 1px solid #D2D0C0;
	}
	.contact .tel,
	.contact .email {
		padding-top: 5px;
		padding-bottom: 4px;
	}
	.contact .tel .type,
	.contact .email .type {
		position: relative;
			top: 3px;
		display: block;
		float: left;
		width: 15px;
		height: 12px;
			overflow: hidden;
		text-indent: -999em;
		background-image: url(images/icons/icons.png);
	}
	.contact .tel .type   {background-position: -2399px 0;}
	.contact .email .type {background-position: -2700px 2px;}

.social {
	color: #424242;
	line-height: 15px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	margin-right: 8px;
	margin-left: 8px;
}
	.social h2 {
		position: relative;
		font: bold 1.09em/16px Verdana;
		padding: 22px 0 21px 56px;
	}
	.soc_twitter h2 {
		padding-bottom: 38px;
	}
	.jsOn .social h2 {
		background-image: url(images/icons/icons.png);
		background-position: 179px 6px;
		background: url(images/icons/plusMinus.png) 179px 6px no-repeat;
	}
	.jsOn .social h2.collapse {
		background-position: -421px 6px;
	}
		.social h2 img {
			position: absolute;
				left: 14px;
				top: 23px;
		}
	.social .content {
		border-width: 1px;
		border-style: solid;
	}
		.social p {
			padding: 0 0 14px;
			margin: 0 14px;
		}
			.social p a {
				display: block;
				color: #424242;
				font-weight: bold;
				padding: 0 0 13px 2px;
			}
			.soc_facebook p a {}
			.soc_youtube p a {
				font-weight: normal;
			}
				.soc_youtube p a .title {
					display: block;
					font-weight: bold;
				}
				.social p a:hover {}
	#container .soc_flickr ul {
		height: 186px;
			overflow: hidden;
		padding: 10px 0 0 11px;
	}
	#container .social .shadow {
		position: relative;
			left: 0;
			top: 0;
		float: left;
		background-position: -560px -97px;
		padding: 5px;
		margin: 0;
	}
	#container .social .item {
		padding: 15px 0 0 0;
	}
	.jsOn .social .item {
		display: none;
	}
	.jsOn .social .editcontrol {
		display: block;
	}
		.social p.meta {
			padding: 0 0 20px 0;
		}
		#container .social p.more {
			position: static;
			z-index: 1000;
			clear: both;
			text-align: center;
			padding: 5px 0 23px;
				border-top: 1px solid #B7B6C4;
			margin: 0 14px;
		}
		#container .soc_facebook p.more {
			margin: 0 10px;
		}
			#container .social p.more a {
				display: inline;
				background: none;
				padding: 0;
				margin: 0;
			}
				.social p.more a:hover {}

.soc_facebook {background: #C9D1E7; border-color: #A5B8BD;}
.soc_linkedin {background: #C6DDE6; border-color: #B1BFC1;}
.soc_flickr   {background: #F3D6E8; border-color: #EBB0C3;}
.soc_twitter  {background: #CAE8EE; border-color: #A5B9BF;}
.soc_youtube  {background: #E5E7E8; border-color: #A6BAC0;}
	#container .soc_facebook h2 {background-color: #C4CCE3; color: #395BA8;}
	#container .soc_linkedin h2 {background-color: #C6DDE6; color: #43A0BF;}
	#container .soc_flickr h2   {background-color: #F3D6E8; color: #C93A8B;}
	#container .soc_twitter h2  {background-color: #CAE8EE; color: #43A0BF;}
	#container .soc_youtube h2  {background-color: #E5E7E8; color: #42465E;}
	.soc_facebook .content {background: #DADEEB; border-color: #B0BFD7;}
	.soc_linkedin .content {background: #DAE4E8; border-color: #B4CFDA;}
	.soc_flickr .content   {background: #F5E2ED; border-color: #F3C0DD;}
	.soc_twitter .content  {background: #E7F3F6; border-color: #CCDFE6;}
	.soc_youtube .content  {background: #F6F7F7; border-color: #CED7DB;}
	.soc_facebook p.meta {padding-top: 0; padding-left: 30px;}

	.soc_facebook p.update {
		background: url(images/icons/icons.png) -2994px 4px no-repeat;
		padding-left: 30px;
	}

#container .userTools {
	margin: 0 9px 35px 8px;
}
#auxiliary .userTools {
	margin-right: 8px;
}
	#auxiliary .userTools iframe {
		width: 139px;
		height: 125px;
		border: none;
	}
	#navigation .userTools iframe {
		width: 157px;
		height: 125px;
	}
	#container .userTools .tabNav {
		display: none;
	}
	.jsOn #container .userTools .tabNav {
		display: block;
		clear: both;
		width: 200px;
		height: 28px;
		background: url(images/modules/navUserTools.png) 0 -28px no-repeat;
	}
		.jsOn #auxiliary .userTools .tabNav {
			width: 176px;
			background-position: 0 -84px;
		}
	.jsOn #container .userTools .tabNav li {
		display: inline;
	}
		#container .userTools .tabNav li a {
			display: block;
			float: left;
			height: 28px;
			background-image: url(images/modules/navUserTools.png);
			text-indent: -999em;
		}
		#container .userTools .tabNav li a:focus {
			outline: none;
		}
	#container .userTools li.tab-myRedlands a            {width: 96px;}
	#container .userTools li.tab-webmail a               {width: 104px; background-position: -96px 0;}
	#container #auxiliary .userTools li.tab-myRedlands a {}
	#container #auxiliary .userTools li.tab-webmail a    {width: 80px; background-position: -96px -56px;}
	#container .userTools a:hover,
	#container .userTools li.tabActive a {
		background: none;
	}
	#container .userTools .item {
		position: relative;
		border: 1px solid #BCB3A6;
		padding: 10px 20px 14px 20px;
		margin-bottom: 30px;
	}
	#auxiliary .userTools .item {
		padding-left: 17px;
	}
	#navigation userTools .item {}
	.jsOn #container .userTools .item {
		background: #F9F6F2;
		clear: both;
		display: none;
		border-top: 0;
		margin-bottom: 0;
	}
	.jsOn #container .userTools .tabActive {
		display: block;
	}
	#container .userTools h3 {
		color: #7E0001;
		font: bold 1.09em Verdana;
		padding: 0 0 10px;
	}
	.jsOn #container .userTools h2 {
		display: none;
	}
	.jsOn #container .userTools p input,
	.iframeForm p input {
		color: #7D7D7D;
		font-family: Arial;
	}
	#container .userTools .buttonImage {
		position: relative;
		float: right;
		margin: 0 -3px 13px;
		margin: 0 0 13px 0;
	}
	.iframeForm .buttonImage {
		float: right;
	}
	#container .userTools .forgot {
		position: relative;
			z-index: 10;
		clear: both;
		font-size: 0.91em;
		padding: 6px 0 0 0;
		border-top: 1px solid #DED5CF;
		margin: 10px 0 0 0;
	}
		#container .userTools .forgot li {
			clear: both;
			position: relative;
			padding: 0 0 1px;
		}
			#container .userTools .forgot a {
				position: relative;
				color: #5F453E;
			}
	#container .userTools .item .btmH {
		position: absolute;
			left: 0;
			bottom: 0;
			z-index: 1;
		width: 198px;
		height: 20px;
			overflow: hidden;
		background-position: 0 -20px;
	}
	#auxiliary .userTools .item .btmH {
		width: 173px;
	}

#copy .crossLinks {
	padding: 0 0 50px;
}
	#copy .crossLinks li {
		float: left;
		background-image: url(images/modules/crossLinksBG.png);
		padding: 0;
		border-top-width: 3px;
		border-top-style: solid;
		margin: 0 19px 0 0;
	}
	#copy .crossLinks li a {
		display: block;
		width: 141px;
			overflow: hidden;
		background: url(images/icons/icons.png) -3889px 16px no-repeat;
		color: #AA2C2A;
		font-size: 1.18em;
		text-decoration: none;
		padding: 12px 10px 1px 27px;
		border: 1px solid #E9D9D5;
		border-top: none;
	}
	#copy .crossLinks .color01   {border-top-color: #DBB688; background-color: #F3E7CF; background-position: 0 bottom;}
	#copy .crossLinks .color01 a {}
	#copy .crossLinks .color02   {border-top-color: #72BDC1; background-color: #CFE3E4; background-position: -250px bottom;}
	#copy .crossLinks .color02 a {}
		#copy .crossLinks li a strong {
			display: block;
			font: 1.62em Georgia;
		}
	#copy .crossLinks li a:hover {
		color: #5C859D;
	}

#content .drawers {
	width: 388px;
	border-bottom: 1px solid #E0D5CB;
	margin: 10px 0 30px 0;
}
	#content .drawers .bg {
		clear: both;
		background: url(images/modules/drawersTriggerBG.jpg) left top no-repeat;
	}
		#content .drawers .trigger {
			background: url(images/icons/plusMinus.png) 10px 9px no-repeat;
			color: #5F453E;
			font: bold 1em Verdana;
			text-transform: uppercase;
			padding: 8px 0 6px 29px;
			border-top: 1px solid #E0D5CB;
		}
		#content .drawers .collapse {
			background-position: -590px 9px;
		}
		#content .drawers .item {
			padding: 10px 0 26px 28px;
		}
			#content .drawers .cols2 .col {
				width: 180px;
				padding: 0;
				margin: 0;
			}
			#content .drawers .intro {
				padding: 0 0 22px;
				border-bottom: 1px solid #C9DBD8;
				margin: 0 0 18px;
			}
				#content .drawers .intro .col {}
				#content .drawers .intro .img {
					width: 193px;
						overflow: hidden;
					border-top: 1px solid #C07367;
					border-bottom: 1px solid #C07367;
					margin: 0 17px 0 0;
				}
					#content .drawers .img img {
						border: 1px solid #C07367;
						margin: 5px 0;
					}
				#content .drawers .intro .list {
					width: 140px;
				}
				#content .drawers h3 {
					color: #459092;
					font: normal 1.36em/18px Georgia;
					text-transform: none;
					padding: 0 0 11px;
				}
				#content .drawers .intro h3 {
					font: bold 1em/14px Verdana;
				}
				#content .drawers ul {
					color: #7C5A51;
					padding: 0;
				}
				#content .drawers .intro ul {
					color: #459092;
				}
					#content .drawers li {
						background: none;
						line-height: 13px;
						padding: 0 0 5px;
					}
					#content .drawers .intro li {
						background: url(images/icons/icons.png) -600px 5px no-repeat;
						padding: 0 0 5px 15px;
					}
						#content .drawers li a {
							color: #7C5A51;
							text-decoration: none;
						}
							#content .drawers li a:hover {
								color: #459092;
							}

#copy .slider {
	position: relative;
	width: 392px;
	padding: 2px 0 0 0;
	border-top: 1px solid #ADCBC4;
}
	#copy .slider .content {
		width: 392px;
		overflow: hidden;
		margin: 0 0 2px;
	}
	#copy .slider .row,
	#container #copy .all .row {
		position: relative;
		background: #767472;
		font: bold 0.91em/15px Verdana;
		border-top: 1px solid #ADCBC4;
		border-bottom: 1px solid #ADCBC4;
		padding: 10px 0;
	}
	.jsOn #copy .slider .row {
		background: #767472 url(images/modules/sliderFade.png) repeat-x;
		padding: 0;
	}
		#copy .slider .item,
		#container #copy .all .item {
			background: none;
			padding: 0;
		}
		.jsOn #copy .slider .item {
			display: inline;
		}
			#copy .slider li a,
			#container #copy .all li a {
				display: block;
				float: none;
				width: 280px;
				background: url(images/icons/icons.png) -4500px 9px no-repeat;
				color: #E6BC86;
				text-decoration: none;
				padding: 5px 0 5px 20px;
				margin: 0 20px;
			}
			.jsOn #copy .slider li a {
				float: left;
				width: 155px;
					overflow: hidden;
				background: none;
				padding: 14px 20px;
				margin: 0 1px 0 0;
			}
				#copy .slider li a:hover {
					color: #FFF;
				}
	#copy .slider .btn {
		position: absolute;
			top: 3px;
		display: block;
		width: 25px;
		height: 60px;
		background-image: url(images/modules/sliderArrows.png);
		cursor: pointer;
	}
	#copy .slider .prev {
		left: -25px;
	}
	#copy .slider .next {
		right: -25px;
		background-position: -25px;
	}
	#copy .slider .more {
		position: relative;
		text-align: right;
		padding: 5px 0 0 0;
		border-top: 1px solid #ADCBC4;
		margin: 0;
	}
		#copy .slider .more a {
			padding: 0;
		}

.player {
	padding: 0 0 20px;
}

#copy .video {
	position: static;
	background: #434040 url(images/modules/diagFade02.png) left bottom repeat-x;
	color: #E7DECF;
	border-top: 1px solid #CFC5B8;
	border-bottom: 1px solid #CFC5B8;
	margin-right: 21px;
}
.pageNewsL2 #copy .video {
	margin-right: 0;
}
	#copy .video .content {
		position: relative;
	}
	#copy .video h2 {
		background: url(images/icons/arrowGray.png) 35px 35px no-repeat;
		color: #E89511;
		font: bold 1.09em/20px Verdana;
		padding: 28px 0 8px 48px;
		border-top: 2px solid #F9F6F2;
	}
	.pageNewsL2 #copy .video h2 {
		background-position: 15px 35px;
		padding-left: 28px;
		padding-bottom: 4px;
	}
	#copy .video .videoContainer {}
	#copy .video .links {
		position: relative;
	}
	#copy .playable .links {
		padding: 0 0 14px 34px;
	}
	.pageNewsL2 #copy .playable .links {
		padding: 0 0 14px 14px;
	}
	#copy .video .content {
		padding: 0 24px 0 37px;
	}
	.pageNewsL2 #copy .video .content {
		padding: 0 24px 0 17px;
	}
		#copy .video img {
			float: none;
			border: 1px solid #FFF;
		}
		#copy .playable img {
			border: none;
		}
		#copy .video .play {
			position: absolute;
				left: 81px;
				top: 45px;
			display: block;display: none;
			width: 21px;
			height: 20px;
				overflow: hidden;
			background: url(images/icons/icons.png) -4200px 0 no-repeat;
		}
		#copy .video .more {
			padding: 0 14px 0 37px;
			border-bottom: 2px solid #F9F6F2;
		}
		.pageNewsL2 #copy .video .more {
			padding-left: 17px;
		}
			#copy .video .more a {
				display: block;
				padding: 4px 0 19px;
				border-top: 1px solid #434040;
			}
				#copy .video .more a:hover {
					color: #FFF;
				}

#container .announcements {
	background: #E9CF99;
	padding: 0 20px 19px 20px;
	border: 1px solid #D6AD7A;
	border-top: 3px solid #DBB688;
	margin: 0 0 23px;
}
	#container .announcements h2 {
		color: #950000;
		font: 1.27em/16px Verdana;
		padding: 16px 0 14px;
	}
	#container .announcements ul {
		padding: 0;
	}
		#container .announcements li {
			background: none;
			padding: 0 0 8px;
		}
			#container .announcements li a {
				display: block;
				color: #5F453E;
				font-size: 1.09em;
				line-height: 18px;
				text-decoration: none;
			}
				#container .announcements li a:hover {
					color: #950000;
				}

#content .linkDesc {}
	#content .linkDesc p {
		padding: 0 0 6px;
	}
	#content .linkDesc p.link {
		padding: 0;
	}
		#content .linkDesc p.link a {
			color: #424242;
			font-weight: bold;
			text-decoration: none;
		}
			#content .linkDesc p.link a:hover {
				color: #5C859D;
			}

#content .faq {}
	#content .faq {
		padding: 0;
		border-top: 1px solid #AFBEC3;
	}
	#content .faq li {
		background: none;
		padding: 3px 0;
		border-bottom: 1px solid #AFBEC3;
	}
	#content .faq li p {
		padding: 0 0 10px;
	}
	#content .faq li .question {
		color: #770100;
		text-transform: uppercase;
		padding: 0 0 2px;
	}
	#content .faq li .answer {}
	#content .faq {}

#copy .linkList2colBasic {
	padding: 8px 0 0 0;
	margin: 0 0 30px;
}
	#copy .linkList2colBasic .col {
		position: relative;
			left: -1px;
		width: 191px;
		border-left: 1px solid #DED5CF;
	}
	#copy .linkList2colBasic .first {
		position: static;
		border: none;
		border-right: 1px solid #DED5CF;
	}
		#copy .linkList2colBasic .title {
			display: block;
			padding: 0 0 3px 20px;
		}
		#copy .linkList2colBasic .first .title {
			padding: 0 15px 3px 0;
		}
		#copy .linkList2colBasic .linkList {
			padding: 0 0 0 20px;
		}
		#copy .linkList2colBasic .first .linkList {
			padding: 0 20px 0 0;
		}
			#copy .linkList2colBasic .linkList li {
				background: none;
				padding: 1px 0 3px;
				border-bottom: 1px solid #CED5D7;
			}
				#copy .linkList2colBasic .linkList a {
					display: block;
					color: #424242;
					text-decoration: none;
				}
					#copy .linkList2colBasic .linkList a:hover {
						color: #23536A;
					}

#container .linkList2col {
	margin: 0 0 37px;
}
	#container .linkList2col .col {
		width: 188px;
		width: 160px;
		background: #F3E7CF;
		padding: 0 10px 12px 18px;
		border: 1px solid #E9D3B8;
		border-top: 3px solid #DBB688;
	}
	#container .linkList2col .first {
		margin: 0 20px 0 0;
	}
		#container .linkList2col h2 {
			color: #950000;
			font: 1.27em/16px Verdana;
			padding: 16px 0 14px;
		}
		#container .linkList2col ul {
			padding: 0;
		}
			#container .linkList2col li {
				background: none;
				padding: 0 0 6px;
			}
				#container .linkList2col li a {
					color: #5F453E;
					line-height: 14px;
					text-decoration: none;
				}
					#container .linkList2col li a:hover {
						color: #950000;
					}

#copy .dailySpecials {
	background: #E9CF99 url(images/modules/diagFade05.png) left top repeat-x;
	padding: 0 0 0 9px;
	border: 1px solid #D6AD7A;
	margin: 0 0 32px;
}
	#copy .dailySpecials h2 {
		position: absolute;
			left: 10px;
			top: -7px;
		width: 151px;
		height: 24px;
			overflow: hidden;
		background: #ECE4D6;
		color: #7E0001;
		font: bold 1.18em Verdana;
		text-transform: uppercase;
		padding: 19px 10px 0 23px;
		border-top: 7px solid #BAB1A5;
	}
	#copy .dailySpecials .tabNav {
		position: relative;
			top: -8px;
		float: left;
		width: 184px;
		background: #ECE4D6;
		padding: 50px 0 11px 0;
		border: 1px solid #FAF6F0;
		margin: 0 25px 15px 0;
	}
		#copy .dailySpecials .tabNav li {
			background: none;
			padding: 0 17px 0 23px;
		}
		#copy .dailySpecials .tabNav .tabActive {
			background: #C1C5C0 url(images/icons/icons.png) -1490px 10px no-repeat;
		}
			#copy .dailySpecials .tabNav li a {
				display: block;
				color: #23536A;
				text-decoration: none;
				padding: 4px 0 7px 0;
				border-top: 1px solid #D8CCC0;
			}
				#copy .dailySpecials .tabNav li a:focus {
					outline: none;
				}
	#copy .dailySpecials .item {
		padding: 32px 0 0 0;
		margin: 0 0 15px;
	}
	.jsOn #copy .dailySpecials .item {
		width: 169px;
		float: left;
	}
	.jsOn #copy .dailySpecials .tabActive {
		display: block;
	}
	#copy .dailySpecials .item .title {
		color: #5F453E;
		font: bold 1em Verdana;
		text-transform: none;
		padding: 0 0 11px;
	}
	#copy .dailySpecials .item ul {
		color: #5F453E;
		padding: 0 0 10px;
	}
		#copy .dailySpecials .item li {
			background: none;
			padding: 0 0 8px;
		}
	#copy .dailySpecials .btmH {
		clear: both;
		height: 1px;
		background: #DEBB86;
		margin: 0 9px 3px 0;
	}

#copy .featuredMedia {
	min-height: 287px;
	background: #3E3B3B url(images/modules/diagFade01.png) left bottom repeat-x;
	padding: 0 20px;
	margin: 0 0 32px;
}
	#copy .featuredMedia h2,
	#copy .featuredMedia h2 span {
		display: block;
		width: 360px;
		height: 48px;
		padding: 0;
	}
	#copy .featuredMedia h2 span {
		background-position: 0 -366px;
	}
	#copy .featuredMedia img {
		float: none;
		border: 3px solid #FFF;
		margin: 0 0 14px;
	}
	#copy .featuredMedia .content {
		color: #E89511;
		font: italic 1.45em/24px Georgia;
	}
	#copy .featuredMedia p.credit {
		color: #BAB1A5;
		font-size: 0.91em;
		text-transform: uppercase;
		padding-top: 1px;
		border-top: 1px solid #434040;
	}

#copy .prospStudentLanding {}
	#copy .prospStudentLanding h2 {
		color: #950000;
		border-bottom: 1px solid #E3DBD7;
		padding: 0 0 5px;
		margin: 0 28px 10px 6px;
	}
	#copy .prospStudentLanding .cols2 {
		margin: 0 0 4px;
	}
		#copy .prospStudentLanding .col {
			position: relative;
			width: 305px;
			width: 297px;
			background: url(images/modules/prospStudentLanding_shadow.png) no-repeat;
			padding: 4px;
		}
		#copy .prospStudentLanding .ps_highSchool    {background-color: #7F8D67;}
		#copy .prospStudentLanding .ps_gradStudents  {background-color: #628799;}
		#copy .prospStudentLanding .ps_transfers     {background-color: #D78F1D;}
		#copy .prospStudentLanding .ps_workingPros   {background-color: #A19366;}
		#copy .prospStudentLanding .ps_international {background-color: #C6702B;}
		#copy .prospStudentLanding .ps_lifelong      {background-color: #7D6547;}
		#copy .prospStudentLanding .first {
			margin-right: 4px;
		}
			#copy .prospStudentLanding .col .content {
				color: #202020;
				line-height: 16px;
				padding: 3px 0 0 0;
			}
	#copy .prospStudentLanding .col .title {
		min-height: 59px;
		background: url(images/modules/diag01.png);
		font-size: 1.18em;
		text-transform: none;
		padding: 0 0 10px;
		margin: 0 3px 7px 3px;
	}
	#copy .prospStudentLanding .col .title a {
		display: block;
		color: #F9F6F2;
		font: bold 1em/16px Arial;
		text-decoration: none;
		padding: 20px 0 0 0;
	}
	#copy .prospStudentLanding .title a img {
		border: 1px solid #AFA77C;
		margin: -20px 9px 0 0;
	}
	#copy .prospStudentLanding .copy {
		padding: 0 11px 18px 11px;
	}
		#copy .prospStudentLanding .copy p {
			padding: 0 0 10px;
		}
	#copy .prospStudentLanding p.more {
		position: absolute;
			bottom: 2px;
		width: 274px;
		height: 14px;
			overflow: hidden;
		padding: 7px 0 5px 19px;
		margin: 0 2px;
	}
	#copy .prospStudentLanding .ps_highSchool p.more    {background: #969E7F;}
	#copy .prospStudentLanding .ps_gradStudents p.more  {background: #7393A1;}
	#copy .prospStudentLanding .ps_transfers p.more     {background: #DBA144;}
	#copy .prospStudentLanding .ps_workingPros p.more   {background: #AFA27B;}
	#copy .prospStudentLanding .ps_international p.more {background: #CF804B;}
	#copy .prospStudentLanding .ps_lifelong p.more      {background: #887154;}
	#copy .prospStudentLanding p.more a {
		color: #F9F6F2;
	}
		#copy .prospStudentLanding p.more a:hover {
			color: #E9CF99;
		}
	#copy .prospStudentLanding .btmH {
		position: absolute;
			left: 0;
			bottom: -4px;
			z-index: 20;
		width: 305px;
		height: 8px;
		background: url(images/modules/prospStudentLanding_shadow.png) left -792px no-repeat;
	}

#content #prospStudentIntro {
	padding: 2px 0 0 0;
}
	#content #prospStudentIntro .content {
		position: relative;
		float: left;
		width: 469px;
			overflow: hidden;
		color: #202020;
		font: 1.1em/16px Verdana;
		padding: 0 25px 17px 42px;
		margin: 0 5px 0 2px;
	}
	#content #prospStudentIntro.ps_highSchool .content    {background-color: #7F8D67;}
	#content #prospStudentIntro.ps_gradStudents .content  {background-color: #628799;}
	#content #prospStudentIntro.ps_transfers .content     {background-color: #D78F1D;}
	#content #prospStudentIntro.ps_workingPros .content   {background-color: #A19366;}
	#content #prospStudentIntro.ps_international .content {background-color: #C6702B;}
	#content #prospStudentIntro.ps_lifelong .content      {background-color: #7D6547;}
		#content #prospStudentIntro h2,
		#content #prospStudentIntro h2 span {
			position: absolute;
				left: 8px;
				top: 156px;
			display: block;
			width: 479px;
			height: 26px;
				overflow: hidden;
			color: #F9F6F2;
			font: bold 1.36em/20px Verdana;
			text-transform: uppercase;
			padding: 15px 0 0 37px;
		}
			#content #prospStudentIntro h2 strong {
				position: relative;
				z-index: 20;
			}
			#content #prospStudentIntro h2 span {
				left: 0;
				top: 0;
				z-index: 10;
				width: 516px;
				height: 41px;
				background: #000;
				padding: 0;
				opacity: 0.5;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
			}
		#content #prospStudentIntro .shadow {
			background-position: 0 -416px;
			margin: 1px 0 9px -41px;
		}
	#content #prospStudentIntro .learnMore {
		float: left;
		width: 156px;
		background: url(images/modules/diag01.png);
		padding: 0 15px 17px 15px;
	}
		#content #prospStudentIntro .learnMore h3 {
			color: #374952;
			font: normal 1.5em/20px Georgia;
			padding: 5px 0 6px 0;
		}
		#content #prospStudentIntro .learnMore ul {}
			#content #prospStudentIntro .learnMore li {}
				#content #prospStudentIntro .learnMore li a {
					display: block;
					color: #5F8799;
					font: 1.2em/14px Verdana;
					padding: 5px 0;
				}
					#content #prospStudentIntro .learnMore li a:hover {
						color: #3F545E;
					}

#content .navModule {}
	#content .navModule .col {
		width: 306px;
		padding: 0;
		margin: 0;
	}
	#content .navModule .first {
		margin: 0 26px 0 0;
	}
	#content .navModule h2 {
		background: #740101;
		font-size: 1.36em;
		margin: 0;
	}
		#content .navModule h2 a {
			display: block;
			color: #DBB688;
			font: normal 1em/17px Verdana;
			text-decoration: none;
			padding: 3px 10px 0 14px;
		}
			#content .navModule h2 a:hover {
				color: #CB9595;
			}
	#content .navModule .content {
		min-height: 106px;
		line-height: 16px;
		padding: 6px 10px 5px 124px;
		border: 1px solid #E1C4A0;
		border-top: none;
		margin: 0 0 26px;
	}
	#content .navModule .side {
		display: block;
		width: 109px;
		height: 117px;
		margin: -6px 0 0 -124px;
	}
	#content .navModule .content p {
		padding: 0 0 10px;
	}

.flex {
	background: url(images/modules/topsBtms.png) 0 -5px no-repeat;
	width: 406px;
	color: #424242;
	padding: 5px 0 0 0;
	margin: 0 -12px 0 -3px;
}
	.flex .strip {
		background-position: 0 0;
		padding: 13px 14px;
	}
	#copy .flex h3 {
		color: #D77A2F;
		font: normal 1.09em/18px Arial;
		padding: 0 0 7px;
	}
	#copy .flex img {
		border: 1px solid #FFF;
		margin: 3px 15px 0 -2px;
	}
	#copy .flex p.more a {
		color: #D77A2F;
	}
		#copy .flex p.more a:hover {
			color: #2B858E;
		}
	.flex .btm {
		width: 406px;
		height: 5px;
	}

#copy .centersOfDistinction {
	width: 382px;
	background: #F5F1EB;
	padding: 2px;
	border: 1px solid #9BBFBE;
}
	#copy .centersOfDistinction .head,
	#copy .centersOfDistinction .head span {
		display: block;
		width: 382px;
		height: 34px;
			overflow: hidden;
		color: #FFF;
		font: bold 1.36em Verdana;
		text-align: center;
		padding: 12px 0 0 0;
		text-indent: 0;
	}
	#copy .centersOfDistinction .head {
		background: #72A6A7;
	}
	#copy .centersOfDistinction .head span {
		background-position: 0 -319px;
	}
	#copy .centersOfDistinction .cols2 {
		background: #E7EDEC;
		padding: 0 0 20px 24px;
	}
	#copy .centersOfDistinction h3 {
		background: #E7EDEC;
		color: #4B4847;
		font: normal 1.09em/14px Verdana;
		text-transform: none;
		padding: 16px 24px 15px 24px;
	}
	#copy .centersOfDistinction ul {
		padding: 0;
	}
	#copy .centersOfDistinction li {
		background: url(images/icons/icons.png) -900px 4px no-repeat;
		padding: 0 0 10px 15px;
	}
		#copy .centersOfDistinction li a {
			display: block;
			color: #2B858E;
			font: bold 1em/14px Verdana;
			text-decoration: none;
			padding: 0 15px 0 0;
		}
			#copy .centersOfDistinction li a:hover {
				color: #FDBD41;
			}
	#copy .centersOfDistinction .cols2 .col {
		width: 178px;
			overflow: hidden;
	}

#content .drop {
	position: relative;
	width: 250px;
	background: #FEFDFC;
	color: #23536A;
	font: 0.91em/14px Verdana;
	border: 1px solid #E1CAC7;
}
.jsOn #content .drop {
	background: #FEFDFC url(images/modules/dropArrow.png) right top no-repeat;
}
.jsOn #content .over {}
	#content .drop .active {
		padding: 0;
	}
	#content .drop ul {
		width: 100%;
		height: 200px;
			overflow: auto;
		background: #FEFDFC;
		padding: 0 0 6px;
		border: 1px solid #E1CAC7;
		border-top: none;
		margin: 1px 0 0 0;
	}
	.jsOn #content .drop ul {
		position: absolute;
		left: -1px;
	}
		#content .drop li {
			background: none;
			padding: 0 0 4px;
		}
			#content .drop a {
				display: block;
				text-decoration: none;
				padding: 2px 7px 2px 7px;
			}

.pageAction {
	padding: 5px 0;
}
	#copy .pageAction h2,
	#copy .pageAction label {
		display: block;
		float: left;
		color: #424242;
		font-size: 1.09em;
		padding: 0 10px 0 0;
	}
	.pageAction .drop {
		top: 1px;
		float: left;
	}

#copy .results h3 {
	color: #990000;
	font: bold 1.09em/20px Verdana;
	text-transform: none;
	padding: 5px 0 7px;
	border-top: 1px solid #E3DBD7;
	border-bottom: 1px solid #E3DBD7;
}

#copy .results ol,
#copy .results ul {
	color: #23536A;
	font: 1.36em/26px Verdana;
	padding: 38px 0 0 24px;
}
#copy .results ul {
	padding-top: 39px;
}
	#copy .results li {
		background: none;
		padding: 0 0 16px;
	}
		#copy .results ul {
			color: #424242;
			font-size: 0.73em;
			line-height: 18px;
			padding: 4px 0 0 0;
		}
		#copy .results ol ul {
			padding: 3px 0 0 0;
		}
			#copy .results li li {
				background: none;
				padding: 0 0 4px;
			}
				#copy .results li.email {
					background: url(images/icons/envelope.png) 0 6px no-repeat;
					padding-left: 14px;
				}
				#copy .results li.link {
					background: url(images/icons/arrowYellow.png) 1px 5px no-repeat;
					padding-left: 14px;
				}
					#copy .results li.link a {
						color: #424242;
						text-decoration: none;
					}
						#copy .results li.link a:hover {
							text-decoration: underline;
						}

#copy .alphaList {
	padding: 0 0 0 13px;
}
	#copy .alphaList li {
		background: none;
		padding: 0;
	}
		#copy .alphaList .title {
			color: #424242;
			font: bold 1.27em/20px Verdana;
			padding: 0 0 3px;
		}
		#copy .alphaList ul {
			padding: 0 0 7px;
			margin: 0;
		}
			#copy .alphaList ul li {
				padding: 0 0 4px;
			}
				#copy .alphaList a {
					color: #424242;
					text-decoration: none;
				}
					#copy .alphaList a:hover {
						text-decoration: underline;
					}

#container .widget {
	padding: 0 0 30px;
	border-bottom:1px solid #E3DBD7;
	margin: 0 0 20px;
}
	#container .widget h3 {}
	#container .widget p {
		padding: 0;
	}
	#container .widget .action {
		padding: 22px 0 0 0;
	}
		#container .widget .action p {
			display: inline;
		}

#copy .pagination {
	clear: both;
	text-align: right;
	padding: 2px 0;
	border-top: 1px solid #E3DBD7;
	border-bottom: 1px solid #E3DBD7;
	margin: 0 3px 0 5px;
}
	#copy .pagination li {
		display: inline;
		background: none;
		color: #2B858E;
		padding: 0;
	}
		#copy .pagination a {
			color: #B98E82;
			text-decoration: none;
			padding: 0 3px;
		}
			#copy .pagination a:hover {
				color: #2B858E;
			}
		#copy .pagination .active a {
			color: #2B858E;
			font-weight: bold;
		}
		#copy .pagination .firstPage a,
		#copy .pagination .lastPage a {
			font-size: 0.91em;
			text-transform: uppercase;
		}
		#copy .pagination .lastPage a {
			padding-right: 0;
		}
		#copy .pagination .button a {
			position: relative;
			padding: 0;
			margin: 0 10px 0 5px;
		}
		#copy .pagination .button a span {
			position: absolute;
				left: 0;
				top: -1px;
			display: block;
			width: 16px;
			height: 15px;
				overflow: hidden;
			background-image: url(images/icons/icons.png);
			padding: 0;
		}
		#copy .pagination .prev a span {background-position: -3300px 0;}
		#copy .pagination .next a span {background-position: -3600px 0;}

#copy .filter {
	position: relative;
	padding: 38px 3px 22px 0;
}
	#copy .filter label {
		display: inline;
		color: #990000;
		font: 1em/16px Georgia;
		padding: 0 0 0 7px;
	}
	#copy .filter select {
		width: 210px;
		border: 1px solid #E1CAC7;
		margin: 0 0 5px 5px;
	}
		#copy .filter select option {
			padding: 0 0 1px;
		}
	#copy .filter input {
		position: absolute;
			right: 0;
			top: 38px;
		float: right;
	}

#copy h2.tabArrow {
	color: #990000;
	font: normal 1.64em/24px Georgia;
	padding: 0;	
	border-bottom: 1px solid #E3DBD7;
}
	#copy h2.tabArrow span {
		display: inline-block;
		background: url(images/modules/tabBtmArrow.gif) center bottom no-repeat;
		padding: 0 0 14px 0;
		margin: 0 0 -9px;
	}

#content .listing {
	padding: 26px 0 25px 0;
}
#content .tabIt .listing {
	padding: 0;
}
	#content .listing li {
		position: relative;
		background: none;
		padding: 8px 6px 6px 6px;
		border-bottom: 1px solid #DCD5D2;
	}
	#content .listing .even {
		background: #EDEBE7;
	}
	#content .listing h2,
	#content .listing .title {
		display: block;
		color: #23536A;
		font: bold 1.09em/16px Verdana;
		text-transform: none;
		padding: 0 0 2px;
	}
	#content .listing .title {
		font: bold 1em/18px Verdana;
	}
		#content .listing h2 a {
			color: #23536A;
		}
			#content .listing h2 a:hover {
				color: #A5B1B8;
			}
		#content .listing a {
			display: block;
			color: #424242;
			text-decoration: none;
		}
		#content .listingThumbs a {
			padding: 0 0 0 77px;
		}
			#content .listing a:hover,
			#content .listing li.over a {
				color: #5C859D;
			}
		#content .listingThumbs li .shadow {
			width: 63px;
			height: 57px;
			padding: 6px;
			margin: 0 0 0 -87px;
		}
		#copy .listingThumbs li span.date {
			position: absolute;
				left: 5px;
				top: 22px;
			display: block;
			width: 75px;
			height: 69px;
				overflow: hidden;
			color: #DCA246;
			font: italic 1.6em/24px "Times New Roman";
			text-align: center;
		}
			#copy .listingThumbs span.date strong {
				font-size: 1.38em;
				font-style: normal;
				font-weight: normal;
			}
			#copy .listingThumbs strong {
				display: block;
			}
		#content .listing p {
			padding: 0 0 5px;
		}
		#content .listing p.meta {
			color: #666;
			font-weight: bold;
			padding: 0 0 2px;
		}
		#content .listingThumbs p.meta {
			padding: 0 0 10px 77px;
		}
	#content .listing a.media {
		display: inline-block;
		background: #990000;
		color: #E99B1F;
		font: 0.91em/14px Verdana;
		border: 1px solid #000;
		padding: 0 4px;
	}
	#content .listing .over a.media {
		color: #E99B1F;
	}
		#content .listing a.media:hover {
			color: #FFF;
		}

#copy .programNews {
	padding: 0 0 50px;
}
	#copy .programNews h2.tabArrow span {
		padding-right: 15px;
	}
	#copy .programNews ul.listing {
		padding-top: 12px;
		padding-bottom: 22px;
	}
		#copy .programNews ul.listing li.even {
			background: #F8F0E2;
		}

#content .pressReleases {}
	#content .pressReleases h2 {
		padding-bottom: 11px;
	}
		#content .pressReleases .widget {
			padding: 0 0 14px;
			margin-bottom: 0;
		}
			#content .pressReleases .widget p {
				display: inline;
			}
				#content .pressReleases label {
					display: none;
				}
				#content .pressReleases p input {
					float: left;
					width: 200px;
					margin: 0;
				}
				#content .pressReleases input {
					float: right;
				}
	#content .pressReleases .listing {
		padding-top: 9px;
		padding-bottom: 0;
	}
		#content .pressReleases .listing .even {
			background: #F8F0E2;
		}
			#content .pressReleases .listing .title {
				font-size: 1.09em;
			}
	#content .pressReleases .more {
		padding: 11px 0 10px;
		border-bottom: 1px solid #E3DBD7;
	}

#copy .featuredEvents {
	padding: 0 0 3px;
	border-bottom: 1px solid #E3DBD7;
	margin-bottom: 9px;
}
	#copy .featuredEvents h2 {
		color: #990000;
		font: normal 1.64em/24px Georgia;
		padding: 0 0 5px;
	}
	#copy .featuredEvents ul.listing {
		background: #FDFBF9;
		padding: 5px 55px 0 20px;
		border-top: 1px solid #E3DBD7;
	}
	#copy .featuredEvents ul.listing li,
	#copy .featuredEvents ul.listing li.even {
		position: relative;
		min-height: 70px;
		background-color: #FDFBF9;
		padding: 9px 0 6px 0;
		border: none;
		border-top: 1px solid #E7DFDE;
	}
	#copy .featuredEvents ul.listing li.over {
		background: #FDFBF9 url(images/modules/listingHover.png) left bottom repeat-x;
	}
	#copy .featuredEvents ul.listing li.first {
		border: none;
	}
	#copy .featuredEvents ul.listing li h3,
	#copy .featuredEvents ul.listing li p {
		padding-left: 91px;
	}
	#copy .featuredEvents ul.listing li a {
		line-height: 18px;
	}
		#copy .featuredEvents .listing li a:hover,
		#copy .featuredEvents .listing .over a {
			color: #424242;
		}
	#copy .featuredEvents h3 {
		font: bold 1em Verdana;
		text-transform: none;
	}
		#copy .featuredEvents .listing li h3 a,
		#copy .featuredEvents .listing .over h3 a {
			color: #AA2C2A;
			padding-bottom: 2px;
		}
	#copy .featuredEvents img {
		position: absolute;
			left: 0;
			top: 7px;
	}
	#copy .featuredEvents ul.listing .meta {
		display: block;
		padding: 0 0 3px 0;
	}
	#copy .featuredEvents .btmH {
		width: 100%;
		height: 20px;
		background-position: 0 -20px;
	}

#copy .relatedNews {
	background: #EFDDB8;
	padding: 0 0 17px 0;
	border: 1px solid #ECEBE7;
}
	#copy .relatedNews .head,
	#copy .relatedNews .head span {
		width: 186px;
		height: 28px;
		background-position: 0 -190px;
		color: #990000;
		font: bold 1.09em Verdana;
		text-transform: uppercase;
		padding: 15px 0 0 15px;
	}
	#copy .relatedNews .col {
		width: 190px;
		padding: 0 6px 0 0;
		border-left: 1px solid #B7BA93;
	}
	#copy .relatedNews .first {
		position: relative;
			left: 1px;
		border: none;
		border-right: 1px solid #B7BA93;
	}
	#copy .relatedNews ul {
		font: 1.09em Georgia;
		padding: 0;
	}
		#copy .relatedNews li {
			background: url(images/icons/icons.png) -2093px 3px no-repeat;
			padding: 0 0 17px 22px;
		}
			#copy .relatedNews a {
				display: block;
				color: #444;
				text-decoration: none;
			}
				#copy .relatedNews a:hover {
					color: #990000;
				}
	#copy .relatedNews .more {
		padding-left: 14px;
	}
	#copy .relatedNews .more a {
		color: #990000;
	}
		#copy .relatedNews .more a:hover {
			color: #2B858E;
		}

#copy .listingDocsProjects {
	padding: 28px 0 0 0;
}
	#copy .listingDocsProjects li {
		background: none;
		padding: 0 0 29px;
	}
	#copy .listingDocsProjects .cols2 {}
		#copy .listingDocsProjects .col {}
		#copy .listingDocsProjects div.img {
			width: 148px;
		}
		#copy .listingDocsProjects span.img {
			display: block;
			width: 111px;
			height: 115px;
				overflow: hidden;
			background: url(images/modules/thumb_defaultLg.png);
			border: 2px solid #E2CCB4;
			margin: 0 0 0 4px;
		}
			#copy .listingDocsProjects span.img img {
				float: none;
				margin: 0;
			}
		#copy .listingDocsProjects .content {
			width: 249px;
			padding: 1px 0 0 0;
		}
			#copy .listingDocsProjects .content h2 {
				color: #23536A;
				font: 1.09em/16px Verdana;
				padding: 0 0 2px;
			}
				#copy .listingDocsProjects .content h2 a {
					display: block;
					color: #23536A;
					font: bold 1em Verdana;
					text-decoration: none;
				}
				#copy .listingDocsProjects .content h2 a:hover {
					color: #A5B1B8;
				}
			#copy .listingDocsProjects .content ul {
				padding: 0;
			}
				#copy .listingDocsProjects .content li {
					line-height: 18px;
					padding: 0;
				}
					#copy .listingDocsProjects .content li a {}
						#copy .listingDocsProjects .content li a:hover {}

#copy .newsEvents {
	position: relative;
	background: #F3E7CF url(images/modules/diagFade04.png) left bottom repeat-x;
	padding: 9px 14px 10px 14px;
	border: 1px solid #DAB588;
	border-top: 3px solid #9F3636;
	margin: 0 0 25px;
}
	#copy .newsEvents h2.head {
		overflow: visible;
		color: #990101;
		font: normal 1.45em/16px Georgia;
		padding: 0 0 4px;
	}
		#copy .newsEvents h2.head span {
			display: block;
			position: relative;
				top: 10px;
			display: inline-block;
			width: auto;
			background: #F3E7CF;
			text-indent: 0;
			padding: 0 24px 3px 0;
		}
	#copy .newsEvents ul {
		padding: 7px 0 11px 3px;
		border-top: 1px solid #D7C8BB;
	}
		#copy .newsEvents ul li {
			position: relative;
			min-height: 72px;
			background: none;
			padding: 8px 0;
			border-top: 1px solid #D7C8BB;
		}
		#copy .newsEvents ul li.first {
			border: none;
		}
			#copy .newsEvents ul li a {
				position: relative;
				display: block;
				color: #7C5A51;
				text-decoration: none;
				padding: 0 0 0 81px;
			}
				#copy .newsEvents ul li a:hover {
					color: #930000;
				}
			#copy .newsEvents li .shadow {
				margin: -2px 0 0 -88px;
			}
			#copy .newsEvents ul li span.date {
				position: absolute;
					left: -8px;
					top: 3px;
				display: block;
				width: 75px;
				height: 69px;
					overflow: hidden;
				color: #DCA246;
				font: italic 1.6em/24px "Times New Roman";
				text-align: center;
			}
				#copy .newsEvents ul li span.date strong {
					font-size: 1.38em;
					font-style: normal;
					font-weight: normal;
				}
				#copy .newsEvents ul li strong {
					display: block;
				}

#copy .courseList {
	padding: 0;
	border-top: 1px solid #CED5D7;
}
	#copy .courseList li {
		background: none;
		padding: 4px 0 3px 0;
		border-top: 1px solid #CED5D7;
	}
	#copy .courseList li.first {
		border: none;
	}
	#copy .courseList .trigger {}
	#copy .courseList .active {
			background: #ACBBC1;
			padding-bottom: 0;
	}
		#copy .courseList .num {
			display: block;
			float: left;
			width: 49px;
			padding: 0 10px 0 1px;
		}
		#copy .courseList .active .num {
			color: #23536A;
		}
		#copy .courseList h3 {
			float: left;
			width: 310px;
			color: #424242;
			font-size: 1em;
			line-height: 14px;
			text-transform: none;
			padding: 0 25px 4px 0;
			margin: 1px 0 0 0;
		}
		.jsOn #copy .courseList .trigger h3 {
			background: url(images/icons/plusMinus.png) 321px 5px no-repeat;
		}
		.jsOn #copy .courseList .active h3 {
			background: url(images/icons/plusMinus.png) -279px 5px no-repeat;
			color: #23536A;
		}
		#copy .courseList .desc {
			clear: both;
		}
		.jsOn #copy .courseList .desc {
			background: #CED5D7;
			padding: 2px 15px 5px 60px;
		}
		#copy .courseList .active .desc {
			display: block;
		}
			#copy .courseList p {
				padding: 0 0 8px;
			}

#copy .itemDetail {
	width: 400px;
		overflow: hidden;
	padding: 0 0 32px 0;
	border-bottom: 1px solid #DED5CF;
	margin: 0 0 3px;
}
	#copy .itemDetail .content {
		width: 205px;
		float: right;
	}
	#copy .itemDetail .assets {
		width: 171px;
		float: left;
	}
		#copy .itemDetail h2 {color: #424242; font: bold 1em/16px Verdana; text-transform: uppercase; padding: 0;}
		#copy .itemDetail h3 {color: #424242; font: bold 1em/16px Verdana; text-transform: uppercase; padding: 0 0 3px;}
		#copy .itemDetail p {
			line-height: 14px;
			padding: 0 0 9px;
		}
			#copy .itemDetail .title {
				color: #23536A;
				font-weight: normal;
			}
			#copy .itemDetail a {
				color: #424242;
			}
				#copy .itemDetail a:hover {
					color: #5C859D;
				}
		#copy .itemDetail .assets .shadow {
			float: none;
			background-position: -410px -247px;
			margin: 0 0 4px 6px;
		}
		#copy .itemDetail .assets .marker {
			position: relative;
			width: 165px;
			height: 38px;
				overflow: hidden;
			color: #990000;
			padding: 0;
			margin-left: 6px;
		}
			#copy .itemDetail .assets .marker span {
				position: absolute;
					left: 0;
					top: 0;
				display: block;
				width: 165px;
				height: 38px;
				background: url(images/modules/markers.png) no-repeat;
			}

#copy .itemDesc {
	padding: 14px 0 0 0;
	border-top: 1px solid #DED5CF;
}
	#copy .itemDesc h4 {
		color: #23536A;
	}
	#copy .itemDesc p {
		padding-bottom: 20px;
	}
	#copy .itemDesc .courses {
		padding: 14px 0 18px;
	}
		#copy .itemDesc .courses li {
			background: none;
			padding: 0 0 14px;
		}
			#copy .itemDesc .courses .num {
				display: inline-block;
				width: 70px;
				font-weight: normal;
				padding: 0 5px 0 0;
			}

#copy .magazine {
	background: #E9CF99;
}
	#copy .magazine h2 {
		position: relative;
		background: #D7AC62;
		color: #990101;
		font: normal 1.64em/20px Georgia;
		padding: 15px 95px 17px 16px;
		border-top: 3px solid #9F3636;
		margin: 0 0 1px;
	}
		#copy .magazine h2 span {
			display: block;
			color: #424242;
			font: 0.61em/14px Verdana;
			padding: 3px 0 0 0;
		}
		#copy .magazine h2 .shadow {
			position: absolute;
				right: 10px;
				top: -13px;
			background-position: -560px 0;
			padding: 5px;
			margin: 0;
		}
	#copy .magazine ul.listing {
		padding: 17px 15px 20px 15px;
		border: 1px solid #D6AD7A;
	}
		#copy .magazine ul li {
			border: none;
			border-top: 1px solid #D4B888;
		}
		#copy .magazine ul li.first {
			border: none;
		}
		#copy .magazine ul li.even {
			background: none;
		}
	#copy .magazine ul.listing li a {
		color: #7C5A51;
	}
	#copy .magazine .listingThumbs li span.date {
		left: -4px;
		color: #990101;
	}
	#copy .magazine ul.listing a .title {
		color: #7C5A51;
		padding: 0 0 1px;
	}

#copy .publications {
	color: #5E443D;
	line-height: 16px;
}
	#copy .publications h2 {
		background: #E9CF99;
		color: #5E443D;
		font: normal 1.45em/18px Georgia;
		padding: 0;
	}
	#copy .publications h2 span {
		display: inline-block;
		background: #D1B789;
		padding: 4px 21px 2px 11px;
	}
	#copy .publications .content {
		background: #D1B789 url(images/modules/publicationsBG.png) right bottom no-repeat;
		padding: 13px 20px 18px 14px;
	}
		#copy .publications .shadow {
			width: 84px;
			height:111px;
			background-position: -645px 0;
			padding: 4px 6px 4px 2px;
			margin: 0 14px 10px 0;
		}
		#copy .publications h3 {
			color: #5E443D;
			font: bold 1em/14px Verdana;
			text-transform: none;
			padding: 3px 0 5px;
		}
		#copy .publications p {
			padding: 0 0 5px;
		}
			#copy .publications a {
				color: #3A6D2D;
			}
				#copy .publications a:hover {
					text-decoration: none;
				}

#container .relatedMedia {
	background: #434040 url(images/modules/diagFade01.png) left bottom repeat-x;
}
	#container .relatedMedia h2 {
		color: #E7DECF;
		font: normal 1.27em/18px Verdana;
		padding: 18px 15px 11px 15px;
	}
		#container .relatedMedia h2 strong {
			color: #E89511;
			font-weight: bold;
		}
	#container .relatedMedia ul {
		padding: 0 17px;
	}
		#container .relatedMedia li {
			list-style-type: none;
			padding: 12px 0 15px 0;
			border-top: 1px solid #5A5756;
		}
		#container .relatedMedia li.first {
			border: none;
		}
			#container .relatedMedia li img {
				float: left;
				border: 1px solid #FFF;
				margin: 0 13px 10px 0;
			}
			#container .relatedMedia li .title {
				color: #88BDC2;
				font: bold 1em/16px Verdana;
				text-transform: uppercase;
			}
			#container .relatedMedia li a {
				display: block;
				color: #EEE8C8;
			}
				#container .relatedMedia li a:hover,
				#container .relatedMedia li a span {
					color: #88BDC2;
				}
	#container .relatedMedia p.more {}
		#container .relatedMedia p.more a {}
			#container .relatedMedia p.more a:hover {}

#container .studentStories {
	background: red url(images/modules/diagFade02.png) left bottom repeat-x;
	border-top: 1px solid #CFC5B8;
	border-bottom: 1px solid #CFC5B8;
}
#auxiliary .studentStories {
	margin-right: 16px;
}
	#container .studentStories h2 {
		color: #E99B1F;
		font: normal 1.64em/20px Georgia;
		padding: 14px 10px 14px 22px;
		border-top: 2px solid #F9F6F2;
	}
	#container .studentStories a {
		display: block;
		position: relative;
	}
		#container .studentStories a .play {
			position: absolute;
				left: 68px;
				top: 33px;
			display: block;
			width: 50px;
			height: 47px;
				overflow: hidden;
			background: url(images/icons/icons.png) -4200px 0 no-repeat;
		}
	#container .studentStories img {
		border: 1px solid #FFF;
		margin: 0 0 10px 16px;
	}
	#container .studentStories p.more {
		padding: 0 0 20px 28px;
		border-bottom: 2px solid #F9F6F2;
	}
		#container .studentStories p.more a:hover {
			color: #E99B1F;
		}

#container .featuredFacility {
	background: #DAE1E3;
	padding: 3px;
	border: 1px solid #ABB7B8;
	margin-right: 16px;
}
	#container .featuredFacility .content {
		border: 1px solid #C7D0D2;
	}
		#container .featuredFacility h2 {
			color: #23536A;
			font-size: 1em;
			font-weight: normal;
			text-align: center;
			text-transform: uppercase;
			padding: 15px 0 6px 0;
			border-bottom: 1px solid #B7C3C5;
			margin: 0 12px 8px 12px;
		}
		#container .featuredFacility .shadow {
			background-position: -569px -182px;
			padding: 5px;
			margin: 0 0 8px 0;
		}
		#container .featuredFacility a {
			display: block;
			color: #E89511;
			font: italic 1.55em/20px Georgia;
			text-align: center;
			padding: 0 0 13px;
		}
			#container .featuredFacility a strong {
				font-weight: normal;
			}
			#container .featuredFacility a:hover {
				color: #23536A;
			}

#container .featuredFacility-IR {
	background: #C17F55 url(images/modules/diag02.png);
	border: 6px solid #AC3F00;
	margin-right: 12px;
}
	#container .featuredFacility-IR img {
		margin: 0 0 8px;
	}
	#container .featuredFacility-IR h2 {
		color: #ECE6DD;
		font: 1em/15px Verdana;
		text-transform: uppercase;
		padding: 5px 0 7px 6px;
		border-top: 1px solid #CE9E7E;
		border-bottom: 1px solid #CE9E7E;
		margin: 0 8px 8px 10px;
	}
	#container .featuredFacility-IR p.more {
		text-align: center;
		padding: 0 0 4px;
	}
		#container .featuredFacility-IR p.more a {
			color: #933600;
			padding: 0;
		}
			#container .featuredFacility-IR p.more a:hover {
				color: #3D4B45;
			}

#content #copy .featuredProject {
	color: #30474D;
	border: 1px solid #AFC3C7;
	border-top: 3px solid #5E8B97;
	margin: 0 0 19px;
}
	#copy .featuredProject .header {
		padding: 15px 15px 17px 21px;
		background: #D8E8E9 url(images/icons/arrowBlue.png) 0 0 no-repeat;
	}
		#copy .featuredProject h3 {
			color: #AB4331;
			font: 1.09em/18px Verdana;
			text-transform: none;
			padding: 0 0 8px;
		}
		#copy .featuredProject .title {
			text-transform: uppercase;
		}
		#copy .featuredProject .dept {
			padding: 0;
		}
	#copy .featuredProject .content {
		line-height: 16px;
		background: #CBDEDF;
		padding: 10px;
	}
		#copy .featuredProject img {
			border: 1px solid #FEFEFE;
			margin: 0 21px 10px 0;
		}

		#copy .featuredProject .content .title {
			display: block;
			padding: 4px 0 2px 0;
		}
		#copy .featuredProject .content p {
			padding: 0 0 9px;
		}

#contentSlideshow {
	margin: 0 0 2px;
}
.jsOn #contentSlideshow {
	position: relative;
	height: 290px;
		overflow: hidden;
}
	#contentSlideshow .item {
		background: #3F3C3C url(images/modules/diagFade01.png) left 98px repeat-x;
		border-bottom: 1px solid #FFF;
	}
	.jsOn #contentSlideshow .item {
		position: absolute;
			left: 0;
			top: 0;
			z-index: 50;
	}
	.jsOn #contentSlideshow .first,
	.jsOn #contentSlideshow .active {
		z-index: 100;
	}
	#contentSlideshow .content {
		float: left;
		width: 402px;
			overflow: hidden;
	}
	#contentSlideshow .img {
		position: relative;
		float: left;
		width: 330px;
		height: 290px;
			overflow: hidden;
	}
		#contentSlideshow .img span {
			position: absolute;
				left: 0;
				top: 0;
			display: block;
			width: 6px;
			height: 290px;
			background: #000;
			opacity: 0.65;
			-moz-opacity: 0.65;
			filter:alpha(opacity=65);
		}
		#contentSlideshow .content a {
			display: block;
			height: 239px;
				overflow: auto;
			color: #EEE8C8;
			font: 1.27em/22px Georgia;
			padding: 36px 30px 15px 32px;
			margin: 0 0 0 58px;
		}
			#contentSlideshow .content a:hover {
				color: #FFF;
			}
			#contentSlideshow a .title {
				display: block;
				color: #FFC13B;
				font: italic 1.36em/24px Georgia;
				padding: 0 0 7px;
			}
				#contentSlideshow a:hover .title {
					color: #E9CF99;
				}
			#contentSlideshow a span {
				color: #2B858E;
			}
			#contentSlideshow a:hover {}
			#contentSlideshow a:hover .title {}
	#contentSlideshow .nav {
		position: absolute;
			left: 0;
			top: 0;
			z-index: 200;
		width: 58px;
		height: 290px;
			overflow: hidden;
		background: #434040 url(images/modules/diagFade02.png) left 135px repeat-x;
	}
		#contentSlideshow .nav li {
			display: block;
			width: 54px;
			height: 38px;
				overflow: hidden;
			background: #575454;
			color: #C7C39D;
			font: 1.2em/38px Verdana;
			text-align: center;
			margin: 0 0 1px 0;
			cursor: pointer;
		}
		#contentSlideshow .nav li.active {
			background: #646161 url(images/icons/icons.png) -2091px 16px no-repeat;
			color: #FFF;
			border-right: 4px solid #544F4F;
		}
		#contentSlideshow .controls {
			position: absolute;
				left: 14px;
				bottom: 11px;
				z-index: 250;
			width: 27px;
			height: 27px;
				overflow: hidden;
			background-image: url(images/modules/contentSlideshowControls.png);
			cursor: pointer;
		}
		#contentSlideshow span.play {
			background-position: 0 -27px;
		}

#section #contentSlideshow {
	z-index: 10;
	margin: 0;
	margin: 0 13px 0 0;
}
.jsOn #section #contentSlideshow {
	height: 195px;
}
	#section #contentSlideshow .content {
		float: right;
		width: 399px;
		height: 195px;
		padding: 0;
		border: none;
		margin: 0;
	}
	#section #contentSlideshow .img {
		width: 561px;
		height: 195px;
		margin: 0 0 0 3px;
	}
		#section #contentSlideshow .img span {
			left: 555px;
			height: 195px;
			opacity: 0.4;
			-moz-opacity: 0.4;
			filter:alpha(opacity=40);
		}
	#section #contentSlideshow .content .title {
		position: static;
		width: auto;
		margin: 0;
	}
		#section #contentSlideshow .content a {
			width: 287px;
			height: 142px;
				overflow: auto;
			color: #EEE8C8;
			font: 1.27em/22px Georgia;
			padding: 53px 0 0 31px;
			margin: 0;
		}
	#section #contentSlideshow .nav {
			left: 904px;
			top: 0;
		height: 155px;
		padding: 40px 0 0 0;
	}
		#section #contentSlideshow .nav li {
			float: right;
		}
		#section #contentSlideshow .nav li.active {
			background: #646161 url(images/icons/icons.png) -2091px 16px no-repeat;
			color: #FFF;
			border: none;
			border-left: 4px solid #544F4F;
		}
		#section #contentSlideshow .controls,
		#section #contentSlideshow .play {
				left: 518px;
				bottom: 4px;
			background-image: url(images/modules/contentSlideshowControls.png);
		}
		#section #contentSlideshow .play {
			top: auto;
			bottom: 4px;
			width: 27px;
			height: 27px;
			background-position: 0 -27px;
		}

#mediaGallery {
	background: #323030 url(images/modules/diagFade08.png) left bottom repeat-x;
	color: #FAF8EF;
	
	border-right: 11px solid #161616;
	border-left: 11px solid #161616;
	margin: 0 12px 0 0;
}
	.jsOn #mediaGallery div.item {
		padding: 14px 30px 0 23px;
		border: none;
	}
	#mediaGallery div.item,
	.jsOn #mediaGallery div.editcontrol {
		padding-bottom: 40px;
		border-top: 11px solid #161616;
	}
	.jsOn #mediaGallery div.tabActive,
	.jsOn #mediaGallery div.editcontrol {
		display: block;
	}
	#mediaGallery .tabNav {
		padding: 0;
		margin: 0 0 0 23px;
	}
		#mediaGallery .tabNav li {
			display: inline;
			background: none;
			padding: 0;
		}
			#mediaGallery .tabNav a {
				display: block;
				float: left;
				background: #4B4949;
				color: #C7C39D;
				font: 1.09em/18px Verdana;
				text-decoration: none;
				padding: 5px 20px 2px 23px;
				margin: 0 3px 0 0;
			}
				#mediaGallery .tabNav a:hover,
				#mediaGallery .tabNav .tabActive a {
					background: #5B5959 url(images/icons/icons.png) -2095px 11px no-repeat;
					color: #FFF;
				}
				#mediaGallery .tabNav a:focus {
					outline: none;
				}
	#mediaGallery h1#pageTitle {
		color: #E89511;
		font-size: 1.36em;
		padding: 0 0 21px;
		border-bottom: 1px solid #5A5856;
	}
	#mediaGallery .content {
		font: 1.09em/14px Arial;
		padding: 8px 0 19px 0;
		border-bottom:1px solid #5A5856;
	}
	#mediaGallery .content h3 {
		color: #C65F24;
		font-size: 1.17em;
		font-family: Arial;
		text-transform: none;
		padding: 0 0 16px;
	}
	#mediaGallery .content p {
		padding: 0 0 15px;
	}
	#mediaGallery .content p.meta {
		color: #C65F24;
		font-weight: normal;
		padding: 0;
	}
	#mediaGallery .content .image {
		float: left;
		width: 413px;
		padding: 2px 0 0 0;
		margin: 0 16px 0 0;
	}
	#mediaGallery .content .loading {
		background: url(images/modules/loading.gif) center center no-repeat;
	}
		#mediaGallery .image img {
			display: block;
			float: none;
			border: 1px solid #FEFEFE;
			margin: 0 auto;
		}
		#mediaGallery .loading img {
			border: none;
		}

	#mediaGallery .thumbs {
		position: relative;
		margin: 0 140px 0 0;
	}
		#mediaGallery .thumbs .sliderBox {
			width: 420px;
				overflow: hidden;
		}
		#mediaGallery .thumbs ul {
			position: relative;
			width: 100000000px;
			height: 100px;
			padding: 10px 0 0 0;
		}
			#mediaGallery .thumbs ul li {
				float: left;
				width: 70px;
				background: none;
				padding: 0;
			}
				.jsOn #mediaGallery .thumbs li .copy {
					display: none;
				}
				#mediaGallery .thumbs ul li img {
					border: 1px solid #C7B8A0;
					margin: 1px;
				}
				#mediaGallery .thumbs ul li a:hover img {
					border-color: #E89511;
				}
				#mediaGallery .thumbs ul li.active img {
					border: 2px solid #E89511;
					margin: 0;
				}
	#mediaGallery .thumbs .arrow {
		position: absolute;
			top: 11px;
			z-index: 100;
		display: block;
		width: 25px;
		height: 65px;
			overflow: hidden;
		background-image: url(images/modules/mediaGalleryArrows.gif);
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#mediaGallery .thumbs .end {
		display: none;
	}
	#mediaGallery .thumbs .prev {
		left: -25px;
		background-position: 0 center;
	}
	#mediaGallery .thumbs .next {
		right: -21px;
		background-position: -25px center;
	}

.inlineMediaGallery {
	width: 494px;
	background: #F3E8D2;
	padding: 0 0 3px;
	border-top: 3px solid #DBB689;
	border-bottom: 1px solid #DBB689;
	margin: 0 -100px 20px -70px;
}
	.inlineMediaGallery .content {
		background: url(images/modules/diagFade04.png) left bottom repeat-x;
		padding: 0 12px 6px 66px;
		margin: 3px 3px 0 3px;
	}
	#content .inlineMediaGallery .head {
		color: #990000;
		font: normal 1.45em/18px Georgia, Times, serif;
		padding: 13px 0 7px 0;
	}
	.inlineMediaGallery .meta {
		font-weight: bold;
	}
	#content .inlineMediaGallery .thumbs {
		text-align: center;
		padding: 13px 0 0 0;
		border-top: 1px solid #DBB689;
	}
	#content .inlineMediaGallery .moreThumbs {
		padding: 0;
		border: none;
	}
		#content .inlineMediaGallery .thumbs li {
			display: inline;
			background: none;
			padding: 0 7px;
		}
			#content .inlineMediaGallery img {
				display: inline;
				float: none;
				border: 1px solid #FFF;
				margin: 0 0 10px;
				vertical-align: middle;
			}
	#content .inlineMediaGallery .more {
		text-align: right;
	}
		#content .inlineMediaGallery .more a {
			color: #D77A2F;
		}
	.inlineMediaGallery {}
	.inlineMediaGallery {}

#focusOnLanding {
	position: relative;
	background: #403D3D url(images/modules/focusOnBG.png) left top no-repeat;
	border-top: 2px solid #E3D5BF;
	margin: 0 17px 0 0;
}
	#focusOnLanding .col {
		float: left;
	}
	#focusOnLanding .focusOnNav {
		width: 218px;
		padding: 0 10px 0 0;
	}
		#focusOnLanding .focusOnNav li {
			border-top: 1px solid #5E5B5A;
		}
		#focusOnLanding .focusOnNav li.first {
			border: none;
		}
			#focusOnLanding .focusOnNav li a {
				display: block;
				background: #32302F;
				color: #88BDC2;
				font: bold 1.1em/15px Verdana;
				text-transform: uppercase;
				padding: 15px 10px 11px 21px;
				border-bottom: 1px solid #22201F;
			}
				#focusOnLanding .focusOnNav li a:hover,
				#focusOnLanding .focusOnNav li.active a {
					background: #686664;
					color: #E89511;
				}
	#focusOnLanding .content {
		position: relative;
		width: 397px;
		background: #262527 url(images/modules/focusOnBG.png) -229px -7px no-repeat;
		color: #EFE6D6;
		font: 1.2em/18px Verdana;
		padding: 23px 285px 0 37px;
		border: 1px solid #A9A6A4;
		border-bottom: none;
		margin: 6px 0 0 0;
	}
	#focusOnLanding h2 {
		color: #E89511;
		font: italic 1.67em/24px Georgia;
	}
		#focusOnLanding h2 .head,
		#focusOnLanding .head span {
			position: relative;
				top: 4px;
			display: block;
			float: left;
			width: 123px;
			height: 60px;
				overflow: hidden;
			color: #2B858E;
			font: normal 0.75em Verdana;
			text-align: right;
			text-transform: uppercase;
			padding: 0 10px 0 0;
		}
			#focusOnLanding h2 .head span {
				position: absolute;
					left: 0;
					top: 0;
				background-position: -201px 0;
			}
	#focusOnLanding .summary {
		clear: both;
		padding: 0 175px 10px 22px;
	}
	#focusOnLanding .shadow {
		position: absolute;
		width: 227px;
		height: 170px;
		background: url(images/structure/photoShadows.png) -530px -416px no-repeat;
		padding: 5px;
	}
	#focusOnLanding .imgFront {
		z-index: 200;
		left: 308px;
		top: 91px;
	}
	#focusOnLanding .imgBack {
		z-index: 100;
		left: 464px;
		top: 8px;
	}
	#focusOnLanding span.btm {
		position: absolute;
			left: 218px;
			bottom: -18px;
		display: block;
		width: 741px;
		height: 18px;
			overflow: hidden;
		background: url(images/modules/focusOnBtm.png) no-repeat;
	}

.iframeContainer {
	clear: both;
}
	.iframeContainer iframe {
		width: 100%;
		border: 0; 
	}
/* Wide page components ------------------------------------------- */
.pageWide #copy .wideInset {
	border-top: 1px solid #E3DBD7;
	border-bottom: 1px solid #E3DBD7;
	color: #23536A;
	font: 1.27em/20px Georgia;
	padding: 18px 145px 15px 58px;
	margin: 0 0 3px;
}
	.pageWide #copy .wideInset p {
		padding: 0 0 4px;
	}
.pageWide .wideCols {
	padding: 19px 200px 0 58px;
	border-top: 1px solid #E3DBD7;
}
	.pageWide .wideCols1 {}
	.pageWide .wideCols2 {
		padding: 31px 0 0 0;
	}
	.pageWide #copy .wideCols .col {
		width: 459px;
		width: 368px;
		border-right: 1px solid #DED5CF;
		padding: 0 30px 0 61px;
		margin: 0;
	}
	.pageWide #copy .wideCols .last {
		border: none;
		border-left: 1px solid #DED5CF;
		margin: 0 0 0 -1px;
	}
/* Tables --------------------------------------------------------- */
#content table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #BEB5A1;
	border-left: 1px solid #BEB5A1;
	border-spacing: 0;
	table-layout: fixed;
	margin: 0 0 18px;
}
	#content table caption {}
	#content tr {}
	#content td,
	#content thead tr.odd td {
		background: #E8D6B9;
		line-height: 14px;
		vertical-align: top;
		padding: 5px 10px;
		border-right: 1px solid #BEB5A1;
		border-bottom: 1px solid #BEB5A1;
	}
	#content tr.odd td {
		background: #EDE2D0;
	}
	#content thead tr td,
	#content thead tr.odd td {
		color: #9F0E0E;
		font-weight: bold;
		padding: 12px 10px 4px 10px;
	}
	#content tfoot tr td,
	#content tfoot tr.odd td {}

#content table.plain {}
	#content table.plain td,
	#content table.plain tr.odd td {
		background: none;
		border: none;
	}
	#content table.plain thead tr.odd td {}
	#content table.plain tfoot tr td,
	#content table.plain tfoot tr.odd td {}
/* Forms ---------------------------------------------------------- */
#content fieldset {}
#content legend {}
#container label,
.iframeForm label {
	display: block;
	color: #7C5A51;
	font-weight: bold;
	padding: 0 0 3px;
}
.iframeForm label {
	font-size: 1.1em;
}
#content textarea {}
#content select {}

/* Always put text inputs inside paragraph tags. This enables the
separation of text inputs & submit inputs for styling without classes
or IDs. */
#container input {
	color: #990000;
	font: 1em/18px Verdana;
	text-transform: uppercase;
	background: #FFF;
	line-height: 1.4em;
	padding: 2px 10px;
	border: 1px solid #E4E3E8;
	border-right: 1px solid #ACACAE;
	border-bottom: 1px solid #ACACAE;
	cursor: pointer;
}
	#content input:hover {
		color: #5C859D;
	}
#container p input,
.iframeForm p input {
	float: none;
	width: 244px;
	color: #424142;
	text-transform: none;
	padding: 3px 3px 4px 3px;
	border: 1px solid #ACACAE;
	border-right: 1px solid #E4E3E8;
	border-bottom: 1px solid #E4E3E8;
	margin: 0 5px 8px 0;
	cursor: text;
}
#navigation p input,
#auxiliary p input,
.iframeForm p input {
	width: 150px;
	border: 1px solid #DCC7BE;
}
#auxiliary p input,
.iframeForm p input {
	width: 131px;
}
#navigation p input,
.iframeForm_wide p input {
	width: 148px;
}
.iframeForm p input {
	color: #7D7D7D;
	font-size: 1.1em;
	font-family: Arial;
	padding: 3px 3px 4px 3px;
	margin-right: 0;
}
#container input.buttonImage {
	background: none;
	padding: 0;
	border: none;
}
/* Always put checkboxes & radio buttons inside the label. This
enables styling of these specific elements without the need for
classes or IDs. */
#content label input {}
/* JQuery Plugins ------------------------------------------------- */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext {
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
	/* Lightbox style edits --------------------------------------- */
	#lightbox-secNav-btnClose {
		position: absolute;
			right: -11px;
			top: -11px;
			xright: -3px;
			xtop: -3px;
			z-index: 100;
		width: 30px;
		height: 30px;
			overflow: hidden;
		padding: 0;
	}

	#lightbox-container-image-data-box {
		overflow: visible;
	}
	#lightbox-container-image-data {
		position: relative;
			top: -10px;
			z-index: 100;
		background-color: #ECE3DA;
	}
	#lightbox-container-image-data #lightbox-image-details { 
		float: none;
		padding-top: 19px;
		padding-bottom: 7px;
	}

	#lightbox-nav-btnPrev,
	#lightbox-nav-btnNext {}
	#lightbox-nav-btnPrev {
		background: transparent url(images/plugins/lightbox/prev.png) left center no-repeat !important;
		margin: 0 0 0 -17px;
	}
	#lightbox-nav-btnNext {
		background: transparent url(images/plugins/lightbox/next.png) right center no-repeat !important;
		margin: 0 -17px 0 0;
	}

	#lightbox-image-details {
		font: normal 1.1em/18px Verdana, sans-serif;
	}
	#lightbox-image-details-caption {
		display: block;
		font-weight: normal;
		padding: 0 23px 9px 23px;
	}
	#lightbox-image-details-currentNumber {
		color: #000;
		padding: 0 23px 9px 23px;
	}

/* ADDED 02-23-2011 - ADDTHIS BUTTONS ----------------------------- */
/* ---------------------------------------------------------------- */
#copy .shareButtons {
	position: absolute;
		right: 0;
		top: -4px;
	display: block;
	clear: both;
	float: right;
	padding: 0 0 7px;
}
	#copy .shareButtons img {
		float: none;
		margin: 0;
	}
/* Clearfixes ----------------------------------------------------- */
.courseList li,
.cols2,
.cols3,
#contentSlideshow .item,
.pageAction,
.crossLinks,
.video,
.itemDetail,
.slider ul,
.tabNav,
.publications,
.listingThumbs li,
.relatedMedia li,
.dailySpecials,
.featuredProject .content,
#mediaGallery .content,
.drawers .bg,
.widget,
.thumbs,
.meta {height: 1%;}
.courseList li:after,
.cols2:after,
.cols3:after,
#contentSlideshow .item:after,
.pageAction:after,
.crossLinks:after,
.video:after,
.itemDetail:after,
.tabNav:after,
.publications:after,
.slider ul:after,
.listingThumbs li:after,
.relatedMedia li:after,
.dailySpecials:after,
.featuredProject .content:after,
#mediaGallery .content:after,
.drawers .bg:after,
.widget:after,
.thumbs:after,
.meta:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
*> .courseList li,
*> .cols2,
*> .cols3,
*> #contentSlideshow .item,
*> .pageAction,
*> .crossLinks,
*> .video,
*> .itemDetail,
*> .tabNav,
*> .publications,
*> .slider ul,
*> .listingThumbs li,
*> .relatedMedia li,
*> .dailySpecials,
*> .featuredProject .content,
*> #mediaGallery .content,
*> .drawers .bg,
*> .widget,
*> .thumbs,
*> .meta {min-height: 1px; height: auto;}
/* Test Styles ---------------------------------------------------- */
.red    {background: red !important;}
.blue   {background: blue !important;}
.green  {background: green !important;}
.olive  {background: olive !important;}
.orange {background: orange !important;}
.black  {background: black !important;}
.gray   {background: gray !important;}
.silver {background: silver !important;}
.white  {background: white !important;}
