HTML {   
	/* following line forces firefox to always display a scrollbar so that the 
	page does not jump around when switching betwwen pages that require a scrollbar
	and those that don't. Sadly can't find a way to disable the scrollbar you just can't use it */
	overflow: -moz-scrollbars-vertical;
}

html,body{
margin:0;
padding:0;

}

body{
	font: 76% arial,sans-serif;
	background-color: #DDDDDD;
}

p {
	margin:10px 0 15px 0;
}

div#sitecontainer {
	width:965px;
	margin:0 auto;
	padding:0;
	
	overflow:hidden;
}

div#header {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	background-image:url('/img/site/header.jpg');
	background-repeat:no-repeat;
	width:965px;
	
}

div#macheader {
	margin:0;
	padding:0;
	float:left;
	background-image:url('/img/mac/mac_header.jpg');
	background-repeat:no-repeat;
	width:965px;
	height:86px;
}

a#homelink {
	position:absolute;
	left:0;
	display:block;
	width:560px;
	height:65px;
	margin:10px 0 0 10px;
	
}

div#navigation {
	margin:86px 0 0 0;
	padding:0 0 0 30px;
	float:left;
	width:935px;
	height:36px;
	background-image:url('/img/site/navigation.jpg');
	background-repeat:no-repeat;
	
}

a#maclink, 
a#maclink:visited {
	margin:6px 10px 0 20px;
	padding:6px 0 0 7px;
	display:block;
	width:173px;
	height:23px;
	background-image:url('/img/site/MAC_button.gif');
	background-repeat:no-repeat;
	float:left;
	text-decoration:none;
	color:#ffffff;
	
}
a#maclink:active,
a#maclink:hover {
	background-image:url('/img/site/MAC_button_over.gif');
}

div#footer {
	clear:left;
	float:left;
	background-image:url('/img/site/footer.gif');
	background-repeat:no-repeat;
	height:35px;
	width:965px; 
}

div#footer .level0 {
	text-align:left; 
	font-family: arial, sans-serif; 
	font-weight:normal; 
	position:relative; 
	font-size:0.9em; 
	height:2.5em; 
	margin:0 0; 
	padding:0; 
	list-style-type:none;
	z-index:10;
	float:left;
}

div#footer .level0 ul {
	font-family: arial, sans-serif; 
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}

 div#footer .level0 li {
	padding:0; 
	margin:0; 
	float:left; 
	position:relative; 
	font-family: arial, sans-serif;
}

div#footer .level0 li a, 
div#footer .level0 li a:visited {
	display:block; 
	width:80px;
	text-decoration:none; 
	color:#ffffff; 
	float:left; 
	height:13px;
	background-image:none;
	border-right:solid 1px #ffffff;
	margin:11px 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}


div#footer .level0 li a:active, 
div#footer .level0 li a:hover {
	color:#2b3a67;
	background-image:none;
	background-repeat:no-repeat;
}

div#footer p#copyright {
	color:#ffffff;
	float:right;
	margin:11px 20px 0 0;
}




div#subfooter {
	clear:left;
	color:#aaaaaa;
	text-align:center;
	
}

div#subfooter p {
	line-height:1.6em;
	padding:10px 0 0 0;
}


div#sitecontent {
	float:left;
	width:965px;
	
	background-image:url('/img/site/containerbackground.gif');
}




div#leftcolumn {
	width:180px;
	float:left;
	
}
div#leftcolumn img {
	margin:0 auto;
	display:block;
}

div#leftcolumn h3 {
	padding:7px 0 7px 10px;
	background-color:#202f5c;
	color:#ffffff;
	font-size:16px;
	margin:0 0 0 0;
	
}

div#centercolumn {
	width:785px;
	float:left;
	background-color:#ffffff;
	background-image:url('/img/site/centercolumnbackground.gif');
	background-repeat:repeat-y;
}
div#centercolumn #holder {
	width:569px;
	
	background-color:#ffffff;
	background-image:url('/img/site/background_crest.gif');
	background-repeat:no-repeat;
	background-position:top;
	padding:10px;
	
}

div#pagelinkholder {
	float:left;
	padding-left:0px;
	border-left:solid 1px #ffffff;
	background-color:#202f5c;
	background-repeat:no-repeat;
	height:254px;
}
div#pagelinkholder.small {
	width:588px;
	background-image:url('/img/site/bluecrest.gif');
	background-position:right;
	
}
div#pagelinkholder.wide {
	width:784px;
	background-image:url('/img/site/bluecrest.gif');
	background-position:right;
}

div#pagelinkholder a {
	display:block;
	float:left;
	width:185px;
	height:119px;
	overflow:hidden;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	padding:7px 0 0 10px;
}
div#pagelinkholder a:hover {
	text-decoration:underline;
}

