/* Default
------------------------------------------- */

body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, SansSerif;
	line-height:16px;
	font-size:12px;
	color:#404040;
	margin:0px;
	padding:0px;
}
p {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h1 {
	margin:0px;
	padding:0px;
}
h1 span {
	margin:0px;
	padding:0px;
	display:none;
}
h2 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:21px;
	color:#2C984C;
	font-weight:600;
}
h2 span {
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:21px;
	color:#17308F;
	font-weight:600;
}
h3 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:18px;
	color:#2C984C;
	font-weight:bold;
}
h3 span {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:18px;
	color:#17308F;
	font-weight:bold;
}
h4{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Verdana;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
}
h4 span {
	color:#C00A28;
}

h5 {
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial;
	color:#377dac;
}
h5 span{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial;
	color:#17308f;
}
h6 {
	margin:0px;
	padding:0px 0px 6px 0px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial;
	color:#17308f;
	font-weight:normal;
}
 ul,li {
	margin:0px;
	padding:0px;
	list-style:none; 
} 
a{
	font-weight:normal;
	color:#17308f;
	text-decoration:none;
}
a:hover{
	font-weight:normal;
	color:#17308f;
	text-decoration:underline;
}
.headder{
	padding:0px 0px 0px 230px;
	font-family:"Trebuchet MS", Verdana;
	font-size:21px;
	width:250px;
	color:#17308F;
	font-weight:600;
}
/* Common 
-----------------------------------*/
.hide {
	display:none;
}
.clear {
	clear:both;
}
.form {
	margin:0px;
	padding:0px;
}
/* Layout
--------------------------------------*/
#container_main {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:950px;
}
/* Header
-----------------------------------------------*/
#header {
	width:910px;
	margin: 0px 0px 0px 0px;
	height:83px;
	padding:9px 20px 0px 20px;
	background-image:url(../images/header_bg.gif);
}
#logo {
	float:left;
	background-image:url(../images/logo.gif);
	width:192px;
	height:59px;
	background-repeat:no-repeat;
}
#logo a {
	width:192px;
	height:59px;
	margin:0px;
	padding:0px;
	display:block;
}
#header_right {
	width:675px;
	height:70px;
	margin: 0px;
	padding:0px;
	float:right;
}
.language_box_header {
	float:right;
	margin:0px 0px;
	width:280px;
}
.language_box_header a {
	border:1px solid #E0E0E0;
	padding:1px;
	margin-left:6px;
	float:left
	
}
#search_container {
	background-image:url(../images/search_bg.gif);
	width:177px;
	height:17px;
	float:right;
	padding:2px 3px 2px 10px;
	margin-right:10px;
}
.serch_box {
	width:135px;
	height:15px;
	background-color:#FFFFFF;
	border:0px;
	float:left;
	font-size:11px;
	color:#606060;
	font-weight:bold;
}
.button_go {
	background-image:url(../images/go.gif);
	height:17px;
	width:36px;
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
	cursor:pointer;
}
/*Navigatin Main
--------------------------------------------------*/
.nav_container {
	margin:0px 0px 0px 0px;
	padding:12px 0px 0px 0px;
	width:675px;
	float:right;
	height:35px;
}
.nav_container ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
.nav_container li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
	height:35px;
}
.nav_container li a{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration:none;
	text-align:center;
	height:35px;
}
.nav_container li a:hover{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	color:#17308F;
	text-decoration:none;
	text-align:center;
}
.sep {
	padding:0px 12px 0px 12px;
	background-image:url(../images/sep.gif);
	height:35px;
	background-position:right;
	background-repeat:no-repeat;
	line-height:35px;
	float:left;
}
.sep01 {
	padding:0px 0px 0px 12px;
	height:35px;
	line-height:35px;
	float:left;
}
.sep02 {
	padding:0px 12px 0px 12px;
	background-image:url(../images/sep.gif);
	height:35px;
	background-position:right;
	background-repeat:no-repeat;
	line-height:35px;
	float:left;
	width:59px;
}
.sep03 {
	padding:0px 12px 0px 12px;
	background-image:url(../images/sep.gif);
	height:35px;
	background-position:right;
	background-repeat:no-repeat;
	line-height:35px;
	float:left;
	width:100px;
}
.sep04{
	padding:0px 12px 0px 12px;
	background-image:url(../images/sep.gif);
	height:35px;
	background-position:right;
	background-repeat:no-repeat;
	line-height:35px;
	float:left;
	width:130px;
}
/*Container Middle
--------------------------------------------------*/
#container_middle {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:950px;
}
#banner {
	width:950px;
	height:251px;
}
#content_container {
	background-image:url(../images/bg_shadow.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:950px;
	padding:27px 0px 0px 0px;
}
#content_area {
	width:387px;
	margin:0px 0px 16px  0px;
	padding:6px 7px 0px 7px;
	border-right:1px solid #D3E9DA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	line-height:16px;
}
/***Welcome Content in Index.htm***/
#content_area_01{
	width:387px;
	margin:0px 0px 16px 0px;
	padding:6px 10px 0px 7px;
	border-right:1px solid #D3E9DA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	line-height:16px;
}
/*Container Login
--------------------------------------------------*/
#login_container {
	width:276px;
	height:228px;
	margin:0px 0px 16px 0px;
	padding:6px 10px 0px 10px;
	border-right:1px solid #D3E9DA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
}
.login_header {
	background-image:url(../images/membr.gif);
	background-repeat:no-repeat;
	height:21px;
	padding:10px 0px 10px 50px;
	background-position:left;
}

