@charset "utf-8";
/* CSS Document */

/*========= MISC Styles===================*/
*
{
	margin: 0px;
	padding: 0px;
}

body {	
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 20px 0px 20px;
	background: url(../images/body_background.gif) left top repeat-x;
}

body, div, h1,h2,h3,h4,h5,p,li,td,a,strong{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    
}

#arch_container {
	position: relative;    
	width:960px;
	margin: 0px auto; 
}

#arch_container_inner {
	position: relative;    
	width:100%;
	margin: 0px auto; 
}

a img{
	border:none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p a:hover, b a:hover {
	text-decoration: underline;
}

.pages_content a {
	text-decoration: none!important;
}

.pages_content a:hover, .pages_content strong a:hover, a.red_text:hover, a.red_text11:hover, .fr_icons_text a:hover {
	text-decoration: underline!important;
}

.clearleft {
    clear:left;
    font-size: 1px;
    line-height:1px;
}

.xspace_1 {
	float:left;
	width: 1px;
	height:10px;
	
	font-size:1px;
	line-height: 1px;
}

.yspace_1 {
	float:left;
	width: 10px;
	height:1px;
	
	font-size:1px;
	line-height: 1px;
}

.xspace_5 {
	float:left;
	width: 5px;
	height:10px;
	
	font-size:1px;
	line-height: 1px;
}

.yspace_5 {
	float:left;
	width: 10px;
	height:5px;
	
	font-size:1px;
	line-height: 1px;
}

.xspace_10 {
	float:left;
	width: 10px;
	height:10px;
	
	font-size:1px;
	line-height: 1px;
}

.yspace_10 {
	float:left;
	width: 100%;
	height:10px;
	
	font-size:1px;
	line-height: 1px;
}

.xspace_15 {
	float:left;
	width: 15px;
	height:10px;	
	font-size:1px;
	line-height: 1px;
}

.yspace_15 {
	float:left;
	width: 100%;
	height:15px;
	font-size:1px;
	line-height: 1px;
}

.xspace_20 {
	float:left;
	width: 20px;
	height:10px;	
	font-size:1px;
	line-height: 1px;
}

.yspace_20 {
	float:left;
	width: 10px;
	height:20px;	
	font-size:1px;
	line-height: 1px;
}

.xspace_30 {
	float:left;
	width: 30px;
	height:10px;	
	font-size:1px;
	line-height: 1px;
}

.yspace_30 {
	float:left;
	width: 100%;
	height:30px;
	font-size:1px;
	line-height: 1px;
}

.dash_orange_x3 {
	width: 100%;
	height:3px;
	background: url(../images/dash_orange_x1.gif) 0px 1px repeat-x;
	font-size:1px;
	line-height: 3px;
}


.dash_grey_x5 {
	width: 100%;
	height:5px;	
	background: url(../images/dash_grey_x1.gif) 0px 3px repeat-x;
	font-size:1px;
	line-height: 1px;
}

.dash_grey_x11 {
	width: 100%;
	height:11px;	
	background: url(../images/dash_grey_x1.gif) 0px 6px repeat-x;	
	font-size:1px;
	line-height: 1px;
}

/* ================== Global  Header ===================*/
#header_wrap {
	float: left;
	width:100%;
	position: relative;
	height: 95px;
	background: url(../images/mainmenu_backgr.gif) repeat-x left bottom;
}

#logo_wrap {
	position: relative;
	float: left;
	width:100%;
	height:95px;
	background: url(../images/mainmenu_right.gif) no-repeat right bottom;
}

#logo {
	position: relative;
	display: block;
	float: left;
	width:180px;
	height:95px;
	background: url(../images/mainmenu_logo.gif) 0px top no-repeat;
}

#hmenu_wrap {
	position:relative;
	height:49px;
	margin: 0px 0px 0px 180px;
	width: auto;
}

#skype_box {
    position:relative;
    float:left;
    height:40px;
    width:175px;
    margin-left:-25px;
}

#skype_icon {
    position:relative;
    float:left;
    height:25px;
    width:57px;
    top:5px;
    background: url(../images/skype.gif) no-repeat;
}

#skype_icon a {
    position:relative;
    float:right;
    display:block;
    width:100%;
    height:100%;
}

#skype_text {
    position:relative;
    float:right;
    top:5px;
    height:30px;
    width:110px;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #606060;
}

#skype_text a {
	color: #ff8a00;
    text-decoration:none;
    font-weight:bold;
}


#skype_text a:hover {
	color: #ff8a00;
    text-decoration:underline;
}

#hmenu{
	position:relative;
	float: right;
	height:21px;
	margin: 8px 0px 20px 0px;

}

* html #hmenu{ 
	position:relative;
	float: left;
}

#hmenu a {
	display: block;
	position:relative;
	float: left;
	height:21px;
	margin: 0px 9px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff8a00;	
	line-height: 21px;	
}

a.hmenu_fr { 
	margin:3px!important;
	background:none!important;
	color: #ff8a00;		
	height:21px;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif!important;
	line-height: 21px;
}
a.hmenu_fr:hover { 
	color:#ff8a00!important;
	text-decoration:underline;
}

* html #hmenu a {
	display: block;
	position:relative;
	float: left;
	height:21px;
	margin: 0px 7px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff8a00;	
}

#hmenu a:hover {
	background-color: #ff8a00;
	color: #ffffff;			
}

#hmenu a div {
	position:absolute;
	width: 9px;
	height:21px;
	top:0px;
	display:none;
}

#hmenu a:hover div.right {
	display: block;
	left:100%;	
	background: url(../images/hmenu_over.gif) no-repeat right top;
}

#hmenu a:hover div.left {
	display: block;
	left:-9px;
	background: url(../images/hmenu_over.gif) no-repeat left top;
}


/* =============== Templates ===============*/

#template_home, #template_visa {
	position: relative;
	float: left;
	width:100%;    
}

#maincolumn {
	margin: 0px 250px 0px 0px;
}

#template_visa #maincolumn {	
	background:url(../images/greyline.gif) no-repeat 190px 200px;
}

#template_visa #maincolumn_registration  {
	background: url(../images/greyline.gif) no-repeat 190px	200px;	
}
 
#rightcolumn {
	position:relative;
	float: right;
	width:230px;
	padding: 10px 0px 0px 0px;
}	

#leftcolumn {
	position: relative;
	float:left;
	padding: 0px 0px 10px 0px;
}	

.middlecolumn {
	margin: 0px 0px 0px 200px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;    
}

.terms_box_inner {
	height:40px;
    	width:300px;
	margin: 10px 0px 0px 200px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
}

/*================= MAIN MENU ==================*/

#mainmenu_wrap {
	position:relative;
	height:46px;
	margin: 0px 0px 0px 180px;
	width: auto;
    z-index:1;
}

#mainmenu {
	position: relative;
    float: left;
    list-style: none;
	height: 46px;
	clear: right;
}

#mainmenu li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	height: 46px;
}

#mainmenu li a {
	display: block;
	float: left;
	position: relative;	
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #e9f7d1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center; 	
	padding: 8px 15px;	
	line-height: 1.2em;		
}

#mainmenu li a:hover {
	color: #ffffff;
	text-decoration: underline;	 
	background: url(../images/mainmenu_backgr_hover.gif) repeat-x left top;
}

.mainmenu_sep {
position:relative;
	float:left;
	width: 3px;
	height: 46px;
	background: url(../images/mainmenu_sep.gif) left top no-repeat;	
	font-size: 1px;
	line-height: 1px;
}

.sm_wrap {
	position:absolute;
	top:46px;
	left:0px;
	background: url(../images/mainmenu_sm_backgr.gif) repeat-x top left #8cbd3f;
	border: #629c1d 1px solid;
	width: 220px;
	/*z-index: 999;*/
}

.sm_bevel {
	position: relative;
	border: #629c1d 1px solid;
	padding: 1px;
	
	background: url(../images/mainmenu_sm_more_backgr.gif) repeat-x left bottom;
}

.sm_bevel a {
	display: block;
	float: none!important;
		
	font: normal 12px Verdana, Arial, Helvetica, sans-serif!important;
	color: #e9f7d1;
	text-decoration: none;
	text-transform:none!important;
	text-align: left!important;
	
	padding: 2px 13px!important;	
	line-height: 1.2em!important;
	
}

.sm_bevel a.more {
	display: block;
	float: none!important;
		
	font: normal 12px Verdana, Arial, Helvetica, sans-serif!important;
	color: #e9f7d1;
	text-decoration: none;
	text-transform:none!important;
	
	padding: 0px 13px 0px 13px!important;	
	margin-right: 3px;
	line-height: 21px!important;
	background: url(../images/mainmenu_sm_more_arrow.gif) no-repeat right 8px;
}

.sm_bevel a:hover {
	background: #a2d14f!important;
	text-decoration: none!important;
}

.sm_bevel a.more:hover {
	background: url(../images/mainmenu_sm_more_arrow.gif) no-repeat right 8px!important;
	text-decoration: underline;
}

/*
#lng_wrap {
	float: right;
	position: relative;
	height: 46px;
	padding-right: 5px;
}

#lng_wrap a{
	float: left;
	position: relative;
	height: 46px;
	width: 24px;
}

#lng_wrap a#en{
	background-image: url(../images/mainmenu_lng_en.gif);
}

#lng_wrap a#jp{
	background-image: url(../images/mainmenu_lng_jp.gif);
}

#lng_wrap a#de{
	background-image: url(../images/mainmenu_lng_de.gif);
}

#lng_wrap a#fr{
	background-image: url(../images/mainmenu_lng_fr.gif);
}
#lng_wrap a#ru{
	background-image: url(../images/mainmenu_lng_ru.gif);
}
#lng_wrap a#nl{
	background-image: url(../images/mainmenu_lng_nl.gif);
}
#lng_wrap a#it{
	background-image: url(../images/mainmenu_lng_it.gif);
}
#lng_wrap a#sw{
	background-image: url(../images/mainmenu_lng_sw.gif);
}
#lng_wrap a.active, #lng_wrap a:hover#jp, #lng_wrap a:hover#de, #lng_wrap a:hover#fr, #lng_wrap a:hover#nl, #lng_wrap a:hover#it, #lng_wrap a:hover#ru, #lng_wrap a:hover#sw, #lng_wrap a:hover#en {
	background-position: left top;
}

#lng_wrap a.inactive {
	background-position: left bottom;
}
*/
/* ====================== MASTER HEAD ========================*/
#masterhead_wrap {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: auto;	
}

/*IE 6 correction*/
* html #masterhead_wrap{
	position: relative;
    f\loat:left;
	margin: 0px 0px 0px 0px;
	width: auto;
}

#masterhead_title {
	position: absolute;
	bottom: 7px;
	left: 0px;	
	font: bold italic 28px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #7faf2f;
	line-height: 1.2em;
}

#masterhead_title span{
	color: #fd8c07;
}

#masterhead_bottom {
	position: relative;
	height: 20px;
	width: auto;	
	background: url(../images/mh_bottom_backgr.gif) 0px 1px repeat-x;
}

/*IE 6 correction only for homepage*/
* html #template_home #masterhead_bottom {
	position: relative;
    f\loat:left;
	height: 20px;
	width: auto;	
	background: url(../images/mh_bottom_backgr.gif) 0px 1px repeat-x;
}

#masterhead_bottom div {
	width: 710px;
	height:20px;
}

/* #template_visa {*/
#template_home  #masterhead_wrap  {
	height: 177px;
	/*background: url(../images/mhead_home.jpg) left top no-repeat;*/
	background: url(../images/mhead_home_lh.jpg) left top no-repeat;
    width:auto;
}

#template_home  #masterhead_bottom div {
	background: url(../images/mhead_bottom_home.gif) no-repeat top left;

}

/*.......Common.......*/

#template_visa  #masterhead_wrap, #template_ww #masterhead_wrap {
	height: 177px;
	background: url(../images/mhead_visa_common.jpg) left top no-repeat;
	width: auto;
}

/*
#template_visa #masterhead_bottom div, #template_ww #masterhead_bottom div{
	background: url(../images/mhead_visa_common_bottom.gif) no-repeat top left;
}
*/

#template_visa{
    position:relative;
    height:50px;
    *z-index:-10!important;
}

