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

/*	
	=========================================================
	MISSISSIPPI COLLEGE - SCHOOL OF BUSINESS
	
	LEVEL 1 CSS - 	content, navigation and layout styles for
					level 1 and below.
	
	Crafted by MadGENIUS, INC.
   	www.madgeniusinc.com | info@madgeniusinc.com
    rob rubinoff, brad bishop, jay pennington
	=========================================================
*/

/* subnavs */

.subNav{
	margin: 10px 0px;
	width: 175px;
	}
/* * html .subNav{ /*IE only rule. Original menu width minus all left/right paddings 
	width: 135px;
	}*/
	
.subNav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
.subNav a{
	font-size: 11px;
	margin: 0px 10px;
	padding: 7px 10px;
	display: block;
/*	width: 155px; /*Define width for IE6's sake*/ */
	color: #fff;
	text-decoration: none;
	color:#fff;
	}
.subNav .nav-path-selected{
	color: #306CBF;
	}
html>body .subNav a{ /*Non IE rule*/
	width: auto;
	}
.subNav a:hover{
	background-color: #0B4791;
	color: fff;
	}


/* content */
#content {
	width: 100%;
	background-color:#142652;
	display:block;
	margin: 2px 0px;
	}
#contentLeft {
	background-color:#142652;
	width:175px;
	float:left;
	display:block;
	}
#contentCenter {
	width:825px;
	float:right;
	background-image:url(../images/bg_L1_contentCenter.gif);
	background-repeat:repeat-y;
	background-position:right;
	display:block;
	}

/* used for L1 landing pages */

img.donateBtn {
	margin: 10px 55px 0 0;
	border:none;}
#calloutContainer{
	background-color:#FFFFFF;
	margin: 10px 10px 20px 10px;
	border: solid #cfcfcf 1px;
	width: 600px;
	background-image: url(../images/bg_callout.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
#calloutContainer span.callout{	
	display: block;
	margin: 0px;
	padding: 3px 10px 9px 10px;
	background-image:url(../images/bg_callout.jpg);
	background-repeat:repeat-x;
	}
	
#contentCenter span.callout h4{
	font-size: 13px;
	font-weight: bold;
	color: #802000;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/_bullet_h3Home.gif);
	background-repeat:no-repeat;
	text-transform: uppercase;
	padding-left: 15px;
	border: none;
	}
	
#contentCenter span.callout h4 a{
	color: #802000;
	text-decoration:none;
	}
#contentCenter span.callout h4 a:hover{
	color: #802000;
	text-decoration:underline;
	}
#contentCenter span.callout p{
	margin: 3px 0px 0px 0px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 15px;
	}
	
#contentCenter span.callout p a{
	color: #006ea6;
	text-decoration: underline;
	}
#contentCenter span.callout p a:hover{
	color:#777;
	text-decoration: none;
	}
	
/*used for facultry bios*/
#contentCenter td.label{
	font-size:12px;
	color: #333;
	font-weight:bold;}
	
#contentCenter td.data{
	font-size:12px;
	color: #333;
	font-weight:normal;}
	
#contentCenter td.data a{
	color: #006ea6;
	text-decoration: underline;
	}
#contentCenter td.data a:hover{
	color:#777;
	text-decoration: none;
	}

/* H2 IMAGE REPLACEMENT SECTION HEADERS */
#contentCenter h2.about{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: 185px;
	background-image:url(../images/bg_h2_about.jpg);
	background-repeat:no-repeat;
	}
#contentCenter h2.about span{
	display: none;
	}

#contentCenter h2.alumni{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: 185px;
	background-image:url(../images/bg_h2_alumni.jpg);
	background-repeat:no-repeat;
	}
#contentCenter h2.alumni span{
	display: none;
	}
	
#contentCenter h2.bizDegrees{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: 185px;
	background-image:url(../images/bg_h2_bizDegrees.jpg);
	background-repeat:no-repeat;
	}
#contentCenter h2.bizDegrees span{
	display: none;
	}

#contentCenter h2.contact{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: 185px;
	background-image:url(../images/bg_h2_contact.jpg);
	background-repeat:no-repeat;
	}
#contentCenter h2.contact span{
	display: none;
	}

#contentCenter h2.enroll{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: 185px;
	background-image:url(../images/bg_h2_enroll.jpg);
	background-repeat:no-repeat;
	}
#contentCenter h2.enroll span{
	display: none;
	}

#contentCenter h2.faculty{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: 185px;
	background-image:url(../images/bg_h2_faculty.jpg);
	background-repeat:no-repeat;
	}
#contentCenter h2.faculty span{
	display: none;
	}

/* L2 page headers */	
#contentCenter h3{
	margin: 0px;
	padding: 0px;
	width: 825px;
	height: 85px;
	background-image:url(../images/bg_h3_title.gif);
	background-repeat:no-repeat;
	}
	
#contentCenter h3 span{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
	padding: 35px 0px 0px 30px;
	display: block;
	}

#contentCenter h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #802000;
	margin: 10px 210px 0px 25px;
	text-transform:uppercase;
	border-bottom: dashed #ccc 1px;
	
	}
	
#contentCenter p {
	font-size: 12px;
	margin: 5px 210px 10px 25px;
	line-height: 16px;
	}
	
#contentCenter p.sectionNav {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 35px 2px 25px;
	line-height: 13px;
	border-bottom: dashed #ccc 1px;
	padding-bottom: 3px;
	}
	
#contentCenter p a {
	color: #006ea6;
	text-decoration: underline;
	}
#contentCenter p a:hover {
	color:#777;
	text-decoration: nonoe;
	}
	
#contentCenter ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style-type:none;
	font-size: 12px;
	}
#contentCenter li {
	margin: 0x 0px;
	padding: 3px 0px;
	}
#contentCenter li a {
	color: #006ea6;
	text-decoration: underline;
	}
#contentCenter li a:hover {
	color:#777;
	text-decoration: none;
	}

#contentCenter li.OL {
	margin-left: 30px;
	}

#contentCenter ul.normal {
	margin: 10px 20px;
	font-size: 12px;
	list-style:circle;
	}	
	
#contentCenter img.rightFloat{
	float: right;
	margin: 5px 210px 10px 10px;}
	
#contentCenter ol{
	margin: 5px 20px;
	font-size: 12px;}



#contentCenter div.rightFloat{
	float: right;
	margin: 0px 210px 10px 10px;
	width: 180px;
	font-size: 10px;
	line-height: 1.2;}




/* footer w/ bg image */
#footerL1 {
	clear: both;
	width: 1000px;
	background-color:#142652;
	font-size: 11px;
	padding: 10px 0px 10px 0px;
	color:#999999;
	background-image:url(../images/bg_contentLeft.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	
}
#footerL1 p {
	margin: 8px 0px 0px 25px;
	text-align:center;
}
#footerL1 a {
	color:#9DBAF2;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
#footerL1 a:hover {
	color:#fff;
	text-decoration:underline;
	text-transform: uppercase;
}

