

/* css/base.css */



.clearfix:after,
div.contentForm div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfixleft:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}


body
{
	margin:0;padding:0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; 
	background:#fff;
	color: #000;
	background-color: #DEDBC5;
}

html { font-size: 100%;  }

#aspnetForm {
	margin:0 auto; padding:0 18px 10px 18px;
	background:#fff url(http://images.hays.com/library/images/wrapperCorner.gif) bottom right no-repeat;
	width:950px;
	color: #000;
}



a:link,
a:visited,
a:active {
	color:#003565;
}

a:hover {
	color:#6f9d20;
	text-decoration:underline;
}

a img {
	border:0;
}

a.img {
	text-decoration:none;
}

h1 {
	border-bottom:1px solid #c1d4e3;
	color: #003565;
	font-size:1.7em;
	margin:0 18px 9px 18px; 
	padding:18px 0 9px 0;
	position:relative;
	text-transform:uppercase;
}

h2 {
	font-size:1.7em;
	margin:18px 18px 9px;
	color: #003565;
	position:relative;
}

h3 {
	font-size:1.5em;
	margin:18px 18px 9px;
	color: #003565;	
}

h4{
	font-size:1.3em;
	margin:18px 18px 9px;
	color: #003565;	
}

p {
	margin:9px 18px; 
	padding:0;
	font-size:1.2em;
	line-height:1.5;
}

p.centre {
	text-align:center;
}

p img.alignLeft {
	float:left;
	margin: 0 9px 0 0;
}

p img.alignRight {
	float:right;
	margin: 0 0 0 9px;
}

ul {
	margin:9px 18px 9px 45px; padding:0;
}

ol {
	margin:9px 18px 9px 50px; padding:0;
}

li ol,
li ul {
	margin:0 0 0 18px;
}

li {
	font-size:1.2em;
	margin:2px 0; padding:0;
}

li p {
	margin:0; padding:0;
	font-size:100%;
}

li li {
	font-size:100%;
}


thead {
	background-color: #C2D4E4;
}



dl {
	margin:9px 18px; padding:0;
	font-size:1.1em;
	width:30em;
}

dl dt, 
dl dd {
	float:left;
	margin:0 0 1px 0; padding:0.2em 0.4em;
}

dl dt {
	background-color:#fff;
	width:9em;
}

dl dd {
	background-color:#fff;
	width:19em;
}

dl dt {
	font-weight:bold;
}

hr {
	height:1px;
	border:0;
	border-bottom:1px solid #C2D4E4;
	margin:9px 0;
}

h1.lc,
h2.lc {
	text-transform:none;
}



.hide {
	display:none !important;
}

.show {
	display:block !important;
}



p.associated,
p.soft,
p.message,
p.promise {
	color:#7EA4C9;
	font-size:1.1em;
}

p.associated 
{
	border-bottom:1px solid #C1D4E3;
	margin:-4px 18px 9px 18px; 
}

p.message {
	font-weight:bold;
}

p.promise {
	clear:both; padding:9px 0;
}

/* css/contentForm.css */


div.contentForm div { 
	margin:9px 18px;
	position:relative;
}

div.contentForm div div {
	margin:0;padding:0;
}



div.contentForm label {
	width:130px;
	float:left;	
	text-align:right;
	font-weight:bold;
	padding:0; margin:0 9px 0 0;
	font-size:1.2em;
}


div.contentForm input,
div.frmText input, 
div.frmFile input,
select, 
textarea {
	font-size:1.2em;
	width:220px;
	padding:1px 0;
}



div.formNav {
	border:1px solid #C2D5E4;
	border-width:1px 0 0 0;
	margin:0 18px; padding:6px 0;
	position:relative;
	clear:both;
}

div.formNav p {
	padding:0; margin:0;
}

div.formNav ul {
	padding:0; margin:0;
	float:right;
}

div.formNav ul li {
	list-style-type:none;
	float:left;
	margin:1px 4px 0 4px; padding:0;
}

div.formNav ul li.back {
	position:absolute;
	left:0;top:6px;
}

div.formNav ul li.back a:link,
div.formNav ul li.back a:visited,
div.formNav ul li.back a:active {
	background: transparent url(http://images.hays.com/library/images/btnBackToResults.gif) top left no-repeat;
	width:144px;height:13px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

div.formNav ul li.back a:hover {
	background-image: url(http://images.hays.com/library/images/btnBackToResultsOn.gif);
}

div.formNav ul li.save {
	border-right:1px solid #6F9D20;
	padding-right:8px;
}

div.formNav p.jobCount {
	color:#7EA4C9;
	font-weight:bold;
	float:left;
}

div#formNavBottom {
	border-bottom:0;
}

div.shortListControls {
	text-align:right;
	margin:0 18px; padding:9px 0;
	border-top:1px solid #C2D5E4;
}




div.contentForm label.salaryMinLabel,
div.contentForm label.salaryMaxLabel {
	display:inline;
	float:none;
	width:auto;
	margin:0;padding:0;
}

div.contentForm label.salaryMaxLabel {
	margin-left:16px;
}

div.contentForm select.salaryMin,
div.contentForm select.salaryMax {
	width:62px;
	display:inline;
	float:none;
	width:auto;
}



/* css/contentLayout.css */
#leftWrapper {
	float:left;
	width:733px;
}

#contentWrapper {
    width:523px;
    background:#fff url(http://images.hays.com/library/images/contentBgTop.png) top left no-repeat;
    margin:0 0 0 -6px; padding:0;
    float:left;
    position:relative;
    z-index:98;
	color:#000;
}

#content {
    background:transparent url(http://images.hays.com/library/images/contentBgBottom.png) bottom left no-repeat;
    margin:0; padding:9px 9px 27px 3px;
    min-height:395px;
}

#content h1 {
	font-size:1.7em;
	padding:18px 0 9px 0;
	text-transform:uppercase;	
	border-bottom:1px solid #c1d4e3;
	position:relative;
}

.wideRight #contentWrapper {
    width:740px;
    background-image: url(http://images.hays.com/library/images/contentBgTopWide.png);
}

.wideRight #content {
	background-image:url(http://images.hays.com/library/images/contentBgBottomWide.png);
}
.wideRight #leftAndContent {
	width:auto;
}

.wide #contentWrapper {
	margin-left:0;
	width:733px;
	background-image:url(../img/contentBgTopWideNoNav.png);
}

