/* [%-# @(#)global.css	1.3 16:33:38,09/02/09 (yy/mm/dd) -%] */

/* *****************************************************************************
	Imports
***************************************************************************** */

	@import url(custom.css);
	@import url(navigation.css);
	@import url(forms.css);
	
/* *****************************************************************************
	Globals
***************************************************************************** */

	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		margin:0;
		padding:10px 0;
		font-size:70%;
		text-align:center;
	}
	
	a, a:link, a:active, a:visited {
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}
	
	img, form, fieldset {
		border: none;
	}

	label{
		cursor: pointer;
	}

	div.clear {
		clear: both !important;
		visibility: hidden !important;
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		font-size: 1px !important;
		height: 1px !important;
		width: 1px !important;
		float: none !important;
	}
	
	.clearfix: after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	.clearfix {display: inline-table;}
	
	hr {
		clear: both;
		border: none;
		color: transparent;
		background-color: transparent;
		height: 1px;
		padding: 2px 0;
		margin: 2px 0;
	}
	
	ul#Accessibility {
		position: absolute;
		top: -5000px;
	}
	
	h1 {
		clear: both;
		font-size: 170%;
		margin: 0 0 .5em 0;
		padding: 0 0 5px 0;
	}
	
	h1 em {
		font-size: 90%;
		font-style: normal;
		font-weight: normal;
	}
	
	h2 {
		font-size: 120%;
		margin: .2em 0;
		clear: both;
	}
	
	h3 {
		font-size: 120%;
		margin: 0 0 .5em 0;
		padding: 0;
	}
	
	h4 {
		margin: 0;
		padding: .3em 0;
		font-size: 100%;
	}
	
	p {
		margin:0 0 1em 0;
	}
	
	.error {
		color: #F00;
	}

	/*****************************************************************
		Warning - box for clients/candidates to change salary range
	****************************************************************** */

	div.alert {
		 background: #e5e5ef url(/images/general/alertwarning.gif) no-repeat 5px 6px;
		 border: 2px solid #326497;
		 height: 35px;
		 margin: 0.5em 0 0.5em 0;
		 padding: 0.4em;
		 clear: both;
	}
	
	div[class].alert {
		height: auto;
		 min-height: 35px;
	}

	div.alert p, div.alert ol, div.alert li{
		margin: .2em 1px .1em 45px;
		padding: 0;
	}

	div.alert.alertWarning {
		background-image: url(/images/general/alertwarning.gif);
	}

	/* Message Alert */
	div.alert.alertMessage{
		background-image: url(/images/general/alertmessage.gif);
	}

	/* Error Alert */
	div.alert.alertError {
		background-image: url(/images/general/alerterror.gif);
	}

	/* Information Alert */
	div.alert.alertInfo {
		background-image: url(/images/general/alertinfo.gif);
	}

	ul, dl {
		margin: 10px 0 1em 20px;
	}
	
	ol {
		margin: 0 0 1em 40px;
	}
	
	ol li {
		margin: 0 0 .5em 0;
	}
	
	dt {
		font-weight:bold;
	}
	
	dd {
		margin: 0 0 .5em 3em;
	}
	
	p em {
		font-style:normal;
	}
	
	p .banner {
		right: 0;
		position: absolute;
		margin-top: 48px;
	}
	
	.expiringToday {
		color: #7BC618;
	}
	
	.expired {
		color: #f00;
	}
	
	.right {
		text-align: right;
	}

	p.right {
		text-align: right;
		margin: 8px 0 !important;
	}
	
	.required {
		font-size: 120%;
		line-height: 75%;
		font-weight: bold;
	}
	
	.active {
		color: #000;
	}

	.basicborderbox {
		padding: 1px;
	}
	
	
	.center td, .center th, .center {
		text-align: center !important;
	}
	
	.right td, .right th {
		text-align: right !important;
		
	}
	
	.disabled_text {
		color: #c0c0c0;
	}
	
	.large {
		font-size: 120%;
	}

