/* ----- MSMC HOME PAGE SPECIFIC STYLESHEET ------*/
/* ------------------------------------------- */
/* -- specific styles for home page -- */

div.homecontentwrapper
{
	padding: 10px 0 10px 0;
	width: 980px;
	margin: 0 auto;
	z-index: 0;
}

#home-left, #home-middle, #home-right {
	float:left;
	width:240px;
	margin-right:10px;
	position:relative;
	z-index:1;
}
#home-left {
	width:240px;
	height: 491px;
}
#home-middle {
	width:240px;
	height: 491px;
	/*background: url('/images/system2008/side_blue_bg.gif') repeat-y 0 0;*/
}
#home-right {
	margin:0;
	width:480px;
	z-index:1;
	position:relative;
}

/* -- home welcome area -- */
#homewelcome {
	height:295px;
	border:2px solid #333399;
	margin-bottom:10px;
}
#applyonline {
	margin: 0 0 10px 0;
	padding: 0;
	width: 240px; 
	/*background-color: #333399;*/
	background:url('/images/system2008/button-apply-online-bg.gif') repeat-x 0 100%;
}

#applyonline a {
	padding:7px 0 0 15px;
	display:block;
	color:#e6cd45;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	height: 30px;
}
#applyonline:hover a {
	color:#e6cd45;
	background:url('/images/system2008/button-apply-online-bg_on.gif') repeat-x 0 100%;
}
a.homebutton {
	margin-bottom:10px;
	display:block;
}

/* home middle */
#home-left p, #home-middle p	{
	font-size: 12px;
	margin: 10px 0 5px 10px;
	color:#666;
	font-weight:normal;
} 

#home-left ul, #home-middle ul {
        font-size: 12px;
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        color: #999999;
        padding: 0;
        margin: 0;
}
#home-left ul li, #home-middle ul li {
        margin-bottom: 0;
}
#home-left li a, #home-middle li a {
        display: block;
        width: 228px; 
        color:#666;
        font-weight:normal;
        text-decoration:none;
        border-top: 1px solid #f6f6f6;
        border-right: 1px solid #cccce4;
        border-bottom: 1px solid #cccce4;
        border-left: 1px solid #f6f6f6;
        background-color: #e9e9f5;
        padding: 2px 0 4px 10px;
}

#home-left div.slideshow-1 li a {
        display: block;
        width: 236px; 
        color:transparent;
        font-weight:normal;
        text-decoration:none;
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: none;
        background-color: transparent;
        padding: 0;
}

#home-left li a {
        background-color: #f7f7fc;
}

#home-left li a.darkblue {
        color:#e6cd45;
        font-weight:bold;
        border-top: 1px solid #5c5cad;
        border-right: 1px solid #1e1e4d;
        border-bottom: 1px solid #1e1e4d;
        border-left: 1px solid #5c5cad;
        background-color: #333399;
        background-image: url('/images/system2008/homepage/button-apply-online-bg.gif');
        background-repeat: repeat-x;
}

#home-left li a.darkbluetop {
        color:#e6cd45;
        font-weight:bold;
        border-top: 1px solid #5c5cad;
        border-right: 1px solid #1e1e4d;
        border-bottom: 1px solid #1e1e4d;
        border-left: 1px solid #5c5cad;
        background-color: #333399;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg.gif');
        background-position: right 50%;
}

#home-left li:hover a, #home-middle li:hover a {
        color:#000;
        text-decoration:none;
        background-color: #dbdbe2;
        border-top: 1px solid #e6e7e8;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        border-left: 1px solid #e6e7e8;
}

#home-left li:hover a.darkblue {
        color:#e6cd45;
        font-weight:bold;
        border-top: 1px solid #5151a8;
        border-right: 1px solid #1e1e4d;
        border-bottom: 1px solid #1e1e4d;
        border-left: 1px solid #5151a8;
        background-color: #333399;
        background-image: none;
}

#home-left li:hover a.darkbluetop {
        color:#e6cd45;
        font-weight:bold;
        border-top: 1px solid #5151a8;
        border-right: 1px solid #1e1e4d;
        border-bottom: 1px solid #1e1e4d;
        border-left: 1px solid #5151a8;
        background-color: #333399;
        background-image: url('/images/system2008/homepage/dark-blue-arrow-bg-on.gif');
        background-position: right 50%;
}

#home-left li:hover a.leftarrow {
        background-image: url('/images/system2008/homepage/home-button-on.gif');
        background-position: right 50%;
}

#home-left li a.portalsmall {
        background-image: url('/images/system2008/homepage/tile-bg.jpg');
        background-position: center -97px;
        background-repeat: no-repeat;
        color: #000000;
}

#home-left li:hover a.portalsmall {
        background-image: url('/images/system2008/homepage/tile-bg.jpg');
        background-repeat: no-repeat;
        background-position: center 0;
}

#home-middle-top {
        height:290px;
        margin-bottom:10px;
}

#home-middle-bottom {
	margin-top: 19px;
	background-color: #e9e9f5;
	height: 182px;
}

#home-left-bottom {
	margin-top: 0;
	background-color: #e9e9f5;
	height: 182px;
}