.wide #content {
	background-image: url(../img/contentBgBottomWideNoNav.png);
}


.superWide #contentWrapper {
	margin-left:0;
	width:950px;
	background-image:url(http://images.hays.com/library/images/contentBgTopSuperWide.png);
}

.superWide #content {
	background-image: url(http://images.hays.com/library/images/contentBgBottomSuperWide.png);
}

.superWide #content h1,
.wide #content h1 {
	font-size:3em;
	padding:10px 0 2px 0; 
	margin-bottom:0;
	border:0;
	text-transform:none;
}

.superWide #content h1 {
	border-bottom:1px solid #C2D4E4;
	margin-bottom:9px;
}

.wide #content h1 span {
	color:#7ea4c9;
	font-size:43%; 
	display:block;
	padding:3px 0 5px 0; margin:0;
}


#navLeft {
	width:216px;
	float:left;
	background-color:#BDB68A;
	position:relative;
	z-index:99;
	min-height:431px;
}

#navLeft h2 {
	font-size:1.7em;
	color: #003565;
	background-color:#bdb68a;
	text-transform:uppercase;
	padding:27px 15px 9px 15px;
	margin:0;
}

#navRight {
	float:left;
	width:217px;
	background-color:#fff;
}


/* css/masthead.css */


div#masthead {
	background:#fff url(http://images.hays.com/library/images/rightMastHead.jpg) top right no-repeat;
	border: 1px solid #C9D2D9;
	border-top:5px solid #003565;
	margin: 0 0 7px 0;
	color:#000;
    width:948px;
}

p#logo {
	margin:0;padding:0; 
	height:121px; width:321px;
	font-size:3em;
	color:#003565;
	background:transparent url(http://images.hays.com/library/images/logoMastHead.jpg) top left no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	float:left;	
}


div#masthead div#img {
	float:left;
	height:121px;
	width:413px;
	overflow:hidden;
	border-right:1px solid #C9D2D9;
}

div#masthead div#aboutMenu {
	width:213px; 
	float:left;	
}

div#masthead ul {
	margin:13px 0 0 0; padding: 0 0 0 20px;
}

div#masthead ul li {
	list-style-type:none;
	text-transform:uppercase;
	line-height:1.1;
	font-size:1.1em;
	padding-left:15px;
	background:transparent url(../img/orangeCorner.gif) left 2px no-repeat;
}


div#masthead ul li a:link,
div#masthead ul li a:visited,
div#masthead ul li a:active {
	text-decoration:none;
}

div#masthead ul li a:hover {
	color:#6f9d20;
	text-decoration:underline;
}

div#masthead div.countrySelect {
	margin:9px 20px 0 20px; padding:7px 0 7px 0;
	background: transparent url(http://images.hays.com/library/images/dotted.gif) top left repeat-x;
}


div#masthead div.countrySelect label {
    margin-bottom:3px;
	font-size:1.1em;
}

div#masthead div.countrySelect select {
    width:125px;
    margin-right:0;
    font-size:1em;
}
div#masthead div.countrySelect input {
	vertical-align:middle;
}


div#navTop {
	clear:both;
	background:transparent url(http://images.hays.com/library/images/topNavBackground.gif) top left no-repeat;
	position:relative;
    width:950px;
}

div#navTop ul {
	margin:0;padding:0 0 0 19px;
	list-style-type:none;
}

div#navTop ul li {
	margin:0;padding:0;
	list-style-type:none;
	display:block;
	float:left;
	height:30px;
	margin:0 0 0 1px;
}

div#navTop li a {
	display:block;
	float:left;
	height:30px;
	text-indent:-5000px;
	overflow:hidden;
	position:relative;
}

div#navTop li a:link,
div#navTop li a:visited,
div#navTop li a:active {
	color:#fff;
}

div#navTop li a:hover,
div#navTop li a.selected {
	color:#fff;
    background:transparent;
}

div#navTop li#looking4Job {
	width:155px;
	background:transparent url(http://images.hays.com/library/images/lookingForAJob.gif) 0 -30px no-repeat;
}

div#navTop li#looking4Staff {
	width:158px;
	background: transparent url(http://images.hays.com/library/images/lookingForStaff.gif) 0 -30px no-repeat;
}

div#navTop li#tempingWithHays {
	width:184px;
	background: transparent url(http://images.hays.com/library/images/tempingContracting.gif) 0 -30px no-repeat;
}

div#navTop li#contactHays {
	width: 115px;
	background: transparent url(http://images.hays.com/library/images/contactHays.gif) 0 -30px no-repeat;
}

li#looking4Job a {
	width:155px;
	background:transparent url(http://images.hays.com/library/images/lookingForAJob.gif) top left no-repeat;
}

li#looking4Staff a {
	width:158px;
	background: transparent url(http://images.hays.com/library/images/lookingForStaff.gif) top left no-repeat;
}

li#tempingWithHays a {
	width:184px;
	background: transparent url(http://images.hays.com/library/images/tempingContracting.gif) top left no-repeat;
}

li#contactHays a {
	width: 115px;
	background: transparent url(http://images.hays.com/library/images/contactHays.gif) top left no-repeat;
}

li#contactHays {
	position:absolute;
	top:0;left:749px;
}




/* css/footer.css */


div#footer {
	clear:both;
	background: #e0dfcc url(http://images.hays.com/library/images/footerTop.gif) top left repeat-x;
	padding:15px 10px 25px 10px;
	margin:10px 0 0 0;
}

div#footer ul {
	padding:0; margin:0;
	background-color:#e0dfcc;
}

div#footer ul li {
	display:block;
	float:left;
	font-size:1em;
	border-right:1px solid #003565;
	padding:0 10px;
}

div#footer ul li.pre-break,
div#footer ul li.last {
	border-width:0;
}

div#footer ul li#break1 {
	padding-left:70px;
}

div#footer ul li#break2 {
	padding-left:110px;
}


div#footer a:link,
div#footer a:visited,
div#footer a:active {
	text-decoration:none;
}



div#terms p {
	text-align:center;
	color:#999;
	margin:5px; padding:0;
	font-size:1em;
}

div#terms a:link,
div#terms a:visited,
div#terms a:active {
	text-decoration:underline;
}


/* css/iconLinks.css */


span.iconLink {
	display:block;
}

