/* reset browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

body {
	color: #515756;
	background: #fff;
}

h1,h2,h3,h4,h5,h6,p {
	font-size: 100%;
	font-weight: 400;
}

ol,ul {
	list-style: none;
}

caption,cite,code,th {
	font-style: normal;
	font-weight: 400;
}

fieldset,img {
	border: 0;
}

caption,th {
	text-align: left;
}

:focus {
	outline: 1px dotted #eee;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: 0;
	border-top: 1px solid #555;
	margin: 0;
	height: 1px;
}

/* body wrapper */
body {
	width: 950px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
}

label {
	cursor: pointer;
}

input,select,textarea {
	font-family: Tahoma, Arial, sans-serif;
	color: #515756;
}

/* skip to content */
body a.skip-to-content {
	display: block;
	text-indent: -9999px;
}


div#login #input-username,div#login #input-userpass {
	padding: 2px;
	margin: 0;
	width: 110px;
	margin: 1px 8px 0px 0px;
	font-size: 11px !important;
}

.text-box {
	background: #fff;
	border: 1px #ccc solid;
	color: #515756;
}

/* navigation */
div#nav-bar ul {
	height: 35px;
	background: transparent
		url(/images/shadow.gif)
		repeat-x scroll center bottom;
}

div#nav-bar ul li ul {
	background: none;
}

div#search {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 0.7em;
}

div#search input {
	border: 1px solid #E7E8E6;
	padding: 2px 0 2px 22px;
	background: #FFFFFF
		url(/images/icon-search.gif)
		no-repeat scroll 5px center;
}

/* Home navigation */
body.home div#nav-bar ul li a.home {
	color: #fff;
	background: #B99B0F
		url(/images/grad2-2.gif)
		repeat-x scroll center top;
}

/* Content container */
div#content-container {
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 25px 0;
	border: 1px solid #E7E8E6;
	background: #FFFFFF
		url(/images/grad1.gif)
		repeat-x scroll center bottom;
}

div#content-container {
	border-bottom: 2px solid #E7E8E6;
}

div#content-container a {
	color: #1B335D;
	text-decoration: none;
}

div#content-container a:hover {
	color: #1B335D;
	text-decoration: underline;
}

/* Columns */
div#content-container div.column {
	font-size: 0.7em;
}

div#content-container div.column h3 {
	font-size: 1em;
	background: #1B335D
		url(/images/grad2.gif)
		repeat-x scroll center top;
	width: 100%;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 2em;
	padding: 3px;
	margin: 5px 0;
}

/* Left Column */
div#content-container div#left-col {
	width: 20%;
	font-size: 0.7em;
	position: relative;
	float: left;
	overflow: hidden;
	display: block;
}

div#content-container div#left-col ul {
	position: relative;
	margin: 0 auto;
}

div#content-container div#left-col ul li a {
	background: transparent
		url(/images/arrow.png)
		no-repeat scroll 97% center;
	border-bottom: 1px solid #E7E8E6;
	color: #626A69;
	display: block;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding: 6px 4px;
}

div#content-container div#left-col ul li a {
	text-decoration: none;
}

div#content-container div#left-col ul li a:hover {
	color: #1B335D;
	text-decoration: underline;
	background: transparent
		url(/images/arrow2.png)
		no-repeat scroll 97% center;
}

/* Right Column */
div#content-container div#right-col {
	width: 20%;
	position: relative;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e7e8e6;
}

div#content-container div#right-col h3 {
	margin: 0;
	width: 100%;
}

div#content-container div#right-col blockquote {
	margin: 10px 0;
	padding: 5px;
	line-height: 1.6em;
	font-size: 100%;
}

div#content-container div#right-col span.author {
	display: block;
}

div#content-container div#right-col span.author a {
	padding: 0;
}

div#content-container div#right-col img {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

div#content-container div#right-col a {
	margin: 0 auto;
	padding: 0 5px;
	display: block;
}

/* Main Content */
div#content-container div#main-content {
	width: 55%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e7e8e6;
	line-height: 1.2em;
	position: relative;
	float: left
}

div#content-container div#main-content h2 {
	color: #566D9A;
	font-size: 115%;
	padding: 10px 0 0 10px;
}

div#content-container div#main-content p {
	margin: 10px 0;
	font-size: 100%;
	padding: 10px;
}

div#content-container div#main-content dl.president {
	text-align: left;
	margin: 0;
	font-size: 100%;
	padding-left: 8px;
}

div#content-container div#main-content dl.president dt.signature {
	display: block;
	background: transparent
		url(/images/sign1.jpg) no-repeat
		top left;
	padding-bottom: 164px;
}

div#content-container div#main-content dl.president dd {
	display: block;
	text-align: left;
}

/* Slideshow */
div#content-container div#main-content ul#slideshow {
	margin: 0;
	padding: 0;
	line-height: 0;
}

div#content-container div#main-content ul#slideshow li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

/* Full Content */
div#content-container div#full-content {
	width: 75%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e7e8e6;
	line-height: 1.2em;
	position: relative;
	float: left
}