div#rightcolumn {
	width:196px;
	
	float:right;
	margin:0;
	padding:0;
}
div#rightcolumn h3 {
	width:196px;
}

div#subscribe {
	margin:0;
	padding:0 0 20px 0;
	background-color:#818aab;
	float:left;
	height:206px;
	overflow:hidden;
}
div#subscribe p {
	color:#ffffff;
	font-size:1.1em;
	line-height:25px;
	margin:15px 0 0 10px;
}
div#subscribe form {
	margin:0;
	padding:0;
	
}
div#subscribe form input {
	border:solid 1px #202f5c;
	width:157px;
	margin-left:10px;
}
div#subscribe form input.submit {
	width:70px;
	font-size:0.9em;
	border:solid 1px #ffffff;
	background-color:#202f5c;
	color:#ffffff;
	margin-top:10px;
	float:left;
}

div#subscribe a {
	color:#ffffff;
	float:left;
	padding:0;
	margin-top:10px;
	margin-left:10px;
}

div#subscribe img {
	border:solid 1px #000000;
	margin:10px 0 0 12px;
}
div#subscribe img.right {
	border:none;
}

h1 {
	margin:0;
	color:#2b3a67; 
	font-size:1.6em;
}
h2 {
	color:#8f96b2; 
	font-size:1.6em;
}
h3 {
	color:#2b3a67; 
}

div.linkitem {
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	float:left;
	border-bottom:solid 1px #cccccc
}
div.linkitem a.image {
	float:left;
	border:solid 1px black;
	margin-right:5px;
}

div.linkitem h3 {
	
	margin:0 0 10px 0;
	float:left;
	width:450px;
}
div.linkitem h3 a,
div.linkitem h3 a:link,
div.linkitem h3 a:visited {
color:#2b3a67; 
	text-decoration:none;
}
div.linkitem h3 a:hover {
	text-decoration:underline;
}
div.linkitem p {
	margin:0 0 5px 0;
	float:left;
	width:450px;
}

form#contact {
	background-color:#ffffff;
	background-image:url('/img/site/background_crest.gif');
	background-repeat:no-repeat;
	background-position:top;
	padding:10px;
	float:left;
	width:569px;
}
form#contact label {
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
	margin-left:20px;
}

form#contact div.leftfields {
	margin-bottom:20px;
}

form#contact input#submit {
	border:solid 1px #202f5c;
	background-color:#818aab;
	color:#202f5c;
}

div#clientlogin {
	background-image:url('/img/mac/login_background_trans.gif');
	background-repeat:repeat-x;
	
	float:left;
	width:482px;
	height:345px;
	margin:0;
}

div#clientlogin h1 {
	color:#ffffff;
	margin:20px 0 0 20px;
}
div#clientlogin p {
	color:#202f5c;
	line-height:20px;
	margin:5px 20px 5px 20px;
}
div#clientlogin label {
	display:block;
	float:left;
	width:100px;
}
div#clientlogin form {
	margin:40px 0 40px 0;
}
div#clientlogin form a {
	color:#ffffff;
	margin-left:20px;
	
}
div#clientlogin form input.submit {
	border:solid 1px white;
	background-color:#202f5c;
	color:#818aab;
	width:100px;
}

#loginnav {
	text-align:left; 
	color: #000; 
	font-family: arial, sans-serif; 
	font-weight:bold; 
	position:relative; 
	font-size:1em; 
	height:2.5em; 
	margin:23px 0 0 20px; 
	padding:0; 
	list-style-type:none;
	z-index:10;
}

#loginnav ul {
	font-family: arial, sans-serif; 
	padding:0; 
	margin:0; 
	list-style-type:none; /* for Firefox */
}

#loginnav li {
	padding:0; 
	margin:0; 
	float:left; 
	position:relative; 
	font-family: arial, sans-serif;
}

#loginnav li a, 
#loginnav li a:visited {
	display:block; 
	width:99px;
	text-decoration:none; 
	color:#2b3a67; 
	float:left; 
	
	height:29px; 
	
	background-image:url('/img/site/button.gif');
	background-repeat:no-repeat;
	margin:6px 3px 0 0;
	padding:7px 0 0 0;
	text-align:center;
}

* html #loginnav li a, #loginnav li a:visited {

}

#loginnav li a:active, 
#loginnav li a:hover {
	color:#fff;
	background-image:url('/img/site/button_over.gif');
	background-repeat:no-repeat;
}

div#intellitrax {
	border-left:solid 1px white;
	float:left;
	width:482px;
	height:345px;
	margin:0;
}

div#eventwidget {
	float:left;
	background-image:url('/img/cms/column_right_background_tra.gif');
	background-repeat:repeat-x;
	
}