span.iconLink a {
	display:block;
	background:transparent url(http://images.hays.com/library/images/iconInfo.gif) top left no-repeat;
	padding:0 0 0.2em 25px;
	min-height:30px;
}
span.iconLink a:hover {
	background:transparent url(http://images.hays.com/library/images/iconInfoOn.gif) top left no-repeat;
}


h1 span.iconLink,
h2 span.iconLink {
	background:transparent url(http://images.hays.com/library/images/lightBlueVertDot.gif) 0 0 repeat-y;
	text-transform:none;
	font-weight:normal;
	position:absolute;
	top:0;right:0;
}

h1 span.iconLink,
h2 span.iconLink {
	height:2.6em;
}

h1 span.iconLink a {
	font-size:65%;
	padding:0.6em 0 0 40px;
	background-position:15px 10px;
	width:65px;
}
h1 span.iconLink a:hover {
	background-position:15px 10px;
}
h2 span.iconLink a {
	font-size:90%;
	padding:0.3em 0 0 40px;
	background-position:15px 5px;
	width:65px;
}
h2 span.iconLink a:hover {
	background-position:15px 5px;
}

div.superWide h1 span.iconLink {
	height:1.6em;
}

div.superWide h1 span.iconLink a {
	font-size:40%;
}



h1 span.showMap a {
	background:transparent url(http://images.hays.com/library/images/iconMap.gif) 15px 10px no-repeat;
}

h1 span.showMap a:hover {
	background:transparent url(http://images.hays.com/library/images/iconMapOn.gif) 15px 10px no-repeat;
}

h1 span.showList a {
	background:transparent url(http://images.hays.com/library/images/iconList.gif) 15px 10px no-repeat;
}

h1 span.showList a:hover {
	background:transparent url(http://images.hays.com/library/images/iconListOn.gif) 15px 10px no-repeat;
}

h1 span.allCats a,
h1 span.restartSearch a {
	background:transparent url(http://images.hays.com/library/images/iconBackArrow.gif) 15px 10px no-repeat;
}

h1 span.allCats a:hover,
h1 span.restartSearch a:hover {
	background:transparent url(http://images.hays.com/library/images/iconBackArrowOn.gif) 15px 10px no-repeat;
}

h2 span.showMapBlue a {
	background:transparent url(http://images.hays.com/library/images/iconMapBlue.gif) 15px 5px no-repeat;
}

h2 span.showMapBlue a:hover {
	background:transparent url(http://images.hays.com/library/images/iconMapBlueOn.gif) 15px 5px no-repeat;
}

h2 span.allEmployers a {
	background:transparent url(http://images.hays.com/library/images/iconShowAll.gif) 15px 5px no-repeat;
}

h2 span.allEmployers a:hover {
	background:transparent url(http://images.hays.com/library/images/iconShowAllOn.gif) 15px 5px no-repeat;
}

span.edit a {
	background:transparent url(http://images.hays.com/library/images/iconEdit.gif) top left no-repeat;
}

span.edit a:hover {
	background:transparent url(http://images.hays.com/library/images/iconEditOn.gif) top left no-repeat;
}

span.yourAccount a {
	width:14em;
	background:transparent url(http://images.hays.com/library/images/iconContact.gif) top left no-repeat;
}

span.yourAccount a:hover {
	background-image:url(http://images.hays.com/library/images/iconContactOn.gif);
}

span.jobAlert a {
	width:8em;
	background:transparent url(http://images.hays.com/library/images/iconJobAlert.gif) top left no-repeat;
}

span.jobAlert a:hover {
	background-image:url(http://images.hays.com/library/images/iconJobAlertOn.gif);
}

span.editAlert a {
	min-height:22px;
	padding-top:3px;
	font-size:95%;
	width:6em;
	background:transparent url(http://images.hays.com/library/images/iconEdit.gif) top left no-repeat;
}

span.editAlert a:hover {
	background:transparent url(http://images.hays.com/library/images/iconEditOn.gif) top left no-repeat;
}

span.viewDetails a {
	min-height:22px;
	padding-top:3px;
	font-size:95%;
	width:6em;
	background:transparent url(http://images.hays.com/library/images/iconInfo.gif) top left no-repeat;
}

span.viewDetails a:hover {
	background:transparent url(http://images.hays.com/library/images/iconInfoOn.gif) top left no-repeat;
}

span.viewAll a {
	background:transparent url(http://images.hays.com/library/images/iconListBlue.gif) top left no-repeat;
}

span.viewAll a:hover {
	background:transparent url(http://images.hays.com/library/images/iconListBlueOn.gif) top left no-repeat;
}






/* css/buttons.css */

p#btnSignIn a:link,
p#btnSignIn a:visited,
p#btnSignIn a:active {
	display:block;
	width:172px;
	height:13px;
	text-indent:-5000px;
	overflow:hidden;
	background: transparent url(http://images.hays.com/library/images/btnSignIn.gif) top left no-repeat;
}

p#btnSignIn a:hover {
	background-position:0 -13px;
}


p#btnSignOut a:link,
p#btnSignOut a:visited,
p#btnSignOut a:active {
	display:block;
	width:172px;
	height:13px;
	text-indent:-5000px;
	overflow:hidden;
	background: transparent url(http://images.hays.com/library/images/btnSignOut.gif) top left no-repeat;
}

p#btnSignOut a:hover {
	background-position:0 -13px;
}


a.backToResults:link,
a.backToResults:visited,
a.backToResults:active {
	background: transparent url(http://images.hays.com/library/images/btnBackToResults.gif) top left no-repeat;
	margin:auto;
	width:144px;height:13px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

a.backToResults:hover {
	background-position:0 -13px;
}


a.backToAccount:link, 
a.backToAccount:visited,
a.backToAccount:active {
    background-image:url(http://images.hays.com/library/images/btnBackToAccount.gif);
	display:block;    
    overflow:hidden;
    text-indent:-5000px;
    width:126px;height:13px;
}

a.backToAccount:hover{
    background-position:0 -13px;
}


p.hasLogin a:link,
p.hasLogin a:visited,
p.hasLogin a:active {
	background: transparent url(http://images.hays.com/library/images/btnAlreadyHaveALogin.gif) top left no-repeat;
	display:block;
	width:172px; height:13px;
	text-indent:-5000px;
	overflow:hidden;
	float:right;
}

p.hasLogin a:hover {
	background-position:0 -13px;
}


p.shortlistView a:link,
p.shortlistView a:active,
p.shortlistView a:visited {
	background: transparent url(http://images.hays.com/library/images/btnViewShortlist.gif) top left no-repeat;
	width:104px; height:13px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

p.shortlistView a:hover{
	background-position:0 -13px;
}

p.btnCreateLogin a {
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	background:transparent url(http://images.hays.com/library/images/btnCreateLogin.gif) top left no-repeat;
	width:140px;
	height:22px;
}

p.btnCreateLogin a:hover {
	background-image:url(http://images.hays.com/library/images/btnCreateLoginOn.gif);
}




/* css/linkList.css */


ul.links {
	margin:0 8px 0 10px; padding:0;
	list-style-image: url('../img/orangeCorner.gif');
	position:relative;
	left:13px;
}

ul.links li {
	list-style-type:none;
	/*background:transparent url(../img/orangeCorner.gif) 0 3px no-repeat;*/
	font-size:1.1em;
	padding:0 0 0 13px;
	padding:0;
	margin:4px 0;
}

ul.links li a:link,
ul.links li a:visited,
ul.links li a:active {
	text-decoration:none;
}


.linkAlone {
	background:transparent url(../img/orangeCorner.gif) 0 3px no-repeat;
	padding:0 0 0 13px;
	margin:4px 0 0px 10px;
	text-decoration:none;
}


#navRight ul.links li h3 {
	margin:0; padding:0;
	font-size:1em;
	text-transform:uppercase;
}

#navRight  ul.links li p {
	color:#003565;
}


#navRight div.contentLinks {
	background-color:#B6D0E7;
	margin:6px 0 6px 6px; padding: 0 0 12px 0
}

#navRight div.contentLinks h2 {
	text-transform:uppercase;
	font-size:1.2em;
	margin:0;padding:10px 15px;
	border-bottom:1px solid #80A4C8;
}

#navRight div.contentLinks ul.links {
	margin:0; padding:0;
}

#navRight div.contentLinks ul.links li {	
	margin:0; padding:5px 10px 5px 30px;
	background-position:15px 8px;
	background-color:#CFDFEF;
	border-bottom:1px solid #80A4C8;
}


#navRight div.contentLinks ul.links li.alt {
	background-color:#E7EFF7;
}


#navRight div.relatedLinks {
	background-color:#B6D0E7;
	margin:6px 0 6px 6px; padding: 0 0 12px 0
}

#navRight div.relatedLinks h2 {
	text-transform:uppercase;
	font-size:1.2em;
	margin:0;padding:10px 15px;
	border-bottom:1px solid #80A4C8;
}

#navRight div.relatedLinks h2 span {
	color:#fff;
	font-size:1.2em;
}

#navRight div.relatedLinks h3 {
	color:#000;
	font-size:1.1em;
	border-bottom:1px solid #7EA4C9;
	padding:5px 15px; margin:0;
	background-color:#CFDFEF;
	text-transform:uppercase;
}

#navRight div.relatedLinks ul.links {
	background-color:#E8EFF7;
	border-bottom:1px solid #7EA4C9;
	padding:5px 0;margin:0;
}

#navRight div.relatedLinks ul.links li {
	margin:0; padding:2px 10px 2px 28px;
	font-weight:bold;
	background-position:15px 5px;
}

#navRight div.relatedLinks p {
	font-size:1.2em;
	font-weight:bold;
}

#navRight div.relatedLinks p a {
	text-decoration:none;
}

#navRight div.relatedLinks p a:hover {
	color:#fff;
}


div#navLeft div.menuLinks {
	background-color:#dedbc5;
	padding-bottom:9px;
	border:1px solid #a39e82;
	border-width:1px 0;
}

div#navLeft div.menuLinks h3 {
	margin:0 18px 3px 18px; padding-top:9px;
}

div#navLeft div.menuLinks ul.links {
	margin:0 18px;
	position:relative;
}


#signIn ul.links,
#signOut ul.links {
	margin:9px 5px 9px 18px;
}

#signOut ul.links li {
	text-transform:uppercase;
	padding:0 0 0 15px; margin:0;
}


ul.help404 {
	margin-bottom:100px;
}
ul.help404 li {
	font-size:2em;
	color:#6F9D20;
}

/* css/shortlist.css */


div.shortlist {
	background-color:#bdb68a;
	padding-bottom:10px;
}

div.shortlist h2 {
	padding:28px 0 0 28px; margin:0 10px 0 15px;
	vertical-align:bottom;
	text-transform:uppercase;
	font-size:1.4em;
	background: transparent url(http://images.hays.com/library/images/iconShortlist.gif) bottom left no-repeat;
}

div.shortlist p.meta {
	color:#fff;
	font-weight: bold;
	font-size:1.1em;
	margin:5px 0 0 20px; padding:0;
}





div.shortlist p.shortlistSave {
	width:50px;
	float:left;
	padding:10px 0px 0 15px; margin:0;
	font-size:1.1em;
}

div.shortlist p.shortlistView {
	float:right;
	padding:10px 15px 0 15px; margin:0;
}



/* css/jobCats.css */

ul.jobCats {
	width:200	px;
	float:left;
	margin-left:18px;
}

ul.jobCats li {
	font-weight:bold;
}

/* css/searchForm.css */



div#searchForm {
	background-color:#DEDBC5;
	padding:9px 0;
	border:1px solid #a39e82;
	border-width:1px 0;
}

div#searchForm div.clearfix {
	margin-bottom:5px;
	padding-left:15px;
}

div#searchForm label {
	color: #003565;
	font-size:1.1em;
	line-height:1.7;
}

div#searchForm input,
div#searchForm select {
	padding:0;
}

div#searchForm p.tip {
	margin:0;padding:0;
	font-size:0.9em;
	color: #003565;
}

div#searchForm div.checkPerm,
div#searchForm div.checkTemp  {  
	float:left;
}

div#searchForm div.checkTemp {
	margin-left:13px;
}

div#searchForm select.selectJobCat,
div#searchForm select.selectLocation,
div#searchForm select.selectSalary,
div#searchForm select.selectSector,
div#searchForm select.selectAttribute {
	width:191px;
}

div#searchForm input.searchKeywords {
	width:186px;
}

div#searchForm div.inputLocation {
	float:left;
}

div#searchForm div.inputLocation input {
	width:120px;
}

