/* MCE Stylesheet */

/*=============== Common Template ====================================*/
/* Frame ------------------------------------------ */
* {font-size: 100.01%;} /*This odd 100.01% value for the font size compensates for several browser bugs. First, setting a default body font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too s compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. The current "best" suggestion is to use the 100.01% value for this property.*/
html {font-size: 62.5%;height:100%;}
body{
	background:#fff;
	color:#1f1f1f;
	font:1.2em/1.3em Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	min-width:999px;
}
#wrapper{width:100%;height:100%; display:table;}
.w1{width:100%; /*display:table-row;*/ }
*+html .w1{min-height:100%;}
* html .w1{height:100%;}
.w2{width:100%;position:relative;padding-top:286px;}

/* Elements ------------------------------------------ */
a{text-decoration:none;color:#009999;}
a:hover{text-decoration:underline;}
img{border-style:none;}
p, li, span, h1, h2, h3, h4, h5, h6 {margin:0;padding:0;}
p {margin-bottom: .9em;}
form,fieldset{margin:0;padding:0;border-style:none;}
input,textarea,select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}

/* header-------------------------------------- */
#header{
	width:100%;
	background:url(../images/body/bg-header2.jpg) repeat-x 0 0;
	position:absolute;
	top:0;
	left:0;
	padding:7px 0 42px;
	overflow:hidden;
}
#header .holder{
	margin:0 auto;
	width:956px;
	position:relative;
}
#header .holder:after{
	display:block;
	clear:both;
	content:"";
}
#header .container{
	width:100%;
	overflow:hidden;
	color:#fff;
	font:12px/14px Arial, Helvetica, sans-serif;
	margin-bottom:9px;
}
#header .panel{
	float:right;
	padding-right:7px;
}
/* Caltech logo */
.caltech{
	position:absolute;
	top:95px;
	left:50%;
	margin:2px 0 0 -475px;
	width:181px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:3;
}
.caltech a{
	display:block;
	height:100%;
	background:url(../images/body/caltech.png) no-repeat;
	cursor:pointer;
}
.caltech-print{
	position:absolute;
	left:-9999px;
}
/* logo --------------------------------------*/
.logo{
	position:absolute;
	top:95px;
	left:50%;
	margin:0 0 0 -270px;
	width:525px;
	height:72px;
	overflow:hidden;
	text-indent:-9999px;
	z-index:3;
}
.logo a{
	display:block;
	height:100%;
	background:url(../images/body/dept-mce.png) no-repeat;
	cursor:pointer;
}
.logo-print{
	position:absolute;
	left:-9999px;
}
.mce {
	position:absolute;
	top:40px;
	left:320px;
	width:240px;
	z-index:2;
	clear:both;
}
.mce span{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:240px;
	height:90px;
	background:url(../images/body/mce-logotype.png) no-repeat;
}
/* Caltech banner slogan --------------------------------------*/
.slogan{
	background:url(../images/body/text-slogan.gif) no-repeat;
	display:block;
	margin:0 auto 13px;
	width:739px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}
