@charset "UTF-8";
/* CSS Document */
body{
font-size:small; 
margin: 0;
	font-family:arial;}


#container{
	width:790px;
	margin:auto;
}

#links{
	margin: auto;
	width: 790px;
	text-align: right;
	color:#000000;
	font-size: x-small;
	/*background-image:url(images/sliver.png);*/
	margin-bottom: 5px;
}

#links a{
	color:#000000;
}

#links a:hover{
	color:#0000FF;
}

#header{
	position:relative;
	background: #2b5a00 url(../images/lasdean1blurSUB.jpg) top center no-repeat;
	height: 73px;
	
	text-align:justify;
	text-align:left;
	vertical-align:50 px;
	color:#FFFFFF;
	border-bottom: 5px solid #1a3502;
}

#header h1 span {
	margin-left: -999px;
}
#header h1{
	background: url(../images/Las.gif) bottom center no-repeat;
	height: 88px;
	margin: 0;
	position: relative;
	top: -8px;
	left: 50px;
/*	margin: 30px 0 0 30px;*/

}

/*PDFs*/
#maincontent a[href$=".pdf"] {
	background:transparent url(../images/pdf.png) no-repeat right top;
	padding-right:17px;
}




#navigation{
	background-color: #577b37;
	width: 175px;
	float: left;
	font-size: 1.3em;
	height: 400px;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	z-index: 1;
}

#navigation ul li{
	border-bottom: 1px dotted white;
	color:white;
	padding: 2px;
	background-color: #577b37;
}

#navigation ul li a{
	display:block;
	color:white;
	text-decoration:none;
}

#navigation ul li a:hover{background-color:#3f5829;}

/* Sub-navigation i.e. Flyout menus */
#navigation ul li{
	position: relative;
}
#navigation ul li ul{
	display: none;
	
	position: absolute;
	top: 0px;
	left: 175px;
	width: 220px;
	background: #b3c39d;
	border: 1px solid #428f00;
	
	z-index: 2;
}
#navigation ul li:hover ul{
	display: block;
}
#navigation ul li ul li{
	border-bottom: 0;
	background-color: transparent;
}
#navigation ul li ul a{
	color: #3f5829;
	font-size: small;
}
#navigation ul li ul a:hover{
	border-bottom: 0;
	background: #3f5829;
	color: white;
}

#maincontent{
	padding:0 0 0 10px;
	width:600px;
	float:right;
}

#maincontent h2{
	color:#83420c;
	border-bottom: 1px solid #b4988b;
	margin-top:3px;
}

#sidebox{
	width:165px; 
	float:right;
	background-color: #afde90;
	border-left: 1px solid #2c5b00;
	border-right: 1px solid #2c5b00;
	color:#48642e;
	
	text-align: center;
}

#sidebox div{
	text-align: center;
	margin: auto;
}

#sidebox h3{
text-align:center;
margin-top: 3px;}
 
#footer{
	border-top: 1px dashed black;
	text-align: center;
	margin-top: 3px;
}

.photo { margin: 10px; 
	border: 1px solid black;}
	
#print{
	display: none;
}

/* faculty spotlight */
.staff-profile {
	padding-left: 0;
	margin: 0 150px 0 0;
}

#maincontent ul.staff-profile .user-container
{
	margin: 0;
	overflow: auto;
	padding: 0;
}

#maincontent ul.staff-profile li
{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 4.3em;
}

#maincontent ul.staff-profile li li
{
	list-style-type: disc;
	line-height:1.55em;
	margin-bottom:0.66em;
}

#facultySpotlightNavigation
{
	padding: 13px 0 10px 10px;
	float:right;
	margin-left:28px;
	width:130px;
	background: transparent url(../images/verticalDot.png) repeat-y 0 0;
}
	#facultySpotlightNavigation li
	{
		list-style-type: none;
		line-height:1.55em;
		margin-bottom:0.66em;		
	}
		#facultySpotlightNavigation li a
		{
			text-decoration: none;
			color: #2b5a00;
			font-size: 1.2em;
		}
		#facultySpotlightNavigation li a:hover
		{
			text-decoration: underline;
		}

ul.staff-profile .photo
{
	float: left;
	padding: 2px;
	margin: 2px 10px 10px 0;
	border: 1px solid #a2a2a2;
}


#maincontent ul.staff-profile h3.fn
{
	font-size: 1.4em;
	margin: 0;
}

#maincontent ul.staff-profile .organization-unit
{
	font-weight: bold;
	font-family:Helvetica,Arial,sans-serif;
}

