@charset "UTF-8";
/* --- global styles --- */

/* it's good practice to zero the margin, padding, and other elements to account for differing browser defaults */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, img, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}
body  {
	font: 100.01% Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif;
background:  lightgray ;
background-size: 80%;
	color: #000;
	text-align: center; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
}
h1, h2 { padding: 0.8em 0 0.2em 0; }
h3, h4, h5, h6 { padding: 0.5em 0 0 0; }
h1 { font-size: 135%; color: #666; letter-spacing: .02em; }
h2 { font-size: 100%; color: #900; }
h3 {
	font-size: 85%;
	color: #666;
	text-transform: uppercase;
	letter-spacing: .02em;
}
h4 { font-size: 85%; color:#7a3d38; line-height: 1.0em; }
h5 { font-size: 80%; color: #333; }
h6 { font-size: 80%; color: #666; }
p { 
	font-size: 80%; 
	color: #000; 
	margin: 0.2em 0 0.8em 0; 
}
strong { font-weight: bold; color: #444; }
b { font-weight: bold;  font-size: 80%;}
em { font-style: italic; }
a { font-weight: normal; }
a:link, a:visited { color: #8f5917; text-decoration: none; }
a:focus, a:hover, a:active { color: #b00; text-decoration: none; }
a.umail_alias:link, a.umail_alias:visited  { color: #f00; text-decoration: none; }
a.umail_alias:focus, a.umail_alias:hover, a.umail_alias:active { color: #b00; text-decoration: none; }
hr {
	border: 0;
	border-top: 2px #888 dotted;
	color: #fff;
	background-color: #fff;
	height: 2px;
	width: 100%;
	margin: 1em 0 0.5em 1em;
	margin: 1em 0 0.5em 0;
	text-align: left;
}

/* --- page layout styles --- */
.u_style #wrapper { 
	position: relative;
	z-index: 5;
	width: 58em;
	max-width: 58em;
	min-width: 58em;
	margin: 0 auto;
	background: #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
        	-webkit-box-shadow: 0 15px 44px -6px black;
	   -moz-box-shadow: 0 15px 44px -6px black;
	        box-shadow:0 15px 44px -6px black;
}  
.u_style #header { 
	position: relative;
	z-index: 5;
	width: 100%;
	background: #900 url(/images/header/redBck-e8426a8cb0bf70417bec99bfc47e3bcb.gif) top left no-repeat;
	border-top: #333 10px solid;
}
.u_style #headerLeft {
	float: left;
	width: auto; 
}
.u_style #headerRight {
	position: relative;
	float: right;
	width: 22em;
}
.u_style #headerNavBar {
	clear: both;
	width: 58em;
	max-width: 58em;
	min-width: 58em;
	height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 0.5em 0 0 0;
    border-top: 2px #202020 solid;
	background: url(/images/header/nav_banner-5caff5b9b6ae8076a013d0b1c2e9095b.png)  repeat-x;
}
.u_style #headerLoginNavBar {
	clear: both;
	width: 58em;
	max-width: 58em;
	min-width: 58em;
	height: 1.5em;
	text-align: right;
	padding: 2px 0 4px 0;
	background-color: #202020;
	color: white;
}

.u_style #headerLoginNavBar ul {
	width: 100%;
	list-style: none;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.u_style #headerLoginNavBar ul li {
	display: inline;
	/*	color: #fff;*/
	color: #404040;
	margin: 0;
	padding: 0 1px 0 4px;
}

.u_style #headerLoginNavBar ul li a:link, .u_style #headerLoginNavBar ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.u_style #headerLoginNavBar ul li a:focus, .u_style #headerLoginNavBar ul li a:hover, .u_style #headerLoginNavBar ul li  a:active {
	color: #dac092;
	text-decoration: none;
	font-weight: bold;
}

.u_style #headerPrint {
	display: none;
}
.u_style #innerWrapper {
	position:relative;
	z-index:4;
	width: 58em;
	max-width: 58em;
	min-width: 58em;
	background: #fff;
	clear:both;
}
.u_style #sideColumn2 {
	position: relative;
	z-index: 1;	
	float: right; 
	width: 23%; /* since this element is floated, a width must be given */
	padding: 0 0 30px 0; /* top and bottom padding create visual space within this div */