.slogan-print{display:none;}
/* Division logo --------------------------------------*/
.division{
	float:left;
	background:url(../images/body/eas-division.png) no-repeat 0 1px;
	font: 13px/16px Arial, Helvetica, sans-serif;
	padding:4px 0 4px 34px;
	text-transform: uppercase;
}
span.division {color:#FFF;}
/* links in header --------------------------------------*/
.link{
	float:left;
	margin-top:3px;
	/*background:#222 url(../images/bg-link.gif) no-repeat;*/
	color:#fff;
	line-height:16px;
}
.link span{
	float:left;
	height:18px;
	padding:0 4px;
	/*background:url(../images/bg-link.gif) no-repeat 100% 100%;*/
	overflow:hidden;
	cursor:pointer;
}
.no-bg-link {
	float:left;
	height:18px;
	padding:0 4px;
	background:none;
	overflow:hidden;
	cursor:pointer;
}
/* search --------------------------------------*/
.search{
	float:left;
	width:180px;
	padding:0 5px 0 20px;
}
.search label{
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	margin:4px 6px 0 0;
	letter-spacing:1px;
}
.search .text{
	float:left;
	width:120px;
	height:15px;
	border:solid #3d3d3d;
	border-width:0 1px;
	background:#ddd;
	padding:4px 5px;
	margin:0 3px 0 0;
	outline:none;
	line-height:15px;
}
.search .submit {
	float:left;
	background:url(../images/body/btn-search.png) no-repeat;
	border:none;
	outline:none;
	margin:1px 0 0;
	padding:0;
	width:21px;
	height:21px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
/* Main Banner intro --------------------------------------*/
.intro{
	position:relative;
	width:1100px;
	height:179px;
	margin:0 -72px;
}
.intro img{position:absolute;}

/* nav --------------------------------------*/
#nav{
	margin:-36px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	position:relative;
	z-index:5;
	font:bold 15px/18px Arial, Helvetica, sans-serif;
}
#nav:after{
	display:block;
	clear:both;
	content:"";
}
#nav li{float:left;}
#nav li a{
	float:left;
	height:27px;
	text-decoration:none !important;
	color:#fff;
	text-align:center;
	padding-top:9px;
	background:url(../images/body/none.gif);
}
#nav li.hover a,
#nav li:hover a,
#nav li.active a,
#nav li a:hover{
	background:#eee;
	color:#222;
}
#nav li.active ul,
#nav li.hover ul,
#nav li:hover ul{display:block;}
#nav li.active ul{z-index:2;}
#nav li.hover ul,
#nav li:hover ul{z-index:10;}
#nav li a.yellow{color:#FF6E1E !important;}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:36px;
	left:4px;
	font:14px/17px Arial, Helvetica, sans-serif;
	width:948px;
	background:#eee url(../images/body/none.gif);
	overflow:hidden;
	display:none;
}
#nav ul li{
	float:left;
	display:inline;
	background:url(../images/body/divider.gif) no-repeat 0 16px;
	padding:12px 11px 0 12px;
	margin-left:-2px;
	height:29px;
}
#nav ul li span{
	float:left;
	height:29px;
}
#nav ul li a{
	height:auto;
	text-align:left;
	color:#1e1e1f;
	padding:0;
	float:none;
	background:none !important;
}
#nav ul li a:hover{text-decoration:underline !important;}
#nav ul li.active a:hover,
#nav ul li.active a{text-decoration:none !important;}
#nav ul li.active span{background:url(../images/body/arrow.gif) no-repeat 50% 100%;}
#nav ul.right li{float:right;}
#nav ul li.lst{background:none;}

/* footer --------------------------------------*/
#footer {
	width:100%;
	overflow:hidden;
	display:table-footer-group;
	background:#f3f3f3;
	border-top:1px solid #dfdfdf;
}
#footer a {color:#777;}
* html #footer{position:relative;}
*+html #footer{position:relative;}
.f1 {
	height:1%;
	display:table-row;
}
.f2{
	display:table-cell;
	width:100%;
}
.f3{
	margin:0 auto;
	width:956px;
	overflow:hidden;
	padding:18px 0 22px;
}
.column{
	float:left;
	width:140px;
	font:13px/15px Arial, Helvetica, sans-serif;
	margin-right:22px;
	overflow:hidden;
}
.column .title{
	display:block;
	margin-bottom:7px;
	color:#222;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
}
.column ul{
	margin:0 0 17px;
	padding:0;
	list-style:none;
}
.column ul a{color:#444;}

#footer .panel{
	float:right;
	text-align:right;
	padding:4px 14px 0 0;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#777;
	width: 450px;
}
.footer-logo{
	text-align:left;
	float:right;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/body/Caltech_LOGO-BLACK.png) no-repeat;
	width:150px;
	height:44px;
	position:relative;
	margin:10px 0px 42px 0;
}
.footer-logo a{
	display:block;
	height:100%;
	
}
#footer .panel div{clear:right;}
#footer .panel p{margin:0;}
/*Back to top link*/
.top{
	float:right;
	clear:right;
	padding:1px 0 2px 17px;
	background:url(../images/body/bg-top.gif) no-repeat;
	color:#777;
	margin-bottom:9px;
	font-weight:bold;
}
/* main --------------------------------------*/
#main{
	width:950px;
	margin:0 auto;
	padding: 0 0 25px;
}
#main:after{
	display:block;
	clear:both;
	content:"";
}

/*=============== END Common Template ====================================*/

/* content --------------------------------------*/
#content {float:left; width:595px;}
#content h1 {font-size: 1.9em;margin-bottom: .8em; line-height: 1.2em;}
#content h2 {font-size: 1.3em;color:#600c0c;margin-bottom: .5em;line-height: 1.1em;}
#content h3 {font-size: 1.1em;color:#8c846b;text-transform:uppercase;margin-bottom: 5px;}
#content h4 {color:#444;font-size: 1.1em;margin-bottom: 5px;}
#content h5 {font-size: 1em;margin-bottom: 5px;}
#content h6 {font-size: 1em;margin-bottom: 5px;}

