@import "reset.css";

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior:url("../csshover.htc");
	text-align:center;
	background:url(../img/bg2.png) repeat-x;
}

#wrapper{
	width:990px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* header section *********************************************************/
#header{
	height:80px;
}

#logo{
	float:left;
}

#logo a{
	text-indent:-3000px;
	display:block;
	width:280px;
	height:80px;
	background:url(../img/logo.png) no-repeat;
}

#slogan{
	float:left;
	margin-top:34px;
	color:#ff7f05;
	margin-left:15px;
	font-size:22px;
	line-height:24px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#newsletter{
	float:right;
	width:370px;
	height:80px;
	background:url(../img/newsletter-bg.png) no-repeat;
}
#newsletter h3{
	height:28px;
	clear:both;
	margin-bottom:3px;
	text-indent:-3000px;
}

/* top navigation section *********************************************************/
#main-nav{
	display:block;
	height:35px;
}

#main-nav ul{
	margin:0px;
	padding:0px;
}

#main-nav li{
	width:248px;
	float:left;
	margin:0px;
	margin-top:5px;
	background:url(../img/top-nav-tab2.png) no-repeat top;
	padding:0px;
	list-style:none;
}
#main-nav li.act{
	width:246px;
	position:relative;
}

#main-nav a{
	color:#3d3d3d;
	text-decoration:none;
	font-weight:bold;
	margin:0 20px;
	display:block;
	text-align:center;
	display:block;
	line-height:29px;
	height:29px;
	background:url(../img/top-nav-tab-btn2.png) no-repeat top;
}
#main-nav li.act a{
	background:url(../img/top-nav-tab-btn-act2.png) no-repeat top;
	height:33px;
	position:absolute;
	top:0px;
	left:0px;
	width:208px;
}

#main-nav a:hover{
	background-position:bottom;
	color:#095c9d;
}

#main-nav .schools a:hover, #main-nav .act  a.schools{
	color:#095c9d;
}
#main-nav .agency a:hover, #main-nav .act  a.agency{
	color:#cc0000;
}
#main-nav .service a:hover, #main-nav .act  a.service{
	color:#1fba0b;
}
#main-nav .info a:hover, #main-nav .act  a.info{
	color:#ff7d02;
}

/* search section *********************************************************/
#search{
	height:45px;
	background:url(../img/search-bg.png) repeat-x;
	border:2px solid #FF7F05;
	line-height:45px;
	margin:1px 0 15px 0;
	color:#095c9d;
}
#search h2{
	float:left;
	font-size:18px;
	background:url(../img/search.png) no-repeat left;
	margin:9px 10px 0 5px;
	padding-left:28px;
	color:#095C9D;
	line-height:27px;
	width:53px;
}
#search .separator{
	float:left;
	margin:5px;
	width:1px;
	height:35px;
	background:#ff7f05;
}

/* content section *********************************************************/
#content-wrapper{
	margin-bottom:10px;
	color:#3c3c3c;
	line-height:16px;
}

#content{
	float:left;
	width:630px;
}
#enquiry-content{
	float:left;
	width:690px;
}
#search-content{
	float:left;
	width:790px;
}
.content-inner{
	margin:0 10px;
}
#enquiry-content .content-inner{
	margin:0 10px 0 0px;
}
#content-wide .content-inner{
	margin:0px;
}

a{
	color:#095C9D;
	text-decoration:none;
}

a:hover{
	color:#5DB6F4;
	text-decoration:underline;
}

p{
	margin-bottom:10px;
}
strong{
	font-weight:bold;
}

h1{
	font-size:24px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#095C9D;
	line-height:38px;
}

h1 span{
	color:#FF7F05;
}

h2{
	font-size:20px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#69B127;
	line-height:30px;
}

h3{
	font-size:16px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#5db6f4;
	line-height:20px;
}

ul{
	margin-left:10px;
}
li{
	list-style:url(../img/bull.png);
}

/* left column section *********************************************************/
#left-col{
	width:200px;
	float:left;
}

#left-col ul, #right-col ul{
	margin:0px;
}
#left-col li, #right-col li{
	list-style:none;
}

.left-module h3{
	line-height:35px;
	height:35px;
	text-indent:-3000px;
}
.left-module{
	background:url(../img/left-module-bg.png) no-repeat top;
	margin-bottom:10px;
}
.left-module div{
	background:url(../img/left-module-bottom.png) no-repeat bottom;
	padding:10px;
}
.left-module a{
	line-height:20px;
	color:#3c3c3c;
	text-decoration:none;
	padding-left:20px;
	display:block;
}
.left-module a:hover{
	color:#34A3F2;
}
#destination-list a{
	padding-left:0px;
}

#destination-list h3{
	background:url(../img/destinations-h3.png) left;
}
#study-level-list h3{
	background:url(../img/study-level-h3.png) left;
}
#services-list h3{
	background:url(../img/top-services-h3.png) left;
}
#study-level-list a, #services-list a{
	background:url(../img/bullet_blue.png) no-repeat left;
}
#study-area-list h3{
	background:url(../img/study-area-h3.png) left;
}
#study-area-list a{
	background:url(../img/bullet_yellow.png) no-repeat left;
	line-height:14px;
	display:block;
	margin:3px 0;
}

/* right column section *********************************************************/
#right-col{
	width:160px;
	float:left;
}
#featured-list h3{
	line-height:35px;
	height:35px;
	text-indent:-3000px;
}
#featured-list{
	background:url(../img/right-module-bg.png) no-repeat top;
}
#featured-list div{
	background:url(../img/right-module-bottom.png) no-repeat bottom;
	padding:10px;
}
.right-module a{
	line-height:18px;
	color:#3c3c3c;
	text-decoration:none;
}