/*	background: #adb091;*/

}
.u_style #sideColumn2 .spacer {
	margin: 0 20px 0 10px; /* this creates the left and right margin for the side columns */
}
.u_style #content {
	position:relative;
	z-index: 1;
	width: 75%;
	margin: 0 0 10px 10px;
} 
.u_style #content .spacer {
	margin: 0 20px 0 10px; /* padding here creates white space "inside the box." */
}
.col{
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
}
.mid { 
	position:absolute;
	z-index: 0;
	bottom: 0;
	width: 75%; 
	background: #fff;
}
.side2 { 
	position:absolute;
	z-index: 0;
	bottom: 0;
	width: 24%;
	left: 76%;
/*	border-right: #888 1px solid;  color should be a bit darker than the lightest background color */
/*	background: #adb091;*/
        background: url(/images/header/breadcrumb_shade-f593729cd5cfa9471989b49cf82043d9.jpg) repeat-y;
}
.u_style #footer {
	clear: both;
	position: relative;
	z-index: 5;
	min-height: 30px;
/*	background-color: #333;*/
         background: url(/images/header/bg_footer-2dc79508041b4cb712ba1bc0e4fef2c1.jpg);
	margin: -0.1em 0 0 0;
	padding: 0 0 8px 0;
} 
.u_style #footer p, .u_style #footer ul {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
html>body .col { top: 0 } /* hide from ie6 and under  */
.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}
.clearParagraph {
	clear: both;
}

/* --- header styles --- */

/* --- headerRight styles (top right bar) --- */
.u_style #headerRight div ul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 70%;
	color: #dac092;
	font-weight: normal;
	margin: 0;
	padding: 0 .7em .5em 2em;
	background: #333 url(/images/header/redBar_corner-4d7ae8c60adca11b74bed3a88df98ecb.gif) left bottom no-repeat;
}
.u_style #headerRight div ul li {
	display: inline;
	padding: 0 .25em 0 .5em;
	margin: 0;
}
.u_style #headerRight div li + li {
	border-left: #dac092 1px solid;
}
.u_style #headerRight div a:link, .u_style #headerRight div a:visited { 
	color: #fff; 
	text-decoration: none;	
}
.u_style #headerRight div a:focus, .u_style #headerRight div a:hover, .u_style #headerRight div a:active { 
	color: #dac092; 
	text-decoration: none; 
}

/* --- search styles --- */
#search {
	float: right;
	width: 15em;
	text-align: right;
	padding: .5em 1em 0 0;
}
#search form input {
	display: inline;
	margin: 0 .25em 0 0;

}
#search form label input {
	width: 10em;
	height: 1em;
	margin-bottom: .4em;
}
#search form label {
	position: absolute;
	top: -1000px;
	font-size: 1px;
	color: #900;
}
/* --- GCSE search styles --- */
  #gcse_search{
    background:#fff;
    border:1px solid black;
    float:right;
    margin: 0;
    padding:0;
    position:relative;
    text-align:left;
    width: 230px; 
  } 

  #gcse_searchbox {
    border:0;
    color: #666;
    font:15px Helvetica, san-serif;
    height:20px;
    padding:3px 5px;
    width:195px;
  } 

  .gcse_watermark {
    background: #FFF
                url(/images/header/gcse_search_campus-659d6f8e85a927b313de10c2e3eeb082.png) 
                no-repeat 5px 3px; 
  }
 
  #gcse_searchbutton { 
    padding:3px;
    position:absolute;
    right:0;
    top:0;
    width:20px;
  } 

  #gcse_searchbutton:focus,  #gcse_searchbutton:hover,  #gcse_searchbutton:active {
    background-color:#e8e8e8;
  } 
  #gcse_search label {
    height:1px;
    left:-10000px;
    overflow:hidden;
    position:absolute;
    top:auto;
    width:1px; 
  }
/* --- headerNavBar styles --- */
.u_style #headerNavBar ul {
	width: 100%;
	list-style: none;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.u_style #headerNavBar ul li {
	display: inline;
