@charset "UTF-8";
/* CSS Document */
.t {
	background: url(../images/dot.gif) 0 0 repeat-x;
}
.b {
	background: url(../images/dot.gif) 0 100% repeat-x
}
.l {
	background: url(../images/dot.gif) 0 0 repeat-y
}
.r {
	background: url(../images/dot.gif) 100% 0 repeat-y
}
.bl {
	background: url(../images/1bl.gif) 0 100% no-repeat;
}
.br {
	background: url(../images/1br.gif) 100% 100% no-repeat
}
.tl {
	background: url(../images/1tl.gif) 0 0 no-repeat
}
.tr {
	background: url(../images/1tr.gif) 100% 0 no-repeat;
	padding:10px;
}
.fbl {
	background: url(../images/fbl.gif) 0 100% no-repeat;
}
.fbr {
	background: url(../images/fbr.gif) 100% 100% no-repeat
}
.ftl {
	background: url(../images/ftl.gif) 0 0 no-repeat
}
.ftr {
	background: url(../images/ftr.gif) 100% 0 no-repeat;
	padding:5px;
}
.leftborder {
	background:url(../images/left_border.gif) 0 0 repeat-y;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
}
.rightborder {
	background:url(../images/right_border.gif) 100% 0 repeat-y;
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}

/******formatting bio page**********/

div.bio_img
{  
	text-align:center;
}
div.bio_img img{
	padding:5px 0px 10px 0px;
}

.bio
{
	padding-top:10px;
	text-align:justify;
	line-height: 1.3em;
	background:url('/images/quotes.png') 0 0 no-repeat;
}


/*********image gallery from w3schools**********/

div.img
  {
  
  height: auto;
  width: auto;
  float:left;
  text-align:center;
  
  }
div.img img
  {
  display:inline;
  /*margin:3px;*/
  border:1px solid #ffffff;
  
  }
div.img a:hover img
  {
  border: 1px solid #006699;
  }
div.desc
  {
	text-align:center;
	font-weight: normal;
	width: auto;
	margin:2px;
  }
/*****     For the videos  *****/
div.vid{
	height:auto;
	width:auto;
	float:left;
	text-align:center;
	display:block;
	padding-top:20px;
}
/******    Faculty Listing Formatting       *****/
div.listings
{
	width:210px;
	display:block;
	float:left;
	
}