/* sidebars --------------------------------------*/
#sidebar{
	float:right;
	width:310px;
	line-height:1.3em;
	color:#777;
	margin-bottom: 10px;
}
#sidebar a {color: #009999; font-weight: bold; text-decoration: none;}
#sidebar a:hover {color: #009999; font-weight: bold; text-decoration: underline;}
#sidebar img a:hover {border: 1px solid black;}
#sidebar h3 {color: #600c0c; font-size: 1.2em; border-bottom: 6px solid #D8D4C9;padding-bottom: 4px;margin-bottom: 1em;}
#sidebar h3 a {color: #600c0c;}
#sidebar h3 a:hover {color: #009999;}
#sidebar li {margin-left: -25px;margin-bottom: 1em;}
#sidebar li ul {margin-top: 5px;}
#sidebar li ul li {margin-bottom:0px;}
/* sidebar 2*/
#sidebar2 {
	float:right;
	width:310px;
	line-height:1.3em;
	color:#777;
}
#sidebar2 a {color:#009999;}
#sidebar2 h3 {color: #600c0c; font-size: 1.2em; border-bottom: 6px solid #D8D4C9;padding-bottom: 4px;margin-bottom: 1em;}
#sidebar2 h3 a:link, #sidebar2 h3 a:visited, #sidebar2 h3 a:hover, #sidebar2 h3 a:active {
	color:#009999;
	text-decoration: none;
}
#sidebar2 h4 {
	margin:0 0 10px;
	font-size:1em;
	line-height:1.2em;
	color:#444;
}
#sidebar2 li {margin-left: -25px;}
#sidebar2 li span {
	color: #000;
}

/* resources --------------------------------------*/