div#searchForm div.selectMiles {
	float:left;
	margin-left:6px;
}

div#searchForm div.selectMiles select {
	width:60px;
}

div#searchForm label.salaryMinLabel,
div#searchForm label.salaryMaxLabel {
	display:block;
	float:left;
	width:46%;
}

div#searchForm select.salaryMin,
div#searchForm select.salaryMax {
	width:46%; float:left;
	margin:0;padding:0;
}

div#searchForm label.salaryMaxLabel,
div#searchForm select.salaryMax {
	margin-left:3%;
}

div#searchForm div.frmControls {
	text-align:right;
	padding: 0 7px 10px 0;
	margin:20px 0 0 0;
}



div#jobRefSearchForm {
	padding:9px 0 18px 15px;
}

div#jobRefSearchForm h3 {
	margin:0 0 5px 0; padding:0;
	color:#3a3830;
	text-transform:uppercase;
	font-size:1.2em;
}

div#jobRefSearchForm input.jobRefNo {
	width:147px;
}



div#candidateSearch {
	margin:0 0 0 6px; padding: 0 0 10px 0;
}

div#candidateSearch h2 {
	text-transform:uppercase;
	font-size:1.2em;
	margin:0 0 3px 0;padding:10px 15px 0 15px;
}

div#candidateSearch label {
	color: #003565;
	font-size:1.1em;
	line-height:1.6;
	width:auto;
	font-weight:normal;
	padding:0; margin:0;
	display:block;
}

