﻿/* CSS Document */

body {width: 988px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: #fff url('images/bg_rpt.gif') repeat;
}

div#container {
	background: url(images/front-bg.jpg) #000 no-repeat;
	height: 49em;
	margin: 0;
	padding-top: 0;
	border-top: solid 1px transparent; /*required for IE7 bug*/
}

div#caretaker {
	position:relative;
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding: 15px 15px 15px 15px;
	background: #fff;
	width:400px;
	margin-top:120px;
}

div#container ul {
	list-style-type: none;
	margin: 140px auto 0 auto;
	width: 960px;
	padding-left: 5px;
}	

div#container ul li {
	display: inline;
}

div#container ul li a {
	text-decoration: none;
	color: #fff;
	/*padding: 7.75em .3em .5em .4em;  forget ems - let's use pixels for layout... */
	padding: 130px 4px 8px;
	float: left;
	width: 147px;
	margin: 0px 2px;	
	text-align: center;
	font-size: 1.15em;
	font-weight:bold;
	height: 40px;}

div#container ul li.front-study a{ 
	background: url(images/front_why.jpg) no-repeat #930067;
	}
	
div#container ul li.front-financial a{ 
	background: url(images/front_financial.jpg) no-repeat #0072b1;
	}	

div#container ul li.front-travel a{ 
	background: url(images/front_travel.jpg) no-repeat #eda327;
}

div#container ul li.front-student a{ 
	background: url(images/front_overseas.jpg) no-repeat #90b833;
}

div#container ul li.front-where a{ 
	background: url(/images/front_where.jpg) no-repeat #6b5634;
}

div#container ul li.front-prac a{ 
	background: url(images/front_prac.jpg) no-repeat #b61f24;
}


div#container ul li.front-prac a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-where a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-student a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-student a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-travel a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-travel a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-financial a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-financial a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-study a:hover  {
	border-bottom: solid 2px #fff;
}



div#container ul li.front-study a:hover  {
	border-bottom: solid 2px #fff;
}



div#container a.minister  { 
	position: absolute;
	bottom: 6em;
	left: 3em;
	color: #fff;
	background: #000;
	padding: .5em;
	text-decoration: none;
	border-bottom: solid 2px #fff;
	background: none;
}

div#container a.minister:hover  {
	border-bottom: solid 2px #940169;
}



/*crest*/
img.crest {
	position: absolute;
	top: 35px;
	left: 35px;
	border: none;
}

/*Footer*/
div#container ul#footer {
	position: absolute;
	bottom: 0;
	width: 993px;
	padding: 0; 
	margin: 0;
	margin:0;
	background-color: #000;	
	border-top: solid 1px #fff;
}	

div#container ul#footer li {
	display: inline;
	padding: 0;
}

div#container ul#footer li a {
	padding: 1em 0 0 0;
	font-size:.96em;
	text-decoration: none;
}

div#container ul#footer li a:hover {
	text-decoration: underline;
}