#resources {
	width:100%;
	overflow:hidden;
	margin-bottom:35px;
	background:none;
	background-color:#f7f7f7;
}
/* link-block for 3 columns*/
.link-block{
	width:595px;
	margin-right:-15px;
	overflow:hidden;
	padding-top:7px;
}
/* column1 */
.column1{
	float:left;
	width:180px;
	margin-right:18px;
}
.column1 strong{
	display:block;
	margin-bottom:2px;
	color:#555;
}
.column1 ul{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.column1 li {line-height: 1.2em;padding-bottom:5px;}

/* data */
.data{
	float:left;
	width:708px;
	overflow:hidden;
}
.search-form{
	padding:20px;
	overflow:hidden;
	width:730px;
	margin-right:-28px;
}
.search-form .row{
	float:left;
	width:300px;
	overflow:hidden;
	padding:0 42px 0 23px;
}
.search-form label{
	display:block;
	color:#444;
	font:bold 1.25em/1.2em Arial, Helvetica, sans-serif;
	margin-bottom:7px;
}
.search-form .row2{
	float:left;/*VC*/
	width:300px;
	overflow:hidden;
	margin-bottom:39px;
}
.search-form .text{
	float:left;
	background:#f3f3f3;
	border:1px solid #ababab;
	outline:none;
	margin:0 5px 0 0;
	padding:10px 5px;
	width:179px;
	height:14px;
	font-size:12px;
	line-height:14px;
}
.search-form .submit {
	float:left;
	background:#bbb;
	border:none;
	outline:none;
	margin:0;
	padding:0;
	width:35px;
	height:35px;
	color:#fff;
	cursor:pointer;
	font:bold 12px/28px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/* text-list: for multiple items that have text accompanied with image */
.text-list{
	width:100%;
	overflow:hidden;
	margin-bottom:12px;
}
.text-box{
	border-top:2px solid #e1e1e1;
	margin:-6px 0 16px;
	padding:12px 5px 0 2px;
	overflow:hidden;
	height:1%;
}
.text-box div{
	overflow:hidden;
	height:1%;
	line-height:1.28em;
}
.text-box .alignleft{margin-right:12px;}

/* faculty post-box */
.post-box{
	width:100%;
	overflow:hidden;
	margin-bottom:-9px;
}
.post{
	width:100%;
	overflow:hidden;
	border-top:2px solid #f0f0f0;
	margin:-2px 0 10px;
	padding-top:7px;
}
.post .image{
	float:left;
	margin-right:12px;
	/*border:1px solid #ddd;
	padding:4px;*/
}
.post .image img{display:block;}
.post .txt{
	overflow:hidden;
	height:1%;
	line-height:1.3em;
}
.post .name{
	display:block;
	margin:0 0 1px;
	font-size:1.25em;
	line-height:1.2em;
	color:#555;
}
.content-holder .post p{margin-bottom:10px;}

.post .title{
	display:block;
	color:#202020;
}
.date{
	color:#777;
	font-size:0.83em;
	/*display:block;*/
	/*margin-bottom:16px;*/
}
.post .date{
	display:inline;
	margin:0;
}
.post ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.post ul li{
	float:left;
	margin-right:2px;
}
/* feature-box */
.feature-box{
	width:100%;
	overflow:hidden;
	margin-bottom:-9px;
	border: 3px solid #ddd;
	padding: 10px 10px 0 10px;
}
.feature-post{
	width:100%;
	overflow:hidden;
	margin:-2px 0 10px;
	padding-top:10px;
}
.feature-post .image{
	float:left;
	margin-right:12px;
	border:1px solid #ddd;
	padding:4px;
}
.feature-post .image img {display:block;}
.feature-post .txt{
	overflow:hidden;
	height:1%;
	line-height:1.3em;
	font-size: .9em;
}


/* aside, box, list on homepage----------------------*/

/* aside */
.aside{
	float:right;
	background:#eee;
	width:246px;
	padding:14px 21px 22px;
	margin:0px 0 20px 20px;
}

/* box1 on homepage*/
.box1 {
	width:268px;
	background: url(../images/body/bg-box1.gif) repeat-y;
	margin:0 -11px;
	position:relative;
}
.box1 .holder {
	background: url(../images/body/bg-box1-holder.gif) no-repeat;
	width:100%;
}
.box1 .frame {
	background: url(../images/body/bg-box1-frame.gif) no-repeat 0 100%;
	width:232px;
	overflow:hidden;
	padding:8px 15px 19px 21px;
}
.box1 .container{
	width:100%;
	overflow:hidden;
	line-height:1.465em;
}
.box1 p{margin:0;}
.box1 .alignleft{margin-right:15px;}

/* list */
.list{
	margin:0px;
	padding:0;
	list-style:none;
	color:#444;
	overflow:hidden;
	font:1.25em/1.2em Arial, Helvetica, sans-serif;
}
.list li{	
	margin-bottom:10px;
	padding:0 5px 0 0px;
}
.list ul li {/*background:url(../images/divider2.gif) no-repeat 0 4px;*/list-style:disc; margin-bottom: 0px;padding:0 5px 0 5px;}
.list li.active a{text-decoration:underline;}

/* news on homepage */
.home-news{
	margin:0 0 10px 0;
	padding:0px;
	list-style:none;
	overflow:hidden;
}
#sidebar .home-news li{
	margin:0px;
	line-height: 1.3em;
	clear:left;
}
.home-news li ul li {padding: 6px 0 6px 0;line-height: 0;}
.home-news li img {border: 1px solid #CCC; padding: 5px; background-color:#FFF;}

/* table1 */
.table1{
	padding:0;
	border-collapse:collapse;
	width:100%; /* VC */
	border:solid #bdbdbd;
	border-width:1px 0 0 1px;
	margin-bottom:20px;
}
.table1 th{
	padding:6px 0 6px 10px;
	text-align:left;
	background:#A9CECD;
	color:#222;
	font-weight:bold;
	font-size:1.08em;
	border:solid #bdbdbd;
	border-width:0 1px 1px 0;
	width:60px;
}
.table1 th span {font-size: .9em; font-weight: normal;}/* AF */
.table1 th.first{width:130px;}
.table1 th.last{width:214px;}
.table1 td{
	padding:6px;
	min-height:20px;
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd; /* VC */
}
* html .table1 td{height:20px;}
.table1 .grey td{background:#f5f5f5;}
.table1 .last td, .table1 .highlight td{
	border:solid #bdbdbd;
	border-width:1px 1px 1px 0;
	background-color:#D8D4C9;
}
.table2 {width:95%;}
.table2 th {background-color:#A9CECD;padding:6px 0 6px 10px;border: 1px solid white;}
.table2 td {background-color:#F2F2F2;padding:5px;border: 1px solid white;}
.table2 .highlight {background-color:#D8D4C9;}

/* More styles ----------------------------------------------------------*/
/* Profile page */
.profile-box { margin-top: 40px; text-align:right;}
.profile-box a {color: #999;}
.contact-box{padding: 0;}
.contact-box address span {display:block; font-style: normal;}

/* two-col box */
.two-col{
	width:595px;
	overflow:hidden;
	margin-bottom:22px;
	line-height:1.48em;
}
.left-col{
	float:left;
	width:290px;
	overflow:hidden;
	padding:0 10px 0 0px;
}
.right-col{
	float:right;
	width:290px;
}

/* Callout with grey background and heading bar */
.callout {background-color: #D8D4C9; margin-bottom: 15px;}
#content .callout h2 {display:block; padding: 10px 15px; margin-bottom:0px; }
.callout .container {padding: 0px 15px 10px 15px;}

/* Callout with 2 column grey background and heading bar */
.callout2 {background:url(../images/body/bg-two-col-box.gif) repeat-y;}
#content .callout2 h2 {padding: 10px 15px; margin-bottom:0px; }
.callout2 .container {padding: 10px 15px;}


/* student-vignette */
.student-vignette{
	width:322px;
	float:left;
	margin-right:-12px;
	position:relative;
	background:url(../images/body/bg-student-vignette.gif) repeat-y;
}
.student-vignette .holder{
	width:100%;
	background:url(../images/body/bg-student-vignette-holder.gif) no-repeat;
}
.student-vignette .frame{
	width:301px;
	background:url(../images/body/bg-student-vignette-frame.gif) no-repeat 0 100%;
	color:#202020;
	overflow:hidden;
	padding:0 5px 8px 16px;
	line-height:1.4em;
}
.content-holder .student-vignette p {margin:0 10px 10px 0;}
.vignette{
	background:#fff;
	margin:0 0 0px;
	display:inline-block;
	color:#009999;
	padding:0 12px;
}
#sidebar2 .student-vignette .frame p {margin:0 10px 10px 0;}
.student-vignette img, .borderpic {padding: 3px; margin: 0 7px 0px 0; border:1px solid #CCC;}

/*admin box*/
.admin-box-wrap {width:195px;float:right;margin: 0 0 0px 5px;padding:0 20px 20px 0;background:url(../images/body/post-it.png) no-repeat right bottom;}
.admin-box {background-color: #FFFFCC; padding: 15px;}
.admin-box p {text-align:left;}
.box1 .frame {padding:20px 20px 0px 20px;}

/* master calendar */
.mce-cal {margin-bottom: 20px;}

/* EO message */
.eo-message {padding: 0px;}

/* Graduate Students page */

.gradstudents ul li {float: left;width: 250px; margin:0; padding:0;list-style:none;}

/* Classes */
.highlight {background:#ffc;}
.alignleft{float:left;margin-right: 10px;margin-bottom: 6px;}
.alignright{float:right;margin-left: 10px;margin-bottom: 6px;}
#main img.noborder {border: none;}
.border {border: 1px solid #CCC; padding: 5px; background-color:#FFF;}
.lg-bullet li{font-size: 1.2em; line-height: 1.6em; list-style-type:disc;padding:0;}
.date {font-size:x-small;}
#content span.seminar {font-size: 1.2em;font-weight:bold;color:#600c0c;padding-bottom: 5px;display:block;}
.caption {color: #666;font-style:italic;}
.symbolat {vertical-align: text-bottom; margin: 0 1px;}
.clear {clear: both;}

/* Rotating banner common classes --------------------*/
/* carousel */
.carousel{
	position:relative;
}
.carousel h2{
	background:none;
	padding:0;
	position:relative;
}
.carousel-holder ul{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
.carousel-holder ul li img{
	display:block;
}

/* switcher */
.switcher-holder{
	overflow:hidden;
}
.switcher{
	overflow:hidden;
	position:relative;
	z-index:5;
}
/* end Rotating banner common classes --------------------*/

/* Slideshows  --------------------*/

/* our home */
#ourhome div.carousel div.carousel-holder img {border:none;padding:0;}
#ourhome{	
width:289px;
padding-left:0px;
margin-bottom:22px;}
#ourhome .carousel-holder{
	width:287px;
	height:200px;
	border:1px solid #ddd;
}
#ourhome .carousel-holder ul{
	width:287px;
	height:200px;
	float:left;
}
#ourhome .carousel h2{
	margin:0 0 4px -19px;
}
#ourhome .carousel-holder ul li{
	position:absolute;
	top:0;
	left:0;
	width:287px;
}
#ourhome .carousel-holder ul li img{
	margin:0 0 10px;
}
#ourhome .switcher-holder{
	height:1%;
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
}
#ourhome .switcher{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#ourhome .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:5px;
	margin-left:5px;
}
#ourhome .switcher li:first-child{background:none;}
#ourhome .switcher li a{
	color:#878787;
	text-decoration:none !important;
}
#ourhome .switcher li a:hover,
#ourhome .switcher li.active a{color:#009999;}

#ourhome ul li span {margin-top: 20px;}




/* Academics Carousel */
#academics div.carousel div.carousel-holder img {border:none;padding:0;}
#academics{	
width:280px;
padding-left:0px;
margin-bottom:22px;}
#academics .carousel-holder{
	width:280px;
	height:334px;
	border:1px solid #ddd;
}
#academics .carousel-holder ul{
	width:280px;
	height:334px;
	float:left;
}
#academics .carousel h2{
	margin:0 0 4px -19px;
}
#academics .carousel-holder ul li{
	position:absolute;
	top:0;
	left:0;
	width:280px;
}
#academics .carousel-holder ul li img{
	margin:0 0 10px;
}
#academics .switcher-holder{
	height:1%;
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
}
#academics .switcher{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
#academics .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:5px;
	margin-left:5px;
}
#academics .switcher li:first-child{background:none;}
#academics .switcher li a{
	color:#878787;
	text-decoration:none !important;
}
#academics .switcher li a:hover,
#academics .switcher li.active a{color:#009999;}

