/* General */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: none;
}

#container {
	width: 915px;
	min-width: 915px;
	margin: 4px auto;
}

a, span, h1, h2, h3, h4, h5, h6 {
	font-family: "Arial", "Helvetica", sans-serif;
}

li {
	list-style: none;
	font-size:13px;
}

p {
	margin: 1% 1% 2% 2%;
}

h1 {
	padding: 1% 1% 0 1%;
	margin: 0 0 1% 0;
}

h2 {
	padding: 1% 1% 0 1%;
	margin: 0 0 1% 0;
	font-size: 24px;
}

h3 {
	padding: 0 0 0 1%;
	font-size: 18px;
}

h4 {
	border-bottom: 1px solid #91a4c1;
	color: #3c4b7a;
	padding: 1% 1% 0 1%;
	margin: 0 0 1% 0;
	font-size: 18px;
}

h4 a {
	color: #748ea2;
	border-bottom: none;
	display: block;
}

h4 a:hover {
	color: #000000;
}

h5 {
	margin: 0 0 1% 1%;
	font-size: 14px;
}

h6 {
	margin: 0 0 1% 1%;
	font-size: 12px;
}

a {
	color: #748ea7;
	text-decoration: none;
}

/* Adds image to links */

a[href$=".pdf"] {
	background: url(/includes/img/global/pdf.png) center right no-repeat;
 	padding-right: 20px;
	display:inline;
}

a[href$='.doc'] {
	background: url(/includes/img/global/word.png) center right no-repeat;
	padding-right: 22px;
}

a[href$='.docx'] {
	background: url(/includes/img/global/word.png) center right no-repeat;
	padding-right: 22px;
}

a[href$='.xls'] {
	background: url(/includes/img/global/excel.png) center right no-repeat;
	padding-right: 22px;
}

a[href$='.xlsx'] {
	background: url(/includes/img/global/excel.png) center right no-repeat;
	padding-right: 22px;
}

a[href^='mailto'] {
	background: url(/includes/img/global/mailto.png) center right no-repeat;
	padding-right: 18px;
}

/* Classes */

.float_left {
	float: left;
}

.print {
	visibility: hidden;
}

.italic {
	font-style: italic;
}

/* DO NOT DELETE - Used for drop down navigation */

.has_children {
}

/* DO NOT DELETE - Used for drop down navigation */

.current {
}

/* DO NOT DELETE - Used for lightBox */

.gallery {
}

/* DO NOT DELETE - Used for Cycle */

.pics {
}

.gallery a {
	border-bottom: none;
}

.gallery a:hover {
	background-color: transparent !important;
}


.photo {
	float: left;
	padding: 1% 1% 1% 1%;
	width: 100%;
}

.photo img {
	float: left;
	padding: 1% 1% 1% 1%;
}

.photo p {
	float: left;
	margin: 2% 0 0 0;
}

.selected {
	background-color: #5e6a78;
	color: #748ea2;
}

.selected_global {
	color: #748ea2;
}

.external {
	background: url(/includes/img/global/external_link.png) center right no-repeat;
	padding-right: 14px;
}

.mailto {
	background: url(/includes/img/global/mailto.png) center right no-repeat;
	padding-right: 18px;
}

/* Used inside any div to give attributes */

.node {
	float: left;
	width: 95%;
	margin: 0% 1% 0 1%;
	padding: 1% 1% 1% 2%;
}

.node ul {
	margin: -2% 1% 1% 2%;
	padding: 1% 1% 1% 2%;
	list-style-position: inside;
}

.node ul li, .node ol li {
	margin: 3px 0 3px 0;
	list-style:disc;
}

.plain ul li, .plain ol li {
	margin: 3px 0 3px 17px; /* 3px 0 3px 0; */
	list-style:none;
}

.node ul li ul {
	margin: -1% 0 0 0;
}

.node ol {
	margin: -2% 1% 1% 1%;
	padding: 1% 1% 1% 1%;
	list-style-position: inside;
}

.node a:hover {
	background-color: #EEEEEE;
}

