@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 25px 0;
}
#wrapper {
	margin: 0 auto;
	width: 880px;
}
img {
	border: 0 none;
}
a, a:link, a:visited {
	color: #2d8f5d;
}
a:hover, a:active {
	color: #5e2e91;
}

p {
}
h1 {
	font-size: 1.9em;
	color: #662d91;
}
h2, .h2 {
	font-size: 1.2em;
	color: #5e2e91;
}
h2.department-title { font-size: 1.5em; }
h3 {
	font-size: 1.2em;
	color: #4c4c4c;
}
p, h1, h2, h3 {
	padding: 0;
	margin: 0.5em 0;
}
h1, h2, h3 {
	text-transform: uppercase;
	font-weight: bold;
}
ul {
}



#header {
	background: url(../images/bg_head.gif) repeat-x;
	height: 55px;
}
#logo {
	position: absolute;
}
#tagline {
	padding: 10px;
	float: right;
	height: 30px;
}
#tagline p, #programlinks p {
	font-size: 20px;
	color: #9E85BE;
	margin: 0;
	padding-top: 10px;
}
#top_nav {

}
/* Original CSS for search form */
#searchbar {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 4px;
	height: 26px;
}
#searchbar #searchfield_bg {
	background: url(../images/search_field.jpg) no-repeat;
	width: 350px;
	padding: 0;
	margin: 1px;
	clear: none;
	float: right;
}
#searchbar input#searchfield {
	background: none;
	height: 16px;
	width: 275px;
	border: 1px solid #a8a8a8;
	margin: -1px;
	*margin-left: -2px;
	padding: 3px 0;
	float: left;
}
#searchbar input#submit {
	clear: none;
	background-color: #f7efc4;
	border: 1px solid #a8a8a8;
	width: 69px;
	height: 22px;
	padding: 3px 0;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #6d6d6d;
	cursor: pointer;
}
/* CSS for Google search form */
#cse-search-box {
	clear: both;
	text-align: right;
	margin: 0;
	padding: 4px;
	height: 26px;
}
#cse-search-box #searchfield_bg {
	background: none;
	width: 350px;
	padding: 0;
	margin: 1px;
	clear: none;
	float: right;
}
#cse-search-box input#searchfield {
	background: none;
	height: 18px;
	width: 270px;
	border: 1px solid #a8a8a8;
	margin: -1px;
	*margin-left: -2px;
	padding: 3px 0;
	float: left;
}
#cse-search-box input#submit {
	clear: none;
	background-color: #f7efc4;
	border: 1px solid #a8a8a8;
	width: 69px;
	height: 22px;
	padding: 3px 0;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #6d6d6d;
	cursor: pointer;
}
#content_wrapper {
	clear: both;
	border-top: 2px solid #5e2e91;
	border-bottom: 2px solid #5e2e91;
	overflow: hidden;
	position: relative;
	background: #E7CEFF;
}
#content_wrapper.white-bg {
	background: #fff;
}

#news_col {
	float: left;
	width: 250px;
	border-right: 1px solid #5E2E91;
	border-left: 1px solid #5E2E91;
	margin: 0 5px;
}
#links_col  {
	float: left;
	background: #E7CEFF;
	width: 198px;
	overflow: hidden;
	position: relative;
	font-size: 11px;
}
#links_col h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 5px 10px;
}
#links_col h3 {
	font-size: 1.1em;
	padding: 6px;
	margin: 0;
	color: #5e2e91;
	border-bottom: 1px solid #5E2E91;
	padding-left: 18px;
}
#links_col .quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 6px;
	margin-top: 1em;
}



#links_col.text-right {
	text-align: right;
	height: 100%;
}
#links_col.text-right a {
	padding: 5px 10px 4px;
	text-indent: 0;
}
#links_col.text-right .contactlinks {
	width: 100%;
}