#login_container ul{
	padding:0px 0px 0px 17px;
	margin:0px 0px 0px 0px;
}

#login_container li{
	padding:0px 0px 5px 3px;
	margin:0px 0px 5px 0px;
	list-style:none;
	border-bottom:1px solid #d1dbe2;
	font-family:Tahoma, verdana, Arial;
	font-size:12px;
	color:#717171;
	font-weight:bold;
	display:block;
}
#login_container li a{
	font-family:Tahoma, verdana, Arial;
	font-size:12px;
	color:#717171;
	font-weight:bold;
	text-decoration:none;
}
#login_container li a:hover{
	font-family:Tahoma, verdana, Arial;
	font-size:12px;
	color:#4991b4;
	font-weight:bold;
	text-decoration:none;
}
.name_box {
	width:65px;
	float:left;
}
.filed_box {
	width:200px;
	height:18px;
	border:1px solid #DEDEDE;
	margin-left:5px;
}
.filed_box01{
	width:200px;
	height:18px;
	border:1px solid #DEDEDE;
	margin-left:8px;
}
.box_01 {
	padding:0px 0px 4px 0px
}
.forgot_password_box {
	width:122px;
	float:left;
	padding-top:20px;
	color:#126FA4;
	font-size:11px;
}
.forgot_password_box a{
	color:#126FA4;
	font-size:11px;
	text-decoration:underline;
}
.forgot_password_box a:hover{
	color:#126FA4;
	font-size:11px;
	text-decoration:none;
}
.login {
	background-image:url(../images/login.gif);
	width:76px;
	height:23px;
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:10px;
	border:0px;
	cursor:pointer;
}
#sign_up_container {
	padding:24px 0px 0px 22px;
}
#sign_up {
	background-image:url(../images/sign_up.gif);
	width:217px;
	height:56px;
}
#sign_up a{
	width:217px;
	height:56px;
	display:block;
}
.my_account {
	padding:0px 0px 0px 30px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/icon_01.gif);
	display:block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position:left top;
}
.edit_profile {
	padding:0px 0px 0px 30px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/icon_02.gif);
	display:block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position:left top;
}
.my_froums {
	padding:0px 0px 0px 30px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/icon_03.gif);
	display:block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position:left top;
}
.change_password {
	padding:0px 0px 0px 30px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/icon_04.gif);
	display:block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position:left top;
}
.logout {
	padding:0px 0px 0px 30px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/icon_05.gif);
	display:block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position:left top;
}


/*Right Container
--------------------------------------------------*/
#right_container {
	padding:6px 7px 0px 0px;
	float:right;
	width:236px;
}
#news_event {
	background-image:url(../images/news_events.gif);
	background-repeat:no-repeat;
	height:22px;
	padding:10px 0px 10px 45px;
	background-position:left;
}
.line_01 {
	background-image:url(../images/under_line.gif);
	background-repeat:no-repeat;
	width:235px;
	height:2px;
}
#news_listing {
	padding:8px 0px 0px 9px;
	margin:0px 0px 0px 0px;
	color:#404040;
	font-size:11px;
	line-height:14px;
}