div#candidateSearch div.clearfix {
	margin-bottom:5px;
	padding-left:18px;
}

div#candidateSearch input {
	width:170px;
}

div#candidateSearch select {
	width:174px;
}

div#candidateSearch p.tip {
	margin:0;padding:0;
	font-size:0.9em;
	color: #003565;
}

div#candidateSearch div.frmControls {
	text-align:right;
	padding: 0 15px 10px 0;
	margin:20px 0 0 0;
}

div#candidateSearch div.frmControls input {
	width:auto;
}






/* css/jobDetails.css */


div.jobDetails {
	background-color:#e7f0f7;
	border:1px solid #c2d5e4;
	border-width:1px 0;
	position:relative;
	padding:0 0 18px 0; margin:0;
}

div.jobDetails p.img {
	margin:0;padding:0;
	position:absolute;
	top:46px;left:375px;
}

div.jobDetails h2 {
	font-size:1.68em;
	padding:18px 18px 9px 18px; margin:0;
}

div.jobDetails span.jobArea {
	color:#78a5ce;
}










table.job {
	margin:0 18px;
	width:auto;
}

table.job th,
table.job td {
	background-color:#fff;
	font-size:1.1em;
	border:1px solid #E7F0F7;
	border-width:0 0 1px 0;
}

table.job th {
	text-align:left;
	color:#666;
	width:90px;
	padding:3px 10px;
}

table.job td {
	font-weight:bold;
	width:230px;
	padding:3px 0;
}

div.jobDetails p.shortlistAdd {
	position:absolute;
	bottom:15px; left:375px;
	padding:0; margin:0;
}

p.applyNow {
	margin:9px 18px 18px 0; padding:0;
	float:right;
	display:inline;
}


/* css/features.css */


div#features {
	clear:both;	
}
div#features ul {
	margin:0;padding:9px 0;
}
div#features ul li {
	display:block;
	float:left;
	margin: 0 14px 0 0; padding:0;
	list-style-type:none;
}
div#features ul li img {
	margin:0; padding:0;
}
div#features ul li.last {
	margin:0;
}

div#navRight div#features ul li {
	float:none;
	text-align:center;
	padding:0; margin:10px 0;
}


/* css/signInForm.css */

div#signIn,
div#signOut {
	background-color:#EBE7CE;
	margin:6px 0 6px 6px; padding: 0 0 6px 0;
}

div#signIn h2,
div#signOut h2 {
	margin:0 18px 9px 18px; padding:9px 0 0 0;
	font-size:1.4em;
}

div#signOut h2 {
	margin-bottom:0;
}

div#signOut p.userName {
	margin:0 18px; padding:0;
	font-weight:bold;
	color:#003565;
}

div#signOut p#notUser {
	margin:0 18px;padding:0 0 9px 0;
	font-size:1.1em;
	background: transparent url(http://images.hays.com/library/images/dotted.gif) bottom left repeat-x;
}

/* css/contentHome.css */

div.sHome h1 {
	margin-bottom:5px;
}

div.sectorHome h2 
{
	border-bottom:1px solid #c1d4e3;
	color: #003565;	
	font-size:1.4em;
	margin-bottom:5px;
	text-transform:uppercase;
	margin:0 18px 9px 18px; 
	padding:18px 0 9px 0;
	position:relative;
}

div.sectorHome p.promise 
{
	margin-top:5px;
}

/* css/contentJobCategory.css */


div.sJobCat div#content {
	background-image:url(http://images.hays.com/library/images/contentBgBottomBlue.png);
}

div.sJobCat h2 {
	padding:9px 0 9px 0; margin:0 18px 18px 18px;
	border-bottom:1px solid #C2D5E4;
	text-transform:uppercase;
	font-size:1.2em;
}

div.jobCatInfo {
	clear:both;
	background-color:#E6F0FA;
	border-top:1px solid #C1D4E3;
	position:relative;
}

div.empInfo h2 {
	padding:9px 0 25px 0; margin:0 18px 18px 18px;
	border-bottom:1px solid #C2D5E4;
	text-transform:uppercase;
	font-size:1.2em;
}

div.empInfo {
	clear:both;
	border-top:1px solid #C1D4E3;
	position:relative;
}



div.haysInfo {
	border-top:1px solid #C1D4E3;
	padding:0 0 9px 0;
}

div.haysInfo p {
	font-size:1.1em;
	color:#003565;
}


div.resultsByMap {
	position:relative;
	clear:both;
	background-color:#E6F0FA;
	border-top:1px solid #C1D4E3;
	margin-top:25px;
	padding-bottom:12px;
	min-height:194px;
}

div.resultsByMap p {
	font-size:1.1em;
	color:#003565;
}



/* css/employerLogos.css */
ul.employerLogos {
   margin:9px 18px 0 18px;padding:0 0 9px 0;
   text-align:center;
}

