/*  CSS Stylsheet by Desiree Callahan Western Governors University */

/* ==== This is my background color ===== */
body {background: #33CCCC;}

/* ==== This is my container properties ==== */
div#container {background-color: #CCFF99;
		width: 1000px;
		height: 1100px;
		margin: auto;
		position: relative;
		
}
/* ===== global styles ===== */
		
section p{
	font-family: Georgia, sans-serif;
	font-size: 20px;
	color: #990033;
	padding-right:10px; 
	
	}


header {
	text-align: center;
	padding: 15px;
}		

header h1{
	font-family: Georgia, sans-serif;
	color: #990033;
	font-size: 28px;
}

section, h1, h2, h3 {
	color: #990033;
	margin: 1ex 1em;
}	
	



/* ===== main menu ===== */

nav#top-menu {
	height: 40px;
	width: 100%;

}


nav li {
	float: left;
	margin: 0px 35px;
}

nav#top-menu ul li a{
    display: block;
    float: left;
    margin: 0;
    padding: 5px;
    font-family: Georgia, sans-serif;
    font-size: 20px;
	max-height: 25px;
    width: 150px;
    text-align: center;
    background-color: #990033;
    text-decoration: none;
    color: white;
    border-bottom: #990033 solid 2px;
}

nav#top-menu ul li a:hover { 
	border-bottom: #990033 solid 2px;
	color: yellow; 
}


section {
	position: absolute;
	width: 650px;
	left: 20px;
	top: 170px;
		
}
/* ===== List/Table ===== */		
ol li{
	color: #990033;
	font-family: Georgia;
	font-size: 20px;
	margin-left: 30px;
	
}
td, tr, table {
		font-family: Georgia, sans-serif;
		border:1px;
		border-style:solid;
		border-color: #990033;
		padding: 5px;
		margin-left: 150px;
}

/* ===== aside list ===== */
	
#list {color: #990033;
	font-family: Tahoma;
	font-size: 18px;
	
}
nav ul {
	list-style: none;
}
		
	
	
aside { position: absolute;
	right: 10px;
	top: 200px;
	width: 250px;
	padding: 25px;
	border-left: 5px solid #990033;
}
	


/* ===== contact link ===== */
#contactButton a:link, #contactButton a:visited {
    margin-left: 80px;
	margin-top: 150px;
} 



#footer {text-align: center;}

/* ======= images/video ======== */

img.floatLeft { 
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.floatLeftBottom { 
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


img.floatRight{ float: right;
margin-right: 10px;
margin-left: 25px;
margin-bottom: 20px;
font-size: 25px
}

img.floatRightBottom { 
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

iFrame.youtube-player {
	margin-left: 25px;
	margin-top: 10px;
}

cite.statement {
	text-align: center;
	
}