/* *****************************************************************************
	Overide the <th> style block
***************************************************************************** */

	body.heading1 h3 strong,
	body.heading1 th strong,
	body.heading1 th label {
		display: inline;
	}
	
	body.heading2 h3 strong,
	body.heading2 th strong,
	body.heading2 th label {
		display: block;
	}

/* *****************************************************************************
	Containers
***************************************************************************** */

	#wrapper{
		width:776px;
		padding:0;
		margin:0 auto;
		text-align:left;
	}

	#content{
		width:100%;
	}

/* *****************************************************************************
	standard buttons
***************************************************************************** */
	a.button {
		font-weight: bold;
		cursor: pointer;
		cursor: hand;
		padding: 4px 5px;
		margin: 2px 0;
		line-height:120%;
		width: auto !important; /* MAC IE5 specific value - overridden below */
	}
	
	a.button:link,
	a.button:visited,
	a.button:hover,
	a.button:active {
		text-decoration: none;
	}

	/* *************************************************************************
		Clear button align at the top
	************************************************************************* */
	
		a.clear_loc_button {
			font-weight: bold;
			cursor: pointer;
			cursor: hand;
			padding: 2px 5px;
			margin: 2px 0;
			line-height:120%;
			text-decoration:none !important;
			width: auto !important; /* MAC IE5 specific value - overridden below */
		}

		a.clear_loc_button:hover{
			text-decoration:none !important;
		}

/* *****************************************************************************
	(?) Question mark help buttons
***************************************************************************** */

	a.help {
		position: relative;
		float: left;
		width: 15px;
		height: 15px;
		background-repeat: no-repeat;
		overflow: hidden;
		text-decoration: none;
	}
	
	html body a.help span {
		display: block;
		position: absolute;
		top: -5000px;
	}
	
	p.help {
		font-size: 90%;
		text-align: right;
		clear:both;
	}
	
	p.help a {
		float: right;
		display: block;
		width: 15px;
		height: 15px;
		text-align:left;
		text-indent: -5000px !important;
		overflow: hidden;
		text-decoration: none ;
	}

