* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4B7E9A;
    text-align: center;
    background: White url(images/bg.gif) repeat-x;
}

h1 {
    position: absolute;
    top: 0px;
    left: 85px;
    color: #F2F720;
    font: bold 32px/50px Arial, Helvetica, sans-serif;
    z-index: 2;
}

h2 {
    position: absolute;
    top: 60px;
    left: 50px;
    color: White;
    font: 18px/27px Arial, Helvetica, sans-serif;
    z-index: 2;
}

h3 {
    margin: 15px 0 5px 0;
    font: 18px/27px Arial, Helvetica, sans-serif;
}

.firsth3 {
    margin-top: 0;
}

p {
    padding: 5px 0;
    font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4B7E9A;
}

p#shadow1 {
    position: absolute;
    top: 15px;
    left: 65px;
    padding: 0;
    font: 40px/60px Arial, Helvetica, sans-serif;
    color: #6485A7;
    z-index: 1;
}

p#shadow2 {
    position: absolute;
    top: 61px;
    left: 51px;
    padding: 0;
    font: 18px/27px Arial, Helvetica, sans-serif;
    color: #6485A7;
    z-index: 1;
}

a {
    color: #FF6600;
    text-decoration: underline;
}

a:hover {
    color: #FF6600;
    text-decoration: none;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 975px;
    text-align: left;
}

#header {
    height: 124px;
}

#logo {
    display: block;
    position: absolute;
    top: -15px;
    left: 0px;
    width: 60px;
    height: 66px;
}

#menu {
    position: absolute;
    top: 56px;
    right: 0;
    height: 68px;
}

#menu ul {
    list-style: none;
    height: 68px;
}

#menu ul li {
    display: block;
    float: right;
    padding: 0 15px;
    background: #99CC66 url(images/menu.gif) repeat-x;
}

#menu ul li.menuBr {
    padding: 0;
    width: 14px;
    height: 68px;
    background: url(images/menu_br.gif) no-repeat;
}

#menu ul li#menuLeft {
    padding: 0;
    width: 7px;
    height: 68px;
    background: url(images/menu_left.gif) no-repeat;
}

#menu ul li#menuRight {
    padding: 0;
    width: 7px;
    height: 68px;
    background: url(images/menu_right.gif) no-repeat;
}

#menu ul li a {
    display: block;
    padding: 0 0 29px 0;
    font: 15px/39px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: White;
    font-weight: Bold;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #8E236B;
}

#menu ul li a#active, #menu ul li a#active:hover {
    text-decoration: none;
    color: #776600;
    background: url(images/menu_active.gif) no-repeat bottom;
}
#active{
text-decoration: none;
    color: #776600;
    background: url(images/menu_active.gif) no-repeat bottom;
}

#menu ul li div
{
    position: absolute;
    top: 40px;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #EAEBD8;
    border: 1px solid #5970B2
}

#menu ul li div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 100px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial}

#menu ul li div a:hover
{	background: #49A3FF;
	color: #FFF
}

#middle {
    width: 975px;
}

#left {
    float: left;
    padding-bottom: 20px;
    width: 192px;
}

#left ul {
    list-style: none;
}

#left ul li {
}

#left ul li a {
    color: #4B7E9A;
}

#left h3
{
    margin: 15px 0 15px 0;
    padding: 0;
    font: 18px/27px Arial, Helvetica, sans-serif;
    background: #5794E6 url(images/img03.jpg) no-repeat;

}
#right {
    float: right;
    width: 770px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: justify;
}

.box {
    clear: both;
}

.box img {
    padding-top: 5px;
}

.boxmid {
    float: center;
    width: 740px;
}

.boxleft1 {
    float: left;
    width: 370px;
}

.boxright1 {
    float: right;
    width: 370px;
}


.boxleft2 {
    float: left;
    width: 370px;
    border-bottom: 2px solid #DCEDF8;
}

.boxright2 {
    float: right;
    width: 370px;
    border-bottom: 2px solid #DCEDF8;
}

.boxbig {
    float: left;
    width: 770px;
    border-bottom: 2px solid #DCEDF8;
}

.boxmid {
    float: left;
    width: 740px;
    border-bottom: 2px solid #DCEDF8;
}

.boxleft2 h3, .boxright2 h3 {
    margin: 0 0 5px 0;
    font: 18px/39px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #5794E6 url(images/h3.gif) no-repeat;
}

.clearing {
    clear: both;
    height: 20px;
}

#footer {
    clear: both;
    margin-left: 205px;
    width: 770px;
    text-align: center;
    background: #555;
}

#footer2 {
    clear: both;
    margin-left: 205px;
    width: 770px;
    text-align: center;
}

