/*
Style Sheet for Capstone Project Index Page
Jim Doran
Masters Educational Technology 
Fall 2013 - Summer 2015
*/

/********Body Properties*********/

body {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg);
      }

/*******End Site Body Properties******/

/********Wrapper Properties*********/

#wrapper {
	margin: 0 auto;
	padding: 0;
	
       }

/*******End Wrapper*************/

/***Index Header Properties***/

#indexheader {
	width: 980px;
	height: 150px;
	margin: 0 auto;
        margin-top: 20px;
	background: url(../images/indexbanner.jpg);
}

/***End Index Header***/


/***Navigation Bar Properties for the 980 pixel Upper Nav Bar***/

.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 Navigation Bar Properties for the 980 pixel Nav Bar***/

/***************Index Page Verbage Properties************/

/***Verbage Section Dimensions***/

#verbage {
	width: 746px;
	height: 600px;
	position: absolute;
	top: 215px; 
	background-color: #999999;
}

/***End Verbage Section Dimensions***/


/***Verbage Text Properties***/

.indexverbagetext{



text-indent: 15px;
 font-family: arial;
  font-size: 18px;
  color: white;
  margin:10px;
  text-align: justify;
  text-justify: inter-word;
  }

.textwrap{
   float:left;
   margin:7px;
  border:5px solid #6666cc;

}

/***End Verbage Text Properties***/


/***************End Index Page Verbage Properties************/

/**********Index Page Menu Properties*******/

#menuindex {
	width: 234px;
	height: 600px;
	position: absolute;
	top: 215px;
	margin-left:746px;

	background: url(../images/menubackz.jpg);
 }

#menuindex a{
	text-decoration: none;
	font: 18px 'ColaborateLightRegular', Arial, sans-serif;
	color: #2222b0;
	font-weight: bold;
	font-style: italic;
} 

#menuindex a:hover{
	text-decoration: none;
	font: 18px 'ColaborateLightRegular', Arial, sans-serif;
	color: #6666cc;
	font-weight: bold;
	font-style: italic;
} 

#menuindex ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;     
}

#menuindex li {
	
	padding: 17px 0px 0px 0px;
}



/*******End Index Page Menu Properties*****/


/*********Index Page Filler Properties*******/

#indexfiller {
	width: 234px;
	height: 240px;
	position: absolute;
	top: 675px;
	margin-left:746px; 
	background-color: #999999;
}

/********End Index Page Filler Properties****/


/***Navigation Bar Properties for the 980 pixel Lower Nav Bar***/

.basebar {
	width: 980px;
	height: 55px;
	position: absolute;
	
	top: 815px; 
       	background: url(../images/basebar.jpg);
}

.basebar ul {
	margin: 0;
	padding: 25px 0px 0px 20px;
	list-style: none;
	line-height: normal;
        text-align:center;
}
.basebar li {
	display: inline;
	padding: 0px 50px 0px 0px;
}

.basebar a{
	text-decoration: none;
	font: 16px 'ColaborateLightRegular', Arial, sans-serif;
	color: #d3ecf8;
}

.basebar a:hover{
	text-decoration: none;
	font: 16px 'ColaborateLightRegular', Arial, sans-serif;
	color: #f8be0f;
}

/***End Navigation Bar Properties for the 980 pixel Nav Bar***/


/*********Index Page Footer Properties*********/

#footer {
	width: 980px;
	height: 39px;
	position: absolute;
	top:870px;
	background: url(../images/footer.jpg);
}

#footer a{
	text-decoration: none;
	
} 

.footertext{

 font-family: arial;
  font-size: 12px;
  color: #f8be0f;
  text-align: center;
  font-style: italic;
  }

/*********End Index Page Filler Properties************/