/* *****************************************************************************
	2 panel boxes consisting of forms, and different color backgrounds
***************************************************************************** */

	/* *************************************************************************
		First Style
	************************************************************************* */

		div.box {
			width: 776px;
			clear: both;
			overflow:hidden;
		}
		
		div.box div {
			padding: 0 0 0 5px;
			margin: .5em 0 0 0;
			float: left;
			width: 47%;
		}
		
		div.box form {
			float: right;
			margin: 0;
			padding: .8em 0 .8em 5px;
			width: 51%;
			background-color: #ecf7fa;
		}
		
		div.box form h3, 
		div.box div h3 {
			margin: .5em 0 .3em 0;
		}
		
		div.box form input {
			margin: .2em 0;
			width: 170px;
		}
		
		div.box form input.submit {
			width: 2em;
			float: none;
			margin: 10px 0 0 23px;
		}
		
		div.box form fieldset {
			border: none;
			padding: 0;
		}
		
		div.box form label input {
			margin: 0;
			width: auto;
		}
		
		div.box table {
			width: 100%;
		}
		
		div.box ol {
			width: 715px;
		}

	/* *************************************************************************
		Second Style
	************************************************************************* */

		div.box2 {
			overflow:hidden;
		}

		div.box2 div.box2a form {
			width: 350px;
		}
		
		div.box2 div.box2a form fieldset {
			border: none;
		}
		
		div.box2a form fieldset label input.submit {
			width: auto;
			float: none;
		}

		/* *********************************************************************
			Shortcut links on client home box
		********************************************************************* */

			div.box2 div {
				float: left;
				width: 325px;
				margin: 1em 20px 1em 0;
				padding:0 0 10px 0;
			}
			
			div.box2 div.box2a {
				float: left;
				width: 350px;
				margin: 1em 20px 0 0;
				border: none;
			}
			
			div.box2 div h4 {
				font-size: 100%;
				margin: .5em 0 .5em .5em;
			}
			
			div.box2 div p, 
			div.box2 div h3 {
				margin: .5em 0 .5em 0;
			}
			
			div.box2 div ul {
				padding: 0 0 0 .5em;
				margin: 0 0 .5em 2.5em;
			}
			
			div.box2 div ul li {
				font-weight: bold;
				list-style-type: decimal;
				margin: 0 0 .5em 0;
			}
			
			div.box2 div ul li a {
				font-weight: normal;
			}
			
			div.box2 div.box2a ul {
				list-style-type: none;
				padding: 0;
				margin: 0;
				font-weight: normal;
			}
			
			div.box2 div.box2a ul li {
				list-style-type: none;
				margin: 0 0 1.2em 0;
			}
			
			div.box2 div.box2a ul li a {
				font-weight: normal;
			}

	/* *************************************************************************
		Third Style
	************************************************************************* */

		div.box3 {	
			border-width: 1px 0;
		}
		
		div.box3 div {
			float: left;
		}
		
		div.box3 div.first {
			width: 55%;
			padding: 10px 10px 20px 10px;
		}
		
		div.box3 div.first div.column {
			padding-right: 3px;
			float: none;
		}

		div.box3 div.second {
			width: 39%;
			padding: 10px 10px 0 10px;
		}
		
		div.box3 div.first p {
			margin: 0.5em 0;
		}
		
		div.box3 div.second p {
			margin: 0 0 0 1em;
		}
		
		div.box3 div.second div.column {
			width: 47%;
		}
		
		div.box3 div.second div.column label {
			display: block;
			margin: .2em 0;
		}
		
		div.box3 div.first hr, 
		div.box3 div.second hr {
			margin: .8em 0;
		}

	/* *************************************************************************
		Fourth Style
	************************************************************************* */
		
		div.box4 {
			width: 776px;
		}
		
		div.box4 div {
			float: left;
			width: 48%;
			margin: .5em 10px 10px 0;
		}

		div.box4 form {
			padding: 0;
			margin:0;
			width:346px;
		}
		
		div.box4 div fieldset {
			padding: 10px 0;
			margin:0;
			border: none;
			width:346px;
		}

		div.box4 div fieldset label {
			padding: 3px 20px;
		}
		
		div.box4 div fieldset input {
			margin: 0 0 10px 20px;
			width: 220px;
		}
		
		div.box4 div fieldset input.submit {
			width: auto;
			float: none;
			padding: 2px 5px !important;
			margin-left: 5px;
		}

		div.box4 div fieldset a {
			padding: 0;
			margin: 0 0 0 20px;
		}

	/* *************************************************************************
		Fifth Style
	************************************************************************* */

		div.box5 {
			border-width: 1px 0;
		}
		
		div.box5 div.first {
			float: left;
			width: 50%;
		}
		
		div.box5 div.second {
			float: right;
			width: 49%;
		}
		
		body#copyright div.box5 div.second,
		body#copyright div.box5 div.first {
			padding: 1em;
		}
	
		div.box5 div.second p{
			padding: .5em 0 0 1em;
		}

		div.box5 div.first p {
			padding: .5em 1em 0 0;
		}
		div.box5 div.first p a:hover{background:none;}
		div.box5 div.second h3 {
			padding: .5em 0 0 1em;
		}

/* *************************************************************************
	Box Styles
************************************************************************* */	
		
	div.box6{
		margin: 0 0 1em 0;
		position: relative;
	}

	div.box6 h3{
		margin: 0;
		padding: 4px 9px;
	}

	div.box6Wrap{
		padding: 8px;	
	}
			
	div.box7{
		margin: 0 0 1em 0;
		position: relative;
	}

	div.box7 h3{
		margin: 0;
		padding: 4px 9px;
		text-align: left;
	}

	div.box7Wrap{
		padding: 8px;
	}		

	div.box7Wrap div {
		padding: 5px 0;
	}
		
/***************************************************************
	Faux column sets
***************************************************************/

	div.colSet1-a{
		float: left;
		margin: 0 10px 0 0;
		width: 160px;	
	}

	div.colSet1-b{	
		float: right;
		overflow:hidden;
		position: relative;
		width: 440px;
	}