ul.employerLogos li {
	display:inline;
	list-style-type:none;
	margin:0; padding:0;
}

ul.employerLogos li a img {
    margin:0 5px 5px 0;
}

.borderlinks img{
border: 1px solid #e6f0fa;
}

.borderlinks:hover img{
border: 1px solid #003565;
}

.borderlinks:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

/* css/contentJobSearchResults.css */




div.spelling {
	margin-bottom:9px;
}

div.spelling p {
	border-bottom:1px solid #C1D4E3;
	font-weight:bold;
	padding-bottom:9px;
}

p.jobCount {
	color:#7ea4c9;
	font-weight:bold;
	margin:0 18px;
	font-size:1.1em;	
}


div.matchedCats {
	margin:9px 18px; padding:0 0 9px 0;
	border-bottom:1px solid #C2D4E4;
}

div.matchedCats ul {
	margin:4px 0; padding:0;
}

div.matchedCats ul li {
	display:inline;
	background-image:url(http://images.hays.com/library/images/orangeArrow.gif);
	background-position:left center;
	padding:0 0 0 10px; margin:0;
}

div.matchedCats p {
	margin:0;padding:0;
	line-height:normal;
	font-weight:bold;
	color:#003565;
}




ul.resultsNav {
    padding:0; margin:0 18px 9px 18px;
    clear:both;
	color:#003565;
}

ul.resultsNav li {
    margin:0;padding:0;
    font-size:1.1em;
    list-style-type:none;
    float:left;
    
}

ul.resultsNav li.pages {
    width:65%;
    text-align:center;
}

ul.resultsNav li.pages ul {
    margin:0; padding:0;
    display:inline;
}

ul.resultsNav li.pages ul li {
    display:inline;
    padding:0 2px;
    font-size:1em;
    float:none;
}

ul.resultsNav li.prev {
    width:20%;
}

ul.resultsNav li.next {
    width:15%;
    text-align:right;
}

ul.resultsNav li.back {
	width:65%;
	text-align:center;
}



div.jobSearchResult {
	border-bottom:1px solid #c2d4e4;
	margin:0 18px 9px 18px; padding:0 0 5px 0;
	color:#000;
}

div.jobSearchResult h2 a:link,
div.jobSearchResult h2 a:visited,
div.jobSearchResult h2 a:active {
	color:#003565;
}

div.jobSearchResult h2 a:hover {
	color:#6F9D20;
}

div.jobSearchResult h2,
div.jobSearchResult h3 {
	font-size:1.2em;
	padding:0; margin:0;
}

div.jobSearchResult h3,
div.jobSearchResult span.jobArea {
	color:#7ea4c9;
}

div.jobSearchResult p {
	margin:0; padding:0;
	line-height:1.3;
}

div.jobSearchResult p.logo {
	height:40px; width:105px;
	float:right; padding:0; margin:0;
}

div.jobSearchResult p.description {
	padding:5px 0;
}

div.jobSearchResult p.salary {
	font-size:1.1em;
}

div.jobSearchResult p.ref {
	width:100px;
	float:left;
	color:#7ea4c9;
	padding-top:3px;
	font-size:1.1em;
}

div.jobSearchResult p.add,
div.jobSearchResult p.remove {
	width:200px;
	float:right;
	text-align:right;
	font-size:1.1em;
}

div.searchResultsMap {
	margin:18px 18px 0 18px; padding: 0 0 18px 6px;
	border-bottom:1px solid #c1d4e3;
}


/* css/contactDetails.css */
div.contactWrapper {
	margin:9px 18px;
	clear:both;
}

div.contactWrapper h3 {
	font-size:1.36em;
	border:1px solid #e7f0f7;
	border-width:1px 0;
	margin:0;padding:9px 0;	
}

div.contactWrapper h3 {
	background:transparent url(http://images.hays.com/library/images/iconContact.gif) 0 6px no-repeat;
	padding:9px 0 9px 30px; margin:9px 0;
	color:#6F9D20;
	text-decoration:none;
}

div.contactWrapper div#contact {
	border-bottom:1px solid #e7f0f7;
}

div.contactWrapper p {
	font-size:1.1em;
	margin:9px 0 0 0; padding:0;
	clear:left;
}

div.contactWrapper span.phone {
	color:#6f9d20;
	font-size:1.36em;
}

div.contactWrapper p.address {
	margin-bottom:0;
}

dl.contact {
	width:18em;
	padding:0 0 9px 0; margin:3px 0 0 0;
	clear:left;
}

dl.contact dt {
	width:1.5em;
	padding:0;
}

dl.contact dd {
	width:16.5em;
	padding:0;
}



div.sContactResults div.contactWrapper {
	border-bottom:1px solid #C2D4E4;
	margin:0 0 9px 18px; padding:0 0 9px 0;
}

div.sContactResults div.contactWrapper p,
div.sContactResults div.contactWrapper dl {
	font-size:1.2em;
}

div.sContactResults div.contactWrapper p.address {
	margin:0;
}

div.contactAddresses {
	width:300px;
	float:left;
}

div.contactMap {
	width:600px;
	height:400px;
	margin:0 0 9px 18px;
	background-color:#eee;
	float:left;
}


/* css/contentContactForm.css */


div.sContactForm h2 {
	
	margin:0 18px 0 18px; padding:9px 0 0 0;
}

div.sContactForm h2.find {
	border-bottom: 1px solid #c2d4e4;
	padding:9px 0;
}

div.sContactForm h2.call,
div.sContactForm h2.email {
	color:#666;margin-left:36px
}

div.sContactForm h2.call span.phone {
	color:#6F9D20;
}

div.sContactForm h2.call strong {
	text-transform:uppercase;
	font-size:1.1em;
}

div.sContactForm p {
	color:#666;
	margin-left:36px;
	width:650px;
}

div.sContactForm div.contentForm label {
	color:#003565;
}



/* css/contentApplyForm.css */


div.sApplyForm div#content {
	background-image:url(http://images.hays.com/library/images/contentBgBottomWideNoNavBlue.png) !important;
}


div.sApplyForm div.contentForm  {
	background:#e7f0f7;
	border-top:1px solid #C2D5E4;
}

div.sApplyForm div.contentForm h2 {
	padding:9px 0; margin:0 18px;
	border-bottom:1px solid #C2D5E4;
	text-transform:uppercase;
	font-size:1.2em;
}

div.sApplyForm div.contentForm div.frmNote p {
	font-size:1.1em;
}

div.sApplyForm div.contentForm label 
{
	color:#003565;
}



div.sApplyForm div.contentForm div.frmFile,
div.sApplyForm div.contentForm div.frmTextarea {
	margin:40px 18px;
}


  
div.applyPopup {
	margin:0 auto !important;
	float:none !important;
	border:18px solid #fff;
}


/* css/contentSaveShortlistForm.css */


div#regHelp {
	width:300px;
	float:left;
}