#template_home{
    *z-index:-10!important;
}
/* =============== BODY SECTION ================== */

#page_body {
	position: relative;
   	width:auto;
}

.country_box {
    	position:relative!important;
    	float: left;
    	width: 170px;
   	height:220px;
	margin:0px 0px 5px 0px;
}

*html #country_box_61, #country_box_62, #country_box_63, #country_box_67, #country_box_65, #country_box_68, #country_box_66, #country_box_64 {
   	position:relative;
	float: left;
    	margin-left:-3px;
    	height:240px;
    	width: 168px;
}

#country_box_61, #country_box_62, #country_box_63, #country_box_67, #country_box_65, #country_box_68, #country_box_66, #country_box_64 {
    	position:relative;
	float: left;
    	height:240px;
    	width: 170px;
}

.country_box h3 {
	font: bold italic 20px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #555555;
	line-height: 1em;
	margin: -5px 3px 1px 1px;
    	padding:0px 0px 0px 10px!important;

}

.country_box a {
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;	
	padding: 7px 10px 0px 20px;	
	background: url(../images/countrybox_bullet.gif) no-repeat 10px 10px;
}

.country_box a:hover {
	color: #f16521;		
	background: url(../images/countrybox_bullet.gif) no-repeat 10px -40px;
	text-decoration: underline;
}

h3.title a {
	font: bold italic 20px "Trebuchet MS", Georgia, "Myriad Pro"!important;
	color: #555555;
	background:none!important;
        width:100%;
        padding: 0px 0px 0px 0px!important;
        text-align:left;
}

h3.title a:hover {
	font: bold italic 20px "Trebuchet MS", Georgia, "Myriad Pro"!important;
	color: #555555;
	background:none!important;
   	width:100%;
   	padding: 0px 0px 0px 0px!important;
   	text-align:left;
    	text-decoration:none;
}
.country_flag { 
    	background:none!important;
	padding: 0px 0px 0px 0px!important;
}
a.flags_box_home{
	background:none!important; 
	padding: 0px 0px 0px 0px!important;
}

.separator_grey_x1 {
	background:url(../images/greydot.gif) repeat-x left 10px;
	height: 19px;
	width: 100%;	
	font-size:1px;
	line-height: 1px;
}

.separator_grey_x11 {
	position:relative;
    	float:left;
	background:url(../images/greydot.gif) repeat-x left 10px;
	height: 19px;
	width: 100%;	
	font-size:1px;
	line-height: 1px;
}

.body_text {
    	position:relative;
    	float:left;
	width: 100%;
	margin: 5px 0px 14px 0px;
	/*border-top: 1px solid #d9d9d9;*/
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
}

.body_text p {
	margin: 0px 0px 5px 0px;
}

.body_text h2, .visas_requirements_main h2{

	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #639313;
	margin: 0px 0px 5px 0px;
}

.body_text ul {

	list-style:none; 	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.body_text ul li {	

	background: url(../images/bullet_green.gif) left 8px no-repeat;
	padding:5px 0px 0px 10px;
}

.normal_big_text ul li{	
	padding:5px 0px 0px 10px!important;
    
}

ul.nobkgr {
	padding:5px 5px 5px 15px;
	list-style:circle!important; 	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.nobkgr li {	
	padding:0px 0px 0px 0px!important;
	background:none!important;

}
/*================= Middle Column ==================*/

.middlecolumn h2 {	
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ff8a00;
	margin-bottom: 2px;
}

.middlecolumn h2.green, .normal_big_text td.green{	
	font: bold italic 18px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #639313;
	margin-bottom: 3px;
}

.sitemap_category {
	font: bold italic 14px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #7FAF2F;
	margin-bottom: 3px;
}

.middlecolumn p {	
	margin: 0px 0px 5px 0px;
}

.middlecolumn a {	
	color:#ff8a00;
}

.middlecolumn ul{
	list-style:none; 	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.middlecolumn ul li{	
	background: url(../images/bullet_box_orange.gif) left 8px no-repeat;
	padding:5px 0px 0px 10px;
}

.middlecolumn ol {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.middlecolumn ol li, form table ol li{	
	padding:5px 0px 0px 0px;
    margin:0px 0px 0px 25px;
}

/*----------------- Right Column --------------------*/
.mtalks_box {
    position:relative;
    float:left;
    width:200px;
    height:75px;
}
.special_offer_box {
    position:relative;
    float:left;
    width:200px;
    height:75px;
}
.audio_box {
    position:relative;
    float:left;
    width:200px;
    height:73px;
}
.christmas_box {
    position:relative;
    float:left;
    width:200px;
    height:73px;
}
.visas_requeremests_box {
    position:relative;
    float:left;
    width:100%;
}

.visas_requirements_top {
    position:relative;
    float:left;
    width:230px;
    height:26px;
	background: url(../images/visas_requirements_top.jpg) no-repeat;
}

.visas_requirements_bottom {
    position:relative;
    float:left;
    width:230px;
    height:10px;
	background: url(../images/visas_requirements_bottom.jpg) no-repeat;
}
   
.visas_requirements_main { 
    position:relative;
    float:left;
    width:228px;
    border-left:1px solid #FF8A00;
    border-right:1px solid #FF8A00;
}
.visas_requirements_main h2 {
    text-align:center;
    color:#7FAf2F;
}
.guarantee, .live_help_right_box  {
    position:relative;
	float: left;	
}

a.livehelp {
    position:relative;
	float: right;
	width: 230px;
	height:188px;
	background: url(../images/rightcolumn_lh.gif) no-repeat top left;	
}


div.rc_eligibility{
	float: left;
	width: 230px;
	height:69px;
	background: url(../images/rc_eligibility.gif) no-repeat top left;
}

div.rc_eligibility_orange{
	float: left;
	width: 230px;
	height:69px;
	background: url(../images/rc_eligibility_orange.gif) no-repeat top left;
}

div.rc_eligibility a, div.rc_eligibility_orange a {
	display: block;
	font: bold italic 16px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #718901;
	margin: 12px 100px 0px 10px;
	
	line-height: 1em;
}

div.rc_eligibility a:hover, div.rc_eligibility_orange a:hover{
	color: #f16521;
}

div.rc_eligibility a.orange, div.rc_eligibility_orange a.orange{
	color: #f16521!important;
}

div.rc_eligibility a.orange:hover, div.rc_eligibility_orange a.orange:hover{
	color: #718901!important;
}

table.phones {
	width: 100%;
}

table.phones tr.odd{
	background-color: #eaf4d9;
}

.phones td.country {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6fa60d;	
	padding: 3px;
}

.phones td.phone {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6fa60d;	
	
	text-align: right;	
	padding: 3px;
}

table.check_status {
	width: 210px;
}

table.check_status td {
	padding: 2px 0px;
}

table.check_status td.title{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;	
	text-transform: uppercase;
}

table.check_status td.label{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;		
}

table.check_status td input{
	width: 98px;
	line-height: 20px;
	
	border: 1px solid white;
	float: right;		
}

table.check_status td input.btn{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;	
	background: #ff8a00;
	
	margin-top: 5px;	
}


table.check_status td.dash{
	height: 15px;
	background: url(../images/dash_white_x1.gif) repeat-x 0px 7px;	
}


.rc_menu a {
	display: block;
	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5a8115;
	
	text-transform: uppercase;
	
	background: url(../images/rc_menu_bullet.gif) no-repeat 2px 6px;
	
	padding: 3px 0px 3px 14px;
}

.rc_menu a:hover {
	display: block;
	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	
	text-transform: uppercase;
	
	background: url(../images/rc_menu_bullet.gif) no-repeat 2px -44px #97c643;
	
	padding: 3px 0px 3px 14px;
}




/*----------------- BOXES --------------------*/

.box_31 {
position:relative;
	float: left;
	width: 100%;
}

.box_31_top {
	float: left;
	
	width: 100%;
	height: 24px;
	background:url(../images/box_31.gif) no-repeat right top;
}

.box_31_top_attached {
	float: left;	
	width: 100%;
	height: 18px;
	background: url(../images/box_31.gif) no-repeat right -7px;
}

.box_31_topleft_attached {
	float: left;
	
	width: 10px;
	height: 18px;
	background: url(../images/box_31.gif) no-repeat left -7px;
}

.box_31_top_230 {
	float: left;	
	width: 230px;
	height: 24px;
	background: url(../images/box_31_230.gif) no-repeat;
}


.box_31_topleft {
	float: left;
	
	height: 24px;
	width: 10px;
	background:url(../images/box_31.gif) no-repeat left top;
}

.box_31_body {
	float: left;
	
	width: 100%;
	background: url(../images/box_31_sides.gif) repeat-y right top;
}

.box_31_content {
	float: left;
	background: url(../images/box_31_sides.gif) repeat-y left top;
	padding: 0px 0px 0px 10px;
}

.uk_universities_btn {
	float: left;
	width:230px;
	height:95px;
	background: url(../images/uk_univercities_button.gif) no-repeat;
	padding: 0px 0px 0px 10px;
}

.uk_universities_btn div {
	position:relative;
	float:left;
	left:70px;
	top:30px;
}

.uk_universities_btn div a {  
	font: bold italic 16px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #f16521;
	line-height: 1.2em;
}

.uk_universities_btn div a:hover {  
	color: #718901;
}

.box_31_bottom {
	float: left;
	
	width: 100%;
	height: 17px;
	background:url(../images/box_31.gif) right bottom;
}

.box_31_bottomleft {
	float: left;
	
	width: 10px;
	height: 17px;
	background:url(../images/box_31.gif) left bottom;
}

.box_31_bottom_orange {
	float: left;
	
	width: 100%;
	height: 18px;
	background:url(../images/box_31_orange.gif) right bottom;
}

.box_31_bottomleft_orange {
	float: left;
	
	width: 10px;
	height: 18px;
	background:url(../images/box_31_orange.gif) left bottom;
}
/*------------Bottom Next Box is Green Stroked----------------*/
.box_31_bottom_greenstroke {
	float: left;
	
	width: 100%;
	height: 18px;
	background:url(../images/box_31_greenstroke.gif) right bottom;
}

.box_31_bottomleft_greenstroke {
	float: left;
	
	width: 10px;
	height: 18px;
	background:url(../images/box_31_greenstroke.gif) left bottom;
}

.box_31_bottom_orangestroke {
	float: left;
	
	width: 100%;
	height: 18px;
	background:url(../images/box_31_orangestroke.gif) right bottom;
}

.box_31_bottomleft_orangestroke {
	float: left;
	
	width: 10px;
	height: 18px;
	background:url(../images/box_31_orangestroke.gif) left bottom;
}

.box_33 {
	float: left;
	width: 100%;
}

.box_33_top {
	float: left;
	
	width: 100%;
	height: 10px;
	background:url(../images/box_33.gif) no-repeat right top;
}

.box_33_top_attached {
	float: left;
	
	width: 100%;
	height: 10px;
	background: #ff8a00;
}

.box_33_topleft {
	float: left;
	
	height: 10px;
	width: 10px;
	background:url(../images/box_33.gif) no-repeat left top;
}

.box_33_body {
	float: left;
	
	width: 100%;
	background: url(../images/box_33_sides.gif) repeat-y right top;
}

.box_33_content {
	float: left;
	background: url(../images/box_33_sides.gif) repeat-y left top;
	padding: 0px 0px 0px 10px;
}

.box_33_bottom {
	float: left;
	
	width: 100%;
	height: 10px;
	background:url(../images/box_33.gif) right bottom;
}

.box_33_botleft_34 {
	float: left;
	
	width: 100%;
	height: 11px;
	background:url(../images/box_33_botleft_34.gif) no-repeat right bottom;
}

.box_33_bottomleft {
	float: left;
	
	width: 10px;
	height: 10px;
	background:url(../images/box_33.gif) left bottom;
}

.box_35 {
position:relative;
	float: left;
	width: 100%;
}

.box_35_top {
	float: left;
	
	width: 100%;
	height: 28px;
	background:url(../images/box_35.gif) no-repeat right top;
}

.box_35_topleft {
	float: left;
	
	height: 28px;
	width: 10px;
	background:url(../images/box_35.gif) no-repeat left top;
}

.box_35_title {
	float: left;
	width: 100%;
	background: #ff8a00;
}

.box_35_title h3 {
	display: block;
	width: 100%;
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;	
	text-align: center;
	text-transform: uppercase;
}

.box_35_titleright {
	float: left;
	
	width: 100%;
	height: 20px;
	background:url(../images/box_35.gif) no-repeat right -28px;
}

.box_35_titleleft {
	float: left;
	width: 10px;
	height:20px;
	background:url(../images/box_35.gif) no-repeat left -28px;
}

.box_35_body {
	float: left;
	
	width: 100%;
	background: url(../images/box_35_sides.gif) repeat-y right top;
}

.box_35_content {
	float: left;
	background: url(../images/box_35_sides.gif) repeat-y left top;
	padding: 0px 0px 0px 10px;
}

.box_35_bottom {
	float: left;
	
	width: 100%;
	height: 18px;
	background:url(../images/box_35.gif) right bottom;
}

.box_35_bottomleft {
	float: left;
	
	width: 10px;
	height: 18px;
	background:url(../images/box_35.gif) left bottom;
}

.products_menu {
	width: 210px;
}

.products_menu a {
	display: block;
	padding: 4px 0px;
	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff8a00;
}

.products_menu a:hover {
	background: #ff8a00;
	color: #ffffff;
}

.title_text, .page_header, .custom_header_faq span{
	position:relative;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02;
}

/*==============left Colunm ===================*/

.lc_visa_apply {
	position: relative;
    	float:left;
	display: block;
	background:url(../images/lc_visa_apply.jpg) no-repeat 0px 0px;
	width: 180px;
	height: 88px;
	margin-bottom: 10px;
}	

.lc_visa_apply a {
	display: block;
	position:relative;
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1em;
	padding: 11px 40px 0px 10px; /*	padding: 20px 40px 0px 10px;*/
}

.lc_test_apply {
	position: relative;
    float:left;
	display: block;
	background:url(../images/button_test_your_english_now.jpg) no-repeat 0px 0px;
	width: 180px;
	height: 88px;
	margin-bottom: 10px;
}	

.lc_test_apply a {
	display: block;
	position:relative;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1em;
	padding: 40px 10px 0px 15px; /*	padding: 20px 40px 0px 10px;*/
}

.lc_visa_apply a span, .lc_visa_apply a :hover {
	color: #ebfd88;
}
.lc_visa_apply a:hover span b {
color:#ebfd88;
}

.lc_visa_apply a span b {
color:white;
} 
.lc_visa_apply_de a span b, .lc_visa_apply_fr a span b{
    font: bold 17px Verdana, Arial, Helvetica, sans-serif!important;
	color: #ebfd88;
}
.red_text {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02; 
}

.red_text11{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02;
}

.green_text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #97c643;
}

.green_text16 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    color: #97c643;
}

b.green_text, strong.green_text {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #97c643;
}


#lc_menu {
	width: 180px;
	margin-bottom: 30px;
    	clear:both;
}

#lc_menu a {
	display: block;
	background:  url(../images/lc_menu_arrow_down.gif) no-repeat 165px 8px;
	padding: 4px 0px;	
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02;
}