#links_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links_col ul li {
	margin: 0;
	padding: 0;
}
#links_col ul li a, #links_col a.link {
	padding: 6px;
	padding-left: 18px;
	display: block;
	border-bottom: 1px solid #5E2E91;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -0.8em;
}
#links_col ul li a:hover, #links_col a.link:hover {
	background: #F2E6FF;
}
#links_col ul li a.lastlink, #links_col a.link {
	border-bottom: 0 none;
}
#links_col a.link {
	padding: 6px;
	margin-top: 1em;
	display: block;
	text-decoration: none;
	text-indent: 0;
	color: #333;
}
#links_col a.link:hover {
	text-decoration: underline;
}


#links_col .contactlinks a, #page_content .contactlinks a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 0 none;
	padding: 10px;
	display: block;
	text-decoration: none;
	text-indent: 0;
}
#page_content ul.contactlinks {
	list-style: none;
	padding: 0;
	margin: 0 -16px;
	background: #ededed;
	position: relative;
	overflow: hidden;
	top: 16px;
}
#page_content ul.contactlinks li {
	float: left;
}
#page_content ul.contactlinks a {
	width: 193px;
}
#links_col .contactlinks a:hover, #page_content .contactlinks a:hover {
	color: #fff;
}
#links_col .contactlinks a.contactlink, #page_content .contactlinks a.contactlink {
	background: url(../images/bg_btn_mr.jpg) repeat-x center;
	color: #fff;
}
#links_col .contactlinks a.applylink, #page_content .contactlinks a.applylink {
	background: url(../images/bg_btn_p3.jpg) repeat-x center;
	color: #fff;
}
#links_col .contactlinks a.contactlink:hover, #page_content .contactlinks a.contactlink:hover, #links_col .contactlinks a.applylink:hover, #page_content .contactlinks a.applylink:hover {
	background: url(../images/bg_btn_p2.jpg) repeat-x center;
	color: #fff;
}
#banner_wrapper {
	border-right: 1px solid #5e2e91;
	border-bottom: 1px solid #5e2e91;
	border-left: 1px solid #5e2e91;
	position: relative;
	overflow: hidden;
	background: #fff;
	height: 342px;
}


.slide_container {
	float: left;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #5e2e91;
}
.slide_container    #slideshow {
	border: 1px solid #5e2e91;
	height: 299px;
	width: 667px;
	overflow: hidden;
}
.slide_container #slideshow img {
	width: 100%;
}

.slide_container #controls {
	text-align: right;
	font-size: 12px;
	padding: 6px;
}
.slide_container #controls a {
	text-decoration: none;
	padding: 3px 7px;
	margin: 0 2px;
	border: 1px solid #ddd;
	outline: none;
}
.slide_container #controls a:hover {
	background: #D8CDE4;
}
.slide_container #controls a.activeSlide {
	color: #fff;
	background: #9C5BDD;
}
.slide_container #controls #pauseButton:hover {
	cursor: pointer;
}


#page_content {
	padding: 0 16px 16px;
	overflow: hidden;
	background: #fff;
}
#home_content {
	margin: -8px -16px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #ededed;
	clear: both;
}
#inner_content {
	border-right: 1px solid #5e2e91;
	border-bottom: 1px solid #5e2e91;
	border-left: 1px solid #5e2e91;
	margin: -16px;
	padding: 16px;
}
#inner_content #cse-search-results iframe {
	width: 640px;
}

#inner_content h1 {
	padding: 8px 8px 8px 16px;
	margin-top: 0;
	margin-left: -16px;
	background: url(../images/grad_h.jpg) repeat-y;
}
#inner_content dl.cols {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#inner_content dl.cols dt, #inner_content dl.cols dd  {
	display: block;
	float: left;
	margin: 0.5em 0;
}
#inner_content dl.cols dt   {
	width: 16%;
	font-weight: bold;
	padding: 0 18px 0 6px;
	text-align: right;
}
#inner_content dl.cols dd  {
	padding: 0;
	width: 78%;
}
#inner_content dl.cols br {
	clear: both;
}
#inner_content  dl#contact  dt  {
	width: 36%;
}
#inner_content dl#contact dd {
	width: 58%;
}
#inner_content ul.maplist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#inner_content ul.maplist li {
	font-weight: bold;
	margin: 0.5em 0;
}
#inner_content  ul.maplist  a  {
	display: block;
	padding: 0.3em 0.7em;
	background: #E7CEFF;
}
#inner_content ul.maplist a:hover {
	background: #F2E6FF;
}

