@charset "utf-8";
/* CSS Document */

/*
 * Eric Meyer's Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Basic Styles
 */

ul, dl {
	margin: 10px 0px;
}

fieldset {
	margin: 5px;
	padding: 5px;
}

body {
	background-image:url(/images/site-back.gif);
	background-repeat:repeat-x;
	background-color:#f4f8fb;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #003366;
	margin: 1em 0px;
}

h2 {
	font-family: 'Droid Sans', arial, serif;
	font-weight: bold;
	color: #535353;
	font-size: 16px;
	margin: 1.5em 0 0.5em 0px;	
}

h3 {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #336699;
	margin: 5px 0px;
}

h4 {
	color: #e0a31b;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin: 5px 0px;
}

p {
	line-height:175%;
	margin: 1em 0;
}

small {
	font-size: 70%;
}

img {
	border: 0;
}

ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
  padding: 0;
}

li {
	margin: 8px 0 0 5px;
	line-height:120%;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px solid #c5c8ca;
	border-style: none none solid;
	padding: 0;
	margin: 2px 0;
}

input, select, textarea {
	border: 2px solid #888888;
	-moz-border-radius:8px;	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px;
	margin: 3px 0;
	font-size: 14px;
	background-color: #fff;
}

select {
	max-width: 200px;	
}

input[type=image] {
	border: none;
	height: auto;
	margin: 0px;
	padding: 0px;
}

input[type=checkbox] {
	height: auto;
	margin: 5px; 
}

a {
	color: #003366
}

a:visited {
	color:#003366
}

a:hover {
	color: #f0b021
}

fieldset > legend {
	font-weight: bold;
}

/*
 * Main Template
 */

#stage {
	width: 930px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	/*overflow:hidden;*/
}

#menu {
	font-size:12px;
	text-align:left;
	margin: 20px 0;
	width: 540px
}

#menu a {
	color: #3b3b3b
}

#menu a:hover {
	color: #f0b021
}
/*
#menu a:visited {
	color:#770505
}
*/
hr.undermenu {
	position:relative;
	top: -10px
}

#footer
{
	font-size:10px;
	margin: 20px 0;
	text-align: left;
}

.left_search_col {
	float:left;
	width: 300px;
	padding: 20px;
	text-align:left;
	font-size:11px;
}

.right_search_col {
	float:right;
	width: 535px;
	text-align:left;
	padding: 0 50px 0 0;
}


.left_half_col {
	float: left;
	width: 49%;
}

.right_half_col {
	float: right;
	width: 49%;
}

.left_twothird_col {
	float: left;
	width: 66%;
}

.right_twothird_col {
	float: right;
	width: 66%;
}

.left_third_col {
	float: left;
	width: 33%;
}

.right_third_col {
	float: right;
	width: 33%;
}

/*
 * Rounded Boxes
 */


div.socicons {
	position: fixed;
	top: 230px;
	width: 35px
}

div.box_top {
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	height: 100%;
}

.box_small {
	position: relative;
	background-image: url("/images/site-box-back04.gif");
	width: 335px;
}

.box_small div.box_top {
	background-image:url(/images/site-box-top04.gif);
	margin-bottom: 20px;
}

.box_small div.socicons {
	position: absolute;
	top: 50px;
	margin-left: 335px;
}

.box_medium {
	width: 535px;
	position: relative;
	background-image: url("/images/site-box-back02.gif");
}

.box_medium div.box_top {
	background-image: url("/images/site-box-top02.gif");
	background-position: center top;
}

.box_medium div.box_search {
	background-image:url(/images/site-box-searchtop.gif);
}

.box_medium div.socicons {
	margin-left: 535px;
}

.box_medium input.bigbutton {
	left: 132px;
}

.box_2col_main {
	position: relative;	
	margin:0 auto;
	text-align:left;
	width:674px;
	background-image:url(/images/site-box-back01.gif);
	height: 100%;	
}

.box_2col_main div.box_top {
	background-image:url(/images/site-box-top01.gif);
}

.box_2col_main div.box_leftside {
	width: 300px;
	padding: 20px;
	float: left;
}

.box_2col_main div.box_rightside {
	float: right;
	width: 302px;
	margin: 30px 0 0 0;
	font-size: 14px;
}

.box_2col_main div.socicons {
	margin-left: 674px;
}

.box_2col_main img.suitcase {
	position: absolute;
	/*margin: -100px 0 0 570px*/
	bottom: -80px;
	right: -100px;
}

.box_2col_large {
	position: relative;	
	margin:0 auto;
	height: 100%;
	width: 824px;
	text-align:left;
	background-image:url(/images/site-box-back03.gif);
}

.box_2col_large div.box_top {
	background-image:url(/images/site-box-top03.gif);
}

.box_2col_large div.box_leftside {
	float:left;
	font-size:11px;
	padding:20px;
	width:250px;
}


.box_2col_large div.box_rightside {
	float:right;
	font-size:14px;
	padding:20px;
	width:470px;
}

.box_2col_large div.socicons {
	margin-left: 824px;
}