/* *****************************************************************************
	Label column layout - for use on forms
***************************************************************************** */

	.label-columns {
		margin: .8em 0 0 0;
	}
	
	.label-columns span {
		display: block !important;
	}

	body#advanced-search .label-columns span{
		float: left !important;
		display: inline !important;
		margin: 0 10px 0 0;
		width: 190px;
	}
	
	.label-columns label {
		clear: both !important;
		float: left !important;
		display: block !important;
		width: 70px !important;
		padding:2px 23px;
	}
	
	body#advanced-search .label-columns label {
		width: 53px !important;
	}
	
	.label-columns select {
		width: 150px !important;
		margin: 0 0 5px 23px;
	}
	
	table td .label-columns,
	table th .label-columns {
		font-size: 1.2em !important;
	}

/* *****************************************************************************
	Table - General
***************************************************************************** */

	table {
		margin: 1em 0;
		width: 100%;
		clear: both;
	}
	
	table,
	table th,
	table td {
		border: none;
		border-collapse: collapse;
	}
	
	table th {
		font-weight: bold;
		text-align: left;
	}
	
	table th,
	table td {
		padding: .3em 4px;
		vertical-align: top;
	}
	
	table td a em {
		font-style: normal;
		padding-top: .5em;
		display: block;
		text-decoration: underline;
	}
	
	fieldset table td label {
		display: none;
	}
	
	fieldset table td input {
		margin: 0;
		width: 30px;
	}
	
	fieldset table td input.checkbox,
	fieldset table td input.radio {
		border: none;
		margin: 0 3px !important;
		padding: 0;
		width: 14px;
	}


/* *************************************************************************
		Table
		This overrides the 100% width that is given on the table selector
		All new table classes should be added to this
************************************************************************* */

		table.colHighlight,
		table.rlAdmin,
		table.newRecruit,
		table.results,
		table.cvResult,
		table#agency_data_main {
			width: 776px !important;
		}

/* *****************************************************************************
	Table - colhighlight
***************************************************************************** */

	table.colhighlight, 
	table.colHighlight {
		border: none;
		font-size: 100%;
		width: 776px;
	}
	
	table.colhighlight th, 
	table.colHighlight th {
		font-weight: normal;
		border-width: 0 0 1px 0;
	}

	table.colhighlight th label em, 
	table.colHighlight th label em {
		line-height: 75%;
		font-weight: bold;
	}
	
	table.colhighlight td, 
	table.colHighlight td {
		width: 54%;
		padding-left: 8px;
	}
	
	table.colhighlight td.leftSide, 
	table.colHighlight td.leftSide {
		width: auto;
	}

	table.colhighlight td.leftSide label, 
	table.colHighlight td.leftSide label {
		width: auto;
		padding: 0 15px 0 0;
	}

	table.colhighlight h2, 
	table.colHighlight h2 {
		padding: .05em 0;
	}
	
	table.colhighlight span, 
	table.colHighlight span {
		font-size: 80%;
		font-weight: normal;
	}
	
	table.colhighlight td div.column, 
	table.colHighlight td div.column {
		float: left;
		width: 185px;
	}
	
	table.colhighlight tr.line td, 
	table.colHighlight tr.line td {
		border-width: 0 0 1px 0;
		padding: 0;
		margin: 0;
		height: 0;
	}

	td#searchTerms fieldset ul {
		width: auto;
		margin: 0;
		padding: 0;
	}

	td#searchTerms fieldset ul li {
		list-style: none;
		margin: 0;
		padding: 1px;
		display: block;
		overflow: hidden;
		position: relative;
	}

	td#searchTerms fieldset li label {
		padding-left:27px;
		position:relative;
		width:90%;
	}

	td#searchTerms fieldset ul li span {
		display:block;
		font-size:85%;
		padding:0.2em 0 0 0;
		position:absolute;
		right:10px;
		text-align:right;
		top:0;
	}

	td#searchTerms fieldset ul li a {
		display:block;
		font-size:85%;
		font-weight:bold;
		margin:0 0 0 25px;
		padding:0 0 0 10px;
		text-decoration:none;
	}

	td#searchTerms fieldset li label input.checkbox[class="checkbox"] {
		left:5px;
		top:3px;
	}

	td#searchTerms fieldset li label input.checkbox {
		left:2px;
		position:absolute;
		top:0;
	}