#news_listing  a{
	color:#1367A6;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
#news_listing  a:hover{
	color:#1367A6;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#news_listing span{
	color:#1367A6;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:22px;
}
/*Bottom Link Container
--------------------------------------------------*/
#tourism {
	background-image:url(../images/form.gif);
	width:229px;
	height:80px;
	float:left;
	margin-right:8px;
}
#tourism a{
	width:229px;
	height:80px;
	display:block;
}
#online {
	background-image:url(../images/online_course_application.gif);
	width:380px;
	height:80px;
	float:left;
	margin-right:8px;
}
#online a{
	width:380px;
	height:80px;
	display:block;
}
#medical_education {
	background-image:url(../images/medical_education.gif);
	width:320px;
	height:80px;
	float:left;
}
#medical_education a{
	width:320px;
	height:80px;
	display:block;
}
/*Quick Listing
--------------------------------------------------*/
#quick_list_container {
	background-image:url(../images/quick_bg.gif);
	width:950px;
	height:116px;
	padding:22px 0px 0px 0px;
}
#quick_list_container ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#quick_list_container li{
	padding:0px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	list-style:none;
	float:left;
}
#quick_box02 {
	width:210px;
}
.quick_box01 {
	width:203px;
}
#service_box {
	background-image:url(../images/icon_services.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 55px;
	height:60px;
	color:#FFFFFF;
	font-size:11px;
}
#exam_box {
	background-image:url(../images/icon_exam.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 55px;
	height:60px;
	color:#FFFFFF;
	font-size:11px;
}
#contact_box {
	background-image:url(../images/icon_contact.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 55px;
	height:60px;
	color:#FFFFFF;
	font-size:11px;
}
#visa_box {
	background-image:url(../images/icon_visa.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 55px;
	height:60px;
	color:#FFFFFF;
	font-size:11px;
}
a.more{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}
.more:hover{
	text-decoration:none;
	font-weight:bold;
	color:#5dc56d;
}

/*Updated on 11/01/2009 --------------------------------------------------*/

                 
a.more01{
	font-weight:bold;
	color:#17308f;
	text-decoration:underline;
}
.more01:hover{
	text-decoration:none;
	font-weight:bold;
	color:#17308f;
}
/*Footer Container
--------------------------------------------------*/
#footer_container {
	padding:5px 0px 0px 0px;
	width:950px;
	height:91px;
	color:#8C8C8C;
	font-size:11px;
	text-align:center;
	background-color:#E6E6E6;
	line-height:18px;
}
#footer_container a{
	color:#494949;
	font-size:11px;
	text-decoration:none;
}
#footer_container a:hover{
	color:#8C8C8C;
	font-size:11px;
	text-decoration:none;
}
a.valid{
	font-weight:bold;
	padding:2px 3px 2px 3px;
}
.valid:hover{
	font-weight:bold;
	background-color:#CAE5D2;
	color: #000000;
}

/*my account(29/08/08)
--------------------------------------------------*/