.node img {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.node p {
	margin: 0px 0px 0px 10px;
	padding: 0px 11px 0px 10px;
}

.node h5 {
	padding: 0px 0px 0px 10px;
}

.node dl {
	padding: 0px 0px 3px 0px;
}

.right img {
	float:right;
}

.left img {
	float:left;
}

/* Header */

#header {
	position: relative;
	width: 915px;
	height: 140px;
	background: url(/includes/img/global/banner_pa.jpg) no-repeat;
}

.header h1 {
	font-size: 100%;
	height: 30px;
	width: 300px;
	position: absolute;
	left: -999em;
}

.header h2 {
	font-size: 150%;
	height: 30px;
	width: 300px;
	position: absolute;
	left: -999em;
}

#ui_dome {
	position: absolute;
	top: 20px;
	right: 14px;
}

#clas_wordmark_header {
	width: 500px;
	height: auto;
	text-align: right;
	margin: 0px 0px 0px 400px;
	padding: 3px 0px 0px 0px;
}

#clas_wordmark_header a {
	font-size: 15px;
	color: #ffffff;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#clas_wordmark {
	width: 500px;
	height: auto;
	text-align: right;
	margin: -38px 1% 0% auto;
	padding: 0px 0px 0px 0px;
}

#clas_wordmark a {
	font-size: 18px;
	color: #ffffff;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Search Form */

#search_form {
	width: 207px;
}

#search {
	position: absolute;
	right: 11px;
	bottom: 7px;
	width: 205px;
	height: 39px;
	border: 1px solid #748ea7;
	background: url(/includes/img/global/grey.png);
}

#search_field {
	color: #ffffff;
	font-size: 1.2em;
	width: 150px;
	height: 28px;
	padding: 11px 5px 0px 5px;
	margin-right: 6px;
	border: none;
	float: left;
	background: none;
}

#search_field:focus {
	outline: none;
}

#search_button {
	width: 38px;
	height: 38px;
	margin: 1px 0px 0px 0px;
	cursor: pointer;
	border: none;
	float: left;
	background: url(/includes/img/global/search.png) center no-repeat;
}

/* Global Naviagion Drop Down */

#global_navigation {
	height: 30px;
	width: 100%;
	line-height: 30px;
	background-color: #000000;
	border-bottom: 1px solid #748ea7;
	border-top: 1px solid #748ea7;
}

#global_navigation li {
	position: relative;
	list-style-type: none;
	width: auto;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0 12px 0 27px;
}

#global_navigation li ul {
	display: none;
	height: auto;
}

#global_navigation li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0 0 1px 0;
}

#global_navigation li a:hover {
	color: #748ea7;
}

#global_navigation li ul li a {
	color: #bcbcbc;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #333333;
}

#global_navigation li ul li a:hover {
	color: #FFFFFF;
}

#global_navigation li:hover ul, #global_navigation li.sfhover ul {
	display: block;
	z-index: 10;
	position: absolute;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	width: 200px;
}

.on_page1 {
	float:left;
}

.on_page1 ul {
	margin: 0 0 0 -27px;
}

.on_page2 {
	float:left;
}

.on_page2 ul {
	margin: 0px 0px 0px -121px;
}

/* Local Navigation - used on grad, undergrad and alumni sections */

#local_navigation, #local_navigation2 {
	float: left;
	margin: 23px 6px 18px 29px; /* 1% 0 5% 2%; */
	list-style-type: none;
	width: 29%; /* 27%; */
}

#local_navigation ul, #local_navigation2 ul {
	list-style-type: none;
	font-size: 12px;
	color: #000000;
}

#local_navigation li a, #local_navigation2 li a {
	display: block;
	font-size: 14px;
	margin-right: 25px;
	padding: 2px 5px 2px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#local_navigation2 li a {
	padding-left: 0px;
}

#local_navigation li ul, #local_navigation2 li ul {
	padding: 0 0 0 10px;
}

#local_navigation li ul li a, #local_navigation2 li ul li a {
	padding: 4px 4px 3px 10px;
}

#local_navigation li a:hover, #local_navigation2 li a:hover {
	color: #000000;
	background-color: #EEEEEE;
}

/* Home Page */

#home_image {
	float: left;
	height: 300px;
	width: 600px;
	border-top: none;
	background-color: #3c4b7a;
	overflow: hidden;
	z-index: 1;
}

#news_image {
	float: left;
	margin: 10px 0 0 5px;
}

