@charset "utf-8";
/* CSS Document */


/* MAIN TEXT (AND IMAGES) */

/* set size for page title (TO BE REPLACED)*/
.pagetitle {
   font-size: 1.4em;
   font-weight: normal;
   line-height: 20px;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.8em;
   line-height: 16px;
}

/* PAGE TITLE REPLACEMENT */

#pagetitle h2 {
	  margin:0; padding:0;
      position:relative;
      overflow:hidden;
	  width:370px; height:30px;
      }

#pagetitle h2 span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:380px; height:30px;
      margin:0; padding:0;
      }


/* INDIVIDUAL PAGE TITLES */


#Alumni {
	 background:url("/assets/images/pagetitles/Alumni.gif") top left no-repeat;
}

#Events {
	 background:url("/assets/images/pagetitles/Events.gif") top left no-repeat;
}

#Jobs {
	 background:url("/assets/images/pagetitles/Jobs.gif") top left no-repeat;
}


#News {
	 background:url("/assets/images/pagetitles/News.gif") top left no-repeat;
}


#Prospectus {
	 background:url("/assets/images/pagetitles/Prospectus.gif") top left no-repeat;
}

#Prospective {
	 background:url("/assets/images/pagetitles/Prospective.gif") top left no-repeat;
}

#AcademicFoundationProgramme {
      background:url("/assets/images/pagetitles/AcademicFoundationProgramme.gif") top left no-repeat;
      }

#WhosWho {
      background:url("/assets/images/pagetitles/WhosWho.gif") top left no-repeat;
      }

#AboutUs {
      background:url("/assets/images/pagetitles/AboutUs.gif") top left no-repeat;
      }
#ContactUs {
      background:url("/assets/images/pagetitles/ContactUs.gif") top left no-repeat;
      }
	  
#InternationalStudents {
      background:url("/assets/images/pagetitles/InternationalStudents.gif") top left no-repeat;
      }
	  
#Undergraduate {
      background:url("/assets/images/pagetitles/Undergraduate.gif") top left no-repeat;
      }
	  
	  #DentalCareProfessionals {
      background:url("/assets/images/pagetitles/DentalCareProfessionals.gif") top left no-repeat;
      }

	
#Intercalated {
      background:url("/assets/images/pagetitles/Intercalated.gif") top left no-repeat;
}

#OurPartners {
      background:url("/assets/images/pagetitles/OurPartners.gif") top left no-repeat;
      }
	  
#WilliamHarvey {
      background:url("/assets/images/pagetitles/WilliamHarvey.gif") top left no-repeat;
      }
	  
	  #Media {
      background:url("/assets/images/pagetitles/Media.gif") top left no-repeat;
      }

/*----------MAIN TEXT----------------*/
/* HEADINGS */

/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size:100%;
   text-align: center;
}

body p, ul, ol
{
	font-size:0.75em;
}

h1
{}
h2
{}
h3{
font-size:100%; 
margin:7px 0 7px 0;
font-weight:bold;
background-color:#ddf0f7;
padding:5px;
clear:left;
colour: #ccc;
}

/* NB WILL NEED TO SPIN OFF A RHM H3 style */

h4
{  
   
}  

h5
{  
 margin:7px 0 7px 0;  
}  

h4.institute
{  
border-bottom: 1px solid grey;   
margin:7px 0 5px 0; 
} 
/* RHM H4 style */
#rh_column h4
{  
font-size:75%; 
margin:10px 0 3px 0;
font-weight:bold;
border-bottom:2px solid #ddf0f7;
padding:3px 0 3px 0;
colour: #ccc;  
}  

#rh_column p
{  
margin:5px 0 3px 0;
}  

h5
{}
h6
{}


img.rightAlign
{
	float: right;
	margin: 0 0 0 10px;
}

/* ---------------LINKS----------------------*/

/* normal links */
a {
   text-decoration: none;
   line-height: 16px;
}

a:link {
   color: #005482;	
}

a:visited {
   color: #005482;
}

a:hover {
   color: #990000;
}

a:active {
   color: #005482;
}





