@charset "utf-8";
/* CSS Document */

/*---------------------Reset Css ------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
	color:#008875;}

h1,h2,h3,h4,h5,h6,p{ margin-bottom:.5em;}
p{
	font-size:14px;}
	h1{font-size:24px;}
	.bold{font-weight:bold;}
	.mar_left_2{
		margin-left:2em;}
		.turq{color:#008875;}
		.underline{
			text-decoration:underline;}
		.clear{clear:both;}
		.float_left{
			float:left;
			position:relative;
			display:inline;
			margin-right:.5em;}
/*---------------------------------------- Body ---------------------------*/
body{
	font-family:Helvetica,Arial, sans-serif;
	line-height:1.5;
	width:100%;
	color:#000;
	background:url(../images/bg.jpg) left top repeat-x;
	
	}
	#wrapper{
		margin:0 auto;
		width:992px;
		position:relative}
/*-------------------- Navigation --------------------------*/

	/*---------- Hover ----------*/

	
	/*---------  Sub NAv -------------------*/

	/*-------- banner -----------*/
	#banner{ 
	width:100%;
	position:relative;
		}
		.info_banner{
			position:absolute;
			width:460px;
			margin-left:1.5em;}
			 .info1{	
				top:350px;
				}
				.info2{
				top:450px;}
				
		
	#banner_image{
	margin:0 auto; }
/*-------------------- tab ------------------------*/
.tab{
	padding-top:2em;
	height:170px
	
	}
.tab li{
	display:inline;
	float:left;
	margin-right:2em;
	margin-left:1em;
	text-indent:-9999px}
li	a.tab1{
	display:block;
		background:url(../images/tab1_mba.jpg) left top no-repeat;
		width:278px;
		height:119px;}
		li	a.tab2{
	display:block;
		background:url(../images/tab2_mangement.jpg) left top no-repeat;
		width:280px;
		height:119px;}
				li	a.tab3{
	display:block;
		background:url(../images/tab3_blog.jpg) left top no-repeat;
		width:279px;
		height:119px;}
		
/*------------------- footer-----------------*/
.footer{
	clear:left;
	text-align:center;
	color:#7f7f7f}
.footer p{
	font-size:11px;}