#academics ul li span {margin-top: 20px;}





/* research vignette */
#researchvignette div.carousel div.carousel-holder img {border:none;padding:0;}
#researchvignette{	
width:289px;
padding-left:0px;
margin-bottom:22px;}
#researchvignette .carousel-holder{
	width:287px;
	height:200px;
	border:1px solid #ddd;
}
#researchvignette .carousel-holder ul{
	width:287px;
	height:200px;
	float:left;
}
#researchvignette .carousel h2{
	margin:0 0 4px -19px;
}
#researchvignette .carousel-holder ul li{
	position:absolute;
	top:0;
	left:0;
	width:287px;
}
#researchvignette .carousel-holder ul li img{
	margin:0 0 10px;
}
#researchvignette .switcher-holder{
	height:1%;
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
}
#researchvignette .switcher{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#researchvignette .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:5px;
	margin-left:5px;
}
#researchvignette .switcher li:first-child{background:none;}
#researchvignette .switcher li a{
	color:#878787;
	text-decoration:none !important;
}
#researchvignette .switcher li a:hover,
#researchvignette .switcher li.active a{color:#009999;}
#researchvignette .carousel-holder ul li span {float: left; margin-top: 7px;}

/* spotlight */
#spotlight div.carousel div.carousel-holder img {border:none;padding:0;}
#spotlight{	
width:552px;
padding-left:19px;
margin-bottom:22px;}
#spotlight .carousel-holder{
	width:550px;
	height:100px;
	border:1px solid #ddd;
}
#spotlight .carousel-holder ul{
	width:550px;
	height:100px;
	float:left;
}
#spotlight .carousel h2{
	margin:0 0 4px -19px;
}
#spotlight .carousel-holder ul li{
	position:absolute;
	top:0;
	left:0;
	width:550px;
}
#spotlight .carousel-holder ul li img{
	margin:0 0 10px;
}
#spotlight .switcher-holder{
	height:1%;
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
}
#spotlight .switcher{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#spotlight .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:5px;
	margin-left:5px;
}
#spotlight .switcher li:first-child{background:none;}
#spotlight .switcher li a{
	color:#878787;
	text-decoration:none !important;
}
#spotlight .switcher li a:hover,
#spotlight .switcher li.active a{color:#009999;}