div#eventwidget h3 {
	margin:0 0 0 0;
	padding:10px 0 5px 30px;
	font-weight:normal;
	font-size:13px;
	background-image:url('/img/site/button.gif');
	background-position:10px bottom;
	background-repeat:no-repeat;
	background-color:#6e7796;
	border-bottom:solid 1px white;
}

div#eventwidget div.eventitem {
	margin:0 0 20px 0;
	
}
div#eventwidget div.eventitem h4 {
	color:#202f5c;
	font-size:16px;
	margin:10px 0 5px 10px;
}
div#eventwidget div.eventitem img {
	margin-right:10px;
}
div#eventwidget div.eventitem p {
	color:#202f5c;
	margin:0 0 0 10px;
}
div#eventwidget div.eventitem a{
	color:#000000;
}

div#newswidget {
	float:left;
	width:100%;
	margin:0 0 0 0;
}

div#newswidget h3 {
	margin:0 0 0 0;
	padding:2px 0 0 0;
	font-weight:normal;
	font-size:13px;
	background-color:#6e7796;
	border-bottom:solid 1px white;
	color:#202f5c;
}
div#newswidget h3 a {
	display:block;
	height:23px; 
	width:99px;
	padding:6px 0 0 15px;
	margin:0 0 0 20px;
	font-weight:normal;
	font-size:13px;
	color:#202f5c;
	text-decoration:none;
	background-image:url('/img/site/button.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	
}
div#newswidget h3 a:hover {
	background-image:url('/img/site/button_over.gif');
	background-repeat:no-repeat;
	color:#ffffff;
}
div#newswidget div.newswidgetitem {
	margin:0 0 20px 0;
	
	overflow:hidden;
}
div#newswidget div.newswidgetitem h4 {
	color:#202f5c;
	font-size:16px;
	margin:10px 0 5px 20px;
}
div#newswidget div.newswidgetitem img {
	margin-right:10px;
}
div#newswidget div.newswidgetitem p {
	color:#202f5c;
	margin:0 20px 0 20px;
}
div#newswidget div.newswidgetitem a{
	color:#000000;
}

div.vacancylist {
	
}
div.vacancylist div.vacancyitem {
	border-bottom:solid 1px #202f5c;
	margin-bottom:10px;
	padding:0 0 20px 0;
}
div.vacancylist div.vacancyitem h3 {
	margin:10px 0 0 0;
}

div.vacancylist div.vacancyitem a {
	color:#202f5c;
	text-decoration:none;
}
div.vacancylist div.vacancyitem a:hover {
	text-decoration:underline;
}
ul#vacancycategories {
	list-style:none;
	margin:10px 0 0 10px;
	padding:0 0 0 0;
}
div.vacancylist div.vacancyitem p {
	margin:10px 0 0 0;
}
ul#vacancycategories li h4 {
	margin:20px 0 0 0;
	color:#202f5c;
	font-weight:bold;
	font-size:14px;
	display:block;

}

ul#vacancycategories ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0 0 0 0;
}
ul#vacancycategories ul li {
	margin:5px 0 0 0;
	width:auto;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}
ul#vacancycategories ul li a, 
ul#vacancycategories ul li a:visited {
	color:#ffffff;
}



div.vacancydetails{
	
	vertical-align: top;
	
}

div.vacancydetails h4 {
	margin:0 0 0 0;
	padding:7px 0 7px 10px;
	color:#ffffff;
	background-color:#202f5c;
	font-size:14px;
}

div.vacancydetails dl {
	
}

div.vacancydetails dl dt {
	display:block;
	border-bottom:solid 1px #ffffff;
	width:155px;
	margin:0 5px 0 5px;
	padding:0 0 0 15px;
	font-weight:bold;
	color:#202f5c;
}
div.vacancydetails dl dd {
	margin-bottom:20px;
	margin-top:5px;
}

div.vacancydetails ul {
	list-style:square;
	color:#202f5c;
	margin:30px 0 30px 10px;
	padding:0 0 0 20px;
}
div.vacancydetails div#attachments p {
	color:#202f5c;
	margin:0 10px 0 20px;

}
div.vacancydetails div#attachments a {
	text-align:center;
	display:block;
	
}
div.vacancydetails div#attachments img {
	display:block;
	margin:0 auto;
}

div.vacancyitem h1 {
	
	margin:0 20px 0 20px;
}
div.vacancyitem h2 {
	font-size:16px;
	margin:5px 20px 0 20px;
}
div.vacancyitem h3 {
	font-size:16px;
	margin:5px 20px 0 20px;
}
div.vacancyitem p {
	margin:0 20px 10px 20px;
}
div.vacancyitem dl {
	margin:0 20px 10px 20px;
}
div.vacancyitem dl dt {
	font-weight:bold;
	color:#202f5c;
}