/*	color: #fff;*/
        color: #404040;
	margin: 0;
	padding: 0 1px 0 4px;
}
.u_style #headerNavBar li + li {
	border-left: #404040 2px solid;
/*        border-left: #dac092 2px solid;*/
}
.u_style #headerNavBar a:link, .u_style #headerNavBar a:visited {
/*	color: #fff;*/
/*        color: #404040;*/
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 4px;
}
.u_style #headerNavBar a:focus, .u_style #headerNavBar a:hover, .u_style #headerNavBar a:active {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 4px;
        text-underline-position: below;
/*	color: #000; */
        color: #FFFFFF;
/*	background-color:#bb8d49;*/
/*        background-color:#A8A8A8;*/

}

/* --- sideColumn2 styles --- */
#sideColumn2 ul {
	list-style: none;
	font-size: 90%;
	margin: 0 0 10px 0;
}
#sideColumn2 ul li {
	padding: 0;
	border-bottom: 2px solid #997;
}
#sideColumn2 .info {
	margin-top: 10px;
	/*border-top: 2px #686868 solid;*/
}

#sideColumn2 a {
	display: block;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	padding: 0 0 .1em .1em;
}
#sideColumn2 a:link, #sideColumn2 a:visited { 
/*	color:#900; 
	background-color: #adb091; */
}
#sideColumn2 a:focus, #sideColumn2 a:hover, #sideColumn2 a:active  { 
	color: #fff; 
/*	background-color: #A8A8A8; */
       
}
#sideColumn2 .subnav {
	position: relative;  /* Fix for IE6 Hover Bug */
	list-style: none;
	margin: 0;
	padding: 0;
	background: #cca;
}
#sideColumn2 .subnav ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#sideColumn2 .subnav ul li{
	display: inline; /* Fix for IE excessive space between list items */
	font-size: 80%;
	letter-spacing: 0.1em;
	padding: 0;
	border-bottom: none;
}
#sideColumn2 .subnav a {
	font-weight: bold;
	text-decoration: none;
}
#sideColumn2 .subnav a:link, #sideColumn2 .subnav a:visited { 
	color:#c00; 
	background-color: #cca; 
}
#sideColumn2 .subnav a:focus, #sideColumn2 .subnav a:hover, #sideColumn2 .subnav a:active { 
	color: #fff; 
	background-color: #aa8; 
}
#sideColumn2 h1, #sideColumn2 h2, #sideColumn2 p { padding: 0.5em 0 0.2em 0; }
#sideColumn2 h3, #sideColumn2 h4, #sideColumn2 h5, #sideColumn2 h6 { padding: 0.5em 0 0 0; }
#sideColumn2 h1 { font-size: 90%; color: #900; }
#sideColumn2 h2 { font-size: 85%; color: #333; }
#sideColumn2 h3 {
	font-size: 80%;
	color: #900;
	text-transform: uppercase;
	border-bottom: none; 
	margin-bottom: 0;
}
#sideColumn2 h4 { font-size: 85%; color: #444; margin: 0.5em 0; }
#sideColumn2 h5 { font-size: 85%; color: #a00; }
#sideColumn2 h6 {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 80%;
	color: #444;
         margin: 0 -20px 0 -6px;
}
#sideColumn2 p {
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	text-align: left;
	margin: 0 0 0.5em 0;
	font-size: 90%;
	line-height: 120%;
	color: #333;
}
#sideColumn2 h4 a, 
#sideColumn2 p a {
	font-size: 100%;
	display: inline;
	padding: 0;
	margin: -2px;
}
#sideColumn2 h4 a:link, 
#sideColumn2 h4 a:visited,
#sideColumn2 p a:link, 
#sideColumn2 p a:visited { 
/*	color:#900; 
	background-color: #adb091; */
}
#sideColumn2 h4 a:focus, 
#sideColumn2 h4 a:hover, 
#sideColumn2 h4 a:active, 
#sideColumn2 p a:focus, 
#sideColumn2 p a:hover, 
#sideColumn2 p a:active { 
	color: #808080; 