#inner_content  ul.maplist  ul  {
	list-style: none;
	padding: 0.5em 0.5em 0.5em 2em;
}
#inner_content  ul.maplist  ul  li  {
	font-weight: normal;
	margin: auto;
}
#inner_content   ul.maplist   ul   a, #inner_content ul.maplist ul a:hover  {
	display: inline;
	background: transparent url(none);
	padding: 0;
}




.float-lt {
	margin: 0 1em 0.5em 0;
	float: left;
}
.float-rt {
	margin: 0 0 0.5em 1em;
	float: right;
}
img.float-lt, img.float-rt, .float-lt  img, .float-rt  img {
	border: 1px solid #5E2E91;
}
a.button {
	display: block;
	padding: 6px;
	float: right;
	background: #CC99FF;
	border: 1px solid #5E2E91;
}
.column  {
	float: left;
}
.news  {
	background: #E7CEFF;
}
.news  h3  {
	background: #fff url(../images/grad_h.jpg) repeat-y;
	padding: 8px;
	margin: 0;
}
.news   p,.news  ul   {
	padding: 8px;
	margin: 0;
	list-style: none;
}
.news  ul  li  {
	padding: 0;
	border-bottom: 2px dotted #937bb8;
	margin: 0;
	color: #4c4c4c;
}
.news   a     {
	display: block;
	padding: 8px;
	text-decoration: none;
}
.news a:hover {
	background: #F2E6FF;
}


#page_content .big_text {
	font-size: 1.2em;
	line-height: 1.8em;
}
#news  {
	width: 430px;
}
#news2  {
	width: 200px;
}
#events  {
	text-align: center;
	background: #fff;
}
#page_content .videos {
	float: right;
	margin-left: 20px;
	padding: 10px;
	border: 1px dashed #9e85be;
	position: relative;
}

#page_content .topic {
	margin-bottom: 2em;
}
#page_content .topic h2 {
	background: url(../images/grad_h.jpg) repeat-y;
	padding: 8px 8px 8px 16px;
	margin: 0 0 0 -16px;
}


#webmail {
	background: #5e2e91;
	position: relative;
	float: right;
	margin: -42px 0 -40px;
	border-top: solid 2px #fff;
}
#webmail a {
	width: 200px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 1.45em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
#webmail a:link {
	color: #fff;
}




.line_shadow {
	background: url(../images/bot_shadow.png) repeat-x;
	height: 3px;
	margin-bottom: -3px;
	z-index: 2;
	position: relative;
}

#programlinks {
	font-size: 10px;
}
#programlinks p {
	padding: 6px;
	display: block;
	border-bottom: 2px solid #5e2e91;
}
#programlinks ul {
	display: block;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 828px;
	position: relative;
}
#programlinks ul li {
	float: left;
	display: block;
	width: 122px; /* width of '#programlinks ul', divide by 6, subtract left&right padding */
	padding: 8px;
	margin: 0;
	color: #65458a;
}
#programlinks ul li.odd {
	background: #ededed;
}

#programlinks ul ul {
	float: none;
	width: auto;
	padding-top: 2px;
}
#programlinks ul ul li {
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2px 0 2px 8px;
	background: url(../images/bul_chevron.gif) no-repeat left 2px;
}
#programlinks a {
	text-decoration: none;
	color: #5e2e91;
	display: block;
}
#programlinks a:hover {
	text-decoration: underline;
}
.more {
	text-transform: uppercase;
	text-align: right;
}
table.timeline {
	margin: -8px auto auto -8px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 30px;
}