#lc_menu a:hover {
	text-decoration: underline;
}

#lc_menu a.expandable {
	background:  url(../images/lc_menu_arrow_right.gif) no-repeat 170px 6px!important;
    
}

#lc_menu div a {
	display: block;
	background: url(../images/bullet_green.gif) no-repeat 0px 7px;
	padding: 4px 0px 4px 10px;
	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
}

#lc_menu div a:hover {
	text-decoration: underline;
	color: #97c643;
}

#lc_menu div a.more {
	display: block;
	background: url(../images/lc_menu_greenarrow_down.gif) no-repeat 0px 7px;
	padding: 4px 0px 4px 15px;
	
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #97c643;
}


#lc_news {
	width: 180px;
	margin-bottom: 0px;
}

#lc_news h3 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #97c643;	
}

#lc_news h6 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #f16521;
	margin-top: 8px;
}

#lc_news a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
}

#lc_news a:hover {
	text-decoration: underline;
	color: #fea77d;
}
#sublist {
    list-style:circle;
    margin-left:10px;
}

#sublist li{
     background-image:none!important;
     padding: 0px 0px 0px 0px;
 }
/*================= FOOTER - START ==================*/

#footer_wrap {
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
	padding:10px 0px;
	border-top: 2px solid #92c43f;
}

p.footer_menu {	

	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7a7b62;
	
	margin-right: 250px;
}

p.footer_menu a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #7a7b62;
	text-decoration: none;
}

p.footer_menu a:hover{
	text-decoration: underline;
	color: #5a8115;
}

.copyright{
	float: right;
	width:230px;
	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #a0a600;
}



/*============================== LANDING PAGE ================*/
#template_landing {
	float: left;
	width: 100%;
}

#template_landing h1 {
	font: bold 27px Arial, Helvetica, sans-serif;
	color: #2a74c7;
	
	margin: 18px 0px;
	
	text-align: center;
}

#template_landing #mainpanel{
	width: 100%;
	float: left;
	position: relative;
}

.landing_triger {
	float: left;
	width: 370px;
	height: 370px;
	
	background: url(../images/landing_triger.jpg) no-repeat left top;
}

.form_arrow_triger {
	float: right;
	width: 47px;
	height: 88px;
	background: url(../images/landing_form_arrow.gif) no-repeat left top;
	margin-top: 35px;
}

.form_arrow {
	float: left;
	width: 25px;
	height: 88px;
	background: url(../images/landing_form_arrow.gif) no-repeat right top;
	margin-top: 25px;
}

.landing_form {
	float: left;
	width: 380px;
}

.landing_form form {
	float: left;
	width: 330px;
}

.landing_form_separator {
	font-size:1px;
	line-height: 1px;
	height: 35px;
}

.landing_form .label {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #095fbe;
	
	width: 100px;
}

.landing_form .inputlabel {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #095fbe;
	
	text-align: right;
	
}

.landing_form table td { vertical-align:top;}


.footer_text {
	float:left;
	margin-top: 20px;
}

.footer_text p {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #9b9a9a;
	
	margin-bottom: 3px;
}

.footer_text p.title {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #9b9a9a;
}


/* =============== INNER PAGES ==================*/


.page_navigation {
	float:left;
	width: 100%;
	padding: 5px 0px;	
	
	border-bottom: 1px solid #a6d5f8;
	
	margin-bottom: 15px;
	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #047cd1;
}

.page_navigation a {	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #047cd1;
}

.page_navigation a:hover {	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #a6d5f8;
	
	text-decoration: none;
}

h2.page_title {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #3b6fd2;
}
 


#template_inner  form select, #template_inner form input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

form table.general {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
}


form table td.date{
	background: url(../images/form_calendar.gif) no-repeat right 2px;
}

form table.general td a{
	color: #639313!important;
}

form table.general td a:hover{
	text-decoration: underline;
}

form table.general input.button, .form_input #button_subscribe, #resetbtn, #show_details, #send, input.button{
	background: #97c643;
	color:#FFFFFF;
	border: none;
	padding: 1px 6px;
}

.input_w260 {
	width: 260px;
}

.input_w220 {
	width: 220px;
}
.input_w125{
	width: 125px;
}

.input_w235 {
	width: 235px;
}


.input_w210 {
	width: 210px;
}

#template_inner form table td{
	vertical-align:top;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #095fbe;
	text-align: right;
	white-space: nowrap;
}

#template_inner td.form_separator {
	font-size:1px;
	line-height: 1px;
	height: 13px;
}

.separator_x15_lightblue {
	font-size:1px;
	line-height: 1px;
	height: 15px;
	
	background: url(../images/pixel_lightblue.gif) repeat-x left 7px;
}

.separator_x35_lightblue {
	font-size:1px;
	line-height: 1px;
	height: 35px;
	
	background: url(../images/pixel_lightblue.gif) repeat-x left 7px;
}

.separator_x37_lightblue {
	font-size:1px;
	line-height: 1px;
	height: 37px;
	
	background: url(../images/pixel_lightblue.gif) repeat-x left 22px;
}

#template_inner form table td span.tip {
	font: normal 10px Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 35px;
}

#template_inner form {
	margin-left: -5px;
}

/*forms*/

.application_form td.separator_form_row {
	font-size:1px;
	line-height: 1px;
	height: 13px;
}

.application_form td.dash_grey_x5  {
	width: 100%;
	height:15px;	
	background: url(../images/dash_grey_x1.gif) 0px 3px repeat-x;	
	font-size:1px;
	line-height: 1px;
}

.application_form  form select, .application_form  form input, .form_fields {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.application_form form table td{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
    padding-top:3px;
    padding-bottom:2px;
}


form table td.date{
	background: url(../images/form_calendar.gif) no-repeat right 2px;
}

.application_form form table  td a{
	color: #639313!important;
}

.application_form form table td a:hover{
	text-decoration: underline;
}

.application_form  input.button, #apply_for_visa_resetbtn_input_cell div input, #apply_for_visa_send_input_cell div input {
	background: #97c643;
	color:#FFFFFF;
	border: none;
	padding: 1px 6px;
}
/*forms 2*/

.normal_big_text td{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
    padding-top:3px;
    padding-bottom:2px;
}

.normal_big_text form table td a{
	color: #639313!important;
}

.normal_big_text table td a:hover{
	text-decoration: underline;
}

.normal_big_text input.button{
	background: #97c643;
	color:#FFFFFF;
	border: none;
	padding: 1px 6px;
}

.normal_big_text  select.textbox{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*===========================*/

/*ERROR PAGES*/
#error .body_section {
	margin-top: 20px;
}

#errorbox {
	float: left;
	width: 720px;
}

#errorbox h2{
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #ffc374;
	margin: 8px 0px;
}

#errorbox .subheading{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3177bd;
}

#errorbox p{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 5px 0px;
}



#errorbox a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #76aee0;
}
/*==========*/


#phones_home_right {
    position:relative;
    float:left;
    font-size:12px;
    width:220px;
    padding-top:1px;
    text-align:left;
    position:relative;
	color: #6fa60d;	
}

#phone_home_box {
    height:20px;
    width:220px;
    position:relative;
    float:left;
    clear:both;
}
#p_home_text {
    position:relative;
    float:left;
    top:3px;
    left:3px;
    width:210px;
    height:15px;
    text-align:right;
}

.p_home_2 {
	background-color: #eaf4d9;
}

#p_home_text b{ 
    float:left;
	color: #6fa60d;	
}

.body_text h2 p ul li{
    width:100%;
}

/*================= Country Page =================*/
.visa_offer {
    position:relative;
    float:left;
    width:100%;
    padding-top:10px;
    height:70px;
}

.visa_offer_paragraph{
	position:relative;
    float:left;
    width:70%;
    left:10px;
    
}
.dash_grey_x29 {
	width: auto;
	height: 29px;	
	background: url(../images/dash_grey_x1.gif) 0px 14px repeat-x;	
	font-size:1px;
	line-height: 1px;
}
    
.visa_offer a.title{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #7faf2f;
}

.visa_offer a.title:hover{
	text-decoration: underline;
}

.visa_offer a.title span span {
	color: #ff8a00;
}

.visa_offer_texts {	
	float:left;
}

a.applynow_btn {
	display:block;
	position:relative;
	float:left;
	width:143px!important;
	height:30px;
	margin: 8px 10px 8px 0px;
	background: url(../images/applynow_btn_sides.gif) repeat-y 0px 0px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff8a00;
	text-transform: uppercase;
	text-align: center;
	line-height:2.3em;
}

a.applynow_btn:hover {
	background-color: #ff8a00;
	color: #ffffff;			
}

a.applynow_btn div.top {
	position:absolute;
	width:147px;
	height:8px;
	left:0px;
	top:-8px;
	background: url(../images/applynow_btn_off.gif) no-repeat 0px top;
}

*html a.applynow_btn div.top  {
    position:absolute;
    z-index:-1;
	width:143px;
	height:8px;
	left:0px;
	top:-8px;
	background: url(../images/applynow_btn_off.gif) no-repeat 0px 2px;
}

*html a.applynow_btn div.bottom  {
    position:absolute;
    z-index:-1;
	width: 143px;
	height:8px;
	left:0px;
	top:100%;		
	background: url(../images/applynow_btn_off.gif) no-repeat 0px -30px;
}