#footer p {
    font-size: 13px;
}

#copyright {
    padding: 5px 0 10px 0;
}

table.reference
{
  border:1px solid #c3c3c3;
  border-collapse:collapse;
}

table.reference th
{
  background-color:#e5eecc;
  border:1px solid #c3c3c3;
  padding:3px;
}

table.reference td
{
  border:1px solid #c3c3c3;
  font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding:3px;
}
table.reference td table td
{
    border:0px;
}
table.reference tr
{
  padding:15px;
}

.coursename {
  padding:3px;
  text-align: center;
  font: 18px/39px Verdana, Arial, Helvetica, sans-serif;
}

.coursenameleft {
  padding:3px;
  text-align: left;
  font: 18px/39px Verdana, Arial, Helvetica, sans-serif;
}

.boxleft2 ul li {
	padding: 5px;
}

.box ul li
{
	padding: 1px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
    text-indent:1px;
    list-style-position: outside;
}

.box ol li
{
	padding: 5px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
    text-indent:1px;
    list-style-position: outside;
}

.box ol li ol li
{
	padding: 5px;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
    text-indent:1px;
    list-style-position: outside;
}

.boxbig h3 {
    margin: 0 0 5px 0;
    font: 18px/39px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #5794E6 url(images/h3long.gif) no-repeat;
}

.boxmid h3 {
    margin: 0 0 5px 0;
    font: 18px/39px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #5794E6 url(images/h3medium.gif) no-repeat;
}

#ticker-container {
    position:relative;
    overflow:hidden;
    width: 370px;
    height: 200px;
    background-color: #ffffff;
    background-repeat: repeat;
    padding: 2px;
    border: Defaultpx dotted #6600ff;
}

#ticker {
    position:relative;
    width:370px;
}

#ticker ul {
    padding:0px;
    margin:0px;
    list-style-type:none;
}
#ticker ul li {
    display:list-item;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-left: 2px;
}

#ticker ul li a {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000033;
    text-decoration: none;
    padding-left: 2px;
}

#ticker ul li a:hover {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: ;
    text-decoration: none;
    padding-left: 2px;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabs li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
}

#tabs a {
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.24em 1em;
	color: #00c;
	width: 10em;
	text-align: center;
}

#tabs a:hover {
	background: #ddf;
}

#tabs #selected {
	border-color: black;
}

#tabs #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}

#content {
	border: 1px solid black;
	clear: both;
	padding: 0 1em;
}

#search {
    position: absolute;
    left: 900px;
    top: 15px;
    width: 50px;
}

#search a
{
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;	
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li
{
	display: block;
	float: left;
	margin: 0;
}

#navigation a
{
color: #000;
background: #ffa20c url(images/left-orange.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
}


#navigation a span
{
background: url(images/right-orange.gif) right top no-repeat;
padding-right: 10px;
}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End hide */


#navigation a:hover  {
color: #fff;
background: #781351 url(images/left-hover.gif) left top no-repeat;
padding-left: 10px;
}

#navigation a:hover span
{
background: url(images/right-hover.gif) right top no-repeat;
padding-right: 10px;
}


#navigation .selected  a {
color: #fff;
background: #781351 url(images/left-hover.gif) left top no-repeat;
padding-left: 10px;
}

#navigation .selected a span {
background: url(images/right-hover.gif) right top no-repeat;
padding-right: 10px;
}

#navigation .unselected  a {
color: #000;
background: #ffa20c url(images/left-orange.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
}

#navigation .unselected a span {
background: url(images/right-orange.gif) right top no-repeat;
padding-right: 10px;
}

.shadow {
border: 1px solid silver;
font: 10pt Arial;
position: relative;
display: inline;
background: white;
z-index: 100;
}

.shadow_inner {
overflow: hidden;
position: absolute;
top: -1000px;
filter: alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity: 0.1; /*firefox 1.5 opacity*/
-moz-opacity: 0.1; /*mozilla opacity*/
-khtml-opacity: 0.1; /*opacity*/
z-index:10;
}


#facultyphoto {
    position: absolute;
    left: 780px;
    top: 150px;
    width: 200px;
}

#biodata {
	position: absolute
    float: left;
    width: 770px;
	top: 400px;
    border-bottom: 2px solid #DCEDF8;
}
#imgfac {
   width : 200px;
   border:1px solid black;
}
#facultyname {
  padding:3px;
  text-align: left;
  font: 18px/39px Verdana, Arial, Helvetica, sans-serif;
}

.hidden { display: none; }
.unhidden { display: block; }

#biodetails {
	display:block;
	float: left;
	padding-top: 15px;
}

#cse-search-results
{
	width: 400px;
}