div#regForm {
	width:400px;
	float:right;
	margin-right:9px;
}

div#regForm label {
	color:#003565;
}

/* css/contentThankYou.css */


div.sThankyou a:hover {
	text-decoration:underline;
}

div.sThankyou ol {
	margin:9px 18px 0 18px;padding:0;
	color:#666;
	list-style-position:inside;
}

div.sThankyou ol li {
	font-size:1.6em;
	font-weight:bold;
	border-top:1px solid #c2d4e4;
	padding:8px 0;
}

div.sThankyou div.contentForm {
	background-color:#E6F0FA;
	border:1px solid #C2D4E4;
	border-width:1px 0;
	padding:0; margin:9px 0;
}

div.sThankyou h2 {
	font-size:1.2em;
	text-transform:uppercase;
	margin:9px 18px 9px 18px; padding: 0 0 9px 0;
	border-bottom: 1px solid #c2d4e4;
}

div.sThankyou div.contentForm label {
	color:#003565;
}

div.sThankyou div.contentForm p.instructions {
	color:#666;
	width:450px;
}

div.sThankyou div.contentForm p.hasLogin {
	border-bottom: 1px solid #c2d4e4;
	padding: 0 0 9px 0;
}

div.sThankyou div.contentForm div.frmCheckbox label {
	font-weight:normal;
	color:#666;
}

dl.jobTypes {
	width:32em;
}

dl.jobTypes dt {
	width:8em;
	font-weight:normal;
}

dl.jobTypes dd {
	width:22em;
	font-weight:bold;
}



/* css/chooseLanguage.css */
div.chooseLanguage {
	background-color:#E6F0FA;
	margin:6px 0 6px 6px; padding:9px 0;
}

div.chooseLanguage h2 {
	color:#003565;
	text-transform:uppercase;
	font-size:1.2em;
	margin:0 18px;
}
div.chooseLanguage ul.links {
	margin:0 18px;
}




/* css/contentAccount.css */
div.sAccount #content {
    padding-bottom:40px !important;
}


div.sAccount div.section {
	position:relative;
    border:1px solid #C2D4E4;
    padding:9px 200px 9px 9px;
    margin:0 18px 9px 18px;
	background:transparent url(http://images.hays.com/library/images/bgContentShortlist.gif) top right repeat-y;    
}

div.sAccount h2 {
    margin:0; padding:0;
}

div.sAccount h3 {
    margin:9px 0 3px 0; padding:0;
    font-size:1.3em;
}

div.sAccount h3 a {
	text-decoration:none;
}


div.sAccount dl {
    width:470px;
    margin:9px 0 0 0; padding:0;
}

div.sAccount dl dt {
    width:230px;
    font-size:1.2em;
    margin:0; padding:0.2em 0;
}

div.sAccount dl dd {
    width:210px;
    margin: 0 0 9px 9px; padding:0.2em 0;
    font-size:1.2em;
}


div.sAccount table {
	margin:9px 0 0 0; padding:0;
}

div.sAccount table th,
div.sAccount table td {
	padding:9px 0;
	font-size:1.3em;
}

div.sAccount table th {
	text-align:left;
	width:200px;
	padding-right:9px;
}

div.sAccount p {
    margin:9px 0;
}

div.sAccount p.meta {
    margin:0;
	font-size:1.1em;
    color:#7EA4C9;
}

div.sAccount p.keyAction {
	position:absolute;
	top:40%;right:0;
	width:175px;
}



/* css/contentArticleList.css */
ul.articleList {
	margin:0 18px; padding:0;
}

ul.articleList li {
	list-style-type:none;
	margin:9px 0;
}

ul.articleList li h2 {
	margin:0;
	font-size:1.2em;
}

/* css/contentLoginCreated.css */
div.sLoginCreated a:hover {
	text-decoration:underline;
}

div.sLoginCreated h2 {
	font-size:1.2em;
	text-transform:uppercase;
	margin:9px 18px 9px 18px; padding: 0 0 9px 0;
	border-bottom: 1px solid #c2d4e4;
}

div.sLoginCreated div.info {
  border: 1px solid #c2d4e4;  
  border-width:1px 0;
  margin:0 18px; padding:18px 0;
}

div.sLoginCreated div.info p {
  margin:9px 0;
  position:relative;
}


/* css/contentActionList.css */



ul.actionList {
    margin:0 18px;
}

ul.actionList li {
    padding:9px 200px 9px 0; margin:0;
    list-style-type:none;
    background:#fff url(http://images.hays.com/library/images/bgContentShortlist.gif) top right repeat-y;
    position:relative;
    border:1px solid #C2D4E4;
    border-width:1px 0 0 0;
}

ul.actionList li a:link,
ul.actionList li a:visited,
ul.actionList li a:active {
    text-decoration:none;    
}

ul.actionList li h2 {
    font-size:1.41em;
    margin:0; padding:0;
}

ul.actionList li h2 span {
    color:#7EA4C9;
}

ul.actionList li h3 {
   font-size:0.9em;
   margin:0; padding:0;
   color:#000;
   font-weight:normal;
}

ul.actionList li dl, 
ul.actionList li p.description {
    margin:6px 0; padding:0;
}

ul.actionList dt {
    padding:0.2em 0;
}

ul.actionList li p.meta,
ul.actionList li p.remove,
ul.actionList li p.keyAction {
    padding:0;margin:0;
}

ul.actionList li p.meta {
    font-size:0.9em;
    color:#7EA4C9;
    float:left;
}

ul.actionList li p.remove {
    float:right;
}

ul.actionList li p.keyAction {
    position:absolute;
    top:40%; right:0;
    background: transparent;
    text-align:center;
    width:188px;
}

div.sYourAlerts ul.actionList li p.keyAction {
    width:100px;
    right:50px;
    text-align:left;
}

div.sYourApps ul.actionList li p.keyAction {
    width:100px;
    right:50px;
    text-align:left;
}



div.actionListNav {
    margin:0 18px; padding:0;
    border:1px solid #C2D4E4;
    border-width:1px 0 0 0;
    position:relative;    
}

div.actionListNav p {
    padding:6px 0; margin:0;
}

div.actionListNav p.meta {
    color:#7EA4C9;
    font-weight:bold;
}

div.actionListNav ul {
    position:absolute;
    top:7px;right:0;
    padding:0;margin:0;
}

div.actionListNav ul li {
    float:left;
    margin:0 0 0 9px;padding:0 9px 0 0;
    list-style-type:none;
    border-right:1px solid #9BCF45;
}

div.actionListNav ul li.last {
    border-right:0;
    padding:0;
}

div.actionListNav ul li a:hover {
    text-decoration:underline;
}

div.actionListNav p.back a:link, 
div.actionListNav p.back a:visited,
div.actionListNav p.back a:active {
    margin:0;
}












/* css/greenLinks.css */
div.contactWrapper a:link,
div.contactWrapper a:visited,
div.contactWrapper a:active,

div.sContactForm a:link,
div.sContactForm a:visited,
div.sContactForm a:active,

div.formNav a:link,
div.formNav a:visited,
div.formNav a:active,

div.jobSearchResult a:link,
div.jobSearchResult a:visited,
div.jobSearchResult a:active,

ul.resultsNav a:link,
ul.resultsNav a:visited,
ul.resultsNav a:active,

div.sThankyou a:link,
div.sThankyou a:visited,
div.sThankyou a:active,

div.sLoginCreated a:link,
div.sLoginCreated a:visited,
div.sLoginCreated a:active,

div.actionListNav ul li a:link,
div.actionListNav ul li a:visited,
div.actionListNav ul li a:active,

span.iconLink a:link,
span.iconLink a:visited,
span.iconLink a:active {
    color:#6F9D20;
	text-decoration:none;
}

div.contactWrapper a:hover,
div.sContactForm a:hover,
div.formNav a:hover,
div.jobSearchResult a:hover,
ul.resultsNav a:hover,
div.sThankyou a:hover,
div.sLoginCreated a:hover,
div.actionListNav ul li a:hover,
span.iconLink a:hover {
    text-decoration:underline;
}

/* microsite application forms styling */

#microsite { background-color: #fff; margin: 10px 0 10px 10px;}

#microsite p { margin: 10px 0 10px 10px; }

#microsite label {margin: 0 10px 0 30px; float: left; text-align: right; width: 100px; }
#microsite input select textarea { float: left;}
#micrositeFields div { padding: 8px 0 8px 0;}
#microsite .title { font-weight: bold; text-align: left; margin: 5px 0 5px 20px;}

.buttonRow { text-align: center;}

.recordInfo { font-size: 1.2em; line-height: 1.5; margin: 9px 18px; padding: 0pt; }

.recordInfo p {	font-size: 1.0em; padding: 0px; margin: 0px; }

.recordInfo li { font-size: 1.0em;}

/* new styles */
/* ======================================================================== */

#content h1 {
	display: block;
	border-bottom: 1px solid #c1d4e3; ;
}