.news_wrapper {
	float: left;
	width: 425px;
	margin: 0px 0px 0px 11px;
}

.node_news {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 5px 0px;
}

.node_news a {
	text-decoration:underline
}

.menu_right {
	height: 287px;
	background-color: #3c4b7a;
	background: url(/includes/img/global/menu_gradient.png) repeat-x;
	color: #91a4c1;
	padding: 13px 0px 0px 40px;
}

.menu_right a {
	color: #c3c4c6;
	padding: 0px 0px 0px 2px;
}

.menu_right a:hover {
	color: #ffffff;
}

.menu_right li {
	list-style: disc inside;
}

.menu_right h2 {
	font-size: 24px;
	font-weight: 100;
}

.events_right {
	height: 200px;
	background-color: #5c6785;
	background-image: url(/includes/img/global/events_gradient.png);
	background-repeat: repeat-x;
	color: #3c4b7a;
	padding: 5px 0px 0px 40px;
}

.events_right a {
	color: #dee0e2;
	text-decoration: none;
	padding: 0px 0px 0px 2px;
}

.events_right img {
	margin: -5px 0px -1px -40px;
	padding: 0px 0px 0px 0px;
}

.events_right a:hover {
	color: #313943;
}

.events_right ul {
	padding: 20px 0 0 0px ;
}

.events_right li {
	list-style: disc inside;
}

/* Content */

#content_wrapper {
	width: 913px;
	float: right;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	min-height: 450px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

/* Used with local navigation or after an image on the left */

.content_left {
	float: left;
	width: 60%;
	margin: 0% 0 0% 0%;
}

.content_left0 {
	float: left;
	width: 600px;
	margin: 0% 0 0% 0%;
}

.content_left ul li {
	margin: 0% 0% 0% 3%;
	padding: 0% 0% 0% 3%;
}

.content_left ul li li {
	margin: 0% 0% 0% 3%;
	padding: 0% 0% 0% 3%;
}

/* Used with content_left for 2/3, 1/3 page spacing */

.content_right {
	float: right;
	width: 34.5%;
	margin: 0% 0 0% 0;
}

.content_right0 {
	float: right;
	width: 313px;
	margin: 0% 0 0% 0;
}

/* Used with content_left or right or can be repeated 3 times across the page */

.content_column {
	float: left;
	width: 33%;
	margin: 0% 0 0% 0;
	padding: 0% 0 0% 0;
}

/* Tables */

table {
	border: 1px solid #2389d7;
	border-collapse: collapse;
	margin: 0 1% 0 1%;
	width: 98%;
}

.calendar table, .colloquia table {
	border-collapse: separate;
	border-spacing: 10px;
}

caption {
	font-weight: bold;
}

.directory .phone {
	text-align: right;
}

th {
	text-align: left;
	color: #000000;
	padding: 5px 5px 5px 15px;
}

.board th, .board td {
	border-color: #b0b0b0;
}

.calendar th {
	width: 12%;
	vertical-align: top;
	padding: 0px 5px 0px 15px;
}

.colloquia th {
	width: 14%;
	vertical-align: top;
	padding: 0px 5px 0px 15px;
}

.directory th, .directory td {
	padding: 5px 5px 5px 5px;
}

.gradapply th {
	border-color: #b0b0b0;
}

.inforeq th {
	padding-left: 10px;
}

.tutorial th, .tutorial td {
	border-color: #b0b0b0;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

td {
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
}

.directory .secondary td {
	padding: 0px 5px 5px 5px;
}

.gradapply td {
	border-color: #b0b0b0;
	padding: 5px 5px 5px 5px;
}

.inforeq td {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 6px;
}

tr {
}

tr a {
	display: block;
	border-bottom: none;
	padding: 5px 5px 5px 5px;
}

.directory tr a {
	padding: 0px 0px 0px 0px;
}

tr:hover {
	background-color: #f1f2f4;
}

.inforeq tr:hover {
	background-color: transparent;
}

.tutorial tr:hover {
	background-color: transparent;
}

form {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px solid #82a0fe;
	background-color: #000000;
	color: #ffffff;
	height: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 2% 1% 1%;
	text-align: left;
}

#footer p {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 1.3;
}