/*	background-color: #adb091; */
text-decoration: underline;
}
#sideColumn2 img {
	max-width: 100%; 	
	padding: 0;
	margin: 0;
}
#survey {
	margin: 30px 0 0 0;
	padding: 0;
}
#survey a:link, 
#survey a:visited { 
	color:#900; 
	background-color: #adb091; 
}
#survey a:focus, 
#survey a:hover, 
#survey h4 a:active { 
	color: #fff; 
	background-color: #adb091; 
}

/* --- content styles --- */
#content ul, ol {
	font-size: 80%;
	list-style-position: outside;
	padding: 0 0 0.5em 18px;
}
#content ul ul, #content ol ul {
	font-size: 100%;
}
#content li {
	padding: 3px 0;
}
#content img {
	max-width: 100%;
	margin: 0 0 .1em 0;
}
#content table {
	max-width: 100%; 
}

/*  --- table styles --- */
#content table {
	border-collapse: collapse;
	border-bottom: 2px #aaa solid;
	font-size: 80%;
	width: 95%;
	width: 97%;
	margin: 1em 0 0.5em 1em;
}
#content td,
#content th {
	vertical-align: top;
	padding: 3px 3px 3px 10px;
	text-align: left;
}
#content td {
	border-bottom: 1px #bbb solid;
	border-collapse: collapse;
}
#content th  {
	background-color: #ccc;
	font-size: 90%;
	padding: 4px;
}
#content table a {
	text-decoration: none;
}
#content .toRight {
	text-align: right;
	padding-right: 10px;
}
#content .toCenter {
	text-align: center;
	/*padding-left: auto;
	padding-right: auto;*/
}
#content caption {
	font-size: 120%;
	color: #900;
	text-align: left;
	padding: 0.85em 0 0.5em 0; 
}
#content .notAvailable {
	color: #888;
}

/* --- directory search styles ---*/
#directory {
	position: relative;
	margin: 0 0 1em 0;
}
#directory form {
	position: relative;
}
#directory .searchLink {
	position: absolute;
	top: 2em;
	left: 31em;
	font-size: 70%;
}
#directory .searchLink a {
	font-size: 90%;
	font-weight: normal;
}
.win.gecko #directory .searchLink {		/* used in uWho to fix placement of "Advanced Search" text in Firefox-Windows */
	left: 26.5em;
	top: 1.9em;
	left: 27em;
}

/* IE Advanced Search link bug test fixes */
#content, #directory, .group, #directory a, .searchLink, .searchLink a {
	zoom: 1;
}

.loginText {
	font-size: 80%;
	margin-top: 40px;
	margin-left: 12px;
}

fieldset {
	width: 100%;
	margin: 1em 0 0.5em 0;
	padding: 0;
	border: none;
}
legend {
	font-size: 95%;
	color: #c00;
	margin: 0 0 0 1em;
	padding: 0;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	width: 100%;
	list-style: none;
}
#advanced fieldset li {
	float: left;
	width: 100%;
	padding-bottom: 0.5em;
	list-style: none;
}
#advanced label {
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: left;
}
#advanced .advTitle {
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: left;
}
#advanced .advGroup {
	padding: 0 0 5px 0;
}
#advanced .advGroup label {
	float: none;
	text-align: left;
}
#directory .group label {
	padding: 0 7px 0 3px;
	vertical-align: bottom;
}
#directory .group input {
	vertical-align: bottom;
}
#submit {
	float: none;
	width: auto;
	margin: 0 0 2em 0;
	padding: 0 0 0 8em;
	border-bottom: none;
}
#submit2 {
	float: none;
	width: auto;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 8em;
	border-bottom: 1px #888 solid;
}