div#content-container div#full-content h2 {
	color: #566D9A;
	font-size: 115%;
	padding: 10px 0 0 10px;
}

div#content-container div#full-content h3 {
	color: #566D9A;
	font-size: 100%;
	padding: 10px 0 0 10px;
}

div#content-container div#full-content p {
	margin: 10px 0;
	font-size: 100%;
	padding: 10px;
}

div#content-container div#full-content dl.president {
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 75%;
}

div#content-container div#full-content dl.president dt.signature {
	display: block;
	background: transparent
		url(/images/signature.png) no-repeat
		bottom right;
	padding-bottom: 30px;
}

div#content-container div#full-content dl.president dd {
	display: block;
	text-align: right;
}

/* Pathway */
div#pathway {
	font-size: 70%;
	background: #F8F8F7 none repeat scroll 0 0;
	border: 1px dashed #EDCA23;
	color: #495D82;
	font-weight: bold;
	padding: 5px 15px;
	text-align: right;
}
/* Footer Styles */
div#footer {
  background-color: #f9f9f9;        /* Light background */
  border-top: 1px solid #ddd;       /* Subtle top border */
  text-align: center;
  font-size: 85%;                   /* Slightly larger than your original 70% */
  margin: 40px 0 0;                 /* Extra space above the footer, none below */
  padding: 20px 0;                  /* Vertical padding inside the footer */
}

/* Make the UL inline-flex for cleaner link spacing */
div#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 20px;                        /* Space between links */
}

/* Remove border-left from the first link, preserve for others */
div#footer ul li {
  border-left: 1px solid #e7e8e6;
  padding-left: 20px;
}
div#footer ul li:first-child {
  border-left: none;
  padding-left: 0;
}

/* Link styling */
div#footer a {
  /* color: #1B335D; */
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover effect */
div#footer a:hover {
  color: #1B335D;
  text-decoration: underline;       /* Or consider a color change if desired */
}

/* Footer's small text (copyright, etc.) */
div#footer small {
  display: block;
  margin-top: 15px;
  color: #666;                      /* Muted text color */
  line-height: 1.4;                 /* Slightly looser line-height for readability */
}


.contentpaneopen table {
	font-size: .8em;
}

.full-content blockquote {
	padding: 1em 40px 1em 15px;
}

.contentpaneopen table {
	border: 1px solid #1B335D;
}

#forms {
	margin: 5px;
}

ul.niceList {
	margin-left: 0em;
	padding-left: 1em;
	margin-bottom: 1em;
}

ul.niceList li {
	background: url(/images/bullet.gif) 0em 0.5em no-repeat;
	padding-left: 1em;
	list-style: none;
}

.niceList ul li {
	background-image: url(/images/bullet_child.gif);
}

ul.niceList li {
	margin-bottom: 0.5em;
}

ol.niceList {
	margin-left: 1.5em;
	padding-left: 0px;
}

.niceList ol li {
	list-style: none;
	background-image: none;
	padding-left: 0em;
}

ol.niceSmallList {
	margin-left: 0em;
	padding-left: 1em;
	margin-bottom: 0em;
}

ol.niceSmallList li {
	padding: 0 1em;
	margin: 0;
	list-style: none;
}

.heading {
	padding: 1em;
	font-size: 22px;
}

#navlist
{
padding-left: 0;
margin-left: 0;
width: 600px;
}

#navlist li
{
list-style: none;
margin: 0;
border-bottom: 1px dashed gray;
}

#navlist li a { text-decoration: none; }

.deans_heading{
	background-color: #142644;	
	color: white;
	padding: 2px;
	font-weight: bold;

}
#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 600px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}


#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}


#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}


#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{
	background: #e8edff;
}
#newspaper-b td
{
	padding: 10px;
	color: #669;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #6cf;
}
#newspaper-c th
{
	padding: 20px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	text-transform: uppercase;
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #fff;
}
#newspaper-c td
{
	padding: 10px 20px;
	color: #669;
	border-right: 1px dashed #6cf;
}


	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#pattern-style-a td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-a tbody tr:hover td
{
	color: #339;
	background: #fff;
}


#pattern-style-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/patternb.png');
}
#pattern-style-b thead tr
{
	background: url('table-images/patternb-head.png');
}
#pattern-style-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-b td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-b tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}

#contact input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

#contact textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

#contact input:hover, textarea:hover,
#contact input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

#contact label { 
	margin-left: 10px; 
	color: #999999; 
	}

#contact input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.hide {
	display: none;
}


/* Heading styles */
#branding h1 {
  margin: 0;                /* remove default margin */
  font-size: 2.5rem;        /* larger text size */
  font-weight: 700;         /* bold */
  letter-spacing: 1px;      /* spacing between letters */
  font-family: "Helvetica", sans-serif; 
  /* or another font you prefer */
}

/* Link styles */
#branding h1 a {
  color: #333;              /* dark gray */
  text-decoration: none;    /* remove underline */
  transition: color 0.3s ease;
}

#branding h1 a:hover {
  color: #007BFF;           /* hover color (blue) */
  text-decoration: underline;
}