@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#444;
}
#atff {
  display: none;
}

.tooltip{
    background-color:#ffffe1;
    border:1px solid #ccc;
    padding:4px 7px;
    font-size: 12px;
}
.tooltip_icon{
	background:url(../images/icon_tt.gif) no-repeat top center;
	display: block;
	height:19px;
	width:19px;
	float:left;
}
	
.tooltip_icon:hover{
    background:url(../images/icon_tt.gif) no-repeat bottom center;
}

body{		background:#004784 url(../images/bg_html.jpg) repeat-x top;}
.body_cp{		background:#004784 url(../images/bg_html_cp.jpg) repeat-x top;}
.body_hs{		background:#014b8d url(../images/bg_html_hs.jpg) repeat-x top;}

.page{		background:url(../images/bg_body.jpg) no-repeat top center; min-height:600px;}
.body_cp .page{ background:url(../images/bg_body_ny_cp.jpg) no-repeat top center;}
.body_hs .page{ background:url(../images/bg_body_ny_hs.jpg) no-repeat top center;}

/*.body_ny{   background:url(../images/bg_body.jpg) no-repeat top center;}
.body_boston{ background:url(../images/bg_body_boston.jpg) no-repeat top center;}
.body_chicago{ background:url(../images/bg_body_chicago.jpg) no-repeat top center;}
.body_sf{   background:url(../images/bg_body_sf.jpg) no-repeat top center;}*/
a{			color:#004b8d; text-decoration:none;}
a:hover{	color:#3974a8;}
table{  	border-collapse:collapse; border:none;}
td{     	padding:0;}
img, form{	margin:0; padding:0; border:none;}
h1{			font:normal 36px Arial, Helvetica, sans-serif; color:#b20838;}
h2{			font:normal 22px Arial, Helvetica, sans-serif; color:#004b8d;}
h3{			font:normal 18px Arial, Helvetica, sans-serif; color:#004b8d;}
h4{			font:normal 16px Arial, Helvetica, sans-serif; color:#004b8d;}
h5{			font:normal 14px Arial, Helvetica, sans-serif; color:#004b8d;}
h6{			font:normal 12px Arial, Helvetica, sans-serif; color:#004b8d;}

/*--- common styles ---*/
.cboth{		clear:both;	height:0; font-size:0;}
.f_l{		float:left;}
.f_r{		float:right;}
.blue{		color:#004b8d;}
.blue a{	text-decoration:underline;}
.blue a:hover{text-decoration:none;}
.txt13{		font:normal 13px/20px Arial, Helvetica, sans-serif;}
.warning_mess{color:#f00;}
.ul_message_box{
	margin:0;
	padding:5px 0;
	list-style:none;
	font-weight:bold;
}
.ul_message_box li{
	background:none !important;
	padding:0 !important;
}

textarea,
select,
.inp_txt{	border:solid 1px #cfcfcf; font:normal 12px Arial, Helvetica, sans-serif; color:#444;}

.link{
	font:normal 18px/40px Arial, Helvetica, sans-serif;
	float:left;
	background:url(../images/link.gif) no-repeat right top;
}
.link:hover{
	background-position:right bottom;
}
.link span{
	background:url(../images/link_check.gif) no-repeat top left;
	float:left;
	color:#004b8d;
	height:40px;
	padding:0 20px 0 55px;
	cursor:pointer;
}
.link:hover span{
	background-position:bottom left;
}

.link_1{
	background:url(../images/arrow_2.gif) no-repeat left;
	font:normal 18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
	padding:3px 0 7px 34px;
}
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix{	display: inline-block;} 
html[xmlns] .clearfix{display: block;} 
* html .clearfix{height: 1%;}




.wrap{
	width:960px;
	margin:auto;
}

/*=========== BEGIN SPLASH ============*/
.header_sp{
	padding:19px 0 0;
	height:86px;
}
.header_sp .logo{
	background:url(../images/logo_sp.gif) no-repeat;
	width:186px;
	height:68px;
	float:left;
	overflow:hidden;
	text-indent:-5000px;
}
.header_sp .phone{
	background:url(../images/head_phone.gif);
	float:right;
	width:283px;
	height:17px;
	overflow:hidden;
	text-indent:-5000px;
	margin:51px 0 0;
}

.splesh_middle_img{
	text-align:center;
	height:29px;
	padding:20px 0 0;
}

.splesh_bottom{
	background:#fff url(../images/bg_top_brd.gif) no-repeat top;
	padding:20px 0 0;
	margin:0 0 16px;
}
.splesh_bottom h2{
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	color:#004b8d;
	margin:0;
	padding:0 60px 5px 40px;
}
.splesh_bottom h2 span{
	color:#a50734;
}
.splesh_bottom h2 span.big{
	font-size:23px;
	text-transform:uppercase;
}
.splesh_bottom table{
	border-collapse:collapse;
	width:100%;
	margin-top:15px;
}
.splesh_bottom table td{
	padding:0 0 1px 1px;
	width:238px;
}
/*=========== END SPLASH ============*/



/*=========== BEGIN HEADER ============*/
.header{
	background:#fff url(../images/bg_header.gif) repeat-x top;
	height:131px;
}
.header_sub{
	width:960px;
	margin:auto;
}
.header .top{
	height:30px;
	color:#939292;
}

/*--- choose program ---*/
.header .choose_pr{
	float:left;
	line-height:30px;
}
.header .choose_pr a{
	color:#939292;
	background:url(../images/arrow_1.gif) no-repeat top left;
	padding-left:10px;
	margin-left:7px;
}
.header .choose_pr a:hover,
.header .choose_pr a.active{
	color:#004b8d;
	background:url(../images/arrow_1.gif) no-repeat bottom left;
}
.header .choose_pr a.active{
	text-transform:uppercase;
}

/*--- login menu ---*/
.header .login_menu{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.header .login_menu li{
	float:left;
	height:29px;
	background:url(../images/brd_1.gif) repeat-y left;
	color:#b20838;
	padding-left:2px;
	text-transform:uppercase;
}
.header .login_menu a{
	color:#b20838;
	float:left;
	overflow:hidden;
	height:29px;
}
.header .login_menu a:hover img{
	margin-top:-29px;
}
.header .login_menu .tel a{
	float:left;
	padding:8px 20px 6px 45px;
	background:url(../images/icon_phone.gif) no-repeat 20px 9px;
}
.header .login_menu .chat a{
	padding:8px 20px 6px 49px;
	background:url(../images/icon_chat.gif) no-repeat 21px 5px;
}
.header .login_menu .log a{
	padding:8px 0 6px 42px;
	background:url(../images/icon_log.gif) no-repeat 20px 7px;
}

.header h1.logo{
	float:left;
	margin:0;
	padding:15px 0 0;
}
.header .header_links{
	padding:18px 0 0 0;
	height:44px;
	width:365px;
	float:right;
}
.header .header_links a{
	text-indent:-5000px;
	overflow:hidden;
	height:34px;
}
.header .header_links a.req_inf{
	background:url(../images/link_request_info.gif) no-repeat top;
	width:202px;
	float:left;
}
.header .header_links a.apply{
	background:url(../images/link_apply_now.gif) no-repeat top;
	width:143px;
	float:right;
}
.header .header_links a:hover{
	background-position:bottom;
}

/*--- main menu ---*/
.header .main_menu{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
}
.header .main_menu li{
	float:left;
	background:url(../images/brd_main_menu.gif) no-repeat right;
	height:33px;
	text-transform:uppercase;
	font:normal 13px/32px Verdana, Arial, Helvetica, sans-serif;
	padding:0 14px 0 12px;
}
.header .main_menu li.last{
	background:none;
	padding:0 0 0 10px;
}
.header .main_menu li a{
	color:#fff;
}
.header .main_menu li a.active,
.header .main_menu li a:hover{
	color:#004b8d;
}
/*=========== END HEADER ============*/



/*=========== BEGIN CONTENT ============*/

/*--- video in home ---*/
.flesh_home{
	height:327px;
	background:url(../images/content_top.gif) no-repeat;
	padding:0 35px 0 0;
	position:relative;
	margin-top:17px;
}
.flesh_home a.watch_video{
	width:184px;
	height:36px;
	display:block;
	position:absolute;
	top:220px;
	left:480px;
	cursor:pointer;
	overflow:hidden;
	text-decoration:none;
}
.flesh_home a.watch_video span{
	background:url(../images/watch_our_video.png) no-repeat;
	display:block;
	width:184px;
	height:72px;
}
.flesh_home a.watch_video:hover{
	text-indent:0;
}
.flesh_home a.watch_video:hover span{
	margin-top:-36px;
}
.flesh_home .video{
	float:left;
	width:472px;
	height:302px;
	margin:0 0 0 24px;
	display:inline;
	background:#fff;
}
.flesh_home .text{
	float:right;
	padding:50px 0 0 0;
	width:397px;
}
.flesh_home .text h3{
	margin:0;
	padding:0 0 0;
	color:#004b8d;
	font:normal 20px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.flesh_home .text p{
	margin:0;
	padding:10px 0 0;
	line-height:16px;
}
.flesh_home .text p{
	margin:0;
	padding:10px 0 0;
	line-height:16px;
}
.flesh_home .blue_box{
	background:url(../images/advant_blue_box.gif);
	width:218px;
	height:30px;
	position:absolute;
	top:220px;
	right:0;
	padding:61px 15px 0 15px;
}
.flesh_home .blue_box a{
	display:block;
	background:url(../images/link_ce_advant.gif) no-repeat top;
	width:218px;
	height:21px;
	text-indent:-5000px;
	overflow:hidden;
}
.flesh_home .blue_box a:hover{
	background-position:bottom;
}

/*--- choose program block ---*/
.choose_pr_block{
	background:url(../images/bg_middle_splesh_block.jpg) no-repeat;
	height:161px;
	margin:16px 0;
}
.choose_pr_block h2{
	text-align:center;
	height:37px;
	font:normal 22px/37px Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	margin:0;
	text-transform:uppercase;
}
.choose_pr_block h3{
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	padding:5px 0 3px;
	text-transform:uppercase;
}
.choose_pr_block p{
	margin:0 0 4px;
	color:#fff;
}
.choose_pr_block a .link{
	padding:3px 0 8px 27px;
	float:left;
	background:url(../images/bullet_1.gif) no-repeat left;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#004b8d;
	text-decoration:none;
}
.choose_pr_block a:hover .link{
	color:#fff;
}
.choose_pr_block .left{
	float:left;
	padding:0 20px 0 205px;
	width:255px;
	height:124px;
}
.choose_pr_block .right{
	float:right;
	padding:0 204px 0 20px;
	width:255px;
	height:124px;
}

/*--- location home block ---*/
.loc_block{
	height:286px;
	margin:0 0 16px;
}
.loc_block .flash_rot{
	float:left;
	width:660px;
}
.loc_block .side{
	float:right;
	width:298px;
	height:249px;
	padding:37px 1px 1px 1px;
	background:#cac8c8 url(../images/bg_top.gif) no-repeat top right;
}
.loc_block .side_sub{
	border:solid 1px #fff;
	border-top:none;
	padding:15px 26px 0 25px;
	font:normal 13px/20px Arial, Helvetica, sans-serif;
	height:233px;
	background:#f1f1f1;
}
.loc_block .side_sub p{
	margin:0 0 20px;
}

/*--- menu city ---*/
.menu_city ul{
	list-style:none;
	margin:0;
	padding:6px 6px 0 0;
	float:right;
}
.menu_city li{
	float:left;
	background:url(../images/brd_2.gif) no-repeat right;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}
.menu_city li.last{
	background:none;
}
.menu_city a{
	color:#fff;
	float:left;
	height:28px;
	padding:0 12px 0 10px;
	line-height:26px;
}
.menu_city a:hover{
	color:#82c8f6;
}
.menu_city li.active{
	background:url(../images/bg_active_location.gif) no-repeat 0 0px;
	margin:0 0 0 -2px;
}
.menu_city li.active a{
	background:url(../images/bg_active_location.gif) no-repeat right bottom;
	color:#004b8d;
}

/*--- menu city ---*/
.title_block{
	background:url(../images/block_title.gif) no-repeat top;
	margin:0 0 15px;
}
.body_hs .title_block{
	background:url(../images/block_title_hs.gif) no-repeat top;
	margin:0 0 15px;
}
.title_block .bg_tit_advert{
	background:url(../images/tit_advert.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_alumni{
	background:url(../images/tit_alumni_2.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_col_pr_home{
	background:url(../images/tit_col_pr_home.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_employers{
	background:url(../images/tit_employers.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_cp{
	background:url(../images/tit_hight_sch_program.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_hs{
	background:url(../images/tit_college_program.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_initiatives{
	background:url(../images/tit_initiatives_1.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_parents{
	background:url(../images/tit_parents.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_partners{
	background:url(../images/tit_partners.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_students_college{
	background:url(../images/tit_students_college.jpg) no-repeat right top;
	height:121px;
}
.title_block .bg_tit_students_hs{
	background:url(../images/tit_students_hs.jpg) no-repeat right top;
	height:121px;
}
.title_block .bredcrumb{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	height:34px;
	line-height:34px;
}
.title_block .bredcrumb li{
	float:left;
	padding:0 7px 0 0;
}
.title_block .bredcrumb .sep{
	color:#004b8d;
}
.title_block h1{
	margin:0;
	line-height:88px;
	padding:0 0 0 15px;
}
.title_block .sub_menu .main_menu{
	height:34px;
	list-style:none;
	margin:0;
	padding:0;
}
.title_block .sub_menu li{
	float:left;
	text-transform:uppercase;
	padding:0 6px 0 11px;
	line-height:32px;
}
.title_block .sub_menu a{
	color:#fff;
}
.title_block .sub_menu a:hover,
.title_block .sub_menu a.active{
	color:#004b8d;
}
.body_cp .title_block .sub_menu a:hover,
.body_cp .title_block .sub_menu a.active{
	color:#004b8d;
}
.body_hs .title_block .sub_menu a:hover,
.body_hs .title_block .sub_menu a.active{
	color:#79bde9;
}

/*--- video block ---*/
.video_block{
	background:url(../images/bg_video_block.gif) repeat-y;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	margin-bottom:15px;
}
.video_block .left{
	width:598px;
	float:left;
	padding:4px 2px;
}
.video_block .left .descr{
	padding:5px 18px;
	line-height:16px;
}
.video_block .left .descr h3,
.video_block .left .descr p{
	margin:0 0 5px;
}
.video_block .right{
	width:358px;
	float:right;
}
.video_block .list_video{
	margin:0;
	padding:0;
	list-style:none;
}
.video_block .list_video li{
	border-bottom:solid 1px #dcdcdc;
	padding:20px 10px;
}
.video_block .list_video li.last{
	border:0;
}
.video_block .list_video li.active{
	background:#ddd;
}
.video_block .list_video .thumb{
	float:left;
	text-align:center;
}
.video_block .list_video .thumb table{
	margin-bottom:3px;
}
.video_block .list_video .thumb td{
	border:solid 1px #fff;
	background:#cecdcd;
	padding:1px;
	vertical-align:middle;
}
.video_block .list_video .thumb td a{
	background:none;
	padding:0;
}
.video_block .list_video .thumb td img{
	display:block;
}
.video_block .list_video .thumb a{
	color:#b20838;
	font-size:14px;
	background:url(../images/arrow_3.gif) no-repeat top right;
	padding-right:12px;
}
.video_block .list_video .thumb a:hover{
	color:#004b8d;
	background:url(../images/arrow_3.gif) no-repeat bottom right;
}
.video_block .list_video .descr{
	float:right;
	width:200px;
}
.video_block .list_video .descr h3{
	margin:0 0 5px;
}
.video_block .list_video .descr p{
	margin:0;
}

/*--- block to Advantage---*/
.adv_block{
	background:url(/images/bg_adv_block.gif) repeat-y;
	margin:0 0 15px;
}
.adv_block_top{
	background:url(/images/bg_adv_block_top.gif) no-repeat top;
}
.adv_block_bot{
	background:url(/images/bg_adv_block_bot.jpg) no-repeat bottom;
	padding-bottom:15px;
}
.adv_block .left{
	width:355px;
	float:left;
	padding:15px 285px 0 20px;
}
.adv_block h3,
.adv_block p{
	margin:0 0 13px;
}
.adv_block .right{
	width:255px;
	float:right;
	padding:15px 18px 0 27px;
	font-size:13px;
	line-height:20px;
	color:#004b8d;
}
.link_college_program_overview{
	display:block;
	background:url(/images/link_college_pr_ov.gif) no-repeat top;
	width:250px;
	height:40px;
	text-indent:-5000px;
	overflow:hidden;
}
.link_college_program_overview:hover{
	background-position:bottom;
}

/*--- main block ---*/
.main_block{
	background:#fff;
	padding:15px 22px 22px;
	margin:0 0 16px;
}
.main_block h2,
.main_block h3,
.main_block p{
	margin:0 0 13px;
}
.main_block ul{
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
.main_block li{
	background:url(../images/bullet_2.gif) no-repeat 0 0;
	padding:3px 0 15px 30px;
}
.main_left{
	float:left;
	width:525px;
}
.main_left .hr{
	height:10px;
	border-bottom:solid 1px #ccc;
	margin-bottom:10px;
}
.main_right{
	float:right;
	display:inline;
	margin:5px 0 0;
	width:317px;
	border:solid 1px #cac8c8;
	background:#f1f1f1;
}
.main_right li{
	background:url(../images/bullet_3.gif) no-repeat 0 0;
}
.main_rt{
	border:solid 1px #fff;
	border-bottom:solid 1px #cac8c8;
	padding:20px;
}
.main_rb{
	border:solid 1px #fff;
	padding:20px;
}

.overviev-video{
	margin:-13px 0 10px -20px;
}
.overviev-text{
	width:100%;
}
.overviev-text td{
	vertical-align:top;
}
.overviev-text-right{
	vertical-align:bottom;
}
.overviev-text-right img{
	display:block;
	position:relative;
	margin:0 auto -40px;
	position:relative;
	bottom:-22px;
}
.main_block .overviev-text-right .link_apply_now{
	background:url(/images/link_apply_now_2.gif) no-repeat top;
	position:relative;
	margin:auto;
	text-indent:-5000px;
	overflow:hidden;
}


/*--- steps page ---*/
.steps_page{
	background:#fff;
	margin:0 0 15px;
}
.steps_page_2{
	margin:0 0 15px;
}
.steps_block{
	list-style:none;
	margin:0;
	padding:0;
	height:57px;
	background:url(../images/bg_steps.gif) repeat-x top;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}
.steps_block li{
	float:left;
}
.steps_block li span.disabled{
	background-position:center !important;
}
.steps_block li.active span{
	background-position:bottom !important;
}
.steps_block span{
	display:block;
	height:57px;
	text-indent:-5000px;
}
.steps_block .step_1{
	background:url(../images/step_1.gif) no-repeat top;
	width:159px;
}
.steps_block .step_2{
	background:url(../images/step_2.gif) no-repeat top;
	width:158px;
}
.steps_block .step_3{
	background:url(../images/step_3.gif) no-repeat top;
	width:159px;
}
.steps_block .step_4{
	background:url(../images/step_4.gif) no-repeat top;
	width:165px;
}
.steps_block .step_5{
	background:url(../images/step_5.gif) no-repeat top;
	width:159px;
}
.steps_block .step_6{
	background:url(../images/step_6.gif) no-repeat top;
	width:158px;
}
.steps_page .page_form{
	padding:20px 158px;
}
.steps_page .gray_block{
	padding:5px 0 0 62px;
}
.steps_page .page_form .f_inputs{
	padding-left:161px;
}
.steps_page .page_form .inp_txt,
.steps_page .page_form textarea{
	width:317px;
}
.steps_page .page_form select{
	width:323px;
	float:left;
	margin:0 5px 0 0;
}
.steps_page .btn_send{
	float:none;
	display:block;
	margin:auto;
}
.steps_page .btn_submit{
    float:none;
    display:block;
    margin:auto;
}



/*--- page with form ---*/
.page_form{
	padding:20px 230px;
	background:#fff;
	margin:0 0 16px;
}
.page_form p{
	margin:0 0 12px;
}
.page_form h2{
	margin:0 0 12px;
	text-align:center;
}
.page_form .gray_block{
	background:#f4f3f3;
	padding:5px 0 0 80px;
	margin:0 0 15px;
}
.page_form .gray_block_2{
	padding:5px 0 0 60px;
}
.page_form .gray_block_2 p{
    padding-right:40px;
    text-align: justify;
}

.page_form .gray_block_2 .f_inputs{
	padding-left:175px;
}
.page_form .gray_block_2 label{
	width:163px;
}
.page_form .gray_block_2 h3{
	margin:5px 0 10px;
}
.page_form .gray_block_2 .hr{
	border-bottom:solid 1px #cecece;
	height:5px;
	font-size:0;
	margin:0 0 12px;
	position:relative;
	left:-30px;
}
.page_form .gray_block_2 textarea{
	height:100px;
}
.page_form .gray_block_2 .note{
	font-size:11px;
	color:#666;
}
.page_form label{
	float:left;
	display:block;
	font-weight:bold;
	padding:2px 11px 0 0;
}
.page_form .f_row{
	padding-bottom:10px;
}
.page_form .f_inputs{
	padding-left:110px;
}
.page_form .checkboxes input{
	position:relative;
	left:-3px;	
}
.page_form .inp_txt{
	padding:1px 2px 2px;
	width:200px;
	float:left;
	margin:0 5px 0 0;
}
.page_form .f_invalid{
	border:solid 1px #f00;
	background:#ffe9e9;
}
.page_form .message_box{
	background:#f4f3f3;
	padding:20px 50px;
	margin:20px 0;
	font-weight:bold;
}

/*--- ulp page with form ---*/
.ulp_page .page_form{
    padding:10px 10px;
}
.ulp_page .gray_block{
    padding:4px 0 0 4px;
    margin:0;
}
.ulp_page .page_form .f_inputs{
    padding-left:0px;
}
.ulp_page .page_form .inp_txt,
.ulp_page .page_form textarea{
    width:280px;
}
.ulp_page .page_form label{
    width:120px;
}

.ulp_page .page_form .td_label label{
    width:135px;
    color:#004B8D;
}

.ulp_page  .page_form .f_row{
    padding-bottom:4px;
}

.ulp_page  .page_form h2{
    color:#B20838;
    margin:0 0 0 8px;
    text-align:left;
}
.ulp_page  .page_form h3{
    margin:0;
    text-align:center;
}

.ulp_page .page_form select{
    width:280px;
    float:left;
    margin:0 5px 0 0;
}
.ulp_page .btn_send{
    float:none;
    display:block;
    margin:auto;
}
.ulp_page .btn_submit{
    float:none;
    display:block;
    margin:auto;
}
/*--- location ---*/
.location_land{
	margin:-37px -22px -22px;
	background:url(../images/brd_vert_location.gif) repeat-y left top;
	position:relative;
	bottom:-22px;
	width:960px;
}
.location_land .locat_block{
	width:440px;
	padding:20px;
	float:left;
}
.location_land .brd{
	background:url(../images/brd_3.gif) repeat-x left top;
	height:2px;
	font-size:0;
	clear:both;
}
.main_block .link_apply_now{
	background:url(../images/link_apply_now_2.gif) no-repeat top;
	width:190px;
	height:40px;
	display:block;
	position:relative;
	margin:-10px auto 20px;
	text-indent:-5000px;
	overflow:hidden;
}
.main_block .link_apply_now:hover{
	background-position:bottom;
}


/*--- internships ---*/
.internships_page .left_block{
	background:url(../images/bg_left_block.gif) repeat-y left;
	width:232px;
	float:left;
}
.internships_page .left_block_sub{
	background:url(../images/bg_left_block_b.gif) no-repeat bottom left;
	padding-bottom:16px;
}
.internships_page .left_block .int_ind{
	background:url(../images/bg_left_block_title.gif) no-repeat top;
	height:39px;
	text-indent:-5000px;
	margin:0;
}
.internships_page .left_block ul{
	padding:4px 0 50px;
}
.internships_page .left_block li{
	background:none;
	padding:5px 5px 4px 12px;
	width:215px;
	font-weight:bold;
}
.internships_page .left_block li a{
	display:block;
}
.internships_page .left_block li.active{
	background:#004b8d url(../images/bg_left_menu_active.gif) no-repeat right top;
	position:relative;
	padding:5px 16px 4px 12px;
}
.internships_page .left_block li.active a{
	color:#fff;
}
.internships_page .link_mathch_proc{
	background:url(/images/link_inten_match_proc.gif) no-repeat top;
	display:block;
	width:200px;
	height:43px;
	text-indent:-5000px;
	overflow:hidden;
	margin:0 0 0 16px;
}
.internships_page .link_mathch_back{
	background:url(/images/link_inten_match_back.gif) no-repeat top;
	display:block;
	width:200px;
	height:43px;
	text-indent:-5000px;
	overflow:hidden;
	margin:0 0 0 16px;
}
.internships_page .link_mathch_proc:hover,
.internships_page .link_mathch_back:hover{
	background-position:bottom;
}

.internships_page .right_block{
	float:right;
	padding:0 19px 0 0;
	width:627px;
	line-height:16px;
}
.internships_page .right_block .banner{
	display:block;
	margin:0 0 10px;
}
.internships_page .right_block li{
	background:url(../images/bullet_4.gif) no-repeat 0 4px;
	padding:2px 0 3px 17px;
}
.internships_page .right_block .hr{
	background:url(../images/brd_3.gif) repeat-x top;
	height:2px;
	font-size:0;
	margin-bottom:10px;
}
.internships_page .right_block #video{
	float:left;
	margin:0 18px 0 0;
}
.internships_page .right_block .quote{
	background:url(../images/quote_2.gif) no-repeat right bottom;
	padding:0 0 8px;
	margin:0 0 5px;
}
.internships_page .right_block .quote img{
	margin:0 10px 0 0;
}
.internships_page .right_block .name{
	text-align:right;
	font-weight:bold;
	margin-bottom:20px;
}
.internships_page .bott_txt{
	margin:0;
	padding:10px 0 0;
	font-weight:bold;
}
.internships_page .matching .left{
	width:125px;
	vertical-align:top;
}
.internships_page .matching .right{
	width:502px;
	background:url(../images/bg_matching_right.gif) no-repeat top right;
	height:97px;
	vertical-align:top;
	padding:0 10px;
}
.internships_page .matching .right ul{
	margin:0;
	padding:10px 0 0;
}
.internships_page .matching .right li{
	background:url(../images/bullet_5.gif) no-repeat 0 7px;
	line-height:normal;
	padding:1px 0 2px 10px;
}


#newsFlash{
	margin-bottom:15px;
	height:40px;
	width:960px;
	overflow:hidden;
}
.payment_plan{
	border-collapse:collapse;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
}
.payment_plan td,
.payment_plan th{
	padding:4px 15px;
	text-align:left;
	border-bottom:solid 1px #cecece;
}
.payment_plan th{
	border-top:solid 1px #cecece;
}
/*=========== END CONTENT ============*/


/*=========== BEGIN FOOTER ============*/
.footer{
	background:url(../images/brd_footer.gif) repeat-y;
}
.footer .foot_sitemap{
	background:url(../images/brd_footer_top.gif) no-repeat top;
	color:#388bc0;
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	padding:5px 10px 15px;
	position:relative;
	top:-2px;
}
.footer .foot_sitemap a{
	color:#388bc0;
}
.footer .foot_sitemap a:hover{
	color:#79bde9;
}
.footer .foot_sitemap h3{
	font:normal 13px Arial, Helvetica, sans-serif;
	background:url(../images/brd_footer_title.gif) no-repeat bottom right;
	color:#79bde9;
	margin:10px 0 5px;
	padding:0 0 9px;
}
.body_hs .footer .foot_sitemap h3{
	background:url(../images/brd_footer_title_2.gif) no-repeat bottom right;
}
.footer .foot_sitemap ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer .foot_sitemap .col1,
.footer .foot_sitemap .col2,
.footer .foot_sitemap .col3,
.footer .foot_sitemap .col4{
	float:left;
	padding:0 15px 0 0;
	width:142px;
}
.footer .foot_sitemap .col3{
	width:452px;
	padding:0;
}
.footer .foot_sitemap .col3 ul{
	float:left;
	width:140px;
	padding:0 10px 0 0;
}
.footer .foot_sitemap .col4{
	float:right;
	padding:16px 5px 5px 0;
	width:165px;
}
.footer .foot_sitemap .col4 .box{
	background:url(../images/foot_blue_box_top.gif) no-repeat top;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 0 18px;
	position:relative;
	padding:6px 0 0;
}
.footer .foot_sitemap .col4 .box_sub{
	background:url(../images/foot_blue_box_bot.gif) no-repeat bottom;	
	padding:5px 0 12px 13px;
}
.footer .foot_sitemap .col4 .tel{
	background:url(../images/icon_phone_2.gif) no-repeat 0 1px;
	padding:0 0 0 24px;
	margin-bottom:5px;
	display:block;
}
.footer .foot_sitemap .col4 .chat{
	background:url(../images/icon_chat_2.gif) no-repeat 0 0;
	padding:2px 0 3px 30px;
}
.footer .foot_sitemap .col4 .facebook{
	background:url(../images/icon_facebook.gif) no-repeat;
	position:absolute;
	right:-6px;
	top:-8px;
	width:51px;
	height:50px;
}
.footer .foot_sitemap .col4 .twitter{
	background:url(../images/icon_twiter.gif) no-repeat;
	position:absolute;
	right:-6px;
	top:-7px;
	width:50px;
	height:50px;
}
.footer .foot_sitemap .col4 .green{
	background:url(../images/icon_green.gif) no-repeat;
	position:absolute;
	right:-6px;
	top:-6px;
	width:50px;
	height:50px;
}
.foot_copy{
	background:url(../images/footer.gif) no-repeat;
	height:35px;
	padding:0 20px;
	color:#388bc0;
	font:normal 11px/35px Arial, Helvetica, sans-serif;
	text-align:center;
	position:relative;
	bottom:-3px;
}
.foot_copy .bbb{
	position:absolute;
	top:-81px;
	left:10px;
}
.foot_copy .f_l{
	padding-left:65px;
}
.foot_copy ul{
	margin:5px -10px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
.foot_copy li{
	float:left;
	padding-left:10px;
}
/*=========== END FOOTER ============*/

/*=========== BUTTONS ============*/
.btn_login{
	background:url(../images/btn_login.gif) no-repeat top;
	width:146px;
	height:40px;
	float:left;
	text-indent:-5000px;
	cursor:pointer;
}
.btn_send{
	background:url(../images/btn_send.gif) no-repeat top;
	width:140px;
	height:40px;
	float:left;
	text-indent:-5000px;
	cursor:pointer;
}
.btn_submit{
    background:url(../images/btn_submit.gif) no-repeat top;
    width:154px;
    height:40px;
    float:left;
    text-indent:-5000px;
    cursor:pointer;
}
.btn_register{
	background:url(../images/btn_register.gif) no-repeat top;
	width:168px;
	height:40px;
	float:left;
	text-indent:-5000px;
	cursor:pointer;
}
.btn_ok{
	background:url(../images/btn_ok.gif) no-repeat top;
	width:115px;
	height:40px;
	display:block;
	margin:auto;
	text-indent:-5000px;
	cursor:pointer;
}
.btn_c_prog{
	background:url(../images/btn_college_prog.gif) no-repeat top;
	width:166px;
	height:40px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_hs_prog{
	background:url(../images/btn_high_school.gif) no-repeat top;
	width:206px;
	height:40px;
	float:right;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_req_det_inf{
	background:url(../images/btn_request_det_info.gif) no-repeat top;
	width:297px;
	height:40px;
	float:right;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_req_more_inf{
	background:url(../images/btn_request_more_info.gif) no-repeat top;
	width:270px;
	height:40px;
	float:right;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_req_brochure{
	background:url(../images/btn_request_brochure.gif) no-repeat top;
	width:277px;
	height:40px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_update{
	background:url(../images/btn_update.gif) no-repeat top;
	width:155px;
	height:40px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_save{
	background:url(../images/btn_save.gif) no-repeat top;
	width:135px;
	height:40px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_save_2{
	float:right;
}
.btn_save_next{
	background:url(../images/btn_save_next.gif) no-repeat top;
	width:199px;
	height:40px;
	float:right;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	margin-left:15px;
}
.btn_next{
    background:url(../images/btn_next.gif) no-repeat top;
    width:135px;
    height:40px;
    float:right;
    text-indent:-5000px;
    overflow:hidden;
    cursor:pointer;
    margin-left:15px;
}

.btn_submit_appl{
	background:url(../images/btn_submit_appl.gif) no-repeat top;
	width:260px;
	height:40px;
	float:right;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
	margin-left:15px;
}
.btn_prev{
	background:url(../images/btn_previous.gif) no-repeat top;
	width:165px;
	height:40px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_submit_small{
	background:url(../images/btn_submit_small.gif) no-repeat top;
	width:94px;
	height:20px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_delete_small{
	background:url(../images/btn_delete_small.gif) no-repeat top;
	width:94px;
	height:20px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_sign_small{
	background:url(../images/btn_sign_small.gif) no-repeat top;
	width:79px;
	height:20px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_cancel_small{
	background:url(../images/btn_cancel_small.gif) no-repeat top;
	width:98px;
	height:20px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_upload_small{
	background:url(../images/btn_upload_small.gif) no-repeat top;
	width:94px;
	height:20px;
	float:left;
	text-indent:-5000px;
	overflow:hidden;
	cursor:pointer;
}
.btn_upload_small *{
	cursor:pointer !important;
}
.btn_login:hover,
.btn_send:hover,
.btn_submit:hover,
.btn_register:hover,
.btn_ok:hover,
.btn_c_prog:hover,
.btn_hs_prog:hover,
.btn_req_det_inf:hover,
.btn_req_more_inf:hover,
.btn_req_brochure:hover,
.btn_update:hover,
.btn_save:hover,
.btn_save_next:hover,
.btn_next:hover,
.btn_submit_appl:hover,
.btn_prev:hover,
.btn_submit_small:hover,
.btn_delete_small:hover,
.btn_sign_small:hover,
.btn_cancel_small:hover,
.btn_upload_small:hover{
	background-position:bottom;
}

/*.blockMsg{
	left: 0px !important;
	top: 0px !important;
	width: 0% !important;
}*/

.none_submit{
	position: absolute;
	background: transparent;
	border: 0px !important;
	padding: 0px !important;
	width: 0px !important;
	height: 0px !important;
	position: absolute;
	filter:alpha(opacity=0);/*Needed for IE*/
	-moz-opacity:0;/*Older mozilla broswers like NN*/
	-khtml-opacity: 0;/*Old versions of Safari and "KHTML" browser engines*/
	opacity: 0;/*FF, Safari, and Opera*/
}





/*------------------*/
.page_form_popup{
	padding:10px 15px 0;
	margin:0;
}
.page_form_popup .f_inputs{
	padding-left:180px;
}
.page_form_popup select{
	width:260px;
	float:left;
}
.page_form_popup .inp_txt{
	width:254px;
}
.page_form_popup .hr{
	font-size:0;
	height:5px;
	margin-bottom:10px;
	border-bottom:solid 1px #ccc;	
}

.table_cms td{
	padding:3px 5px;
	border:solid 1px #888;
}

/* = Landing Pages */
/*---header---*/
.header_lp{
    background:url(../images/header_lp.gif) repeat-x;
    height:87px;    
}
.header_lp h1.logo{
    padding-top:8px !important;
}
.header_lp .header_sub{
    position:relative;
}
.header_lp a.phone_link{
    display:block;
    width:181px;
    height:31px;
    background:url(../images/phone_link.gif) no-repeat left top;
    position:absolute;
    left:620px;
    top:28px;
}
.header_lp a.call_with:hover{
    background-position:left bottom;
}
.restruct_link a.call_with{
    display:block;
    width:160px;
    height:31px;
    background:url(../images/call_with.gif) no-repeat left top;
    position:absolute;
    left:801px;
    top:28px;
}
.restruct_link a.call_with img{
    display:none;
}
.restruct_link a.call_with:hover{
    background-position:left bottom;
}

/*---main part---*/
.title_block_landing{
    background:url(../images/title_block_landing.jpg) no-repeat;
    width:960px;
    height:62px;
    margin:0 0 15px;
    position:relative;
}
.title_block_landing h1{
    line-height:62px;
    margin:0;
    padding:0 0 0 15px;
	font-size:32px;
}
.title_block_landing .right_img{
    position:absolute;
    right:0px;
    top:0px;
    background:url(../images/right_img_landing.gif) no-repeat;
    width:400px;
    height:62px;    
}
.landing_page{
    background: transparent !important;
    padding:0;
} 
.landing_page .main_left{
    width:477px;
    position:relative;
    /*padding-bottom:91px;*/
}
.landing_page .main_left h3{
    font-size:22px;
}
.landing_page .main_left p{
    line-height:17px;
}
.landing_page .main_left .main_left_content{
    background: #ffffff;
    width:450px;
    padding:12px;
    margin-bottom:12px;
}
.landing_page .LeftBottomContent{
    background: #ffffff;
    width:477px;
    background:url(../images/LeftBottomContent_lpt.gif) no-repeat left top;
    margin:10px 0 15px;
}
.landing_page .LeftBottomContent div.cnt{
    width:421px;
    color:White;
    padding:12px 40px 5px 16px;
	background:url(../images/LeftBottomContent_lpb.gif) no-repeat left bottom;
}
.landing_page .landing_main_tbl{
    width:100%;
}
.landing_page .landing_main_tbl tr td{
    vertical-align:top;
}
.landing_page .main_right{
    width:470px;
    background: #ffffff;
    margin:0;
    position:relative;
    border:none !important;
    overflow:hidden;
} 
.landing_page .main_right .main_right_bottom{
    width:470px;
    height:6px;
    position:absolute;
    bottom:0;
    background:url(../images/main_right_bottom.gif) no-repeat;
    font-size:0;
}
.landing_page .main_right h2.main_right_top{
    width:470px;
    height:37px;
    background:url(../images/main_right_top.gif) no-repeat;
    margin:0;
    z-index:1;
    line-height:35px;
    padding-left:18px;
}
.landing_page .main_right .main_rt{
    border-style:none;
}
.landing_page .main_right .gray_block{
    overflow:hidden;
    padding-bottom:5px;
}
.landing_page .main_right .gray_block label{
    padding-left:6px;
}
.landing_page .main_right .gray_block .td_label label{   
    padding-left:0;
    padding-right:0;
}
.landing_page .main_right .main_rt .inp_txt,
.landing_page .main_right .main_rt textarea{
    width:285px;
}
.landing_page .main_right .main_rt textarea{
    border:1px solid #CFCFCF;
}
.landing_page .main_right .main_rt select{
    width:289px;
}
.landing_page .main_right .page_form h3{
    font-size:22px;
    text-align:left;
    padding:5px 0 5px 142px; 
}
.landing_page .main_right .btn_submit_lp{
    margin:12px 0 0 141px;
    display:block;        
    cursor:pointer;
}
.landing_page .main_right .btn_submit_lp span{
    float:left;
    display:inline-block;        
    height:40px;        
}
.landing_page .main_right .btn_submit_lp .left_side{
    background:url(../images/left_side_lp.gif) no-repeat;
    width:44px;
}
.landing_page .main_right .btn_submit_lp .text{
    background:url(../images/center_side_lp.gif) repeat-x;
    height:40px;        
    padding:0 15px;
    font-size:18px;
    text-transform:uppercase;
    line-height:40px;
    max-width:200px;
    overflow:hidden;
    white-space:nowrap;
}
.landing_page .main_right .btn_submit_lp .right_side{
    background:url(../images/right_side_lp.gif) no-repeat;
    width:21px;
    padding:0 15px;
    height:40px;
}
.gallery_bkg{
    width:785px;
    height:114px;
    /*background:url(../images/gallery_bkg.gif) no-repeat;*/
    float:right;
    margin-top:15px;
}
.gallery_bkg div{
    /*padding:20px;*/
}
.bbb_lp{
    display:block;
    float:left;
    width:65px;
    height:105px;
    margin:21px 20px 0 0;
}
.bbb_lp a{
	display:block;
	margin:0 0 4px !important;
}
.calc_popup{
	cursor:default;
}
.calc_popup .f_inputs,
.calc_popup p{
	text-align:left;
}
.calc_popup select{
	float:left;
}
.btn_close{
	float:right;
	margin:-10px -10px 0 0;
	background:url(../images/btn_close.gif) no-repeat;
	width:24px;
	height:24px;
	overflow:hidden;
	text-indent:-5000px;
}



/*---footer part---*/
.footer_lp, .footer_lp *{
    background:none;
}
.footer_lp .foot_copy{
    text-align:center;
}