/* Start of CMSMS style sheet 'New Styles' */
* {
margin:0;
padding:0;
}
a {
text-decoration:none;
color:#333333;
}
a:hover {
	color: #406B86;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/paperbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
border-top:1px solid #CCCCCC;
font-size:11px;
margin-bottom:10px;
margin-top:21px;
padding-top:10px;
text-align:right;
}
#footer a{
margin-right:10px;
margin-left:10px;
}
#menu {
	list-style-type: none;
	position: absolute;
	left: 410px;
	top: 195px;
	width: 641px;
	background-color:#FFFFFF;
}
#menu li {
	float: left;
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	margin-right: 3px;
	position: relative;

}
#menu ul {
	position: absolute;
	left: -999em;
	top: 20px;
	width: 141px;
	height: 65px;
}
#menu li:hover ul {
	left:auto;
}
#menu ul li {
	float: inherit;
	list-style: none;
	background-color: #FFFFFF;
width:120px;
}


#menu a {
	color: #000000;
	text-decoration: none;
}
#menu div {
	height: 18px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

#menu li.current {
	float: left;
	background-image: url(images/menubg_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #191919;
	text-align: center;
	margin-right: 3px;
}
#menu li.current  a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li.current  div {
	height: 18px;
	background-image: url(images/menubg_left.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
}


#menu ul li.current {
background-image:none;
	float: inherit;
	list-style: none;
	background-color: #FFFFFF;
}
#menu ul li.current a{
color: #000000;
	text-decoration: none;
}
#menu ul li.current div{
background-image:none;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

.oneColFixCtr #container {
	width: 1016px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header {
	height: 250px;
	background-image: url(images/map.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
}
#subheader {
	height: 175px;
	background-color: #1A1A1A;
	margin-bottom: 30px;
}
#logo {
	position: absolute;
	left: 7px;
	top: 162px;
}
.oneColFixCtr #mainContent {
}
#rightcol {
	float: right;
	width: 290px;
}
#leftcol {
	margin: 0 300px 0 100px;
}

#leftcol ul{
	list-style:none;
margin-left:10px;
margin-bottom:10px;
}

#leftcol p,#rightcol p{
	margin-bottom:10px;
}
#rightcol .inner {
	padding-left: 20px;
	padding-right: 40px;
}
#leftcol h2, .boxheader {
	background-image: url(images/cubebg_blue.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	padding-top: 20px;
	padding-left: 25px;
	margin-left: -25px;
}
.green {
background-image: url(images/cubebg_green.gif);
}
#flashheader {
	position: absolute;
	left: 77px;
	top: 270px;
}
.colourgreen {
	color: #449085;
}
.sub {
	font-size: 10px;
}
#rightcol .inner div {
	margin-bottom: 10px;
}
.clearboth {
	clear: both;
}
.hide {
display:none;
}

.JobSummary {
list-style:none;
}

/* End of 'New Styles' */