div.box_2col_large input.bigbutton {
	left: 425px;
}

div.box_search_results div.socicons {
	position: absolute;
	top: 60px;
}

/*
 * Rounded Corner Boxes
 */
.liquid-round {
	margin:0px auto;
	background:#fff url(/images/liquid-round/leftside.gif) repeat-y left top;
}
.liquid-round div.lr-top {
	width:100%;
	height:20px;
	background:url(/images/liquid-round/top.gif) no-repeat left top;
}
.liquid-round div.lr-top span {
	display:block;
	position:relative;
	height:20px;
	background:url(/images/liquid-round/top-right.gif) no-repeat right top;
}
.liquid-round div.lr-center-content {
	position:relative;
	background:url(/images/liquid-round/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.liquid-round div.lr-bottom {
	width:100%;
	height:60px;
	background:url(/images/liquid-round/bottom.gif) no-repeat left bottom;
}
.liquid-round div.lr-bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(/images/liquid-round/bottom-right.gif) no-repeat right top;
}

/* 
 * Cool Popup
 */
#popup-background {  
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 2;
}
#popup-window {  
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	/*height:335px;*/
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:3;
	padding:12px;
	font-size:13px;
}  
#popup-window h1 {  
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}  
#popup-window-close {  
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor: pointer;
}  

/* 
 * Tabbed Content
 */
ul.wp-tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.wp-tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.wp-tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.wp-tabs li a:hover {
	background: #ccc;
}
html ul.wp-tabs li.active, html ul.wp-tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.wp-tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.wp-tab_content {
	padding: 20px;
}


/*
 * Tables
 */

/* Screener Client Tables */
.table_report {
	width: 100%;
	border: 1px solid #CCCCCC;
}
.table_report th {
	height: 25px;
	padding: 4px;
	color: white;
	background-color: #356b96;
	text-align: left;
}
.table_report td {
	text-align: left;
	padding: 4px;
}

/*
 * Lists
 */

dl.list_table {
	
}
dl.list_table dt {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
	width: 40%;
	display: table-cell;	
}
dl.list_table dd {
	margin: 2px 0;
	padding: 5px 0;
	display: table-cell;	
}

ul.usplist {
	list-style-image:url(/images/site-tick.gif);
	margin-left: 20px;
	padding-left: 20px;
	color:#336699;
	font-weight: bold;
	font-size: 14px;
}

/* 
 * 'Loading' dialog 
 */
	
.loading {
    background: #FFC129;
    color: black;
    font-weight: bold;
    font-size: 20px;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.loading-img, .loading-element {
    background: transparent;
    padding: 0px;
}
.loading.top {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}
.loading.left {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
}
.loading.bottom {
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading.right {
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
.loading-error {
    color: #FFF;
    background: red;
}





div#searchnav {
	color: #f6bb37;
	margin: 15px;
	font-size: 12px
}
div#searchnav a {
	color: #f6bb37;
	margin: 3px;
	font-weight: bold;
	text-decoration: none;
}
div#searchnav a.active {
	color: #ffffff;
}

div#content_page {
	font-size:12px;
	margin:0 auto;
	text-align:left;
	width:824px;
	background-color:#FFF;
	border: 3px solid #666;
	padding: 30px
}

div#content_page div.socicons {
	position: fixed;
	top: 230px;
	margin-left: 368px;
}

div#account_page {
	margin: auto;
	width: 535px;
}


div#searchwidget {
	float: right;
	margin:0 0 20px 30px;
	text-align:left;
}

.text_content {
	text-align: left;
	padding: 10px;
}



.clear {
	clear: both;
}

span.error {
	font-weight: bold;
	color: red;
}

div.country_solution {
	clear: both;
	border-bottom: 1px dashed #C5C8CA;
	padding: 5px 0px;
}

div.country_solution span {
	float: right;
}

h1#home-h1 {
	margin: 0px;
}

/*
 * Screener
 */

#screener_details {
	float: right;
	position: absolute;
	right: 0;
	text-align: left;
	top: 145px;
}
#screener_details dl {
	width: 235px;
	margin: 0px;
}
#screener_details dl dt {
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding: 2px 0;
	width: 70px;
}
#screener_details dl dd {
	padding: 2px 0;
}




.testimonial {
	font-size:13px;
	font-style:italic;
	background-image:url(/images/site-testimonial.jpg);
	width: 221px;
	height: 60px;
	text-align:center;
	color: #595959;
	padding: 30px 40px;
	line-height: 20px;
	position:relative;
	left: -20px
}

.bigbutton {
	background-image: url(/images/site-bigbutton.png);
	width: 271px;
	height: 73px;
	font: bold 20px "Arial Black", Gadget, sans-serif;
	font-style: normal;
	color: #003366;
	background-color: transparent;
	border: 0;
	position: absolute;
	cursor: pointer;
}

.button {
	background-image: url(/images/site-button.gif);
	width: 159px;
	height: 44px;
	font: bold 16px "Arial Black", Gadget, sans-serif;
	font-style: normal;
	color: #003366;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.cty_popular {
	float: left;
	width: 25%;
}

