body {
	margin: 0;
	padding-top:10px;
	background: #DEDEDE url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66665E;
			text-align:left;

}

h1, h2, h3 {
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: uppercase;
	font-weight: normal;
	color: #064B72;
}

h1 { font-size: 44px; }

h2 { font-size: 16px;

}

h3 { font-size:12px;}

p, ul, ol {
	margin-top: 0;

	text-align: left;
}

ul, ol { }

blockquote { }

a { color: #064B72;
	font-weight: bold;

}

a:hover { text-decoration: none; }



#topheader a{
color:white;
text-decoration: none;
}

#topheader form { display: inline; }

#topheader a:hover{
text-decoration:underline;
}


a img {
	border: none;
}

img.left {
	float: left;
}

img.right {
}

/*  hr { display: none; }*/


#dhtmltooltip{
position: absolute;
width: 400px;
border: 1px solid black;
color:black;
padding: 11px;
background: #FFEFCE;
visibility: hidden;
z-index: 100;
}


.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {


}

/* Header */

#logo{

width:900px; 
font-family: georgia; 
color: white; 
font-size: 20px;
position: relative;
text-align:left;
padding-right:20;
padding-bottom:2px;
}


.moreevents a{

font-size:10px;
}

#topheader input {
background:transparent url(images/search-back.png) no-repeat scroll center center;
border:0 none;
color:#053052;
display:inline;
font-size:0.675em;
height:17px;
padding:5px 25px 0 10px;
width:92px;
position: relative;
}

#topheader{

width: 900px;
vertical-align:middle;
	color:white;
	margin: 0 auto;
	font-weight: bold;

}
#subheader{
float:right
text-align:right;
}


#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #FFEFCE;
}

#header-wrapper {
margin: 0 auto;
	height: 35px;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 35px;
	background: url(images/img03.jpg) no-repeat left top;
	position: relative;
    padding-bottom:10px;

}

/* Menu */

#menu {
	float: left;
	width: 760px;
	margin-bottom:10px;
	font-family:arial;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
position: relative;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
position: relative;
	background: url(images/img04.gif) no-repeat left 16px;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
		height: 35px;
		position: relative;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	background: #ffefce;
	color: #000000;

}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 50px;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	color: #39561D;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 0px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
	margin-top:-26px;  /*does not work in ie7 */
	padding-top:43px;
	color:black;
	
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 370px;
height: 200px; /* Set height to be able to contain height of largest content shown*/
border: 0px solid #687C98;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;

visibility: hidden;
width: 370px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #054A71;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFFFCC;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA; 
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}


	/** LOGO */

a.twitter {
background:transparent url(images/twitter_icon.gif) no-repeat scroll left center;
padding-left:18px;}


a.contact {
background:transparent url(images/contact_icon.gif) no-repeat scroll left center;
padding-left:18px;}



a.fullmsg {
background:transparent url(images/icon-msg.jpg) no-repeat scroll left center;
padding-left:18px;}


a.facebook {
background:transparent url(images/facebook_icon.png) no-repeat scroll left center;
padding-left:18px;
}

a.support {
background:transparent url(images/support_icon.png) no-repeat scroll left center;
padding-left:18px;
}

a.dean {
background:transparent url(images/dean_icon.jpg) no-repeat scroll left center;
padding-left:18px;
}


a.dates {
background:transparent url(images/dates_icon.png) no-repeat scroll left center;
padding-left:18px;
}


#twitter_div{
	font-weight: normal;
	font-weight:bold;
	color: #064B72;
	font-size:10pt;

}

#twitter_div_news ul{
	font-weight: normal;
	
	color: black;
	font-size:10pt;
	margin-left:10px;
	list-style-type: none;
}


#twitter_div_news li{
padding-top:10px;
padding-left:10px;
}

#twitter_div a{
font-size:7pt;
color:black;
font-style: italic;
font-weight:400;f

}

#logo {
	width: 850px;
	height: 200px;
	margin: 0 auto;
	
	padding-left: 0px;
	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	padding-left: 3px;

	text-transform: uppercase;
	font-size: 10px;
}

#logo h1 {
	padding: 155px 0px 0px 0px;
	font-size: 34px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #42423E;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img05.jpg) no-repeat left 5px;
}

#sidebar p {
	margin: 0;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}


