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

/* Global CSS */


body {
	margin: 0 auto;
	background:#DFD9DD;
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center; background-image:url(../images/gradientTall.jpg); background-repeat:repeat-x; 
	
}
a {
	color: #78132E;
	text-decoration: underline;
}
a:hover {
	color: #78132E;
	text-decoration: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font: Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font-size: 22px;
	font-weight:normal;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	color:#666666;
}


/* mast head */

div#BodyContainer { width:1000px; margin: 0 auto;}


div#verytop { background-color:#B190A1; width:1000px; height:78px;}
div#verytopcontent {background-image:url(../images/verytop/HasanSchoolofBusiness.jpg); width:1000px; margin: 0; height:78px; }


div#topred { background-color:#78132E; margin: 0; height:52px; width:100%; text-align:left; }

div#topredcontent { width:1000px; height:52px; background-color:#00CCFF;}
div#topcaption { width:280px; float:right; padding:2px 0px 0px 0px; color:#9B8990; font:11px Arial, Helvetica, sans-serif;}


div#globalNav { width:600px; margin:0; padding:0 0 0 10px; height:52px; float:left;}
		#globalNav ul { margin:0; padding:16px ; list-style:none; }
		#globalNav li { display:inline;}
		#globalNav li a { padding:0 16px 0 16px; font:bold 14px/18px arial, sans serif; color:#B190A1; letter-spacing:1px; text-transform:uppercase; text-decoration:none; }
		#globalNav li a:hover { color:#DFD9DD; }
		#globalNav .active { color:#DFD9DD; }


/* main content */

div#MainContent { width:1000px;text-align:left;}

div#Leftside {width:500px; float:left; padding:100px 0 0 15px;}
div#subNav { width:500px;}
div#Text { width:450px;}
div#Text p{ font:11px Arial, Helvetica, sans-serif; line-height:14px;}


div#Text ul{ list-style-image:url(../images/4x4redbullet.jpg); font:11px Arial, Helvetica, sans-serif; line-height:14px;}





div#RightLogo { width:400px; float:right; padding:0 70px 0 0; margin:0;}

div#RightLogo ul{ list-style-image:url(../images/4x4redbullet.jpg); font:11px Arial, Helvetica, sans-serif; line-height:14px;}




/* -- */







/* HOme three Columns */


#homeTabs {
	padding:90px 15px 0px 15px;
	margin:0px;
	text-align:center;
	background-image:url(../images/wave.jpg);
	background-repeat:no-repeat; height:200px;
}


div#homeTabs p{ font:11px Arial, Helvetica, sans-serif; line-height:14px;}
div#homeTabs h2{ font:11px bold Arial, Helvetica, sans-serif; line-height:11px; color:#78132E;}
div#homeTabs img{ text-align:center;}


#tab1 {
	float:left;
	width:290px;
	margin-left:20px;
}
#tab2 {
	width:290px;
	float: left;
	margin-left:35px;
	padding:0px;
}
#tab3 {
	width:280px;
	float: right;
	padding:0px;
	margin:0px;
}



/* ------- sub nav Right --------*/



#subnav {
	width:100%;
	margin-bottom:40px;
}

#subnav ul {
	padding:0;
}
#subnav li {
	list-style: none;
	padding:15px 0 0px 0px;
	
}
#subnav ul li a {
	padding:0 0 10px 15px;
	background: url(../images/bullet.gif) no-repeat 0 4px;
	font: Bold 14px Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}
#subnav ul li a:hover {
	background:transparent url(../images/bullet2.gif) no-repeat 0 4px;
	color:#5781AE;
}



/*----------- footer  -------------*/

div#foot {
	color: #fff;
	font: 11px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	letter-spacing: 1px;
	height:50px;
	background-color:#78132E;
}
#foot em {
	font-style: normal;
	line-height: 1.7em;
}
#foot em a {color: #fff; text-decoration:underline;}
#foot em a:HOVER {color: #fff; text-decoration:none;}

/* -- */	

/*----------- Utility Styles -------------*/
.clear {
	float: none !important;		/* Remove any inherited floats */
	display: block !important;	/* Make sure our element is a block-level element */
	clear: both !important;		/* Make sure it clears on both sides */
	margin: 0 !important;		/* Remove all margins that would make it visible */
	border: 0 !important;		/* Remove all borders that would make it visible */
	padding: 0 !important;		/* Remove all padding that would make it visible */
	height: 0.1px !important;	/* Mozilla/Firefox require the clearer height to not be 0, but rounding makes it 0 */
	line-height: 0 !important;	/* Set the line-height to 0 so it isn't visible */
	font-size: 0 !important;	/* Set the font-size to 0 so it isn't visible */
}
/* extras */