
/* ----- MSMC HOME PAGE SPECIFIC STYLESHEET ------*/
/* ------------------------------------------- */
/* -- specific styles for home page -- */

div.homecontentwrapper
{
	padding: 0 0 10px 10px;
	width: 980px;
	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: 499px;
}
#home-middle {
	width:240px;
	height: 499px;
	/*background: url('/images/system2008/side_blue_bg.gif') repeat-y 0 0;*/
	background-color: #e9e9f5;
}
#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:10pt;
	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-middle p	{
	font-size: 12px;
	margin: 10px 0 5px 10px;
	color:#666;
	font-weight:normal;
} 

#home-middle ul {
        font-size: 12px;
        list-style:none;
        color:#999999;
        padding: 0;
        margin: 0;
}
#home-middle ul li {
        margin-bottom: 0;
}
#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 3px 10px;
}
#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-middle-top {
        height:299px;
        margin-bottom:10px;
}
#home-middle-bottom {
        /*border-top:1px solid #999999;*/
        border-top: none;
}

/* 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:146px;
}
#homespotlight-left {
	float:left;
	width:218px;
}
#homespotlight-right {
	float:right;
	width:218px;
}
.spotlightitem {
	width:218px;
	height:70px	
}
.spotlightitem p {
	color:#000;
        font-size:8pt;        
}
.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: 8.5pt;
	margin-bottom: 1.5em;
}

