/*
Style Sheet for EDTECH601 Home Page
Jim Doran
EdD Educational Technology 
Summer 2019 - Summer 2023
*/

/********EDTECH 601 Home Page Body Properties*********/

body {
	margin: 0;
	padding: 0;
	background: url(../graphics/background.jpg);
      }

/*******End EDTECH 601 Home Page Body Properties******/




/********EDTECH 601 Home Page Wrapper Properties*********/

#wrapper {
	margin: 0 auto;
	padding: 0;
	
       }

/*******End EDTECH 601 Home Page Wrapper Properties*************/

/*********EDTECH 601 Home Page Header Properties*********/

#edtech601header {
	width: 980px;
	height: 150px;
	margin: 0 auto;
        margin-top: 20px;
	background: url(../graphics/banner.png);
}

/******End EDTECH 601 Home Page Header Properties******/

/***EDTECH 601 Home Page Navigation Bar Properties***/

#navbar {
	width: 980px;
	height: 45px;
	position: absolute;
	
	top: 170px; 
       	background: url(../../images/navbar.jpg);
}

#navbar ul {
	margin: 0;
	padding: 15px 0px 0px 20px;
	list-style: none;
	line-height: normal;
}
#navbar li {
	float: left;
	padding: 0px 30px 0px 0px;
}

#navbar a{
	text-decoration: none;
	font: 16px 'ColaborateLightRegular', Arial, sans-serif;
	color: #d3ecf8;
}

#navbar a:hover{
	text-decoration: none;
	font: 16px 'ColaborateLightRegular', Arial, sans-serif;
	color: #f8be0f;
}

/***End EDTECH 501 Home Page Navigation Bar Properties***/

/***************EDTECH 501 Home Page Verbage Properties************/

/***Verbage Section Dimensions***/

#verbage {
	width: 746px;
	height: 465px;
	position: absolute;
	top: 215px; 
	background-color: #999999;
}

/***End Verbage Section Dimensions***/

/***Verbage Section Text Properties***/

.textwrap{
   float:left;
   margin:7px;
  border:5px solid #6666cc;

}

.edtech601verbageheader1{

 font-family: arial;
  font-size: 24px;
  color: #2222b0;
  margin:10px;
  font-weight: bold;
  }

.edtech601verbageheader2{

 font-family: arial;
  font-size: 20px;
  color: #2222b0;
  margin:10px;
  }

.edtech601verbagetext{

 font-family: arial;
  font-size: 18px;
  color: white;
  margin:10px;
	text-align: justify;
  text-justify: inter-word;
  }

.verbage601h1text {
	color:  #1a1a7d;
	text-indent:30px;
	margin-bottom:0px;
	font-size: 20px;
	font-weight: bold;
	line-height:10%
	
	     
}

.verbage601 ul {
	margin: 0;
	padding: 0px 0px 10px 0px;
	list-style: none;
	line-height: normal;
	     
}

.verbage601 li {
	
	padding: 3px 0px 0px 0px;
	color: #1a1a7d;
	font-size: 18px;
	margin: 0px 0px 0px 20px;
	
}

/***End Verbage Section Text Properties***/

/***************End EDTECH 501 Home Page Verbage Properties************/

/***EDTECH 501 Home Page Menu Properties***/

/**********Menu Properties*******/

#menu601 {
	width: 234px;
	height: 465px;
	position: absolute;
	top: 215px;
	text-align:center;
	margin-left:746px;

	background: url(../graphics/menuback.jpg);
 }

#menu601 a{
	text-decoration: none;
	font: 16px 'ColaborateLightRegular', Arial, sans-serif;
	color: #2222b0;
	font-weight: bold;
	font-style: italic;
} 

#menu601 a:hover{
	text-decoration: none;
	font: 16px 'ColaborateLightRegular', Arial, sans-serif;
	color: #6666cc;
	font-weight: bold;
	font-style: italic;
} 

#menu601 ul {
	margin: 0;
	padding: 10px 0px 10px 0px;
	list-style: none;
	line-height: normal;     
}

#menu601 li {
	
	padding: 10px 0px 0px 0px;
}

.edtech601menutext{

 font-family: arial;
  font-size: 18px;
  color: #a51ca7;
  margin:10px;
  font-weight: bold;
  }

/*******End EDTECH 501 Home Page Menu Properties*****/

/***EDTECH 601 Home Page Page Filler Properties***/

#indexfiller {
	width: 234px;
	height: 40px;
	position: absolute;
	top: 665px;
	margin-left:746px; 
	background-color: #999999;
}

/***End EDTECH 501 Home Page Page Filler Properties***/

/**********EDTECH 501 Home Page Footer Properties*******/


#footer {
	width: 980px;
	height: 39px;
	position: absolute;
	top:670px;
	background: url(../../images/footer.jpg);
}

#footer a{
	text-decoration: none;
	
}

/***********Footer Text Properties**********/

.footertext{

 font-family: arial;
  font-size: 12px;
  color: #f8be0f;
  text-align: center;
  font-style: italic;
  }

/***********End Footer Text Properties**********/

/**********End EDTECH 501 Home Page Footer Properties*******/ 