.account_bx{
	width:256px;
	height:165px;
	margin-left:10px;
}
.account a{
	background-image:url(../images/icon_account.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 15px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	width:90px;
	float:left;
	margin-right:10px;
	font-size:12px;
}
.account a:hover{
	text-decoration:none;
	color:#404040;
}
.profile a{
	background-image: url(../images/icon_editprofile.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 15px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	width:115px;
	float:left;
	margin-right:5px;
	font-size:12px;
}
.profile a:hover{
	text-decoration:none;
	color:#404040;
}
.forum a{
	background-image: url(../images/icon_forum.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 15px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	width:90px;
	float:left;
	margin-right:10px;
	margin-top:5px;
	font-size:12px;
}
.forum a:hover{
	text-decoration:none;
	color:#404040;
}
.passwrd a{
	background-image: url(../images/icon_changepswd.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 15px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	width:115px;
	float:left;
	margin-right:10px;
	margin-top:5px;
	font-size:12px;
}
.passwrd a:hover{
	text-decoration:none;
	color:#404040;
}

/*my account inner
--------------------------------------------------*/

.account_bx01{
	width:215px;
	padding:0 0 20px 0;
}
.account01 a{
	background-image:url(../images/icon_account.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	margin-top:5px;
}
.account01 a:hover{
	text-decoration:none;
	color:#404040;
}
.profile01 a{
	background-image: url(../images/icon_editprofile.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	margin-top:5px;
}
.profile01 a:hover{
	text-decoration:none;
	color:#404040;
}
.forum01 a{
	background-image: url(../images/icon_forum.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	margin-top:5px;
}
.forum01 a:hover{
	text-decoration:none;
	color:#404040;
}
.passwrd01 a{
	background-image: url(../images/icon_changepswd.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 20px;
	display: block;
	text-decoration:none;
	color:#404040;
	border-bottom:#C0C0C0 dotted 1px;
	margin-top:5px;
}
.passwrd01 a:hover{
	text-decoration:none;
	color:#404040;
}
#login_header01 {
	background-image:url(../images/membr.png);
	background-repeat:no-repeat;
	height:21px;
	padding:10px 0px 10px 34px;
	background-position:left;
}

/*09/09/08
--------------------------------------------------*/
.left_header{
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#17308F;
	margin:0 0 0 0;
}
.study_list{
	margin:10px 0 10px 0;
	padding:0 0 0 0;
}
.study_list ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.study_list li{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	border-bottom:#C0C0C0 dotted 1px;
}
.study_list li a{
	background-image:url(../images/arrow04.gif);
	background-repeat:no-repeat;
	background-position:center left;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#404040;
	display:block;
}
.study_list li a:hover{
	color:#404040;
	text-decoration:none;
}
/*30/09/08
--------------------------------------------------*/
.border1 {
	padding:7px 7px 7px 7px;
	border:1px solid #DFDFDF;
	margin-bottom:2px;
}


/* -------------------------- Custom -------------------------- */

.message
{
	display:block;
	width:100%;
	padding:3px 0px 3px 0px;
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ff0000;
}

.main_message
{
	display:block;
	width:100%;
	padding:25px 8px 3px 0px;
	text-align:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#377dac;
}

.main_message_login
{
	display:block;
	width:100%;
	padding:3px 5px 3px 0px;
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#377dac;
}

.link_confirmation {
	font-size:11px;
	font-family:Tahoma, verdana, Arial;
	color:#3D70BF;
	font-weight:bold;
}
.link_confirmation a{
	font-size:11px;
	font-family:Tahoma, verdana, Arial;
	color:#3D70BF;
	font-weight:bold;
	text-decoration:underline;
}
.link_confirmation a:hover{
	font-size:11px;
	font-family:Tahoma, verdana, Arial;
	color:#3D70BF;
	font-weight:bold;
	text-decoration:underline;
}
/** EnquiryBox**/
.message_002
{
	display:block;
	width:100%;
	padding:3px 0px 3px 0px;
	text-align:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ff0000;
}

/* 17/01/2008  */
.more_button_bg{
	height:14px;
	float:right;
	padding:0px 0px 2px 0px;
	margin:15px 0px 10px 0px;
	width:50px;
}
.news_listing1 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.news_listing1 ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.news_listing1 li{
	padding:8px 0px 10px 9px;
	border-bottom:1px dotted #C1C1C1;
	color:#404040;
	font-size:11px;
	line-height:14px;
}
.news_listing1 li a{
	color:#1367A6;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.news_listing1 li a:hover{
	color:#1367A6;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.news_listing1 span{
	color:#1367A6;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:22px;
}

.common_content_area 
{	
	margin:0px 0px 16px 0px;
	padding:0px 20px 0px 0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.common_content_area ul{	
	list-style:none;
	padding:10px 0px 0px 20px;
}

.common_content_area li
{
	background-image:url(../images/common_bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 0 0 0;
	padding:0 0 0 15px;
}

.common_content_area_index
{	
	margin:0px 0px 16px 0px;
	padding:0px 0px 0px 0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.common_content_area_index ul{	
	list-style:none;
	padding:10px 0px 0px 20px;
}

.common_content_area_index li
{
	background-image:url(../images/common_bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 0 0 0;
	padding:0 0 0 15px;
}

#common_content_area_01
{	
	margin:0px 0px 16px 0px;
	padding:6px 20px 0px 0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#common_content_area_01 ul{	
	list-style:none;
	padding:10px 0px 0px 20px;
}

#common_content_area_01 li
{
	background-image:url(../images/common_bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 0 0 0;
	padding:0 0 0 15px;
}