/* *****************************************************************************
	Scolling links
***************************************************************************** */

	ul#scroll {
		border-width: 1px 0;
		margin: 0;
		padding: 1em 0 1.25em 0;
		text-align: center;
	}
	
	ul#scroll li {
		display: inline;
		text-align: left;
	}
	
	ul#scroll li a {
		padding: 0;
		margin: 0 .3em;
	}
	
	ul#scroll li strong {
		padding: 0 .3em;
	}

/* *****************************************************************************
	Products and services list
***************************************************************************** */

	div#product ul {
		list-style-type: none;
	}

/* *****************************************************************************
	Advertisment images
***************************************************************************** */

	.advertimages div {
		float: left;
		display: block;
	}
	
	.advertimages div p {
		text-align: center;
		width: 300px;
	}
	
	.advertimages div a img {
		text-align: center;
		padding: 0;
		margin: 0 5em 1em 5em;
	}

/* *****************************************************************************
	Back To Top Buttons
***************************************************************************** */

	/* *************************************************************************
		1st
	************************************************************************* */
	
		.backToTop p {
			padding: 1.5em 1em 0 0;
			height: 21px;
			text-align: right;
			background-position: top right;
			background-repeat: no-repeat;
		}

	/* *************************************************************************
		2nd
	************************************************************************* */
	
		.backToTop2 {
			width: 8em;
			float: right;
			margin: 5px 0;
			clear: both;
		}
		
		.backToTop2 p {
			padding: 0;
			margin: 0 0 1px 0;
		}
		
		.backToTop2 p a {
			font-size: 80%;
			display: block;
			padding: 2px 18px 2px 4px;
			text-decoration: none;
			background-position: right top;
			background-repeat: no-repeat;
		}

/* *****************************************************************************
	Horizontal buttons list
***************************************************************************** */

	div#hButton {
		text-align: left;
		padding: 1em 0 1.25em 0;
	}
	
	div#hButton ul {
		margin: 0;
		padding: 0;
	}
	
	div#hButton ul li {
		display: inline;
		padding: 0 .3em;
	}

/* *****************************************************************************
	Two column lists
***************************************************************************** */

	.columnleft {
		width: 48%;
		float: left;
	}
	
	.columnleft div h4 {
		font-size: 100%;
	}
	
	.columnleft div ul li {
		font-size: 95%;
	}

/* *****************************************************************************
	Stop the display of background images
***************************************************************************** */

	body.nobg {
		background: #fff;
	}
	
	body.nobg #container,
	body.nobg #wrapper,
	body.nobg #header { 
		background-image: none;
	}
	
	body.nobg #logo {
		top: 10px;
	}
	
	body.nobg #header {
		height: 110px;
	}

/* *****************************************************************************
	Stop the navigation showing
***************************************************************************** */

	body.nonav #nav {
		display: none !important;		
	}

	body.nonav #header {
		margin: 0;
		padding:0;
	}
	
	body.nonav #header {
		padding: 1em 0 0 0;
	}

	body.nonav h1{
		margin-top:6px;
	}

/* *****************************************************************************
	Stop the page footer showing
***************************************************************************** */

	body.nofoot {
		padding-bottom: 4em; 
	}
	
	body.nofoot #footer {
		display: none;
	}

	iframe.frame-display {
		border: 0;
		height: 600px;
		padding: 0;
		width: 733px;
	}

	body#cvDisplay iframe.frame-display {
		height: 600px;
		width: 100%;
	}

	body#cvDisplay #wrapper{
		padding: 0;
		min-height: 0;
	}

	body#ins_vac iframe.frame-display{
	    height: 500px !important;
		margin: 0 0 1em 0;
	}