a.applynow_btn div.bottom {
	position:absolute;
	width: 143px;
	height:8px;
	left: 0px;
	top: 100%;		
	background: url(../images/applynow_btn_off.gif) no-repeat 0px bottom;
}

a.applynow_btn:hover div.top {
	background: url(../images/applynow_btn_on.gif) no-repeat 0px top;
}

a.applynow_btn:hover div.bottom {
	background: url(../images/applynow_btn_on.gif) no-repeat 0px bottom;
}

*html a.applynow_btn:hover div.top {
	background: url(../images/applynow_btn_on.gif) no-repeat 0px 2px;
}

*html a.applynow_btn:hover div.bottom {
	background: url(../images/applynow_btn_on.gif) no-repeat 0px -30px;
}


/*==============world Wide Visas Page===============*/
.az_selector {
	position:relative;
	height:42px;
	margin: 0px;
}

.az_selector a, .az_selector span {
	display: block;
	position:relative;
	float: left;
	height:21px;
	width:21px;
	margin: 0px;
	background: url(../images/az_selector.gif) no-repeat left top;
	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555658;	
	line-height: 21px;	
	text-align: center;
	
}

.az_selector a:hover, .az_selector a.selected {
	background: url(../images/az_selector.gif) no-repeat left bottom;
	color: #ffffff;			
}

.az_selector span.title {
	display: block;
	position:relative;
	float: left;
	height:21px;
	width: auto;
	margin-right: 5px!important;
}


.orangelink_listing {
	list-style:none; 	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.orangelink_listing li {	
	background: url(../images/bullet_box_orange.gif) left 9px no-repeat;
	padding:5px 0px 0px 10px;
}

.orangelink_listing li a {	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#ff8a00;
}

.orangelink_listing li a:hover {	
	text-decoration: underline;
}

/*============Contact============*/
.floated_text {
	float: left;
	width: 100%;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	margin-top: 15px;
}
.col_230 {
	width: 230px;
	float: left;
}

.floated_text h2 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif!important;
	color: #639313!important;
	margin: 0px 0px 5px 0px!important;
}



.contacts_title, .contacts_custom_title{
    font: normal 14px Verdana, Arial, Helvetica, sans-serif!important;
    color: #639313!important;
    margin: 10px 0px 5px 0px!important;
}

#pages_content_2145 div .page_subtitle_text {
font: bold 11px Verdana, Arial, Helvetica, sans-serif!important;
margin-bottom:10px;
}

#phone_icons {
	position:relative;
    	float:left;
	height:150px;
	padding-top:5px;
	text-align:left;
    	width:100%;
}
a.home_links {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;	
    text-decoration:none;
}
a.home_links:hover{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #f16521;		
    text-decoration:underline;
}
#phone_icons1 {
	height:15px;
	width:310px;
	position:relative;
	float:left;
	clear:both;
}

#p_icon {
	position:relative;
	height:16px;
	width:0px;
	float:left;
}

#p_icon_text {
	float:left;
	position:relative;
	top:4px;
	left:5px;
	width:280px;
	height:18px;
	text-align:right;
}

#p_icon_text b, #p_icon_text strong{
	float:left;
}


/*============Faq============*/

a.orange {
	color: #ff8a00;
}

a.grey {
	color: #6f6f6f;
}

dt {	
	background: url(../images/bullet_green.gif) left 8px no-repeat;
	padding:5px 0px 0px 10px;
}

dt a {	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #7faf2f;
}

dt a:hover {	
	text-decoration: underline;
}

dd {	
	padding:5px 0px 0px 10px;
}

dd a {	
	color: #ff8a00;
}


/*pop up*/

body.popup {
margin: 0px;
}

.header_visastatus {
	background: url(../images/header_visastatus.jpg) no-repeat left 1px #ffffff;
	border-bottom: 2px solid #92c43f;
	padding: 1px;
	width: 100%;
	height: 92px;
	margin-bottom: 15px;
}

.popup form {
	margin: 0px 25px 10px 25px;
}

.popup form td{
	padding: 4px 0px;
}

.popup form input.button{
	background: #97c643;
	color:#FFFFFF;
	border: none;
	padding: 1px 6px;
}


.popup h2.green {	
	font: bold italic 18px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #639313;
	margin: 0px 25px 10px 25px;
}

.orange {
	color: #ff8a00;
}

.popup p {
	margin: 0px 25px 10px 25px;
}


/*--------Table Formatting--------------*/

.table_wrap {

	background: #7ab12a;
	padding: 1px;
}


.table_wrap table {
	border: 1px solid #ffffff;
	background: #ffffff;

}

.table_wrap table thead th {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	
	background: #7ab12a;
	padding: 8px;
	text-align: left;
}

.table_wrap table td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	
	padding: 2px;
}



.table_wrap table tr.odd {
	background: #d8eacc;
}

.table_wrap table tr.even {
	background: #ffffff;
}

/*============Pop Up-=============*/


.main_container{
	position: relative;
	float: left;
	width: 96%;
	font-size: 11px;
	margin: 0 2%;
}

.header_movie, #pages_content_233 {
	position:relative;
	float: left; 
	background: url(../images/header_movie.gif) no-repeat right top;
	height: 152px;
	width: 100%;	
	font: bold 55px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #7ab12a;
	line-height: 1em;
}
#pages_content_1873{
	color: #575757!important;
 }
.floated_text h4, #pages_content_1873 b{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
}

#main_div_gallery {
    position:relative;
    float:left;
}

#gallery_left {
	position:relative;
	float:left;
	width:310px;
	background-color:white;
	margin-top: 15px;
}

.projector_wrap {
	position:relative;
	float:left;
	padding: 1px;
	background:#ffffff;
	
	border: 1px solid #97c643;
}

.flash_wrap {
	position:relative;
	float:left;
	padding: 1px;
	background:#ffffff;
}


.movie_projector_description {
	position:relative;
	float:left;
	
	width:285px;
}

.movie_projector_description .movie_details{		
	padding: 10px 0px;
}

.movie_projector_description .extract{		
	padding: 15px;
	border: 1px solid #97c643;
	
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
}

.movie_projector_description .extract h4 {		
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #97c643;
}


.gallery_right {
	position:relative;
	float:left;
	width:500px;
	background-color:white;
	margin-top: 15px;
}

.movie_list {
	position:relative;
	float:left;
	width:500px;
	overflow: auto;
	height: 400px;
}

.gallery_right h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #7ab12a;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom:2px solid #7ab12a;
}

#div_more_category, #div_cat_titles {
    position:relative;
    float:left!important;
    width:420px!important;
    height:20px!important;
}

#div_more_category_bottom {
    position:relative;
    float:right!important;
    width:70px;
    height:19px;
    color:#97c643;
}

#div_more_category_bottom a, #div_cat_titles a {
    color:#97c643!important;
}

.movie_box {
	position:relative;
	float:left;
	width:150px;
	height:200px;
}

.movie_box h5{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #7ab12a;	
	padding: 3px 0px;
}

.movie_thumb {
	width:129px;
	text-align:left;
}

.movie_thumb a {
	display: block;
	padding: 1px;
	border: 1px solid #97c643;
	background: #ffffff;
}
.movie_thumb a img{
	width:125px;
	height:95px;
}

.movie_thumb a:hover {
	padding: 1px;
	border: 1px solid #97c643;
	background: #97c643;
}


.movie_box_details {
	width: 129px;
	height: 19px;
	background: url(../images/movie_thumb_details.gif) left bottom no-repeat #97c643;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
    line-height:140%;
}

.movie_box_extract {
	width: 129px;
	background: url(../images/movie_box_quotelast.gif) right bottom no-repeat;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	padding: 0px 0px 10px 0px;
	margin-top: 3px;
}


input.close {
	background: #97c643;
	color:#FFFFFF;
	border: none;
	padding: 1px 6px;
	
	margin-left: 310px;
}

.closebtn_wrap {
	position:relative;
	float:right;
	width:100%;
	margin: 15px 0px 0px 0px;
}


.popup_languages {
	position: absolute;
	right:0px;
	bottom:0px;
	width: auto;
	height: 46px;
}

.lng_standalone {
	float: left;
	width:auto;
	position: relative;
	height: 46px;
	background: url(../images/mm_bar.gif) no-repeat right top;
	padding-right: 10px;
}

.lng_standalone_left {
	float: left;
	width:25px;
	height: 46px;
	position: relative;
	background: url(../images/mm_bar.gif) no-repeat left top;
}

/*popups tables*/
.tableCss {
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 10px; 
	PADDING-BOTTOM: 20px; 
	PADDING-TOP: 20px; 
}

.tableCss table { 
	border-collapse: collapse;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.tableCss td {
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-color: #000000;
	border-style: solid;
	border-width: 1px; 
	/* padding: 5;  */
}

.student_calc_box {
    position:relative;
    float:left;
    width:98%;
}

.student_calc_box form input.button {
    width:90px;
}
.student_calc_box form td select.textbox {
    width:190px;
}
#pages_content_2367 {
    position:relative;
    float:left;
    padding-right:25px;
}

#pages_content_2344, #pages_content_2378, #reg_form_box {
    position:relative;
    float:left;
}

#pages_content_2367 #reg_form_box {
    width:98%;
}

/*start of forms style*/

.form_table {    
    position: relative;
    width: 100%; 
    display: block;
    float: left;    
}

.form_table_row {
    position: relative;
    width: 98%; 
    display: block;  
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted silver;
}

.form_label_cell {
    position: relative;  
    float: left; 
    display: block;
    width: 40%;  
    text-align: right;
    vertical-align: top;
}
.form_label {
    padding: 0px;
    padding-right: 3px;
    vertical-align: top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
	color: #6f6f6f;
    display: block;
}

.form_input_cell {    
    position: relative;  
    float: right;  
    display: block; 
    width: 59%;
    text-align: left;
    vertical-align: top;
}

.form_brother_input_cell {
    position: relative;  
    float: left;
    left: 5px;
}

.form_label_bgr {    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #063F6A;
    background-color: #7BB2DE;    
}

.form_input {
    float: left;
}

.form_left_info {
    display: inline;
    position: relative;
    float: left;
    width: 10px;
}

.form_text_paragraph, .form_under_text_paragraph {
    display: block;
    float: left;
    position: relative;    
    width: 90%;
    vertical-align: top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
	color: #6f6f6f;
    font-style: italic;     
}

.form_under_info {
    position: relative;
    display: block;
    float: left;
    width: 100%;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic; 
    text-align: left;
	color: #6f6f6f;
}

.button_submit, #__image_captcha_redraw, #vreq_submit, #vcalc_submit{
	background: #97c643;
	color:#FFFFFF;
	border: none;
	padding: 1px 6px;    
}

#image_captcha_input_cell {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

#image_captcha_form_input {
    position: relative;
    display: block;
    float: right;
}
.form_label .required {
color:red;
}

/* ============ Phone Grid Whit Flags ============ */
.phones_grid_main {
position:relative;
float:left;
width: 100%;
}

.phones_grid_left {
	position:relative;
	float:left;
	width: 48%;
}

.phones_grid_right {
	position:relative;
	float:left;
	width: 49%;
}

	.phones_grid_main .phones_grid_row_wrapper {
		position:relative;
		float:left;
		width: 100%;
	}

        .phones_grid_row_wrapper .ph_left_row, .phones_grid_row_wrapper .ph_right_row {
			position:relative;
			float:left;
		}
		.phones_grid_row_wrapper .ph_left_row { width: 55%;	/*font-weight:bold;*/ }

		.phones_grid_row_wrapper .ph_right_row { width: 30%; }

.ph_flag{
	position: relative;
	float: left;
	width: 18px;
	height: 14px;
	background-repeat: no-repeat;
}

.ph_flag_red_wrapper {

    padding-top:10px;
    
    color: #FF0000;
}

.row_ph {
    width:250px;
    height:17px;
}
.box_l_ph {
    width:100px;
}
.box_r_ph {
    width:150px;
}
.ph_flag_red_wrapper div{
    float: left;
 }
			
