/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	}
	
h2 {
	font-size:1.1em;
	font-weight:bold;}	
	
#outer{
	width:900px;
	margin:0 auto;
	}
	
#header{
	width:900px;
	height:247px;
	}
	
#headerLeft{
	float: left;
	display:block;
	width:510px;
	height:247px;}
	
#headerRight{
	float: right;
	display:block;
	width:390px;
	height:247px;}
	
#navheader{
	width:900px;
	height:80px;
	background-color:#FFFFFF;
}

#navheader ul{
	margin:0 auto;
	padding:0;
}

#navheader li{
	margin:0 auto;
	display: inline;
	float:left;
}

#navheader ul li a{
	color:#0066CC; /*text color*/
	padding:0.3em 0.5em;
	text-decoration: none;
	text-align:left;
	font-size:0.8em;
	width:98px;
	height:48px;
	display:block;
	border-right:1px solid #99CCFF;	
}

#navheader ul li.last a{
	border:none;}
	
#navheader ul li a:hover{
	background-color:#66CCFF;
	color:#FFFFFF;}
	
/*---- Navigation Page Indicators ----*/
#home #navi-home a, #profile #navi-profile a, #corpPhilosphy #navi-corpPhilosphy a, #it #navi-it a, #lifeSci #navi-lifeSci a, #engManu #navi-engManu a, #financeAdmin #navi-financeAdmin a, #contract #navi-contract a, #contact #navi-contact a {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#66CCFF;
}

#logo img{
	width:178px;
	height:66px;
	display:block;
	padding:0.3em 0;
	float:left;
	border:none;
}

#miniNav{
	display:block;
	width:150px;
	margin:12em 0 0.3em 0.5em;}

#homeBut a{
	display:block;
	float:left;
	width:65px;
	height:21px;
	background:url(images/IMS_home00.jpg) no-repeat;
	}

#homeBut a:hover{
	background:url(images/IMS_home01.jpg) no-repeat;
	}
	
#login a{
	display:block;
	float:left;
	width:65px;
	height:21px;
	background:url(images/IMS_login00.jpg) no-repeat;
	}

#login a:hover{
	background:url(images/IMS_login01.jpg) no-repeat;
	}
	
#content{
	width:900px;
	background-color:#FFFFFF;
	font-size:95%;
	overflow:auto;
	margin-bottom:1em;
	}
	
#leftCol{
	float:left;
	width:260px;
	padding-left:10px;
}

#leftCol form{
	display:block;
	margin-bottom:3em;}
	
.searchTxT{
	display:block;
	font-size:80%;
	margin-bottom:0.3em;}
	
.searchBut {
	border:1px solid #666666;
	background-color:#CCCCCC;
	color:#666666;
	font-size:85%;}

#rightCol{
	float:right;
	width:590px;
	margin-top:0;
	padding:0 10px 0 10px;
	border-left:#CCCCCC 1px solid;
	line-height:1.5em;
	font-size:87%;
}

#rightCol ul{
	list-style:square;}
	
#rightCol li{
	margin-bottom:0.8em;
	line-height:1.3em;}
	
.browseTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;}
	
.viewBut {
	background-color:#99CCFF;
	padding:0.1em;
	color:#003366;
	text-align:center;
	text-decoration:none;}
	
.viewBut a:hover{
	text-decoration:underline;}
	
.blueBGwhiteTxt{
	background-color:#336699;
	color:#FFFFFF;
	}
	
#streamingVid{
	width:260px;
	margin-top:0;
}

#streamingVid h3{
	margin-top:0 0 0.3em 0;
	border-bottom: 1px solid #006699;}
	
/********************************/
/*        RSS Feed styles       */
/********************************/

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 80%;
}

#rssFeed1{ /*Demo 1 main container*/
	padding: 8px;
	width: 220px;
	height: 280px;
}

#rssFeed1 p{
	font-size:80%;
	margin:0 0 3em 0;}

#example2{ /*Demo 2 main container*/
width: 600px;
height: 180px;
border: 1px dashed black;
padding: 4px;
background-color: #EEEEEE;
}

#example2 ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#example2 ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

#example3{ /*Demo 3 main container*/
width: 250px;
height: 280px;
border: 1px solid navy;
padding: 4px;
}

#example3 p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}
 