/*
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(graphics/background1.jpg);
      }

/*******End Site Body Properties******/

/********Wrapper Properties*********/

#wrapper {
	margin: 0 auto;
	padding: 0;
	
       }

/*******End Wrapper*************/

/***Index Header Properties***/

#indexheader {
	width: 1000px;
	height: 101px;
	margin: 0 auto;
        margin-top: 20px;
	background: url(graphics/banner.jpg);
}

/***End Index Header***/




/***************Index Page Verbage Properties************/

/***Verbage Section Dimensions***/

#verbage1 {
	width: 4px;
	height: 1350px;
	position: absolute;
	top: 121px; 
	background-color: #071265;
}

#verbage2 {
	width: 992px;
	height: 1350px;
	position: absolute;
	top: 121px;
	margin-left:4px; 
	background-color: #dcdff4;
}


#verbage2 a{
	text-decoration: none;
	font: 26px 'ColaborateLightRegular', Arial, sans-serif;
	color: #2222b0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
} 

#verbage2 a:hover{
	text-decoration: none;
	font: 26px 'ColaborateLightRegular', Arial, sans-serif;
	color: #ff00ff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
} 



#verbage3 {
	width: 4px;
	height: 1350px;
	position: absolute;
	top: 121px; 
	margin-left:996px; 
	background-color: #071265;
}

#footer1 {
	width: 4px;
	height: 39px;
	position: absolute;
	top:1471px;
	background-color: #071265;
}

#footer2 {
	width: 992px;
	height: 39px;
	position: absolute;
	top:1471px;
	margin-left:4px;
	background-color: #bbbbbb;
}

#footer3 {
	width: 4px;
	height: 39px;
	position: absolute;
	top:1471px;
	margin-left:996px;
	background-color: #071265;
}

/***End Verbage Section Dimensions***/

.footertext{

 font-family: arial;
  font-size: 16px;
  color: #071265;
  text-align: center;
   font-weight: bold;
  font-style: italic;
  }


/***Verbage Text Properties***/

.indexheadertext{
 font-family: arial;
  font-size: 22px;
  font-weight: bold;
  color: #071265;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  text-align: justify;
  text-justify: inter-word;
  }

.indexverbagetext{
 font-family: arial;
  font-size: 18px;
  color: #071265;
  margin-left:30px;
  margin-right:30px;
  margin-top:0px;
  text-align: justify;
  text-justify: inter-word;
  }

.indexheaderlink{

  text-align: center;
  text-justify: inter-word;
  }

.textwrap{
   float:left;
   margin:7px;
  border:5px solid #6666cc;

}

.menuindex  {
	margin-left:40px;
	padding: 0px 0px 0px 0px;
	
	line-height: normal;     
}

.menuitem  {
	
	font-family: arial;
 	font-size: 18px;
  	color: #071265;
	margin-left:30px;
	padding: 5px 0px 0px 0px;
}

/***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;
} 





/*******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 a{
	text-decoration: none;
	
} 



/*********End Index Page Filler Properties************/