.ph_flag_ie { background-image: url('../images/countries/flag_ie.gif'); top:2px; margin-right:2px;}
.ph_flag_uk { background-image: url('../images/countries/flag_uk.gif'); top:2px; margin-right:2px;}
.ph_flag_au { background-image: url('../images/countries/flag_au.gif'); top:2px; margin-right:2px;}
.ph_flag_us { background-image: url('../images/countries/flag_us.gif'); top:2px; margin-right:2px;}
.ph_flag_nz { background-image: url('../images/countries/flag_nz.gif'); top:2px; margin-right:2px;}
.ph_flag_ca { background-image: url('../images/countries/flag_ca.gif'); top:2px; margin-right:2px;}
.ph_flag_sa { background-image: url('../images/countries/flag_sa.gif'); top:2px; margin-right:2px;}
.ph_flag_fr { background-image: url('../images/countries/flag_fr.gif'); top:2px; margin-right:2px;}
.ph_flag_gr { background-image: url('../images/countries/flag_gr.gif'); top:2px; margin-right:2px;}
.ph_flag_sp { background-image: url('../images/countries/flag_sp.gif'); top:2px; margin-right:2px;}
.ph_flag_ch { background-image: url('../images/countries/flag_ch.gif'); top:2px; margin-right:2px;}
.ph_flag_ko { background-image: url('../images/countries/flag_ko.gif'); top:2px; margin-right:2px;}
.ph_flag_nl { background-image: url('../images/countries/flag_nl.gif'); top:2px; margin-right:2px;}

/* ============ Phone Grid Whit Flags ============ */

.row_ph2 {
position:relative;
float:left;
    width:255px;
    height:17px;
}
.box_l_ph2 {
position:relative;
float:left;
    width:100px;
}
.box_r_ph2 {
position:relative;
float:left;
    width:150px;
}

.ph_left_box2 {
position:relative;
float:left;
width:275px;
}
.ph_flag_red_wrapper2 {
width:100%;
height:85px;
}

.sitemap_wrapper {
    font-weight: bold;
    color: #FE8B02;
    font-size: 9px;
}

#christmas_box {
    width:99%;
    height:85px;
}

#christmas_img {
    width:373px;
    height:66px;
    background: url(../images/chr_but.jpg) no-repeat left top;
}

#christmas_text {
    width:300px;
    padding:10px 0px 0px 80px;    
    font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height:140%;
}

#christmas_text b {
    color:#7FAF2F;
}

#christmas_text a {
    text-decoration:none;
}

#christmas_text a:hover {
    text-decoration:underline;
}

#pages_content_2575 {
    font:bold 12px Verdana, Arial, Helvetica, sans-serif;
    padding:10px 10px 10px 10px;    
    color:red;
}
.form_table_outframe select, textarea {
width:225px;
}
.fr_icons_table  {
height:45px;

}
.fr_icons_table .fr_icons_text{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02;
}

#div_movies_ko_main {
	position:relative;
	float:left;
	width:100%;
}
#div_movies_ko_main2{
	position:relative;
	float:left;
	width:440px;
}

#podcasts_box {
    float:left;
    width:120px;
    height:120px;
}
#menu_box_img {
    float:left;
    width:180px;
    height:101px;

}
#videos_button {
    float:left;
    width:185px;
    height:122px;
}
 
#podcasts_home {
    position:relative;
    float:left;
    left:25px;
    width:74px;
    height:95px;
    background: url(../images/ipod_visaf.jpg) no-repeat;
}
#podcasts_menu_box {
    margin-left:25px;
    left:25px;
    width:74px;
    height:95px;
    background: url(../images/ipod_visaf.jpg) no-repeat;
}
#podcasts_text_box{ 
    float:left;
    width:120px;
    height:20px;
    text-align:center;
}

#menu_box_text {
    float:left;
    width:180px;
    height:20px;
    text-align:center;
}

#podcasts_text_box a {
    margin-top:3px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #639313;
}

#menu_box_text a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F88B0C;
}
#menu_box_text a:hover {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #F88B0C;
    text-decoration:underline;
}

#mnights_button {
    width:220px;
    height:73px;
    background: url(../images/migration_nights.gif) 14px -4px no-repeat;
}

#mnights_button_nl {
    width:220px;
    height:73px;
    background: url(../images/migration_nights_nl.gif) 14px -4px no-repeat;
}

#mnights_button_sw {
    width:220px;
    height:73px;
    background: url(../images/migration_nights_sw.gif) 14px -4px no-repeat;
}

#mnights_button_de {
    width:220px;
    height:73px;
    background: url(../images/migration_nights_de.gif) 14px -4px no-repeat;
}

#mnights_button_it {
    width:220px;
    height:73px;
    background: url(../images/migration_nights_it.gif) 14px -4px no-repeat;
}

#mnights_button_home {
    width:220px;
    height:73px;
    background: url(../images/migration_nights_home.gif) 23px 0px no-repeat;
}

#special_offer_button{
    width:220px;
    height:73px;
    background: url(../images/special_offer_button.jpg) 23px 0px no-repeat;
}

#special_offer_button_home {
    width:220px;
    height:73px;
    background: url(../images/migration_nights_home.jpg) 23px 0px no-repeat;
}

#audio_button {
    width:220px;
    height:66px;
    background: url(../images/vf_audio_icon.gif) 14px -4px no-repeat;
}
#audio_button_home {
    width:220px;
    height:66px;
    background: url(../images/vf_audio_icon.gif) 23px 0px no-repeat;
}
#christmas_button {
    width:220px;
    height:66px;
    background: url(../images/vf_christmas_times.gif) 14px -4px no-repeat;
}
#christmas_button_home {
    width:220px;
    height:66px;
    background: url(../images/vf_christmas_times_home.gif) 23px 0px no-repeat;
}
#mnights_button a, #podcasts_home a, #podcasts_menu_box a, #audio_button a, #special_offer_button a, #mnights_button_home a, #special_offer_button_home a, #audio_button_home a, #christmas_button a, #christmas_button_home a, #mnights_button_nl a, #mnights_button_sw a, #mnights_button_de a, #mnights_button_it a{ 
    width:100%;
    height:100%;
    display:block;
}
.mnights_popup_paragraph {
    color: #6f6f6f;
}

#home_cont_main_box {
    position:relative;
    float:left;
}

#home_cont_left_box {
    position:relative;
    float:left;
    width:50%;
}

#home_cont_right_box {
    position:relative;
    float:left;
    width:49%;
    padding: 5px 0px 10px 0px;
}

#home_cont_left_box2 {
    position:relative;
    float:left;
    width:75%;
}

#home_cont_right_box2 {
    position:relative;
    float:left;
    width:20%;
    height:82px;
    text-align:left;
    padding: 0px 0px 0px 0px;
}

#home_cont_right_box2 img{
    width:78px;
    height:82px;
 
}

#home_cont_text_box {
    position:relative;
    float:left;
    width:99%;
    padding: 5px 0px 15px 0px;    
}

#home_cont_right_box #mnights_button, #mnights_button_nl, #mnights_button_it, #mnights_button_sw, #mnights_button_de {
    float:right;
}
#home_cont_right_box #podcasts_home {
    float:left;
}
#div100001309 {
    margin-left:-20px;
}

#mp3_player_box {
    position:relative;
    float:left;
    width:100%;
    text-align:center;
}

#mp3_player_text {
    position:relative;
    float:left;    
    width:245px;
    height:70px;
    text-align:center;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #404040;
    padding-top:10px;
}

#podcasts_main_box {
	position:relative;
	float:left;
   	 width:550px;
   	 height:250px;
}

#podcasts_left_box {
	position:relative;
	float:left;
	width:350px;
	height:250px;
}

#podcasts_right_box {
	position:relative;
	float:right;
   	 width:140px;
   	 height:250px;
}

#podcasts_list_box {
    position:relative;
    float:left;
    padding-top:10px;
}

#podcasts_list_box a{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02;
}

#podcasts_logo {
    position:relative;
    float:left;
    width:100px;
    height:100px;
    background: url(../images/vf_for_player.jpg) no-repeat;
}

/*============== NEWS HOME ============*/

ul.news_block {
	list-style:none; 	
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

li.newstitle {
	background: url(../images/newstitle.gif) left 7px no-repeat!important;
	padding:5px 0px 0px 12px!important;
	font-weight: bold;
	margin-top: 10px;
}

li.newstitle a{
	color: #606060;
}

li.newstitle a:hover {
	text-decoration: underline;
}

li.newsbody {
	background: none!important;
	list-style:none;
	padding:5px 0px 0px 12px!important;
}

li.newsbody a{
	color:#ff8a00;
}

li.newslink {
	background: none!important;
	list-style:none;
	padding:5px 0px 0px 12px!important;
}

li.newslink a{
	color: #639313;	
	font-weight: bold;
}

li.newslink a:hover {
	text-decoration: underline;
}

#pages_content_3153 iframe {
    position:relative;
    float:left;
    width:100%;
    height:100%;
}

#pages_content_3153 {
    position:relative;
    float:left;
    width:100%;
    height:1200px;
}

#pages_content_3166 .gallery_right, #pages_content_3167 .gallery_right{
	position:relative;
	float:left;
	width:320px;
	background-color:white;
	margin-top: 15px;
}

#pages_content_3166  #div_more_category, #pages_content_3166  #div_cat_titles, #pages_content_3167  #div_more_category, #pages_content_3167  
#div_cat_titles{
    position:relative;
    float:left!important;
    width:300px!important;
    height:20px!important;
}

#pages_content_3166 .movie_list,  #pages_content_3167  .movie_list  {
	width:320px;
    height:270px;
}

 #pages_content_3166 .projector_wrap,  #pages_content_3167  .projector_wrap{
	position:relative;
	float:left;
	padding: 1px;
	background:#ffffff;
    border:1px solid white;
}

#oz_appl_now {
    width:122px;
    height:27px;
}

#oz_appl_now a {
    width:122px;
    height:27px;
    display:block;
    background: url(../images/apply_now_whm.gif) no-repeat;
    margin-left:-3px
}

#oz_appl_now a:hover {
    width:122px;
    height:27px;
    display:block;
    background: url(../images/apply_now_whm_over.gif) no-repeat;    
    margin-left:-3px
}

#news_button {
    float:left;
    margin-left:20px;
    width:131px;
    height:124px;
}

#news_button #menu_box_img {
    float:left;
    width:131px;
    height:77px;
}

#news_button #menu_box_text {
    float:left;
    width:131px;
    height:20px;
    text-align:center;
}

#pages_content_2622 #mnights_button{
    margin-top:20px;
}

#jobs_button {
    float:left;
    margin-left:20px;
    width:122px;
    height:97px;
}

#jobs_button #menu_box_img {
    float:left;
    width:122px;
    height:77px;
}

#jobs_button #menu_box_text {
    float:left;
    width:122px;
    height:20px;
    text-align:center;
}

/*WW pages==========*/


.home_visas_columns {
    position:relative;
    float:left;
    width:100%;
}

.home_visas_left_column {
    position:relative;
    float:left;
    width:240px;
    margin-bottom:20px;
}

.home_visas_right_column {
    position:relative;
    float:left;
    width:240px;
    margin-bottom:20px;
}

.letter_title_box {
    position:relative;
    float:left;
    width:100%;
    height:24px;
    font-size:15px;
    font-weight:bold;
}

.home_visas_columns div .visas a {
 	color: #555658;	
 }
 
.letter_title_box div {
    position:relative;
    float:left;
    left:0px;
    top:4px;
    width:20px;
    height:20px;
    color:white;
    text-align:center;
    background-color:#FC951E;
}

.home_visas_left_column ul{

    position:relative;
    float:left;
    width:220px;
    margin:0px;
    padding-left:20px;
}

.home_visas_right_column ul{
    position:relative;
    float:left;
    width:220px;
    margin:0px;
    padding-left:20px;
}

.home_visas_left_column ul li{ 
    line-height:140%;
}

.home_visas_right_column ul li{ 
    line-height:140%;
}


.alphabet_home {
    position:relative;
    float:left;
    width:100%;
    height:40px;
    text-align:left;
}

.alphabet_home div{ 
    position:relative;
    float:left;
    left:15px;
    top:10px;
    font-size:10px;
    color:#434342;
}

.alphabet_home div a{ 
    font-weight:bold;
    color:white;
    text-decoration:underline;
    background-color:#FC951E;
}

.alphabet_home div a:hover{ 
    font-weight:bold;
    color:#FC951E;
    text-decoration:underline;
}

