
/* LAYOUT */

/* aligns the box and text to the left of the page */
body {
margin-left:1em;
text-align: left;
}

/* sets the width of the box */ 
.essentialInfoBox {
 width: 13em;
}

/* displays the top and bottom border of box */
.essentialInfoBox .header .corner,
.essentialInfoBox .footer .corner {
 font-size:1px; /* ensure minimum height */
 height:14px;
}

/* displays top border of box */
.essentialInfoBox .header {
 background:transparent url(http://media.stars.manchester.ac.uk/files/msh/images/layout/home/topbox/tl.gif) no-repeat 0px 0px;
}

/* displays top corner border of box */
.essentialInfoBox .header .corner {
 background:transparent url(http://media.stars.manchester.ac.uk/files/msh/images/layout/home/topbox/tr.gif) no-repeat right 0px;
}

/* displays left border of box */
.essentialInfoBox .body {
 background:transparent url(http://media.stars.manchester.ac.uk/files/msh/images/layout/home/topbox/ml.gif) repeat-y 0px 0px;
}

/* displays right border of box */
.essentialInfoBox .body .corner {
 background:transparent url(http://media.stars.manchester.ac.uk/files/msh/images/layout/home/topbox/mr.gif) repeat-y right 0px;
}

/* displays part of left and right border of box and height of box */
.essentialInfoBox .body .corner .s {
 margin: 0 0 0 0;
 background: transparent;
 padding: 0em;
 height: 11em;
}

/* displays bottom border of box */
.essentialInfoBox .footer {
 background:transparent url(http://media.stars.manchester.ac.uk/files/msh/images/layout/home/topbox/bl.gif) no-repeat 0px 0px;
}

/* displays bottom corner border of box */
.essentialInfoBox .footer .corner {
 background:transparent url(http://media.stars.manchester.ac.uk/files/msh/images/layout/home/topbox/br.gif) no-repeat right 0px;
}


/* STYLES */

/* position and style of h2 heading */
.essentialInfoBox h2 {
 font-size:1.5em;
 margin:0 0 0.3em 0;
 padding-left: 1em;
 color: #FE7013;
 line-height: 1em;
 text-transform: lowercase;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
}

/* sets the position and style of ul */
.essentialInfoBox ul {
 margin: 0 0 0 2.5em;
 padding: 0 0 0 0.5em;
 font-family: Arial, Helvetica, sans-serif; 
 list-style-image: url("images/tick_icon_sm.gif")
}

.essentialInfoBox li 
{
	margin: 0 0 0 1.8em;
}

html>body .essentialInfoBox pre {
 font-size:1.1em;
}


	



   