#jobList, #newsList {
	background-color:#fff;
	padding:9px 0;
	padding-right:10px;
	border:1px solid #a39e82;
	font-size: 10px;
}
#jobList p, #newsList p {
	font-size: 11px;
}
#jobList ul, #newsList ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}
#jobList li, #newsList li {
	margin-left: 0px;
	text-indent: 0;
}
#jobList a, #newsList a {
	color: #003565;
}

#navLeft h3 {
	margin: 10px 10px; 0px; padding: 0px;
	font-size: 13px;
	text-transform: uppercase;
}

div.ssbanner {
	background: url(../img/bg_banner.jpg);
	width: auto;
	height: 176px;
	overflow: hidden;
}
div.ssbannertext{
	width: 328px;
	background-color: #ECE9D2;
	height: 200px;
	float: right;
	margin-top: 37px;
}

#content div.ssbannertext h1 {
	color: #2E251E;
	font-size: 12px;
	margin-top: 5px;;

}
#content div.ssbannertext p {
	color: #2E251E;
	font-size: 11px;
	margin-top: 0;
}
#content div.ssbannertext strong {
	color: #2E251E;

}

table.surveydata {
	margin:18px 18px;
	border-collapse: collapse;
	font-size:100%;
	width:95%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
table.surveydata caption {
	position: absolute;
	left: -9999px;
}
table.surveydata th, table.surveydata td {
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	padding: 4px;
	text-align: center;
}
th.sdgreen {
	color: #fff;
	background-color: #518400;
}
th.sdpurple {
	color: #fff;
	background-color: #0F1859;
}
th.sdgrey, td.sdgrey {
	background-color: #4D4D4D;
	color: #fff;
}
td.sdbeige {
	
	background: #EAE9DB url(../img/bg_beige.gif) repeat-x;
	height: 130px;
}
tr.alt {
	background-color: #F5F5F5;
}

table.graphs {
	border: none;
	width:99%;
}
table.graphs th, table.graphs td {
	margin: 0 10px;
	border-right: none;
	border-left: none;
}
table.graphs th {
	border-bottom: 1px solid #ABAB92;
	color: #11426C;
	font-size: 12px;
}

div.annotationwrap {
	float: right;
	width: 200px;
}
div.annotation {
	width: auto;
	margin: 0 25px 0 25px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 10px;
}
div.annotation p {
	font-size: 10px;
}

#navigationLeft
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigationLeft li {
	display: inline;
	margin: 0; padding: 0;
}

#navigationLeft li a {
	display: block;
	width: auto;
	background: #BDB68A;
	border-top: 1px solid #DEDBC5;
	color: #003569;
	padding: 3px 4px 3px 15px;
	text-decoration: none;
	font-size: 10px;
}

#navigationLeft li a:hover {
	background: #518400;
	color: #fff;

}

a.closechart
{
	clear: both;
	display: block;
	width: 60px;
	padding: 4px;
	text-align: center;
	background: #878679;
	color: #fff;
	margin-left: auto;
	text-decoration: none;
}





