pre {
	overflow: scroll;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* PAGE LAYOUTS */
/* Directory and Profile */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#directory,
#profile {
	font: 14px Verdana, sans-serif;
	padding-bottom: 1em;
}

#column2 #directory img {
	margin: 0 10px 10px 0;
	border: 1px solid #630;
}

#directory table {
	margin-bottom: 20px;
}

#directory table td {
	width: 50%;
}

#directory hr {
	margin: 0 0 12px!important;
}

#column2 #profile img {
	margin: 0 0 10px 10px;
	border: 1px solid #630;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* FORMS */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
form.style1 {
	color: #502500;
	padding-top: 10px;
}

form.style1 fieldset {
	border: 1px solid #ada690;
	padding: 10px;
}

form.style1 fieldset + fieldset {
	margin-top: 10px;
}

form.style1 input {
	padding: 0.2em;
	background-color: #ebd29b;
	border: 1px solid #ada690;
	border-top-color: #948673;
	border-left-color: #948673;
}
/* SUBMIT BUTTON */
form.style1 input.btn {
	background-color: #ebd29b;
	border: 1px solid #ada690;
	border-bottom-color: #948673;
	border-right-color: #948673;
	color: #502500;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em;
	padding: 4px 8px;
}

form.style1 input.btn:hover {
	background-color: #f5e9cd;
	color: #630;
}

form.style1 input.btn:active {
	background-color: #c93;
}

form.style1 legend {font-size: 10px; font-style: italic; background-color: #ebd29b; border: 1px solid #ada690; border-bottom-color: #948673; border-right-color: #948673; padding: 4px 8px;}

form.style1 optgroup {padding: 0.3em 0 0.5em 0.5em; margin: 0; font-size: 0.9em; color: #948673; background-color: #ebd29b; border-bottom: 1px solid #ada690;}
form.style1 optgroup + optgroup {padding: 0.3em 0 1.0em 0.5em;}
form.style1 option {color: #331900; padding: 0.2em 0.2em 0 1.0em; font-size: 0.9em;}

form.style1 p {margin: 0; padding: 5px 0 0 0;}
form.style1 p label {display: block; margin: 4px 0; padding: 0.2em;}

form.style1 select {
	padding: 0.2em;
	color: #331900;
	background-color: #ebd29b;
	border: 1px solid #ada690;
	border-top-color: #948673;
	border-left-color: #948673;
}

form.style1 textarea {
	background-color: #ebd29b;
	border: 1px solid #ada690;
	border-top-color: #948673;
	border-left-color: #948673;
	font: normal 12px Verdana, sans-serif;
	color: #331900;
	padding: 0.2em;
}

.hidden {
	display: none;
}
/* ADVANCED SEARCH */
form.advanced-search {
	border: 2px solid #c96;
	font-size: 10px;
	padding: 0.5em;
}

.separation-bar {
	background-color: #ebd29b;
	color: #948673;
	font-size: 10px;
}

.advanced-search table + table {
	margin-top: 1em;
}

.advanced-search .example {
	color: #ada690;
	font-size: 10px;
}

.advanced-search caption {
	font-weight: bold;
	text-align: left;	
}

.advanced-search table th {
	font-weight: normal;
	padding: 0.5em;
	text-align: left;
	width: 50%;
}

.advanced-search .button {
	width: auto;
}

.advanced-search table td {
	padding: 0.5em 0.5em 0.5em 2em;
	vertical-align: top;
	width: 50%;
}

.advanced-search input,
.advanced-search select {
	width: 100%;
}
/* PEOPLE SEARCH - FORM FIELDS */
.people-search td {
	background: #300 url("/images/global/search/people-search-bg-dark.gif") repeat-x 0 0;
	color: #fff; /*ebd29b*/
	font: bold 13px Helvetica, sans-serif;
	padding: .8em;
} 

.people-search td + td {
	border-right: 1px solid #963;
}

.people-search td + td + td {
	border-right: 0;
}

/* PEOPLE SEARCH - TOOLS/OPTIONS */
.people-search-options {
	border: 1px solid #963;
	margin-bottom: 1em;
}

.people-search-options th {
	background-color: #f5e9cd;
	padding: .8em;
}

.people-search-options th {
	padding: .8em .8em 0 .8em;
	width: 50%;
}

.people-search-options td {
	background-color: #f5e9cd;
	line-height: 200%;
	padding: .8em;
	width: 50%;
}

/* PEOPLE SEARCH - LIST OF RESULTS */

.display {
	border: 1px solid #ccc!important;
	margin: 1.0em 0;
}

.detailResults {
	border: 1px solid #ccc!important;
	margin-bottom: 1.0em;
}

#column2 .display a:link,
#column2 .display a:visited,
#column2 .detailResults a:link,
#column2 .detailResults a:visited {
	color: #333;
}

#column2 .display a:hover,
#column2 .display a:active,
#column2 .detailResults a:hover,
#column2 .detailResults a:active {
	color: #666;
	text-decoration: none;
}

.display th {
	background-color: #ccc;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	padding: .8em;
}

.detailResults th {
	background-color: #ccc;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	color: #333;
	padding: .8em;
}

.display th + th + th + th {
	border-right: 1px solid #e5e5e5;
}

.display td {
	background-color: #e5e5e5;
	padding: .8em;
}

.detailResults td {
	background-color: #e5e5e5;
	padding: .8em;
}

.display tr.evenrow td,
.detailResults tr.evenrow td {
	background-color: #f5f5f5;
}

/* PEOPLE SEARCH - DETAILED RESULTS */
.people-search .detailResults {

}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* IMAGES */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#column2 img, #column3 img {
	border: 1px solid #502500;
}

