﻿
/* DOS CSS Document */

/* DOS HOME */
div#slideshow {
	position: relative;
	width: 500px;	
}

div#slideshow img {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 500px;
	
}

#siteNav hover:li {
    background: #b09fc9;
    color: #000;
}

div.DOShomeTopleft {
	margin: 5px;
	background: #fef4e4;
	border: 1px solid #fef4e4;
	border-radius: 5px;
}

div.TopLETTER {
	margin: 15px;
}

div.Contact{
	margin: 10px;
}

/* DOS WHO ARE WE? */

div.leftsidebar {
	background: #fef4e4;
	width: 200px;	 
}

/* DOS STAFF */

#wrapper1, #wrapper2, #wrapper3 {
	padding: 10px;

}
#faculty1, #faculty2, #faculty3 {
	line-height: 8px;
}
p.faculty{
	padding: 10px;
}

#wrapper1, #wrapper2, #wrapper3, img {
	text-align: center;

}


	
/* About us CSS Document */



/* For Students & Faculty Policies & Procedures CSS Document */

#wrapper {
	padding: 5px;
	width: 330px;
}

#wrapper #info h3 {
	color: white;
	background-color: #512698;
	padding: 5px;
	text-align: center;
}

ul.infocontainer {
	list-style-type: none;
	font-size: 10px;
	border: solid 2px #a5a0cf;
	border-top: groove;
	margin-left: none;

}

#info ul.infocontainer li p a.fac {
	text-decoration: underline;
}

ul.infocontainer li p {
	line-height: 10px;
}

/* DOS WHO ARE WE? */

ol.L {
	list-style-type:upper-alpha;	
	}
ol.RN {list-style-type: lower-roman;
}

ul.none {
	list-style-type: none;}

ul.circle {
	margin-left: 20px;
}