.cty_popular h2 {
	margin: 10px 0px;	
}

.cty_popular img {
	margin: 10px 20px;
}

.cty_popular a {
	text-decoration: none;
}

.country_flag {
	margin: 5px;
	float: left;
	border: none;
	height: 20px;
}


div.example {
	border: 1px #CCCCCC solid;
	padding: 5px 15px;
	margin: 15px 0px;
}

p.example_solution {
	margin-left: 30px;
}

a.link_action {
	color:blue;
	text-decoration:none;
}




/*
 * Images and Logos
 */

.industry-logo {
	margin: 40px 0px 10px 0px;
	text-align: center;
}

.industry-logo img {
	margin: 5px;
	height: 90px;
}

.industry-logo p {
	font-weight: bold;
	font-size: 14px;
}

/*
 * FORMS
 */

.required span {
	color: red;
	padding: 0px 2px;
}

input.wp-autocomplete {
	width: 200px;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;		
}

.table_form th {
	text-align: left;
	font-weight: normal;
	padding: 4px 4px 4px 10px;
	width: 275px;		
}

.table_form td {
	padding: 4px;	
	
}

.table_fieldset td {
	padding: 4px;	
}

.table_fieldset th {
	text-align: left;
	font-weight: normal;
	padding: 4px 4px 4px 10px;
	width: 275px;
}

div#home-searchform {
	padding: 2px 15px;
	font-size: 12px;
	margin-top: 20px;
}

div#home-searchform input.bigbutton {
	left: 30px;
}

div#searchform, div#searchresults {
	padding: 20px;
	font-size: 14px;
}

div#searchform input.bigbutton {
	left: 132px;
}

div#searchform input.leftbutton {
	bottom:-13px;
	left:25px;
	position:absolute;
	right:auto;
}

div#searchform input.rightbutton {
	bottom:-13px;
	left:auto;
	position:absolute;
	right:25px;
}



div#searchform fieldset {
	border: none;		
}

div#searchform fieldset legend, div#searchform h2  {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #336699;
	width: 100%;
	margin: 10px 0;
}

div#searchresults h2  {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #336699;
	width: 100%;
	margin: 20px 0;
}

div#widget-searchform {
	font-size: 12px;
	margin-top: 20px;
	padding: 0 35px;
}

div#widget-searchform h2 {
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #336699;
	margin-top: 5px;
}

div.solutions_summary {
	font-size: 12px;
}

div.solutions_summary h3 {
	text-align: left;	
	font-size: 12px;
}

ul.list_summary ul {
	list-style-type: circle;
}

ul.list_summary ul li {
	margin-left: 15px;
}

div#search_info hr {
	margin: 20px 0px;
}

div#search_info dl dt {
	color: #e0a31b;
}

div#loginform {
	font-size: 12px;
	margin-top: 20px;
	padding: 0 35px;	
}

.padded30 {
	padding: 30px;
}

.sidebox {
	border: 1px solid #CCCCCC;
	margin: 5px 0px;
	padding: 10px;
}

#edit_details_toggle {
	font-size: 70%;
	color: blue;
}
#edit_details_toggle a {
	color: blue;
	text-decoration: none;
}

#immigration_status {
	list-style: none;
}
#immigration_status li {
	margin: 5px 0px;
}
#immigration_status img {
	vertical-align: middle;
}

div#quick_solutions h4 {
	color: #003366;
}

div#quick_solutions > ul {
	margin-left: 0px;
}

div#quick_solutions ul {
	list-style-type: none;
}

/*
 * Forms
 */

.form_drop {
	list-style-type:none;
	margin: 0;
	padding: 0;	
}

.form_drop li {
	margin: 0;
}

.form_drop label {
	display:block;
	margin-bottom: 5px;
}

.form_drop label em {
	margin-left: 5px;
}

.form_drop input, .form_drop select {
	margin-bottom: 5px;
}


.form_rows, .form_rows ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.form_rows li {
	margin: 0;
	clear: left;
}

.form_rows label {
	position: relative;  
	float: left;
	width: 35%;    
	margin-right: 1em;
	margin-bottom: 5px;
	padding: 7px 0;
	font-size: 14px;
}

.form_rows label em {
	position: absolute;
	right: 0;
}

.form_rows div.form_multioptions {
	width: 40%;
	float: right;
}

.form_rows div.form_multioptions label {
	float: none;
	width: auto;
	margin: 0;
}

.form_rows input, .form_rows select {
	margin-bottom: 5px;
}

.form_rows span.cke_skin_kama {
	display: inline-block;
}

.form_search label {
	width: 53%;
}

ul.errors {
	color: red;
	font-weight: bold;
	list-style-image: url("/images/site-error.gif");
	margin-left: 15px;
}

.partner_details h3 {
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #535353;
	margin: 12px 0px;
}

.partner_details img {
	float:right;
	padding: 40px;
}

.partner_type h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #770505 ;
	font-size: 16px;
	margin: 1.5em 0 2.5em 0px;       
}