#column2 img.noborder, #column2 img.nostyle, #column3 img.noborder, #column3 img.nostyle {
	border: 0;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* COLUMN 3 TYPOGRAPHY AND LAYOUT */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#column3 .contact {
	margin: 0;
	padding: 0;
	lline-height: 125%;
}

#column3 .contact p {
	ffont-size: 10px;
	color: #502500;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* TABLES */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
table.style1 {
	background: none repeat scroll 0 0 #fff;
	border-left: 1px solid #cac180;
	border-top: 1px solid #cac180;
	color: #502500;
	margin: 0 0 2em;
	padding: 0;
}

table.style1 .indent {
	padding-left: 2em;
}

table.style1 caption {
	background: none repeat scroll 0 0 #502500;
	border: 1px solid #948664;
	color: #ebd29b;
	font: small-caps 1.2em Verdana,sans-serif;
	padding: 0.3em 0.3em 0.5em;
}

table.style1 th {
	background: none repeat scroll 0 0 #cac180;
	border-bottom: 1px solid #ada690;
	border-right: 1px solid #ada690;
	color: #504942;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

table.style1 th div {
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 0.3em;
}

table.style1 td {
	border-bottom: 1px solid #ebd29b;
	border-right:	1px solid #ebd29b;
	margin:	0;
	padding: 0.5em;
	vertical-align: top;
}

table.style1 th.label {
	background-color: #fff;
	color: #502500;
	text-align: left;
}

table.style1 tr.total {
	font-weight: bold;
}

table.style1 tr.total th {
	background-color: #fff;
	color: #502500;
	text-align: left;
}

table.style1 a:link,
table.style1 a:visited {
	color: #502500!important;
	text-decoration: none!important;
}

table.style1 a:hover,
table.style1 a:active {
	color: #630!important;
	text-decoration: underline!important;
}

table.style1 tfoot td {
	background-color: #edb29b;
}

.even {
	background-color:#cac180;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* SPRY OVERWRITES */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
div.TabbedPanelsContentGroup {
	background-color: #fff;	
	border-color: #963 #fff #fff #fff;
    border-left: 1px solid #fff;
    border-style: solid;
    border-width: 1px;
    
	clear: both;
}

ul.TabbedPanelsTabGroup {
	position: relative;
	text-align: center;
}

li.TabbedPanelsTab {
	position: relative;
	background-color: #ebd29b;
	border-color: #963 #963 #963 #963;
	border-left: 1px solid #963;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	color: #502500;
	font-size: 14px;
	list-style: none;
	margin: 0!important;
	padding: 0.5em;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

li.TabbedPanelsTabSelected {
	background-color: #fff;
	border-color: #963;
	border-bottom: 1px solid #fff;
}

div.academics li.TabbedPanelsTab {
	width: 45%;
}

div.academics ul.TabbedPanelsTabGroup {
	margin: 0 0 0 20px;
}

div.directories ul.TabbedPanelsTabGroup {
	margin: 0 0 0 20px;
}

div.directories li.TabbedPanelsTab {
	border-radius: 5px;
	font-size: 12px;
	padding: 4px 6px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

/* Button-style */

div.buttons div.TabbedPanelsContentGroup {
    background-color: #FFFFFF;
    border: 0;
    clear: both;
    padding-top: 1em;
}

div.buttons li.TabbedPanelsTabSelected {
	background-color: #f5f5f5!important;
	border: 1px solid #666;
	color: #999!important;
}

div.buttons li.TabbedPanelsTab {
	width: 45%;
}

div.buttons ul.TabbedPanelsTabGroup {
	margin: 0;
}

div.buttons li.TabbedPanelsTab {
	border-radius: 0;
	font-size: 12px;
	padding: 4px 6px;

    background-color: #ccc;
    border: 1px solid #666;
    color: #333;
    font-size: 14px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0.5em;
    position: relative;
}

/* 20111007 TABBED MENU for Alex Avairs */
#column2 #subnav {
	padding: 8px;
	border-bottom: 1px solid #630;
}

#column2 #subnav li {
    -moz-user-select: none;
    background-color: #EBD29B;
    border-color: #996633;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-width: 1px;
    color: #502500;
    cursor: pointer;
		display: inline;
		font-size: 14px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0.5em;
    position: relative;
    top: 1px;
}

#column2 #subnav a.active {
	background-color: #fff;
	border-color: #963;
	border-bottom: 2px solid #fff;
}

#column2 #subnav a:link,
#column2 #subnav a:visited {
	text-decoration: none;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* TRIGGERS */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.success {
	background-color: #c9d47e;
	border: 1px solid #6e7c4c;
	border-radius: 5px;
	color: #6e7c4c;
 	font-weight: bold;
	font-size: 1.0em!important;
	padding: 0.5em;
	margin: 0.5em 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.success a:link,
.success a:visited {
	color: #6e7c4c!important;
}

.warning {
	font-weight: bold;
	color: #c30a0a;
}

label.warning + input,
label.warning + select,
label.warning + textarea {
	background-color: #edb29b;
}

/* .alert and .error used for People Search */

.alert {
	background-color: #edb29b;
	border: 1px solid #c30a0a;
	border-radius: 5px;
	color: #9d0808;
 	font-weight: bold;
	font-size: 1.0em!important;
	padding: 0.5em;
	margin: 0.5em 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#column2 input.error {
	background-color: #edb29b;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* TYPOGRAPHY */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
ul.style1 {
	list-style-type: none;
	padding-left: 1.0em;
}

ul.style1 li h2,
ul.style1 li h2 a,
ul.style1 li h3 {
	margin: 0;
}

ul.style1 li h3 + p,
ul.style1 li h3 a + p,
ul.style1 li h2 + p,
ul.style1 li h2 a + p {
	margin-top: 0;
}

.w50 {
		width: 48%;
		overflow: hidden;

}
/* TABLE STYLE */
table.data {background: #f9f7f3; font: 1.0em normal Helvetica, sans-serif; color: #564630; margin: 0 0 2.0em 0; padding: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
table.data caption {background: #564630; color: #e9e2cf; font: small-caps normal 1.2em Verdana, sans-serif; padding: 0.3em 0.3em 0.5em 0.3em; border: 1px solid #666;}
table.data th {white-space: nowrap; text-align: center; font-weight: bold; padding: 0.8em 1.0em 0.6em; vertical-align: top; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #333; background: #e5e5e5;}
table.data th span {display: block; font-weight: normal; font-size: 0.9em; padding-top: 0.3em;}
table.data td {margin: 0; padding: 0.5em; line-height: 1.5em; vertical-align: top; border-bottom: 1px solid #e9e2cf;  border-right: 1px solid #e9e2cf;}
table.data a {color: #564630; font: 1.0em normal Helvetica, sans-serif;}
table.data tfoot {background: #fff;}
table.data tfoot td {padding: 0;background: #fff;}
table.data tfoot p {margin: 0; padding: 1.0em; line-height: 0.5em; font-size: 10px; color: #666;}
table.data tfoot a:link, table.data tfoot a:visited {font-weight: bold; font-style: normal; font-size: 10px; color: #666;}
table.data tfoot a:hover, table.data tfoot a:active {text-decoration: none;}
table.data h1 {font: bold 1.0em Verdana, sans-serif; color: #333;}
table.data h2 {font: normal 0.9em Verdana, sans-serif; color: #333;}
table.data h3 {font: italic normal 0.9em Verdana, sans-serif; color: #666;}
table.data h1 + h2 {margin-top: 0.2em;}
table.data h2 + h3 {margin-top: 0.2em;}
table.data p {margin-bottom: 0; padding: 0;}
table.data ul {list-style-type: none; margin: 0; padding: 0;}
table.data li {margin-bottom: 1.0em;}
.odd {background-color: #e5e5e5;}
table.data td.white {background: #fff;}
table.data td.indent {padding-left: 2.0em;}
h2 + table.data caption {margin-top: 0.5em;}
h2 + table.data {margin-top: 1.0em;}
h3 + table.data caption {margin-top: 0.5em;}
h5 + table.data {margin-top: 0.5em;}
/* EUP - Matthew Newton 20120118
--------------- program page box  -------------------*/
.box{
	width:255px;
	text-align:left; 
	vertical-align:top;
	background-image:url(/images/spotlight/bgbox.png);
}
.boxHead{
	background-image:url(/images/spotlight/topbox.png);
	height:62px;
	background-repeat:no-repeat;
}
.boxHead h3 {
	margin-top:0;
	padding-top:25px;
	padding-left:6px;
	color:#fff;
	font-size:1.5em;	
}
.boxdiv{
	border-bottom:1px #333 dotted;
	margin:14px 0 14px 0;
}
.boxBody{
	background-image:url(/images/spotlight/bgbox.png);
	background-repeat:repeat-y;
	padding-left:18px;
	padding-right:14px;
}
.boxFoot{
	background-image:url(/images/spotlight/boxfoot.png);
	background-repeat:no-repeat;
	height:13px;	
}
#column2 .boxHead h3 {
	margin-top:0;
}
/* Feature boxes below main photos - Deb Withee 20120120
 * Removed at Thom's request on 20120419
-------------------------------------------------------*/
xxxdiv.col3Box {
 background: #e9e2cf;
 border: 1px solid #666666;
 width: 135px; 
 padding: 5px;
 text-align: center;
 /* border-radius below */
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 /* box shadow below */
 -webkit-box-shadow: #1d1309 2px 3px 2px;
 -moz-box-shadow: #1d1309 2px 3px 2px;
 box-shadow: #1d1309 2px 3px 3px;
 }

div.mainbox {
	width:136px;
	border-style:solid;
	border-width:0px;
	height:100px;
	float:left;
	padding:0px;
	text-align:center;
}
/* Social Icons block for Spotlight region - 20120214
-------------------------------------------------------*/
#socialicons {float:left;width:100%;overflow:hidden;position:relative;}
#socialicons ul {clear:left;float:left;list-style:none;margin:0;padding:0;position:relative;left:50%;text-align:center;}
#socialicons li {display:block;float:left;list-style:none;margin:0;padding:5px;position:relative;right:50%;width: 25px;height: 25px;}
#socialicons a {display: block;	width: 24px; height: 24px;	background-image: url('/images/global/spotlights/social.png'); background-repeat: no-repeat;	text-indent: -9999px;}
#socialicons a.facebook {background-position: 0 0;}
#socialicons a.twitter {background-position: -24px 0;}
#socialicons a.linkedin {background-position: -48px 0;}
#socialicons a.youtube {background-position: -72px 0;}
#socialicons a:hover.facebook {background-position: 0 -24px;}
#socialicons a:hover.twitter {background-position: -24px -24px;}
#socialicons a:hover.linkedin {background-position: -48px -24px;}
#socialicons a:hover.youtube {background-position: -72px -24px;}