/* spotlight area */
#homebranding {
	position:relative;
	z-index:1;
}
#homespotlightarea {	
	background:url('/images/system2008/home-spot-bg.jpg') no-repeat 0 0;
	margin-top:10px;
	padding:34px 10px 10px 10px;
	width: 460px;
	height:138px;
}
#homespotlight-left {
	float:left;
	width:218px;
}
#homespotlight-right {
	float:right;
	width:218px;
}
.spotlightitem {
	width: 220px;
	height: 50px;
}
.spotlightitem p {
	color:#000;
	font-size:11px;        
}
.spotlightitem img {
	float:left;
	width:50px;
	height:50px;
        margin:0 10px 0 0;
}
.spotlightitem a {
	color:#333399;
	text-decoration:none;
        /*white-space:nowrap;*/
}
.spotlightitem a:hover {
	text-decoration:underline;
}

/* content area */

div.home-text	{
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url('/images/system2008/backgrounds/warmgray_bg.gif');
	/*background-image: url('/images/system2008/backgrounds/neutralgray_bg.gif');*/
	background-repeat: repeat-x;
	width: 958px;
	margin-top: 10px;
}

div.home-text p	{
	color: #4d4b3d;
	font-size: 11px;
	margin-bottom: 1.5em;
}

#sbt-maincontent div.home-text h1, #sbt-maincontent div.home-text h2	{
	color: #4d4b3d;
	font-size: 11px;
	margin-bottom: 0px;
	font-weight: bold;
}

#sbt-maincontent div.home-text a	{
	color: #4d4b3d;
	text-decoration: none;
	padding: 1px 2px 2px 2px;
}

#sbt-maincontent div.home-text a:hover	{
	color: #4d4b3d;
	text-decoration: none;
	background-color: #e7e6dc;
	padding: 1px 2px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

*/            HOME PAGE BUTTON TEST */


.button {
	
	width: 240px;
	height: 52px;
	
}

.mymsmc-button {
	
	width: 240px;
	height:  51px;
	background: url('/images/system2008/homepage/portal-coming-soon.png') top;
	display: inline-block;
margin-bottom: 10px;
	
}

.mymsmc-button:hover {
	
	width: 240px;
	height:  51px;
	background: url('/images/system2008/homepage/portal-coming-soon.png') bottom;
	display: inline-block;
	
}

.ug-button {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/undergrad-button.png') top;
	display: inline-block;
margin-bottom: 10px;
	
}

.ug-button:hover {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/undergrad-button.png') bottom;
	display: inline-block;
	
}

.grad-button {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/grad-button.png') top;
	display: inline-block;
margin-bottom: 10px;
	
}

.grad-button:hover {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/grad-button.png') bottom;
	display: inline-block;
	
}

.wec-button {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/weekend-button.png') top;
	display: inline-block;
margin-bottom: 10px;
	
}

.wec-button:hover {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/weekend-button.png') bottom;
	display: inline-block;
	
}

.pros-button {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/student-life.png') top;
	display: inline-block;
margin-bottom: 10px;
	
}

.pros-button:hover {
	
	width: 240px;
	height:  52px;
	background: url('/images/system2008/homepage/student-life.png') bottom;
	display: inline-block;
	
}

/* SUMMER SCHOOL BANNER */


div.homecontentwrapper #summer-school	{
	border: 1px solid #333399;
	width: 978px;
	height: 50px;
	margin: 10px 0 10px 0;
}

div.homecontentwrapper #summer-school a	{
	display: block;
	height: 50px;
	background-image: url(/images/system2008/buttons/summer-school-bg.gif);
	background-position: -1px 0;
}

div.homecontentwrapper #summer-school a:hover	{
	background-image: url(/images/system2008/buttons/summer-school-bg.gif);
	background-position: -1px -51px;
}

div.homecontentwrapper #summer-school span	{
	position: absolute;
	left: -99999px;
}

/* INAUGURATION MODIFICATION STYLES */

#home-middle-top img	{
	display: block;
	border: 2px solid #333399;
}

div.inauguration	{
	background-color: #ffffff !important;
}

div.inauguration ul li a	{
	width: 240px !important;
	height: 54px;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

div.inauguration ul li.ugp, div.inauguration ul li.gp	{
	margin-bottom: 10px !important;
}

div.inauguration ul li.ugp a	{
	background-image: url('/images/system2008/homepage/undergrad-hp-button-off.png');
	background-repeat: no-repeat;
}

div.inauguration ul li.gp a	{
	background-image: url('/images/system2008/homepage/grad-hp-button-off.png');
	background-repeat: no-repeat;
}

div.inauguration ul li.wec a	{
	background-image: url('/images/system2008/homepage/wec-hp-button-off.png');
	background-repeat: no-repeat;
}

div.inauguration ul li.ugp a:hover	{
	background-image: url('/images/system2008/homepage/undergrad-hp-button-on.png');
}

div.inauguration ul li.gp a:hover	{
	background-image: url('/images/system2008/homepage/grad-hp-button-on.png');
}

div.inauguration ul li.wec a:hover	{
	background-image: url('/images/system2008/homepage/wec-hp-button-on.png');
}

div.inauguration ul li.ugp a span, div.inauguration ul li.gp a span, div.inauguration ul li.wec a span	{
	position: absolute; 
	left: -9000px
}

div.homecontentwrapper #countdown	{
	margin: 0 0 10px 0;
	width: 978px;
	border: 1px solid #333399;
	border-radius:9px; -webkit-border-radius:9px; -moz-border-radius:9px; 
	background-image: url('/images/system2008/homepage/countdown-banner-bg.png');
	background-repeat: none;
	background-position: top center;
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-size: 20px;
	color: #333399;
}

div.homecontentwrapper #countdown div	{
	padding: 5px 0 5px 250px;
}

div.homecontentwrapper #countdown div span	{
	font-size: 12px;
}