.home_alpha_order {
    font-size: 12px;
}

.home_alpha_order > a:first-child {
    margin-left: 65px;
}

.home_alpha_order a, .home_alpha_order span {
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    margin-bottom: 10px;
    color: #FF6600;
    text-decoration: underline !important;
}

.home_alpha_order a:hover {
    background-color:#FC951E;
    color:white;
    text-decoration: none;
}
/*================= Green menu content */

#menubox {
	float:left;
	position:relative;
	height:31px;
	width:100%;	
	background:url(../images/vf_horizontal_menu_back.jpg) repeat-x;
}

#leftcorner {
	float:left;
	position:relative;
	width:20px;
	height:31px;	
	background:url(../images/vf_horizontal_menu_left_corner.jpg) no-repeat;
}

#rightcorner {
	float:right;
	position:relative;
	width:20px;
	height:31px;
	background:url(../images/vf_horizontal_menu_right_corner.jpg) no-repeat;
}

#content {
	float:left;
	position:relative;
	height:31px;		
}

#content a {
	float:left;
	position:relative;
	display:block;
	padding-top:8px;
	padding-right:30px;	
	font-family:verdana;
	font-size:11px;
	color:#e9f7d1;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}
.left_icons_images {
    	position:relative;
    	float:left;
}
.left_icons_menu {
	position:relative;
    	float:left;
	height:36px;	
    	width:136px;
}

.left_icons_menu a{ 
	position:relative;
    	float:left;
	display:block;
	margin-top:11px;
	padding-left:5px;	
	font-family:verdana;
	font-size:11px;
	color:#FE8B02;
	font-weight:bold;
	text-decoration:none;
}

.left_icons_menu a:hover { 
    text-decoration:underline;
}

.icons_menu_row {
    	clear:both;
    	height:50px;
    	width:180px;    
}

#row_text_2904 a, #row_text_2909 a{
	margin-top:7px;
}

a#menu_44_925:hover {
    color: #7FAf2F;
}

a#menu_44_925 span {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
   	color: #7FAf2F;
}

.little_text {
	border-bottom:1px solid #D6D6D6;
	padding-bottom:20px;
}

.ww_visas_list {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
}

.ww_visas_list a {
	color:black;
}

#entertainer_visas_length_of_proposed_stay_form_input input{
    width:80px;
}

#entertainer_visas_proposed_stay_opts_input_cell div select {
    width:135px;
}

.google_search_box {
    height:27px;
	margin-top:-5px;
    padding-left:7px;
}

.google_search_box .button {
	background: #97c643;
	color:#FFFFFF;
	border: none;
	padding: 1px 5px;
    height:22px;
}

#pages_content_3329  {
line-height:140%;
}

#pages_content_3329 img {
    border:1px solid #404040!important;
}

.gallery_left {
    margin:7px 0px 7px 0px;
}

.gallery_left { 
    border:1px solid #404040!important;
}

#req_result_box {
position:relative;
float:left;
width:100%;
padding-top:10px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
color:#639313;
letter-spacing:1px;
text-align:center;
}

#req_result_box a {
text-decoration:underline!important;
color:#F7870A;
letter-spacing:0px;
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#req_result_box a:hover {
text-decoration:underline!important;
color:#F7870A;
letter-spacing:0px;
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}

/*walk in day*/
.walkin_box div {
float:left;
}
.walkin_box {
float:left;
margin-left:20px;
width:230px;
}
.walkin_text_box {
position:relative;
float:left;
padding:5px;
padding-top:10px;
}
.walkin_text_box span {
line-height:130%;
font-size:11px;
}
.walkin_text_box b {
color:#97c643;
line-height:140%;
}


#buttons_oz_whm_fr33 {
	float:left;
	margin-right:15px;
	padding:0;
	width:184px;
	height:66px;
}

#buttons_oz_whm_fr33 a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:110%;
	font-weight:bold;
	color:#6ca427;
    width:184px;
	height:66px;
	text-decoration:none;
	background: transparent url(../images/button_oz_whm_fr.gif) no-repeat;
	cursor:pointer;
	overflow:hidden;

}

#buttons_oz_whm_fr33 a span { 
	float:left;
	width:120px;
	margin-left:40px;
	margin-top:9px;
}

#buttons_oz_whm_fr33 a:hover {
	float:left;
	color:#fd8c07;
	text-decoration:none;
	display:block;
	background: transparent url(../images/button_oz_whm_fr_over.gif) no-repeat;
}
/*-------------Country Box 335px -----------------------*/
.country_box_335_de {
	float: left;
	width: 335px;
	margin:0px 0px 20px 0px;
    	height:175px!important;
}

.country_box_335_de h3 {
	font: bold italic 20px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #555555;
	line-height: 1em;
	
	margin: 0px 3px 15px 10px;
}

.country_box_335_de a {
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;	
	
	padding: 3px 10px 3px 20px;
	
	background: url(../images/countrybox_bullet.gif) no-repeat 10px 6px;
}

.country_box_335_de a:hover {
	color: #f16521;		
	background: url(../images/countrybox_bullet.gif) no-repeat 10px -44px;
	text-decoration: underline;
}
/*Master Head - live Help*/

/*.......HOME - Live Help.......*/

#template_home_mheadlh #masterhead_wrap {
	height: 177px;
	background: url(../images/mhead_home_lh.jpg) left top no-repeat;
	width: auto;
}

#masterhead_bottom div {
	background: url(../images/mhead_bottom_home.gif) no-repeat top left;
}

#masterhead_title_lh {
	position: absolute;
	bottom: 56px;
	left: 232px;
	font: bold italic 28px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #8093a7;
	line-height: 1.2em;
	width: 386px;
}

#masterhead_lh {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
	
#head_title_de, #head_title_it, #head_title_nl, #head_title_sw, #head_title_fr {
	position:relative;
	float:left;
	padding-left:25px;
	font-size:18px;
	font-weight:bold;
}

#masterhead_bottom div {
	width: 710px;
	height:20px;
}


/*German Index*/

.col_350 {
	position:relative;
	float:left;
	width: 350px;
}

.col_350 h2.green_title {
	position:relative;
	float:left;
	font: bold italic 22px "Trebuchet MS", Georgia, "Myriad Pro"!important;
	color: #7faf2f!important;
}

.padding_10 {
	position:relative;
	float: left;
	padding: 0px 10px 0px 10px;
}

.country_box_links {
	position:relative;
	float: left;
	padding: 0px 0px 0px 0px;
	border-top: 1px dashed #6f6f6f;
	margin: 0px 0px 0px 0px;
}

.country_box_160 {
	position:relative;
	float: left;
	width: 160px;
	margin:10px 0px 10px 0px;
}

.country_box_160 h3 {
	font: bold italic 20px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #555555;
	margin: 0px 0px 0px 5px;
}

.country_box_160 h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #7faf2f;	
	margin: 5px;
}

.country_box_160 ul {
	list-style: none;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.country_box_160 ul li {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;	
	padding: 3px 0px 3px 10px;	
	/*background: url(../images/arrowleft_grey.jpg) no-repeat 0px 8px;*/
}

.country_box_160 a.orange_btn {
	display: block;
	position:relative;
	font: bold italic 17px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #ffffff;	
	text-align: center;
	padding-top: 6px;	
	background: url(../images/countrybox_btn_160_orange.gif) no-repeat 0px 0px;
	margin-bottom: 16px;
}

.green_btn_de, .green_btn_it, .green_btn_sw, .green_btn_nl, .green_btn_fr{    
	font-size: 13px!important;
}
 
.country_box_160 a.orange_btn div.bottom {
	position:absolute;
	top: 100%;
	left: 0px;
	height: 6px;
	width: 160px;	
	background: url(../images/countrybox_btn_160_orange.gif) no-repeat left bottom;
}

* html .country_box_160 a.orange_btn div.bottom {
	position:relative;
	float:left;
	left: 0px;
	top:0px;
	height: 6px;
	width: 160px;	
	background: url(../images/countrybox_btn_160_orange.gif) no-repeat left bottom;
}

.country_box_160 a.green_btn {
	display: block;
	position:relative;
	font: bold italic 17px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #ffffff;	
	text-align: center;
	padding-top: 6px;	
	background: url(../images/countrybox_btn_160_green.gif) no-repeat 0px 0px;
	margin-bottom: 16px;
}

*html .country_box_160 a.green_btn {
	position:relative;
	float:left;
	display: block;
	font: bold italic 17px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #ffffff;	
	text-align: center;
	padding-top: 6px;	
	background: url(../images/countrybox_btn_160_green.gif) no-repeat 0px 0px;
	margin-bottom: 16px;
}

.country_box_160 a.green_btn div.bottom {
	position:absolute;
	top: 100%;
	left: 0px;
	height: 6px;
	width: 160px;	
	background: url(../images/countrybox_btn_160_green.gif) no-repeat left bottom;
}

*html .country_box_160 a.green_btn div.bottom {
	position:relative;
	float:left;
	left: 0px;
	top:0px;
	height: 6px;
	width: 160px;	
	background: url(../images/countrybox_btn_160_green.gif) no-repeat left bottom;
}

.country_box_160 a:hover {
	text-decoration: underline;
}
/*Visa Assistant */

.visa_assistant_box {
	width: 100%;
	min-height: 190px;
	background: url(../images/visa_assistant.jpg) 5px 0px no-repeat;
	padding-top: 10px;
	
	border-bottom: 1px solid #d9d9d9;
}

.visa_assistant_box h2 {
	margin: 0px 0px 10px 240px;
	
	font: bold italic 18px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #639313;
}

.visa_assistant_box p {
	margin: 0px 0px 10px 240px;
}

.no_margin { margin: 0px!important;}


.lh_bodybanner {
 width: 205px;
}

.lh_bodybanner h2 a{
	 font: bold italic 32px "Trebuchet MS", Georgia, "Myriad Pro";
	 color:#ffffff;
}

.lh_bodybanner p{
	margin-top: 0px;
	font: normal 15px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align: center;
}


a.green_btn_stroked_grey {
	display: block;
	position:relative;
	height:31px;
	margin: 0px 9px;
	background: url(../images/green_btn_stroked_grey.gif) 50% top no-repeat;
	
	font: bold italic 18px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #ccffcc;	
	line-height: 31px;	
	float: left;
	
}

a.green_btn_stroked_grey:hover {
	color: #ffffff;			
}

a.green_btn_stroked_grey div {
	position: absolute;
	top: 0px;
	height: 31px!important;
 	background-image: url(../images/green_btn_stroked_grey.gif)!important;
 	padding: 0px!important;
	width: 9px;
}

a.green_btn_stroked_grey div.right {
	left:100%;	
	background: url(../images/green_btn_stroked_grey.gif) right top no-repeat;
}

a.green_btn_stroked_grey div.left {
	left:-9px;	
	background: url(../images/green_btn_stroked_grey.gif) left top no-repeat;
}

/*-------------------*/


a.green_btn_stroked_white {
	display: block;
	position:relative;
	height:31px;
	margin: 0px 9px;
	background: url(../images/green_btn_stroked_white.gif) 50% top no-repeat;
	
	font: bold italic 18px "Trebuchet MS", Georgia, "Myriad Pro";
	color: #ccffcc;	
	line-height: 31px;	
	float: left;
	
}

a.green_btn_stroked_white:hover {
	color: #ffffff;			
}

a.green_btn_stroked_white div {
	position: absolute;
	top: 0px;
	height: 31px!important;
 	background-image: url(../images/green_btn_stroked_white.gif)!important;
 	padding: 0px!important;
	width: 9px;
}

a.green_btn_stroked_white div.right {
	left:100%;	
	background: url(../images/green_btn_stroked_white.gif) right top no-repeat;
}

a.green_btn_stroked_white div.left {
	left:-9px;	
	background: url(../images/green_btn_stroked_white.gif) left top no-repeat;
}


/*floated boxes*/

.box_9 {
	float: left;
	width: 100%;
}

.box_9 .box_top, .box_9 .box_topleft, .box_9 .box_bottom, .box_9 .box_bottomleft {
	float: left;
	background-image: url(../images/box_9.gif);
	background-repeat:no-repeat;
	height: 12px;
	
	font-size: 2px;
	line-height: 2px;
}

.box_9 .box_top {
	width: 100%;
	background-position:right top;
}

.box_9 .box_bottom {
	width: 100%;
	background-position:right bottom;
}

.box_9 .box_topleft {
	width: 12px;
	background-position:left top;
}

.box_bottomleft {
	width: 16px;
	background-position:left bottom;
}

.box_9 .box_container {
	float: left;
	width:100%;
	background: url(../images/box_9_sides.gif) repeat-y right top;
	
}

.box_9 .box_content {
	float: left;
	
	padding-left:25px;
	margin-right: 30px;
	
	background: url(../images/box_9_sides.gif) repeat-y left top;
}

#pages_content_3708 {
	background: url(../images/ssl_icon.gif) no-repeat left top;
	width:73px;
	height:55px;
}