/* *****************************************************************************
	Sidelinks - Floats a div to the right with links in
***************************************************************************** */

	div.sideLinks {
		float: right;
		width: 160px;
		text-align: left;	
		margin: 0 0 .5em .5em;
		font-size: 90%;
	}
	
	div.sideLinks h4 {
		background: #4492b3;
		padding: 4px;
		margin: 0 0 .2em 0;
		font-size:120%;
	}
	
	div.sideLinks div {
		padding: 6px;
	}
	
	div.sideLinks hr,
	div.sideLinks p {
		margin: .5em 0;
	}

/* *****************************************************************************
	Four column list element
***************************************************************************** */

	ul.four-col-list {
		clear: both;
		list-style-type: none;
		margin: 0 0 1em 40px;
		padding: 0;
	}
	
	ul.four-col-list li {
		font-weight: bold;
		float: left;
		width: 24%;
	}
	
/* *****************************************************************************
	Page Specifics
***************************************************************************** */

	/* *************************************************************************
		Table - rlAdmin used for rl_admin
	************************************************************************* */

		table.rlAdmin {
			border-left: none;
			border-right: none;
			width: auto;
			font-size: 100%;
		}
		
		table.rlAdmin th {
			font-weight: bold;
			font-size: 100%;
			text-align: center;
			vertical-align: bottom;	
			width: auto;
		}
		
		table.rlAdmin tr th a {
			text-decoration: underline;
		}

		table.rlAdmin tr td {
			border: none;
			width: auto;
		}
		
		table.rlAdmin tr.checked td {
			text-align: center;
		}
		
		table.rlAdmin tr.checked td input {
			cursor: pointer;
			margin: 0;
			width: auto;
			float: none;
		}
		
		table.rlAdmin tr td input {
			width: auto;
			border: none;
		}
		
		table.rlAdmin tr td input.submit {
			width: auto;
			float: none;
		}

		table.rlAdmin tr td.status {
			text-align: center;
		}

	/* *************************************************************************
		Table - newRecruit used for rl_admin
	************************************************************************* */

		table.newRecruit {
			border-left: none;
			border-right: none;
		}
		
		table.newRecruit thead th {
			border: none;
			text-align: center;
		}
		
		table.newRecruit tbody td {
			border: none;
		}
		
		table.newRecruit tbody tr td input {
			margin: 0 0 0 1em;
			width: auto;
		}
		
		table.newRecruit tbody tr td.enableLogin {
			text-align: center;
		}

	/* *************************************************************************
		Table - cvResult used for cvsearch_result
	************************************************************************* */

		table.cvResult {
			font-size: 100%;
			border: none;
		}
		
		table.cvResult tr td {
			border: none;
		}
		
		table.cvResult tr th {
			width: 25%;
		}

	/* *****************************************************************************
		Table - cvMarkup used for cvsearch_result
	***************************************************************************** */

		 body#cvDisplay table#cvMarkup font b {
			font-style: italic;
		}

		/* FF/IE7/Standards value */
		body[id]#cvDisplay table#cvMarkup td {
			font-size: 130%;
		}

		/* IE 6 value */
		body#cvDisplay table#cvMarkup td {
			font-size: 120%;
		}

	/* *************************************************************************
		More info page 
	************************************************************************* */

		div.moreinfocolleft {
			float: left;
			width: 65%;
			margin: 1%;
		}
		
		div.moreinfocolright {
			float: left;
			width: 30%;
			margin: 1%;
			text-align: center;
		}
		
		div.moreinfocolright div {
			padding: 5px 6px 44px 6px;
			text-align: center;
		}
		
		div.moreinfocolright h3 {
			padding: 0;
			margin: .4em;
			font-size: 90%;
			font-weight: bold;	
		}
		
		div.moreinfocolright p {
			padding: 0;
			margin: .2em;
		}
		
		div.moreinfocolright a {
			text-decoration: none;
		}
		
		div.moreinfocolright p em {
			font-size: 120%;
			display: block;
			font-weight: bold;
			padding: 0;
		}

	/* *************************************************************************
		search_to_jbe_error
	************************************************************************* */

		body#cvDisplay div.bar {
			clear: both;
			padding: 0 !important;
		}
		
		body#cvDisplay div.hbar {
			clear: both;
			padding: 0 !important;
			margin-bottom: 1em;
		}
		
		body#cvDisplay div.hbar h1 {
			border: 0 !important;
			margin-bottom: 0;
		}
		
		body#cvDisplay .left {
			float: left;
		}
		
		body#cvDisplay .right {
			float: right;
		}
	
