html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding: 0;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 2em;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	}



/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
		background: transparent;
		border: 1px solid #36A8DE;
		cursor: pointer;
}


/* LAYOUT STYLES ********************************************/

body,html {
background-image: url(Images/background.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-color: #020202;
}


#container {
margin: 0 auto;
width: 1600px;
position:relative;
}

#container p {
    color: #FFFFFF;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	padding: 15px 15px 15px 15px;
}

#container p.singleline  {
	color: #FFFFFF;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 18px;
	}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;
	}

div {
  display: table;
}

img {
  vertical-align: middle;
  display: table-cell;
  margin: 5px;
  padding-right: 5px;
  border-style: none;
}

span {
  vertical-align: middle;
  display: table-cell;
  color: #FFFFFF;
  font-family: tahoma,arial,helvetica,sans-serif;
  border-style: none; 
  }

	
h2 {
	color: #FFFFFF;
	font-family: century gothic;
	font-size: 25px;
	text-indent: 0.6em;
	}

/* Banners ********************************************/

#head {
	background-color: transparent;
	width: 608px;
	height: 66px;
	position: absolute;
	top: 357px;
	left: 235px;
	overflow: auto;
	background-image: url(Buttons/ben-forest.jpg);
}


#title {
	background-color: transparent;
	width: 1600px;
	height: 585px;
	position: absolute;
	top: -2px;
	left: 0px;
	overflow: auto;
	background-image: url(banners/home1.jpg);
}

#title1 {
	background-color: transparent;
	width: 1600px;
	height: 585px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	background-image: url(banners/research1.jpg);
}

#title2 {
	background-color: transparent;
	width: 1600px;
	height: 585px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	background-image: url(banners/publication1.jpg);
}

#title3 {
	background-color: transparent;
	width: 1600px;
	height: 585px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	background-image: url(banners/teaching1.jpg);
}

#title4 {
	background-color: transparent;
	width: 1600px;
	height: 585px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	background-image: url(banners/grad-supervision1.jpg);
}

#title5 {
	background-color: transparent;
	width: 1600px;
	height: 585px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	background-image: url(banners/data1.jpg);
}
	
/* Buttons ********************************************/

#research {
    display: block;
	width: 116px;
	height: 21px;
	position: absolute;
	top: 539px;
	left: 19px;
	overflow: auto;
	background-image: url(Buttons/research.jpg);
  }
  #research:hover
  { 
  background-position: 0 -21px;
  }
  #research span
  {
  display: none;
}

#publication {
    display: block;
	width: 148px;
	height: 21px;
	position: absolute;
	top: 540px;
	left: 165px;
	overflow: auto;
	background-image: url(Buttons/publications.jpg);
}
  #publication:hover
  { 
  background-position: 0 -21px;
  }
  #publication span
  {
  display: none;
}

#teaching{
    display: block;
	width: 107px;
	height: 21px;
	position: absolute;
	top: 540px;
	left: 342px;
	overflow: auto;
	background-image: url(Buttons/teaching.jpg);
}
  #teaching:hover
  { 
  background-position: 0 -21px;
  }
  #teaching span
  {
  display: none;
}

#gradsup{
    display: block;
	width: 253px;
	height: 21px;
	position: absolute;
	top: 540px;
	left: 479px;
	overflow: auto;
	background-image: url(Buttons/grad-supervision.jpg);
}
  #gradsup:hover
  { 
  background-position: 0 -21px;
  }
  #gradsup span
  {
  display: none;
}

#data{
    display: block;
	width: 60px;
	height: 21px;
	position: absolute;
	top: 539px;
	left: 771px;
	overflow: auto;
	background-image: url(Buttons/data.jpg);
}
  #data:hover
  { 
  background-position: 0 -21px;
  }
  #data span
  {
  display: none;
}

/*Main Fonts ********************************************/

#wrapper {
 width: 100%;
}

#wrapper p {
    color: #FFFFFF;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	padding: 15px 15px 15px 15px;
}

#wrapper p.singleline  {
	color: #FFFFFF;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 18px;
	}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;
	}

div {
  display: table;
}

img {
  vertical-align: middle;
  display: table-cell;
  margin: 5px;
  padding-right: 5px;
  border-style: none;
}

span {
  vertical-align: middle;
  display: table-cell;
  color: #FFFFFF;
  font-family: tahoma,arial,helvetica,sans-serif;
  border-style: none; 
  }

	
h2 {
	color: #FFFFFF;
	font-family: century gothic;
	font-size: 25px;
	text-indent: 0.6em;
	}


/*Home Page ********************************************/

#text {
	background-color: transparent;
	width: 476px;
	position: absolute;
	top: 591px;
	left: 0px;
	overflow: visible;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 260px;
}

#text2 {
	background-color: transparent;
	width: 497px;
	height: 442px;
	position: absolute;
	top: 898px; 
	left: 4px;
	overflow: visible;
	}

#text3 {
	background-color: transparent;
	width: 479px;
	height: 442px;
	position: absolute;
	top: 595px; 
	left: 531px;
	overflow: visible;
}


#text4 {
	background-color: transparent;
	width: 500px;
	height: 315px;
	position: absolute;
	top: 597px; 
	left: 1022px;
	overflow: visible;
}

#text5 {
	background-color: transparent;
	width: 450px;
	height: 315px;
	position: absolute;
	top: 1037px;
	left: 1027px;
	overflow: visible;
}

#text6 {
	background-color: transparent;
	width: 374px;
	height: 238px;
	position: absolute;
	top: 1398px;
	left: 1043px;
	overflow: visible;
}

/*Research ********************************************/

#text7 {
	background-color: transparent;
	width: 100%;
	position: relative;
	top: 601px;
	left: 0px;
	overflow: visible;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

/*Bottom Navigation********************************************/

#bottomwrap{
	background-color: transparent;
	position: absolute;
	width: 100%;
	top: 1685px; 
	left: 19px;
	}

#bottomnav {
	background-color: transparent;
	width: 100%;
	overflow: visible;
	height: 58px;
	padding: 0px;
	margin: 0px;
	border-top-width: 1 px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