/* slide*/
#slide div.carousel div.carousel-holder img {border:none;padding:0;}
#slide {	
	width:150px;
	padding-left:0px;
	margin:0 15px 10px 0;
	float:left;
}
#slide .carousel-holder{
	width:150px;
	height:150px;
	border:1px solid #ddd;
}
#slide .carousel-holder ul{
	width:150px;
	height:150px;
	float:left;
}
#slide .carousel h2{
	margin:0 0 4px -19px;
}
#slide .carousel-holder ul li{
	position:absolute;
	top:0;
	left:0;
	width:150px;
}
#slide .carousel-holder ul li span{float:left;}
#slide .carousel-holder ul li img{
	margin:0 0 10px;
}
#slide .switcher-holder{
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
	position:absolute;
	top:151px;
	left:0px;
}
#slide .switcher{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#slide .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:1px;
	text-align:right;
	/*margin-left:5px;*/
}
#slide .switcher li:first-child{background:none;}
#slide .switcher li a{
	color:#878787;
	text-decoration:none;
	background-color:#FFF;
	padding:0 4px;
}
#slide .switcher li a:hover,
#slide .switcher li.active a{color:#009999;}

/* alumni */
#alumni div.carousel div.carousel-holder img {border:none;padding:0;}
#alumni{	
	width:100%;
	padding-left:0px;
	margin:0 15px 10px 0;
	float:left;
}
#alumni .carousel-holder{
	width:100%;
	height:100%;
	overflow:visible;
}
#alumni .carousel-holder ul{
	width:100%;
}
#alumni .carousel h2{
	margin:0 0 4px -19px;
}
#alumni .carousel-holder ul li{
	width:100%;
}
#alumni .carousel-holder ul li img{
	margin:0 10px 10px 0;
	float:left;
	background-color:#fff;
}
#alumni .switcher-holder{
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
	position:absolute;
	top:131px;
	left:0px;
}
#alumni .switcher{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#alumni .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:1px;
	text-align:right;
	/*margin-left:5px;*/
}
#alumni .switcher li:first-child{background:none;}
#alumni .switcher li a{
	color:#878787;
	text-decoration:none;
	background-color:#FFF;
	padding:0 4px;
}
#alumni .switcher li a:hover,
#alumni .switcher li.active a{color:#009999;}