/*===========12/11/09 visa caclulatior*/
#visa_calculator select {
width:180px;
position:relative;
float:left;
}

#visa_calculator_vcalc_nationality_row, #visa_calculator_vcalc_residence_row,#visa_calculator_vcalc_visa_type_row, #visa_calculator_send_row, #visa_calculator_transit_trough_row  {
position:relative;
float:left;
}

.vcalc_nationality_row, .vcalc_destination_row, .vcalc_residence_row, .vcalc_visa_type_row, .transit_trough_row, #visa_calculator_send_row, #visa_calculator_vcalc_submit_row{
position:relative;
float:left;
width:200px;
margin-left:10px;
padding-left:10px;
}

.vcalc_nationality_row div, .vcalc_destination_row div, .vcalc_residence_row div, .vcalc_visa_type_row div, .transit_trough_row div{ 
position:relative;
float:left;
width:180px;
}
#visa_calculator_vcalc_submit_input_cell  {
float:right;
width:130px;
}
#visa_calculator_main form  {
margin-bottom:15px;
}

.vcalc_nationality_form_text_paragraph, .vcalc_destination_form_text_paragraph, .vcalc_residence_form_text_paragraph, .vcalc_visa_type_form_text_paragraph, .transit_trough_form_text_paragraph {
padding-bottom:4px;
font:normal 12px Verdana, Arial, Helvetica, sans-serif; 
letter-spacing:1px;
}

#table_assurances {
    width: 300px;
}

.main_box_assurance {
position:relative;
float:left;
width:100%;
padding-top:20px;
}
.left_box_assurance {
position:relative;
float:left;
width:45%;
padding-right:20px;
}
.right_box_assurance {
position:relative;
float:left;
width:45%;
padding-left:20px;
}
.banners_box_home {
position:relative;
float:left;
top:10px;
}
#get_visa_checker_box {
position:relative;
float:left;
width:100%;
padding:10px 0px 0px 10px;
text-align:center;
}
#get_visa_checker_box a {
font:normal 11px Verdana, Arial, Helvetica, sans-serif; 
color: #fe8b02;
text-decoration:none;
}
#get_visa_checker_box a:hover {
font:normal 11px Verdana, Arial, Helvetica, sans-serif; 
color: #fe8b02;
text-decoration:underline;
}

.livechat_flight_booking {
    position:relative;
	float: left;
    clear:both;
}

.livechat_flight_booking a{
    position:relative;
	float: left;
	width: 176px;
	height:237px;
	background: url(../images/livechat_flight_booking_fr.gif) no-repeat top left;	
}
/*Hostels*/

#main_hostels {
	position:relative;
	float:left;
	width:100%;
}

#green_bullets_hostels {
	position:relative;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

#green_bullets_hostels .bullet {
	position:relative;
	float:left;
	padding-left:25px;
	margin-bottom:10px;
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	color:#6f6f6f;
	background: url(../images/green_bullet_hostels.gif) no-repeat;
	clear:both;
}

#hostels_form_container {
	position:relative;
	float:left;
	width:100%;
	height:120px;
	background: url(../images/form_back.gif) repeat-x;
}

#hostels_form_left {
	position:relative;
	float:left;
	width:14px;
	height:120px;
	background: url(../images/form_left.gif) no-repeat;
}

#hostels_form_right {
	position:relative;
	float:right;
	width:165px;
	height:120px;
	background: url(../images/form_right.gif) no-repeat;
}

#hostels_form_middle {
	position:relative;
	float:left;
	height:120px;
}

#hostels_form_middle h2 {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#fff;
	margin-top:27px;
}

#hostels_form {
	position:relative;
	float:left;
	clear:both;
	margin-top:10px;
}

#search_button, #__step_num__next  {
	background-color: #97c643;
	width: 80px;
	border: 1px solid #fff;
	color:#fff;
    height:20px;
    line-height:100%;
    cursor:pointer;
}

#hostels_phones_container {
	float:left;
	position:relative;
    width:100%;
}

#hostels_phones {
	float:left;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#fe8b02;
    margin-top:15px;
	margin-right:20px;
}

#hostel_guarantee {
	position:relative;
	float:left;
	margin-top:7px;
    	margin-bottom:15px;
	padding-left:50px;
	font-family:verdana;
	font-size:18px;
	line-height:45px;
	color:#1a87c0;
	background: url(../images/guarantee_sign.gif) no-repeat;
}

#search_result_container {
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
}

#search_result_container h2 {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#ff8a00;
	width:100%;
	border-bottom: solid 1px #ff8a00;
	padding-bottom:5px;
	margin-bottom:20px;
}

#hostel_property {
	position:relative;
	float:left;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	color:#6f6f6f;
	font-size:11px;
    padding-bottom:35px;
}

#hostel_property h1 {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#6f6f6f;
	margin-bottom:10px;
}

#hostel_property img {
	position:relative;
	float:left;
	margin-right:20px;
    border:1px solid #404040;
}

#hostel_price {
	position:relative;
	float:left;
    width:100%;
	margin-top:5px;
	font:normal 12px Verdana, Geneva, sans-serif;
	color:#fe8b02;
	height:19px;
}

.hostel_price_box {
	position:relative;
	float:left;
    width:70%;  
    left:20px;
    padding-top:10px;
}
.hostels_orange_title {
	position:relative;
	float:left;
	width:100%;
}
.hostels_orange_title h2{ 
    position:relative;
	float:left;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#ff8a00;
	width:100%;
	padding-bottom:5px;
	margin-bottom:20px;    
}
.hostels_price_table tr {
border-bottom:1px solid silver;
}
.hostels_price_table td {
	text-align:left;
}
.hostels_prices_title{
	font:normal 11px Verdana, Geneva, sans-serif;
    height:20px;
    text-align:left;
}
.hostel_price {
    font:bold 11px Verdana, Geneva, sans-serif;
    width:40px;
}
.hostels_pgrid {
    text-align:left;
}
.hostel_description { 
    width:120px;
	font:bold 11px Verdana, Geneva, sans-serif;
}
.hostel_small_text_title {
    width:70px;
	font:normal 10px Verdana, Geneva, sans-serif;
}
.hostel_desc_box {
	position:relative;
	float:left;
    width:70%;
    left:20px;
}
.hostels_small_text {
	font:normal 10px Verdana, Geneva, sans-serif;
}
.hostel_img_box{
	position:relative;
	float:left;
    width:150px;

}
#hostel_box_right {
	position:relative;
	float:left;
    width:70%;
}
#hostel_price a {
	position:relative;
	float:left;
	font:bold 12px Verdana, Geneva, sans-serif;
	color:white;
	text-decoration:none;
	background: url(../images/hostel_offer_btn2.gif) no-repeat left top;   
   	width:62px;
    	height:20px;
    	text-align:center;
    	line-height:150%;
}

#hostel_price a:hover {
	color:white;
	text-decoration:none!important;
  	background: url(../images/hostel_offer_btn1.gif) no-repeat left top;    
    	width:62px;
    	height:20px;    
}

.hostel_btn {
	width:62px;
	height:20px;
}

#search_hostel_form_table {
   width:550px;
   height:50px;
}

#search_hostel_select_city_row {
    width:550px;
}
 
#search_hostel_select_city_input_cell {
    width:530px;
    float:left;
}
 
.select_city_form_input, #search_hostel_number_of_nights_input_cell{
    width:150px;
}

#search_hostel_number_of_nights_input_cell{ 
    width:165px;
}

.select_city_form_input select, #search_hostel_number_of_nights_input_cell select {
    width:155px;
}

#search_hostel_hostel_arrival_date_input_cell {
    width:105px;
    margin-left:7px;
}

.search_button_row {
    width:70px;
    padding:0px;
}

.search_button_form_input, .search_button_input_cell{
    margin:0px;
    padding:0px;
}

.book_hostel_sub_total_row, .op_realex_row {
    visibility:hidden;
    height:0px;
}

#apply_for_hostel_sum_total_aud_form_left_info, #apply_for_hostel_op_realex_form_left_info {
    position:relative;
    right:10px;
    top:2px;
    width:20px;
    font:normal 12px Verdana, Geneva, sans-serif;
}
#oz_whm_opm_apply_form .form_step_navi, #australia_eta_3_month_business_visa_opm_apply_form_embassy .form_step_navi, 
#australia_working_holiday_packs_online_payment_apply_form .form_step_navi, 
#australia_working_holiday_packs_fr_online_payment_apply_form .form_step_navi{
    visibility:hidden;
}
#oz_whm_opm_apply_form_add_form_info, #australia_eta_3_month_business_visa_opm_apply_form_embassy_add_form_info, 
#australia_working_holiday_packs_fr_online_payment_apply_form_add_form_info  {
    position:relative;
    float:left;
}
.form_step_navi_current {
    border:1px solid #fe8b02;
    padding:0px 3px 0px 3px;
    color:white;
    background-color:#fe8b02;
}

.form_step_navi_step {
    border:1px solid #fe8b02;
    padding:0px 3px 0px 3px;
    color:#fe8b02;
}

.apply_for_hostel table {
padding-top:20px;
}

.apply_for_hostel table td{
    height:20px;
    font: normal 12px Verdana, Geneva, sans-serif;
}
.apply_for_hostel .field_name_cell {
padding-right:20px;
}

/*New Apply Now Buttons*/

.apply-now-button{
    position:relative;
    float:left;
	color : #FF8A00;
	font : bold 13px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 5px 5px 5px 35px;
	background : url(../images/apply_now_points.gif) no-repeat;
}

/* start Apply button */

.ApplyButton1 {
    position:relative;
    float:left;
	background: #FF8A00 url(../images/corner_org_top_left.gif) no-repeat top left;
	width: 140px;
}

.ApplyButton2 {
	background: url(../images/corner_org_top_right.gif) no-repeat top right;
}

.ApplyButton3  {
	background: url(../images/corenr_org_bottom_right.gif) no-repeat bottom right;
}

.ApplyButton4  {
	background: url(../images/corner_org_bottom_left.gif) no-repeat bottom left;
	padding: 10px 10px 10px 10px;
}


.ApplyButton4 a {
	display : block;
	color : White;
	font : bold 12px Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : center;
}

.ApplyButton4 a:hover {
	color : White;
	text-decoration : underline;
}

/* end Apply button */

.uni_search_pages {
    position:relative;
    float:left;
    width:100%;
}
.pages_box {
    position:relative;
    float:left;
    width:40px;
}
.pages_numbers {
    position:relative;
    float:left;
}
.school_short_desc {
    position: relative;
    float: left;
    width:100%;
    padding: 0px 0px 0px 0px;
}
.school_banner {
    position: relative;
    float: left;
    padding: 5px 0px 10px 0px;
}
.school_banner img {
    width:180px;
    border:1px solid silver;
}
.school_desc {
    margin: 5px 0px 0px 190px;
}

#pages_content_4830 iframe{
    margin-top:30px;
    border:1px solid #333;
}

a#menu_44_1323, a#menu_44_1329 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #97c643;
    background-image:none;
    background:url(../images/lc_menu_arrow_right_green.gif) no-repeat scroll 165px 8px transparent;
    display:block;
    padding:4px 0px;    
}
/*Custom top menus oz/uk language schools pages*/
#mtitle_title_custom {
    position:relative;
    float:left;
    display:block;
    height:40px;
}
#mtitle_title_custom a{
    height:100%; 
    text-align:center;
    font:bold 11px Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase; 
    padding-top:6px;
    line-height:150%;
}
#pages_content_4878, #pages_content_5334 {
    height:2550px;
    width:100%;
}
/* English language courses - states list 30/04/10 */
.states_list_main_box {
    position:relative;
    float:left;
    width:520px;
}