/* --- results styles ---*/
.results {
	float: left;
	clear: left;
	width: 95%;
	margin: 0 0 2em 1em;
	padding: 0.2em;
	border-top: 2px #888 dotted;
	border-left: 2px #888 dotted;
}
.results ol {
	padding: 1em 1em 0 1em;
	width: 100%;	
	overflow:hidden;	/* this clears floated form fieldset, and stops content below from floating to the left */
	list-style: none;
}
.results li {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.resultsTitle {
	float: left;
	width: 12em;
	margin-right: 1em;
	text-align: right;
	color: #666;
}
.resultsContent {
	float: left;
	width: 35em;
}
.resultsLink {
	display: block;
	font-size: 75%;
	margin: 0.5em 0 0 0;
} 
.results p {
	padding: 1em;
	width: 100%;
	list-style: none;
}
.results .deptOrg {
	background: #ededed;
}
.results .wrapNo {
	white-space:nowrap;
}
.results .indent {
	padding-left: 25px !important;
}
.resultsLink a {
	font-weight: bold;
	text-decoration: none;
}
.resultsLink a:link,
.resultsLink a:visited {
	color: #bb8d49;
}
.resultsLink a:focus,
.resultsLink a:hover,
.resultsLink a:active {
	color: #8f5917;
}
.address {
	display: block;
	margin-left: 13em;
}
.multipleDepts {
	margin-left: 1em;
	border-top: 2px #888 dotted;
	padding-top: 5px;
}
.multipleDepts h2 {
	padding: 0;
	margin: 0;
	font-size: 85%;
}
.multipleDepts ul {
	list-style: none;
	padding: 0;
	margin-left: -1.5em;
}
.multipleDepts li {
	padding: 0;
	margin: 0;
}

/* --- tablesorter styles ---*/
table.tablesorter {
	background-color: #eee;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ccc;
	border: 1px solid #fff;
	font-size: 90%;
	padding: 4px;
}
table.tablesorter thead tr .header,
table.tablesorter thead tr th {
	background: #ccc url(/images/spotImages/bg-c01ad2e7c59d1a20a433cb873c21bd88.gif) center right no-repeat;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #000;
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#eee;
}
table.tablesorter thead tr .headerSortUp {
	background: url(/images/spotImages/asc-f8a1940c9cf44ab8870319169f3a14ff.gif) center right no-repeat;
}
table.tablesorter thead tr .headerSortDown {
	background: url(/images/spotImages/desc-a54846803de3cc786eec3d69f9ac2d38.gif) center right no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #d0ba99;
}

/* --- footer styles --- */
.u_style #footer ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
.u_style #footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: .6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	padding: 0 .2em 0 .5em;
}
.u_style #footer li + li {
	border-left: #fff 1px solid;
}
.u_style #footer a:link, .u_style #footer a:visited { 
	color: #fff; 
	text-decoration: none; 	
}
.u_style #footer a:focus, .u_style #footer a:hover, .u_style #footer a:active { 
	color: #dac092; 
	text-decoration: none; 	
}

/* --- atoz styles --- */
.atoz {
	width: 100%;
}
.atoz ul {
	list-style: none;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
.atoz ul li {
	display: inline;
	color: #900;
	margin: 0;
}
.atoz li + li {
	border-left: #404040 2px solid;
}
.atoz a:link,
.atoz a:visited {
/*	color: #bb8d49;*/
        color:#8f5917 ; 
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 1px 0 4px;
}
.atoz a:focus,
.atoz a:hover,
.atoz a:active {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 1px 0 4px;
	color: #888888 ; 
}
.docDetails {
	font-size: 70%;
	color: #666;
	text-align: right;
	padding: 5px 5px 0 0;
}
.docDetails a:link,
.docDetails a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.docDetails a:focus,
.docDetails a:hover,
.docDetails a:active {
	font-weight: normal;
	text-decoration: none;
	color: #c00; 
}

/* --- class styles --- */
.leftfloat { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.rightfloat { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#content .pixLeft { /* this class can be used to put a border on an image and float it left */
	float: left;
	margin: 5px 10px;
	border: 1px solid #000;
}
#content .pixRight {  /* this class can be used to put a border on an image and right it left */
	float: right;
	margin: 5px 10px;
	border: 1px solid #000;
}
#content .pixSans { /* this class can be used to put a border on an image and float it left */
	float: left;
	margin: 5px 10px;
	border: none;
}
#content .noView {
	position: absolute;
	left: -1000em;
	font-size: 1px;
	color: #fff;
}


