﻿div.menucontent, div.registerinterest, td.menu
{
	display:none;
}



p, ul, ol, li, div, img, h1, h2, h3, h4, a, label, table, td, tr
{
	margin:0;
	padding:0;
}

.maincontent p, .homecontent p, .homepagearticle p
{
	padding-bottom: 0.9em;
}

ol
{
	padding-left: 8px;
}

.homecontent ul, .homecontent ol
{
	padding: 0px 0px 0.9em 15px;
}

.homecontent ol
{
	padding-left: 25px;
}



h1
{
	margin-bottom: 15px;
	color: #8b3d9a;
	font: bold 1.3em/1.4 verdana, arial, sans-serif;
}

h2
{
	color: #8b3d9a;
	font: bold 1.6em/1.8 verdana, arial, sans-serif;
}

h3
{
	font-size: 1.2em;
}


h3.jobtitle
{
	font-size: 1.1em;
	padding-bottom: 5px;
}

h3.updatetitle
{
	font-size: 1.3em;
	padding-bottom: 5px;
}




/* Header Information */

div.header
{

	margin:1cm 0 1cm 0;
	width: 17cm; 
}

div.homeheader
{
	float:left;
	margin:0.7cm 0 1cm 0;
	width: 17cm; 
}

img.logo
{
	display: block;
	float:left;
}

img.statement
{
	display: block;
	float:right;
}

div.homeheader img.statement
{
	margin-top:0.3cm;
}

/* table */

table.pagelayout, table.homepagelayout
{
	float:left;
	width: 17cm;
	font: normal 0.71em/1.3 verdana, arial, sans-serif;
}

/* links */

a:link
{
	color: #666;
	font-weight: bold;
}

a:visited
{
	color: #666;
	font-weight: bold;
}

a:active
{
	color: #666;
	font-weight: bold;
}

a:hover
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a.purple:link, a.purple:visited, a.purple:active, a.purple:hover
{
	color: #8b3d9a;
}

a.black:link, a.black:visited, a.black:active, a.black:hover
{
	color: #000;
}

/* images */

img
{
	border: none;
}

img.article
{
	margin-bottom: 10px;
}

img.inlineimage
{
	float:left;
	display:block;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.map
{
	border: solid 1px #bbb;
	margin-top: 10px;
}

/* home content */


td.homemenuwrapper
{
	float:left;		
	width: 7cm;	
	height: 100%;
}


div.homecontent
{
	float:left;
	width:152px;	
	margin-right:60px;
	font: normal 0.92em/1.7 verdana, arial, sans-serif;
	color: #5b5b5b;
	padding-top:20px;
	padding-bottom: 100px;
	
}

div.homecontent p, ul, ol
{
	margin-bottom: 20px;
	margin-left: 20px;
}

div.menufooter
{
	position:relative;
	top: -63px;
	left: 0px;	
	width: 180px;
	clear:both;
	font-weight: bold;
	color: #fefefe;
	padding: 0px 0px 10px 16px;
}

/* Register Your Interest On Home Page */

div.registeryourinterest
{
	float:left;
	width:295px;
	margin-bottom: 15px;
	border-bottom: dashed 1px #e8e7e7;
	border-top: dashed 1px #e8e7e7;
	padding-top:15px;
	padding-bottom:10px;
}

div.registeryourinterest img
{
	display:block;
	float:left;
	width: 107px;
	margin-right:20px;
	margin-bottom:10px;
}

div.registeryourinterestcontent
{
	float:left;
	width:168px;
}

div.registeryourinterest h3
{
	font: bold 1em/1.4 verdana, arial, sans-serif;
	color: #8b3d9a;
	margin-bottom: 10px;
}

div.registeryourinterest p
{
	margin-bottom: 15px;
}


/* Mcc Live article on home page */

div.homepagearticle
{
	float:left;
	width: 295px;
}

p.purple
{
	color: #8b3d9a;
	margin-bottom: 10px;
}


/* success page */
div.email
{
	border: solid 1px #dedede;
	padding: 5px;
	margin-bottom: 20px;
}

div.success
{
	border: solid 1px #e4e4e4;
	background-color: #FDDBF6;
	padding: 5px;
	margin-bottom: 15px;
	
}

div.whitetick
{
	position:relative;
	top: -5px;
	left: 100px;
	background: transparent url(../images/branding/white-tick.gif) no-repeat;
	width: 19px;
	height: 25px;
	
}

div.tickbox
{
	position:relative;
	top: 20px;
	left: 100px;
	width: 16px;
	height: 16px;
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	background-color: #888;

	
}

div.success p
{
	position:relative;
	top: -23px;
	left: 140px;
	padding: 0;
}


/* job profile page */
div#emailfields
{
	margin-bottom: 10px;
}


/**************************************/
/*           Form Classes             */
/**************************************/

/* the div around a field and its label. Includes the error message */

div.formelement
{
	padding-top: 20px;
}

textarea
{
	width: 430px;
	height: 100px;
}

input, textarea
{
	font: normal 1em/1.2 verdana, arial, sans-serif;
}

input.checkbox
{
	margin:0;
}

p.example 
{
	color: #999;
	padding-bottom: 0px;
}

span.required
{
	color: red;
}






/**************************************/
/*       Error Message Classes        */
/**************************************/

/* the div around a summary of all page messages  - usually at the top of a form */
div.allpagemessages
{	
}

/* the div around an indivual error message - usually above a form element */
div.fielderror
{
	border: solid 1px #e4e4e4;
	background-color: #FDDBF6;
	font-weight: bold;
	vertical-align:middle;
	margin-bottom: 0.7em;
	padding: 3px;
	color: Purple;
}

/* text within a fielderror div */
p.errortext
{
	padding:0;
}