/* *****************************************************************************
	Patches
***************************************************************************** */

	/* MAC IE 5 hack for bottom footer*/
	/* */
		@media tty {
		i {content: "\";/*" "*/}} @import 'winie5x.css'; /*";}
		
		}
	/* */
	
	/* Hide from Mac IE5 - table borders white - voice family hides from Win IE5.x*/
	/* \*/

		div#help2 p a.help2 {
			text-indent: 13px;
		}
		
		
		form fieldset p.help a {
			text-indent: 13px;
			voice-family: "\"}\"";
			voice-family: inherit;
			padding-right: 15px !important;
			width: 0px !important;
		}
		
		form fieldset p.email input {
			display: inline !important;
		}
		
		.advertimages div {
			text-align: center;
		}
	/* */
	
	/* Advert image alignment - Do not text-align as box model causes problems.*/
	/* \*/
		.advertimages div {
			text-align: center;
		}
	/* */
	
	/* Buttons MAC IE5 needs explicit widths on floats */
	/* \*/
		button {
			float: none! important;
		}
	/* */

	/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		
		.clearfix {display: block;}	
	/* End hide from IE-mac */

/* *************************************************************************
	Terms and Conditions
************************************************************************* */

	div#termslist ul {
		list-style-type: none;
	}

	div#termslist ul li {
		margin: .5em 0;
	}

	div#termslist ul li ul {
		margin: 0 auto;
		width: 85%;
	}

 	.float-left{
		float: left;
	}
	
	.float-right{
		float: right;
		position: relative;
	}
	
	.justify{
		text-align: justify;
	}

	.smaller {
		font-size: 80%;
	}

	.indent {
		margin-left: 35px;
	}
 
/***************************************************************
	SiteMap
***************************************************************/

	body#sitemap #channels h2 {
		padding: 3px 5px;
		font-size: 1.2em;
		margin: 0;
	}	

	body#sitemap #channels h3 {
		margin: 10px 0 0 5px;
		width: 100%;
	}

	body#sitemap #channels ul {
		overflow: hidden;
		height: 1%;
		margin: 0;
		padding: 10px;
	}
		
	body#sitemap #channels li {
		font-size: 90%;
		line-height: 120%;
		float: left;
		width: 225px;
		list-style-type: none;
		margin: 0 0 .7em 0;
	}	

	body#sitemap #channels li a {
		margin-left: 9px;
		display: block;
	}

/* *****************************************************************************
		Four column list element (Visa Requirement page)
***************************************************************************** */

	ul.four-col-list {
		clear: both;
		list-style-type: none;
		margin: 0 auto 1em auto;
		padding: 0;
		width: 90%;
	}

	ul.four-col-list li {
		font-weight: bold;
		float: left;
		width: 24%;
	}

/******************************************************************************
	Client Demo Display advert - sales tool
***************************************************************************** */
	body#demoDisplay{
		background: #fff;
		
	}
	body#demoDisplay #wrapper{
		background: transparent url(/images/general/logo.jpg) 0 0 no-repeat;
		width: 770px;
	}
	body#demoDisplay h1{
		background: none;
		border: none;
		clear: right;
	}
	body#demoDisplay p{
		clear: right;		
		margin: 0;		
	}
	body#demoDisplay h1,
	body#demoDisplay p{
		float: right;
		margin: 10px 0 0 0 ;
		padding: 0;
		width: 400px;
	}
	body#demoDisplay #wrapper {
		min-height: 0;
		height: auto;
		overflow: hidden;
		padding: 0 0 25px 0px
	} 
	html>body#demoDisplay #wrapper {
		height: 90px;
		margin-top:10px;
	}