#right-col-wide{
	width:300px;
	float:left;
}

/* enquiry page section *********************************************************/
.enquiry-profile{
	position:relative;
}
.enquiry-profile h1{
	width:550px;
}

.profile-logo{
	position:absolute;
	top:0px;
	right:0px;
	border:1px solid #095C9D;
}

.profile-logo img{
	margin:1px;
}

.enquiry-section{
	clear:both;
}

.right{
	float:right;
	margin:0px 0px 10px 10px;
}

.left{
	float:left;
	margin:3px 10px 10px 0px;
}

.program-title{
	height:24px;
	border-bottom:1px solid #ccc;
	margin:10px 0;
}

/* enquiry form section *********************************************************/
#enquiry-form{
	width:300px;
	float:left;
	background:url(../img/enquiry-bg.png) no-repeat top;
}

#enquiry-form .enquiry-form-inner{
	background:url(../img/enquiry-bottom.png) no-repeat bottom;
	padding:7px;
	color:#fff;
}

#enquiry-form h3{
	margin:0px;
	margin-bottom:5px;
	margin-left:10px;
	line-height:35px;
	height:35px;
	font-size:16px;
	color:#fff;
}
#enquiry-form .right{
	margin:0px;
}

/* search resluts *********************************************************/
.search-logo{
	width:120px;
}
.search-logo img{
	border:1px solid #cdcdcd;
	width:120px;
	height:60px;
}

.institute-name{
	padding:6px 0;
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	color:#3d3d3d;
}

.institute-name:hover{
	color:#FF7F05;
	text-decoration:none;
}

.search-links{
	margin-top:10px;
}
.search-links a{
	padding:7px 10px 6px 7px;
	white-space:nowrap;
	margin-right:10px;
}
.search-links a:hover{
	color:#FF7F05;
	text-decoration:none;
}
.search-links a.profile{
	font-weight:bold;
	color:#FF7F05;
}
.search-links a.profile:hover{
	color:#095C9D;
}

.search-links a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* pagination *********************************************************/
.pagination{
	text-align:right;
	line-height:20px;
	color:#FF7F05;
}

.results{
	float:left;
}

.current{
	color:#095C9D;
	font-weight:bold;
}

.pagination a{
	color:#FF7F05;
}

.pagination a img{
	margin-bottom:-3px;
}

.right-module h3{
	background:url(../img/top-institutes-h3.png) left;
}
.right-module-services h3{
	background:url(../img/top-service-p-h3.png) left;
}
.right-module-agents h3{
	background:url(../img/top-agents-h3.png) left;
}

#featured-list{
	text-align:center;
}
#featured-list li{
	margin-bottom:2px;
}
#featured-list img{
	border:1px solid #095C9D;
}

#content .featured{
	background:url(../img/featured-bg.png) no-repeat;
	background-position:0 -11px;
	margin-bottom:10px;
	color:#5b5b5b;
}
#content .middle{
	background-position:0 -11px;
	margin-bottom:0px;
}
#content .top{
	background:url(../img/featured-bg.png) no-repeat top;
	margin-bottom:0px;
}

.featured div{
	background:url(../img/featured-bottom.png) no-repeat bottom;
	padding:10px 10px 0px 10px;
}

.top div, .middle div{
	background:url(../img/featured-top-bottom.png) no-repeat bottom;
}

.featured h2{
	font-size:18px;
	color:#ff7f05;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.featured h2 span{
	color:#095c9d;
}
.featured img{
	float:left;
	margin:2px 10px 10px 0;
}

.featured .more{
	display:block;
	margin-top:5px;
	line-height:35px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#095c9d;
	font-size:18px;
	text-align:right;
	padding-right:35px;
	text-decoration:none;
	clear:left;
}
.featured .more:hover{
	color:#ff7f05;
}

#highlights{
	height:100px;
	margin-top:10px;
}
#highlights div{
	float:left;
	width:200px;
}
#highlights div.highlight2{
	margin:0 5px;
}
#highlights h3{
	text-indent:-3000px;
	height:0px;
}
#highlights a{
	display:block;
	width:200px;
	height:100px;
	text-indent:-3000px;
}
#highlights a:hover{
	background-position:left bottom;
}
.highlight1 a{
	background:url(../img/help.png) top left;
}
.highlight2 a{
	background:url(../img/deals.png) top left;
}
.highlight3 a{
	background:url(../img/info.png) top left;
}

/* footer section *********************************************************/
#footer-wrapper{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#69B127 url(../img/footer-bg2.png) repeat-x;
	text-align:center;
}

#footer{
	width:990px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	height:50px;
	line-height:50px;
	color:#fff;
}

.copy{
	float:left;
}

.footer-nav{
	float:right;
}
.footer-nav a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.footer-nav a:hover{
	text-decoration:underline;
}

/* other styles *********************************************************/
.clear{
	clear:both;
}

.hiddenDiv{
	display:none;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	border-width:1px 2px 2px 1px;
	background:#fff;
	padding:2px 5px;
	color:#333;
	display:none;
	width:250px;
	text-align:left;
	line-height:16px;
}	

#tooltip strong{
	display:block;
	line-height:20px;
	font-weight:bold;
}

.languagesContainer {
	float: right;
	margin-right: 130px;
	margin-top: 10px;
}