.radiolabel label, 
.label label, 
.labelta label {
	font-weight:bold;
	color:#202f5c;
	vertical-align:top;
}

div.newsitem {
	float:left;
	width:540px;
	margin-left:20px;
	margin-top:20px;
	border-bottom:solid 1px #202f5c;
	padding-bottom:10px;
}
div.newsitem img {
	float:left;
	margin-right:10px;
}
div.newsitem div a {
	float:left;
	width:430px;
	color:#202f5c;
	text-decoration:none;
}
div.newsitem p {
	
	float:left;
}

p.lefttext {
	color:#202f5c;
	width:160px;
	margin-left:10px;
}

a.listlink {
	float:right;
	color:#202f5c;
	text-decoration:none;
}
a.listlink:hover {
	text-decoration:underline;
}

div.officenav ul {
	
	margin:10px 0 20px 0;
	padding:0 0 0 0;
	
	list-style:none;
	
}
div.officenav ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.officenav ul li a{
	background-image:none;
	border-bottom:solid 1px #ffffff;
	color:#ffffff;
	margin:0 0 0 10px;
	padding:3px 0 3px 0;
	text-align:left;
	float:left;
	width:160px;
	text-decoration:none;
}
div.officenav ul li a:hover {
	background-image:none;
	color:#202f5c;
	border-bottom:solid 1px #202f5c;
}

div#navigation-service {
	
	
}

div#navigation-service h3 {
	color:#ffffff;
	font-size:14px;
	background-color:transparent;
	padding:10px 0 10px 20px;
}

div#navigation-service ul.nav-service {
	list-style:none;
	margin:0;
	padding:0;
}

div#navigation-service ul.nav-service li {
	margin:0 0 10px 0;
}
div#navigation-service ul.nav-service li a {
	background-image:url('/img/site/secondnav.gif');
	background-repeat:no-repeat;
	display:block;
	margin-left:20px;
	padding:5px 0 5px 10px;
	color:#202f5c;
	text-decoration:none;
	
	
}
div#navigation-service ul.nav-service li a:hover {
	text-decoration:underline;
}

div#navigation-service ul.nav-service li ul {
	list-style:none;
	margin:0;
	padding:0;
	
}

div#navigation-service ul.nav-service li ul li {
	margin:0;
	padding:0;
}

div#navigation-service ul.nav-service li ul li a{
	background-image:none;
	display:block;
	width:145px;
	padding:0 0 0 10px;
	font-size:11px;
}

div#navigation-service div.flag {
	
	float:left;
	margin:5px 5px 5px 10px;
}
div#navigation-service div.flag p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	float:left;
	color:#202f5c;
}
div#navigation-service div.flag img{
	float:left;
	margin:0 5px 0 0;
	padding:0 0 0 0;
}

div.imagebar {
	margin-top:20px;
	float:left;
}

div.imagebar img {
	display:block;
	margin:5px auto;
	border:solid 1px #ffffff;
}

div.imagebar p {
	color:#ffffff;
	margin:20px;
	font-style:italic;
}

div.leftcontenttext {
	color:#ffffff;
}
div.leftcontenttext ul li a, 
div.leftcontenttext ul li a:visited {
	color:#ffffff;
	text-decoration:none;
}
div.leftcontenttext ul li a:active, 
div.leftcontenttext ul li a:hover {
	color:#202f5c;
	text-decoration:underline;
}
div.leftcontenttext ul {
	list-style:square;
	margin-left:20px;
	padding-left:10px;
}
div.leftcontenttext ul li {
	margin-bottom:5px;
}

div.leftcontenttext h3 {
	background-color:#202f5c;
	
}

div#navigation-casestudy {
	margin:0;
}
div#navigation-casestudy ul {
	color:#ffffff;
	list-style:square;
	margin:10px 10px 10px 10px;
	padding:0 0 0 20px;
}
div#navigation-casestudy ul li {

}
div#navigation-casestudy ul li a,
div#navigation-casestudy ul li a:visited {
	color:#ffffff;
	display:block;
	border-bottom:solid 1px #ffffff;
	padding:5px 0 5px 0;
	text-decoration:none;
}
div#navigation-casestudy ul li a:active,
div#navigation-casestudy ul li a:hover {
	color:#202f5c;
	border-bottom:solid 1px #202f5c;
}

/***** Useful Stuff *****/
.clearer { clear:both; }
.right { float:right; }
.left { float:left; }

.rightmargin10 {margin-right:10px;}

.leftmargin10 {margin-left:10px;}
.topmargin20 {margin-top:20px;}

.w50 {width:50px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}

.white {color:#ffffff;}