/* graduation photos on about page */
#gradpics div.carousel div.carousel-holder img {border:none;padding:0;}
#gradpics{	
width:590px;
margin-bottom:20px;}
#gradpics .carousel-holder{
	width:590px;
	height:440px;
	border:1px solid #ddd;
}
#gradpics .carousel-holder ul{
	width:590px;
	height:100px;
	float:left;
}
#gradpics .carousel h2{
	margin:0 0 4px -19px;
}
#gradpics .carousel-holder ul li{
	position:absolute;
	top:0;
	left:0;
	width:590px;
}
#gradpics .carousel-holder ul li img{
	margin:0 0 10px;
}
#gradpics .switcher-holder{	
	position:relative;
	top:0px;
	left:0px;
	width:590px;
	height: 20px;
	text-align:right;
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
}
#gradpics .switcher-holder span
{
  overflow:hidden;
	text-indent:-9999px;
}
#gradpics .switcher{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#gradpics .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:5px;
	margin-left:5px;
}
#gradpics .switcher li:first-child{background:none;}
#gradpics .switcher li a{
	color:#878787;
	text-decoration:none !important;
}
#gradpics .switcher li a:hover,
#gradpics .switcher li.active a{color:#009999;}

/* gates-thomas photos on about page */
#gates-thomas div.carousel div.carousel-holder img {border:none;padding:0;}
#gates-thomas {	
width:590px;
margin-bottom:20px;}
#gates-thomas .carousel-holder{
	width:590px;
	height:393px;
	border:1px solid #ddd;
}
#gates-thomas .carousel-holder ul{
	width:590px;
	height:100px;
	float:left;
}
#gates-thomas .carousel h2{
	margin:0 0 4px -19px;
}
#gates-thomas .carousel-holder ul li{
	position:absolute;
	top:0;
	left:0;
	width:590px;
}
#gates-thomas .carousel-holder ul li img{
	margin:0 0 10px;
}
#gates-thomas .switcher-holder{	
	position:relative;
	top:0px;
	left:0px;
	width:590px;
	height: 20px;
	text-align:right;
	color:#858585;
	font-size:1.08em;
	line-height:1.4em;
	padding:0 3px;
}
#gates-thomas .switcher-holder span
{
  overflow:hidden;
	text-indent:-9999px;
}
#gates-thomas .switcher{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}
#gates-thomas .switcher li{
	float:left;
	display:inline;
	background:url(../images/body/divider8.gif) no-repeat 0 3px;
	padding-left:5px;
	margin-left:5px;
}
#gates-thomas .switcher li:first-child{background:none;}
#gates-thomas .switcher li a{
	color:#878787;
	text-decoration:none !important;
}
#gates-thomas .switcher li a:hover,
#gates-thomas .switcher li.active a{color:#009999;}

/* GALLERY */
#gallery {width: 590px;margin: 0 auto;}
#gallery img {padding: 0 5px 5px 0;}
#gallery a:link img {border: 0px; text-decoration: none}
#gallery a:visited img {border: 0px; text-decoration: none}
#gallery a:hover img {border: 0px; color: #CC0099; text-decoration: underline}
#gallery a:active img {border: 0px; text-decoration: none}

/* News --------------------------------------*/
.post .img_placeholder {
	float:left;
	margin-right:5px;
	border:none;
	padding:4px;
	width: 83px;
	height: 100px;
}

.post .additional_images {
	float:left;
	margin: 5px 12px 5px 0;
}

.post .additional_images img {
	border:1px solid #DDDDDD;
	padding:4px;
}

.post .additional_images p {
	margin: 4px 4px 10px 4px;
	color: #777777;
	font-style: oblique;
	font-size: .90em;
}

.post .keywords a {
	margin-right: 3px;
}

.post .image {
	float:left;
	margin: 0px 12px 5px 0;
	border: none;
	
}

.post .image img {
	border:1px solid #DDDDDD;
	padding:4px;
	
}