#sidebar p {
	line-height: 200%;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}

#leg_wrapper{
width:100%;
float:right;
}

#subhead_main a{

color:#42423E;
height:25px;
font-size:18px;
text-decoration:none;

}


#subhead_main{

border-bottom:1px dotted #BDBDBB;
color:#42423E;
height:25px;
margin:0 0 10px 0;
padding:1px 0 2px 0;
font-size:18px;
}


#newsborder{
width:390px;
float:right;
border-top-style:solid;
border-top-width:0px;

margin-left: 0px;
padding-bottom: 10px;
}

#newswrap{


float:right;
padding-bottom:8px;

}
#news_image{
float:left;
}
#news_caption{
width:301px;
color:#333333;
float:left;

padding-left:4px;
}

h4 {
	margin: 0;
	padding-bottom:6px;
	font-weight: normal;
	font-weight:bold;
	color: #064B72;
	font-size:10pt;
}


#leftwrap{
float:left;
color:#333333;
margin-right:9px;
width:400px;


}

#smallwrapright{
float:right;

}




#event {

width:100%;
padding-bottom:10px;

}

#date{
width:90px;
float:left;
text-transform:uppercase;
font-family:arial;
clear:both;
padding-top:10px;
padding-bottom:10px;
}

#event_title{
width:300px;
float:right;
height:15px;


color:#064B72;

}


#event p{
border-left: 2px #66665E solid;
padding-left:5px;
padding-top:10px;
padding-bottom:10px;
}


#spotlight{
width:100%;
}


#spotlight_image{
float:right
}

#spotlight_text{
width:290px;
float:left

}


#box{
margin-top:50px;
padding-left:10px;
background-color:#FFffcc;
width:370px;
border:1px solid #BDBDBB;
padding:5px;

}

#box ul {



}

#box li {

padding:1px;
margin:1px;

}

#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19  {

top: 100; 
left: 200; 
width:200; 
visibility:hidden


}

#explore{
width:800px;
color:black;
}


#list{

float:left;



}

#dept_info{
float:right;
width:400px;

}

#research{

width:100%;


}

#newssidebar img{

float:left;
padding-right:6px;
padding-top:10px
}


#newssidebar p{


	margin: 0;
	padding-top:40px;
	
	text-transform: normal;
	font-weight: normal;
	color: #064B72;

}

#research img{

float:left;
padding-right:10px;
clear:both;
padding-top:10px
}

#centers1{

width:50%;
float:left

}
#centers2{

width:50%;
float:right

}
#research p{


	margin: 0;
	padding-top:7px;
	
	text-transform: normal;
	font-weight: normal;
	color: #064B72;

}


#acad_spot {
   position: relative;
   width: 100%; /* for IE 6 */
}

#acad_spot h4 {
   position: absolute;
   top: 200px;
   left: 0;
   width: 100%;
   z-index:999;
}

#articles{

width:65%;
float:left;
height:1700px;
padding-right:20px;

}

#news_sidebar{
width:100%%;
float:right;
}


#outer{
display:inline;
position:relative;
	width:100%;
	height:290px;

}
#inner1{
width:45%;
float:right;
padding-right:10px;


}
#inner2{
width:50%;




}


#encapsulate{
 
padding-top:0px;

}

#div_container{

width:100%;

}

#about{

width:100%;

}


#newsarch_left{

width:600px;
float:left;
padding-right:10px;
}

#about_left{

width:400px;
float:left;
padding-right:10px;
}

#about_right{

float:right;
width:390px;

}

#kudos{

height:500px;

}


#leftwrap img{
padding:2px;
margin:5px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;

}

#news_container img{
padding:2px;
margin:2px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;

}


		.white_content {
			display: none;
			position: absolute;
			top: 38%;
			left: 25%;
			width: 450px;
			height: 240px;
			padding: 16px;
			border: 10px solid #064B72;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}

#feeds{
	position:relative;
	width:800px;
	padding-top:150px
}
#left_feeds{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:350px;
}
#right_feeds{
	position:absolute;
	left:390px;
	top:0;
	height:100%;
	width:350px;
}

.pullquote {
	width: 30%;
	float:right;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}


.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 360px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}


#title{
color:#000000; 
font-size: 15px; 
font-weight:800;
}

#word_print{

display:none;

}