.states_list_inner_box {
    position:relative;
    float:left;
    width:136px;
    height:110px;
    margin-left:5px;   
    margin-right:20px;       
}

.states_list_link_box {
    position:relative;
    float:left;
    width:136px;
    height:22px; 
    text-align:center;
    background:url(../images/bullet_box_orange.gif) 3px 7px no-repeat;
}

.states_list_link_box a {
    position:relative;
    float:left;
    left:15px;
    font:normal 11px Verdana, Arial, Helvetica, sans-serif;    
    line-height:170%;
}

.states_list_img_box {
    position:relative;
    float:left;
    width:136px;
    height:73px;
}

.states_list_img_box a{
    position:relative;
    float:left;
    display:block;
    width:100%;
    height:100%;
}

.how_many_years_worked_oz_skilled_form_under_text_paragraph, .cust_date_of_birth_form_under_text_paragraph {
    color:red;
}
.list_all_states {
    position: relative;
    float: left;
    width:100%;
    height:20px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02; 
    text-align:center;
    letter-spacing:1px;
    border-bottom:1px solid #fe8b02;
    margin: 20px 0px 10px 0px;
}
.inner_menu_language_courses {
    position:relative;
    float:left;
    width:100%;
    top:-10px;
    height:18px;
    margin-bottom:20px;
}
.inner_menu_language_courses a {
    text-decoration:none;
}
.inner_menu_language_courses a:hover {
    text-decoration:underline;
}
.courses_list_box_img {
    position:relative;
    float:left;
    width:170px;
    height:127px;
    margin:15px 10px 0px 0px;
    background: url(../images/image_courses_on_offer.gif) no-repeat top left;
}
.courses_list_box_main {
    position:relative;
    float:left;
    width:100%;
    padding:5px 10px 10px 14px;
}
.courses_list_box_list {
    position:relative;
    float:left;
    width:70%;
}

.courses_list_box_list table td{
    background-color:white;
    border-bottom:1px solid #d6d6d6;
    padding:3px 0px 3px 0px;
}

.english_courses_grey_line {
    position:relative;
    float:left;
    top:10px;
    width:100%;
    height:21px;
	background: url(../images/line_grey_gradient.gif) repeat-x bottom left;
}

.english_courses_grey_line b{
    position:relative;
    float:left;
    left:15px;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    line-height:250%;
}
#pages_content_4837 div #pagetitle {
    position:relative;
    float:left;
    width:100%;
    margin-bottom:7px;    
}

.states_list_main_path {
    position:relative;
    float:left;
    width:100%;
    height:35px;
    font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #fe8b02;
}
.oz_embassy_packs_apply {
    position:relative;
    float:left;
    padding-top:10px;
}

/*New VisaPage Styles*/

.clearleft {clear:left;}

.marginright {
    margin-right:30px;
    margin-left:30px;  
}

.paddinbottom {
    padding-bottom:30px;
}

.nobackground {background:none;}

.visa_box {
	float: left;
	width: 340px;	
	background: url(../images/visa_box_sides.gif) repeat-y right top;	
}

.visa_box .vbox_top {
	float: left;
	height: 10px;
	width: 100%;	
	background: url(../images/visa_box.gif) no-repeat right top;	
	font-size: 1px;
	line-height: 1px;
}

.visa_box .vbox_topleft {
	float: left;
	height: 10px;
	width: 15px;	
	background: url(../images/visa_box.gif) no-repeat left top;	
	font-size: 1px;
	line-height: 1px;
}

.visa_box .vbox_content {
	float: left;
	width: 99%;		
	background: url(../images/visa_box_sides.gif) repeat-y left top;
}
	

.visa_box .vbox_content h4 {
	margin: 10px;
}

.visa_box .vbox_content p a {
	font: bold 12px Verdana, Georgia, sans-serif;
	color: #ff8a00;	
}
	
.visa_box .vbox_content h4 a span {
	color: #7faf2f;	
}
	
.visa_box .vbox_content p {
	margin: 10px!important;
}

.visa_box .vbox_bottom {
	float: left;
	height: 30px;
	width: 100%;	
	background: url(../images/visa_box.gif) no-repeat right -20px;
	
}

.visa_box .vbox_bottomleft {
	float: left;
	height: 30px;
	width: 11px;	
	background: url(../images/visa_box.gif) no-repeat left -20px;	
	font-size: 1px;
	line-height: 1px;
}
	
.visa_box .vbox_bottom a {
	display: block;
	float: left;
	height: 30px;	
	background: url(../images/visa_box_btn.gif) no-repeat right top;	
	padding-right: 10px;	
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffffff;	
	line-height: 30px;
	text-transform: uppercase;
    text-decoration:none;
}

.visa_box .vbox_bottom a:hover {
	color: #ffffff;
	text-decoration:none!important;
}

.visa_box .vbox_bottom a div{
	display: block;
	float: left;
	height: 30px;
	width: 10px;	
	background: url(../images/visa_box_btn.gif) no-repeat left top;
}

			/*old Styles
				
			#lng_wrap {
				float: right;
				position: relative;
				height: 46px;
				padding-right: 15px;
			}
			
			#lng_wrap a{
				float: left;
				position: relative;
				height: 46px;
				width: 24px;
			}
			
			#lng_wrap a#en{
				background-image: url(../images/mainmenu_lng_en.gif);
			}
			
			#lng_wrap a#jp{
				background-image: url(../images/mainmenu_lng_jp.gif);
			}
			
			#lng_wrap a#de{
				background-image: url(../images/mainmenu_lng_de.gif);
			}
			
			#lng_wrap a#fr{
				background-image: url(../images/mainmenu_lng_fr.gif);
			}
			
			#lng_wrap a.active, #lng_wrap a:hover#jp, #lng_wrap a:hover#de, #lng_wrap a:hover#fr, #lng_wrap a:hover#en {
				background-position: left top;
			}
			
			#lng_wrap a.inactive {
				background-position: left bottom;
			}
			*/

#languages {
	float: left;
	width:100%;
	position: relative;
	height: 28px;
	margin-top: -5px;
	}

#lng_wrap {
	float: right;
	position: relative;
	height: 28px;
	margin-top: 0px;
	padding-right: 22px;
	background: url(../images/lng_wrap.gif) no-repeat right top;
}

#lng_wrap div {
	background: url(../images/lng_wrap.gif) no-repeat left top;
	float: left;
	position: relative;
	height: 28px;
	width: 22px;
}

#lng_wrap a {
	float: left;
	position: relative;
	height: 28px;
	width: 24px;
}

#lng_wrap a#en{
	background-image: url(../images/top_lng_en.gif);
}

#lng_wrap a#jp{
	background-image: url(../images/top_lng_jp.gif);
}

#lng_wrap a#de{
	background-image: url(../images/top_lng_de.gif);
}

#lng_wrap a#fr{
	background-image: url(../images/top_lng_fr.gif);
}

#lng_wrap a#nl{
	background-image: url(../images/top_lng_nl.gif);
}

#lng_wrap a#it{
	background-image: url(../images/top_lng_it.gif);
}

#lng_wrap a#sw{
	background-image: url(../images/top_lng_sw.gif);
}

#lng_wrap a#ko{
	background-image: url(../images/top_lng_ko.gif);
}

#lng_wrap a.active, 
#lng_wrap a:hover#jp, 
#lng_wrap a:hover#de, 
#lng_wrap a:hover#fr, 
#lng_wrap a:hover#en,
#lng_wrap a:hover#nl,
#lng_wrap a:hover#it,
#lng_wrap a:hover#sw,
#lng_wrap a:hover#ko {
	background-position: left top;
}

#lng_wrap a.inactive {
	background-position: left -30px;
}

/*accordion menu*/


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

li#main_row_li {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    letter-spacing:1px;
}

ul#menu li a {
  background: #97c643;
  color: #fff;	
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  padding:7px;
  margin-right:26px;
}

ul#menu li a:hover {
  background: #fd8c00;
}

ul#menu li ul li a {
  background: #efefef;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #ccc;
  border-left: 5px #fd8c00 solid;
  padding-left: 15px;
}

/*Volunteers*/

.volunteers_main_box {
	position: relative;
	float: left;
    width:100%;
}

.volunteers_left_box {
	position: relative;
	float: left;
    width:100%;
    line-height:150%;
}

.brief_title {
	position: relative;
	float: left;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.volunteers_right_box {
	position: relative;
	float: right;
    left:10px;
    margin:0px 20px 10px 0px;
    padding:2px;
    width:200px;

    border:2px solid #BDC53E;
}

.volunteers_inner_box {
	position: relative;
	float: right;
    text-align:justify;
    line-height:140%;
    padding:7px;
    border:1px solid #BDC53E;
}


/*Volunteers new 20/08/10*/
#volunteers_box2_main {
	position: relative;
	float: right;
	margin:0px;
	padding:0px;
	width:208px;
	background:url(../images/back.jpg) repeat-y;
}

#volunteers_box2_top {
	float:left;
	margin:0px;
	padding:0px;
	width:208px;
	height:8px;
	background:url(../images/top.jpg) no-repeat;
}

#volunteers_box2_bottom {
	float:left;
	margin:0px;
	padding:0px;
	width:208px;
	height:43px;
	background:url(../images/bottom.jpg) no-repeat;
}

#volunteers_box2_center {
	float:left;
	margin:0px 10px 0px 10px;
	padding:0px;
	width:188px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6f6f6f;
}

#volunteers_box2_center h1{
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 25px;
	width:100%;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#f26621;
	font-weight:bold;
	background:url(../images/bullet.jpg) top left no-repeat;
	line-height:20px;
}
/*========================*/
#phone_box_en_courses {
    position:relative;
    float:left;
    height:33px;
    margin:0px 0px 15px 0px;
}

#phone_box_en_courses_img {
    position:relative;
    float:left;
    width:33px;
    height:33px;
    background-image: url(../images/right.png);
}

#phone_box_en_courses_text {
    position:relative;
    float:left;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    color:#D1182D;
    padding-left:15px;
    line-height:230%;
}

/*OZ sponsorship info page buttons*/

#oz_sponsorship_buttons_box {
    position:relative;
	float:left;
	margin:20px 0px 20px 0px;
	padding:0px;
	height:125px;
    width:100%;
	background: url(../images/oz_sponsorship_back.gif) top left repeat-x;
}

#oz_sponsorship_buttons_text{
    position:relative;
	float:left;
}

#oz_sponsorship_employers_box {
    position:relative;
	float:left;
	margin:8px 0px 0px 10px;
	padding:0px;
	height:125px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
    width:45%;
}

#oz_sponsorship_employers_box .oz_sponsorship_title {
    position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#333;
}

#oz_sponsorship_button {
    position:relative;
	float:left;
	margin:15px 0px 0px 0px;
	padding:0px;
	background: url(../images/oz_sponsorship_button_back.gif) top left no-repeat;
	height:35px;
}

#oz_sponsorship_button a{
    position:relative;
	display:block;
	float:left;
	margin:8px 15px 0px 22px;
	padding:0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#oz_sponsorship_button a:hover{
	color:#457406;
	text-decoration:none;
}

#oz_sponsorship_button_right {
    position:relative;
	float:left;
	margin:0px;
	padding:0px;
	background: url(../images/oz_sponsorship_button_right.gif) no-repeat;
	height:35px;
	width:13px;
}

#oz_sponsorship_separator {
    position:relative;
	float:left;
	margin:0px 20px 0px 20px;
	padding:0px;
	height:125px;
	width:8px;
	background: url(../images/oz_sponsorship_separator.gif) no-repeat;	
}

.work_packs_apply {
    margin:15px 0px 10px 0px;
}

.work_packs_apply a{ 
    height:25px;
    width:200px;
    color:#FFFFFF;
    padding:3px;
    border:1px solid #6aa223; 
    background-color:#9ac54f;
    text-decoration:none;
}

.work_packs_apply a:hover{ 
    height:25px;
    width:200px;
    color:#FFFFFF;
    padding:3px;
    border:1px solid #f4761e; 
    background-color:#fba919;
    text-decoration:none!important;
}

.work_packs_title span{
    color: #f26a25;
}