.post .image p {
	margin: 4px 4px 10px 4px;
	color: #777777;
	font-style: oblique;
	font-size: .90em;
	width: 200px;
}

.post .label {color:#777777; font-style: italic; margin-right: 5px;}

.content-holder .post .read-more {font-size: 1.2em; font-weight: bold; margin: 5px 0;}

/* Pagination --------------------------------------*/
.paging .pagination {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	float: right;
	overflow: hidden;
	line-height: 180%;
	margin: 10px 0;
	padding: 10px 0;
}

.paging .pagination a {
	color:#009999;
	margin-left: 5px;
}

.paging .pagination .prev_page {}

.paging .pagination .next_page {}

.paging .pagination .current {
	margin-left: 5px;
	background-color: #F3F3F3;
	border:1px solid #DDDDDD;
	padding: 3px 6px;
}

.paging .pagination .disabled {
	margin-left: 5px;
}

.content-holder .post p strong {
	display:inline;
}

/* Events --------------------------------------*/
#sidebar .home-calendar  {
	list-style: none outside none;
	margin-bottom: 20px;
	padding: 0;
}

#sidebar .home-calendar li {
	margin: 0 0 15px 0;
}

#sidebar .home-calendar .date-time {
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	display:block;
}

#sidebar .home-calendar .title {
	display:block;
	margin-top: 2px;
}

#sidebar .home-calendar .location {
	display:block;
	margin-top: 2px;
}

.event_right {
	margin-left: 170px;
}

.event_left {
	float:left;
}

.event_start {
	color: #777777;	
}

.event_start .time {
	margin-top: 5px;
	display:block;
	color: #777;
	font-weight: bold;
}

.event_start .date {
	font-size: 1.25em;
	margin: 0px 0 10px;
	font-weight: bold;
	display:block;
	line-height: 1.2em;
}

.event_start .day_of_week {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:.8em;
	font-weight:normal;
	margin-bottom: 5px;
}

.event_title {}

.event_right .contact {
	margin-bottom: 20px;
	
}

.speaker {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 0px 0 10px;
	font-weight: bold;
	}

.speaker_name {}

.event_location {
	margin-top: 5px;
}

.event_body {
	margin-top: 15px;
}

.lecture_series {
	margin-top: 15px;
}
.event_series {
	text-transform: uppercase;
	color: #777777;
	margin-bottom: 5px;
	font-size:.8em;
	letter-spacing: 1px;
}
h1.news_events {
	font: bold 1.5em/1.4em Arial,Helvetica,sans-serif;
	margin-top:5px;
}

/* Google CSE styles */
.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  input.gsc-input {
    border-color: #BCCDF0;
  }
  input.gsc-search-button {
    border-color: #666666;
    background-color: #CECECE;
  }
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #E9E9E9;
    background-color: #E9E9E9;
  }
  .gsc-tabHeader.gsc-tabhActive {
    border-top-color: #FF9900;
    border-left-color: #E9E9E9;
    border-right-color: #E9E9E9;
    background-color: #FFFFFF;
  }
  .gsc-tabsArea {
    border-color: #E9E9E9;
  }
  .gsc-webResult.gsc-result {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #009999;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #009999;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #009999;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #009999;
  }
  .gsc-cursor-page {
    color: #009999;
  }
  a.gsc-trailing-more-results:link {
    color: #009999;
  }
  .gs-webResult.gs-result .gs-snippet {
    color: #000000;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #600c0c;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #600c0c;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	float: right;
	overflow: hidden;
	line-height: 180%;
	margin: 10px 0;
	padding: 10px 0;
  }
  .gsc-results .gsc-cursor-page {
    border-color: #E9E9E9;
    background-color: #FFFFFF;
	text-decoration: none;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	margin-left: 5px;
	background-color: #F3F3F3;
	border:1px solid #DDDDDD;
	padding: 3px 6px;
	color: #000;
  }

  .gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
	color:#009999;
	cursor:pointer;
	display:inline;
	margin-right:8px;
	text-decoration:none;
}

  .gs-promotion.gs-result {
    border-color: #336699;
    background-color: #FFFFFF;
  }
  .gs-promotion.gs-result a.gs-title:link {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:visited {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:hover {
    color: #0000CC;
  }
  .gs-promotion.gs-result a.gs-title:active {
    color: #0000CC;
  }
  .gs-promotion.gs-result .gs-snippet {
    color: #000000;
  }
  .gs-promotion.gs-result .gs-visibleUrl,
  .gs-promotion.gs-result .gs-visibleUrl-short {
    color: #008000;
  }