/* Global setting */
/* Use theis CSS file to cover standard settings */
/* such as fonts for the major tags*/

/* Ian Hill 2011 */
/* careers Site */
/* Emerald IT */


body {
    /*font-family:  Arial, Verdana, Helvetica, sans-serif ; */
    font-family:  'Museo Sans 300', Arial, Verdana, Helvetica, sans-serif ;
    font-size: 0.84em;
    margin: 0px;
	padding: 0px;
    height: 100%;
}

ul
{
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1
{
    font-size: 1.7em;
    margin-top: 0px;
}
h2
{
    font-size: 1.25em;
    margin-top: 0px;
    /* color: #EE2C3A; */
}
h3
{
    font-weight: bold;
    margin-top: 0px;
}

.hidden
{
    display: none;
}
.left
{
    float: left;
}
.right
{
    float: right;
}