
/* Imports
-------------------------------------------------- */

/* import stylesheets and hide from ie/mac \*/
@import url('base.css');
@import url('forms.css');



/* Splash
-------------------------------------------------- */

#splash {
	margin: 0 0 10px 0;
	padding: 35px 0 0 20px;
	height: 205px;
	color: #555;
	background-repeat: no-repeat;
	}

#splash h1 {
	font-size: 1.85em; /* 24px */
	}

#splash p {
	width: 480px;
}

#schedule_quick_links {
	margin-top: 1.5em;
	}

#schedule_quick_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#schedule_quick_links ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 20px 0 0;
	background: url('/images/divider_vert.gif') repeat-y right;
	}

#schedule_quick_links ul li.last {
	padding-right: 0;
	background: none;
	}

#schedule_quick_links ul li h3 {
	margin: 0 0 .25em 0;
	}

#schedule_quick_links ul li .button {
	margin: 0;
	}

.sp_theme1 {
	background-image: url('/images/splash_bg1.jpg');
	}

.sp_theme2 {
	background-image: url('/images/splash_bg2.jpg');
	}

.sp_theme3 {
	background-image: url('/images/splash_bg3.jpg');
	}

.sp_theme4 {
	background-image: url('/images/splash_bg4.jpg');
	}



/* Main & Secondary
-------------------------------------------------- */

#main {
	border-top: none;
	padding: 0 20px 0 20px;
	width: 480px;
	}

#secondary {
	border-top: none;
	padding: 0 20px 0 20px;
	width: 270px;
	}

h2.section_header {
	margin: 0 -20px 1em -20px;
	font-family: Georgia, serif;
	font-size: 1.4em; /* 18px from 13px */
	color: #fff;
	padding: 7px 20px 7px 20px;
	background-color: #6e6e6e;
	background-repeat: no-repeat;
	}

	#main h2.section_header {
	background-image: url('/images/h2_main_bg.gif');
	}

	#secondary h2.section_header {
	background-image: url('/images/h2_secondary_bg.gif');
	}