/*   MATHCAMP WEBSITE SPLASH PAGE STYLE SHEET    */
/*   Created Jan 2010 by Marisa    */
/*   Last Updated Feb 2010 by Marisa    */



/*   THIS STYLE SHEET IS FOR VISUAL CONTROL.  It makes text pretty.   */


#splash-picture-quote-menu-wrapper {
position:relative;
background-color: #FFFFFF;
width:800px;
height:240px;
margin-bottom:11px;
}

#splash-picture-quote {
position:absolute;
left:0px;
top:0px;
}	

#splash-menu-bar-wrapper {
position:relative;
left:561px;
width:239px;
top:0px;
}

#splash-menu-bar {
	background:url("content/splashsprite.gif") 0 0 no-repeat;					
    width:239px;
	height:240px;
	margin:0;
	padding:0;
	}

#splash-menu-bar li { float:left; list-style:none; position:relative; }

#splash-menu-bar li, #splash-menu-bar a { 
	height:30px;	/* Each button must have the same height, define it here */
	display:block;
	margin:0;
	padding:0;
	}

li#splash-GetToKnowMathcamp, li#splash-ForProspectiveApplicants, li#splash-ForCurrentStudents, li#splash-ForAlumni, li#splash-ForParents, li#splash-ForTeachersAndCoaches, li#splash-ForJobSeekers, li#splash-ForDonors { width:239px; }

#splash-GetToKnowMathcamp a:hover { background:url("content/splashsprite.gif") -239px  -0px no-repeat; }
#splash-ForProspectiveApplicants a:hover { background:url("content/splashsprite.gif") -239px  -30px no-repeat; }
#splash-ForCurrentStudents a:hover { background:url("content/splashsprite.gif") -239px  -60px no-repeat; }
#splash-ForAlumni a:hover { background:url("content/splashsprite.gif") -239px  -90px no-repeat; }
#splash-ForParents a:hover { background:url("content/splashsprite.gif") -239px -120px no-repeat; }
#splash-ForTeachersAndCoaches a:hover { background:url("content/splashsprite.gif") -239px -150px no-repeat; }
#splash-ForJobSeekers a:hover { background:url("content/splashsprite.gif") -239px -180px no-repeat; }
#splash-ForDonors a:hover { background:url("content/splashsprite.gif") -239px -210px no-repeat; }

#splash-content a, #splash-content-left a, #splash-content-right a {
font-weight:bold;
}

#splash-content .header, #splash-content-left .header, #splash-content-right .header {
/* font-family: "adobe-jenson-pro",serif; */
font-size:12pt;
font-weight:bold;
line-height:12pt;
color:#500C23;
}

.standout {
font-weight:bold;
line-height:1em;
color: #500C23;
}

.byline {
font-size:9pt;
/* padding-top:11px; */
font-style:italic;
text-align:center;
}

.byline-left {
font-size:9pt;
padding-top:11px;
font-style:italic;
}


#bottom-line{
position:relative;
clear:left;
background-color: #C3CAF5;
width:778px;
margin-top:0px;
margin-bottom:0px;
padding:11px;
height:33px;
font-style:italic;
}

#bottom-line p {
text-align:center;
}

