/* medphyshome.css */
/* style sheet for University of Dundee Department of Medical Physics *
 * home page, written by Peter Clinch, p.j.clinch@dundee.ac.uk        *
 * see medphys.css for the general pages style sheet                  */

body {
 font-family: Helvertica, Arial, sans-serif ;
 font-size: 1em ;
 margin-left: 0% ;
 margin-right: 0% ;
 margin-top: 0% ;
 padding-left: 0% ;
 padding-right: 0% ;
 padding-top: 0% ;
 background-image: url(/medphys/graphics/mphomebackground.jpg) ;
 background-repeat: repeat ;
 background-attachment: fixed ;
}

p {
  margin-top: 0.5em ;
  margin-bottom: 0.5em ;
}

em {
  font-style: italic ;
}

ul {
  margin-top: 0% ;
  margin-bottom: 0% ;
  padding-top: 0% ;
  padding-bottom: 0% ;
}

.center {
  text-align:center ;
  margin-left: 7% ;
  margin-right: 7% ;
}

.floatleft { float: left ;}
.floatright { float: right ;}

.small {
  font-size: 0.7em ;
}

.clear {
  clear: both ;
}

/* these hacked out of the main UoD stylesheet for continuity */

a:link 		{ font-weight: normal; color: #0000ff }
a:visited 	{ font-weight: normal; color: #990099 }
a:hover		{ background-color: #e9e9e9 }
a:active 	{ font-weight: normal;  text-decoration: underline;  color: #FF3333 }
a.offsite 	{ text-decoration: none;  font-weight: normal;  color: #C30 } 

#head {
  background: #333399 ;
  color: #ffffff ;
  margin-left: 0% ;
  margin-right: 0% ;
  margin-top: 0% ;
  margin-bottom: 1% ;
  padding-top: 0.5% ;
  padding-bottom: 2.5% ;
  padding-right: 2% ;
  font-size: 0.7em ;
}

#head ul {
  list-style: none ;
  padding-bottom: 2% ;
}

#head li {
  display: block ;
  float: left ;
  background: #333399 ;
  margin-left: 0em ;
  margin-right: 1em ;
}

#head a:link {
  color: #eeeeff ;
  background: #333399 ;
  text-decoration: none ;
}

#head a:visited {
  color: #eeeeff ;
  text-decoration: none ;
  background: #333399 ;
}

#head a:hover {
  color: #eeeeff ;
  text-decoration: underline ;
  background: #333399 ;
}

#head a:active {
  color: #eeeeff ;
  text-decoration: none ;
  background: #333399 ;
}


#list3cols ul {
  list-style: none ;
  margin-top: 1em ;
  padding-bottom: 0em ;
  margin-bottom: 0em ;
  margin-left: 7% ;
  margin-right: 7% ;
}

#list3cols li {
  display: block ;
  float: left ;
  text-align: center ;
  width: 33.3% ;
  margin-bottom: 0.25em ;
}

#footer1 {
  background: #333399 ;
  color: #ffffff ;
}

#footer1 ul {
  list-style: none ;
  clear: both ;
  padding-top: 0.5% ;
  padding-bottom: 3% ;
  margin-top: 1em ;
  margin-bottom: 0.5em ;
  margin-left: 0% ;
  margin-right: 0% ;
  padding-left: 10% ;
  padding-right: 10% ;
}

#footer1 li {
  display: block ;
  float: left ;
  text-align: center ;
  width: 25% ;
  background: #333399 ;
}

#footer1 a:link {
  color: #eeeeff ;
  background: #333399 ;
  text-decoration: none ;
}

#footer1 a:visited {
  color: #eeeeff ;
  text-decoration: none ;
  background: #333399 ;
}

#footer1 a:hover {
  color: #eeeeff ;
  text-decoration: underline ;
  background: #333399 ;
}

#footer1 a:active {
  color: #eeeeff ;
  text-decoration: none ;
  background: #333399 ;
}

#footer2 p {
  text-align:center ;
  font-size: 0.7em ;
  margin-top: 0% ;
}


