/* This is just for the home page */

/* The country flags which are just on the home page */
#international ul {
	position: absolute;
	top: 18px;
	right: 20px;
	height: 16px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#international li {
		float: right;
	}
	#international li, #international a {
		width: 32px;
		height: 18px;
		display: block;
	}
	#international span {
		display: none;
	}
	#germany a {
		background: url(/img/flag-germany.gif) no-repeat right;
	}
	#spain a {
		background: url(/img/flag-spain.gif) no-repeat right;
	}
	#china a {
		background: url(/img/flag-china.gif) no-repeat right;
	}

/* The flash movie container */
#maincontent p {
	margin: 0 0 1em 22px;
}

/* The introduction paragraph */
div#intro {
	margin: 0 0 9px 13px;
	padding: 10px 0px 5px 0px;
}
#intro p, #intro div {
	float: left;
}
#intro p {
	width: 104px;
	margin: 4px 0;
	text-align: center;
}
#intro div p {
	float: none;
	margin: 4px 0 1em 0;
	width: auto;
	text-align: left;
	font-size: 85%;
	line-height: 1em;
}
/* The headshot */
#intro p img {
	border: solid 1px #291B32;
}
/* The text */
#intro div { width: 462px; }
#intro div, #intro div p strong { color: #623765; }

#wrap p.clear {
	font-size: 1%;
	margin: 0;
}
#nuggets div#last {
	margin-right: 0;
	padding-right: 0;
	width: 193px;
}
#nuggets div#last h2 {
	border-right: 0;
}
/* Go button, Parents Login */
#nuggets input.button {
	width: auto;
	background: #510056;
	border: solid 2px #B999BC;
	color: white;
	text-transform: uppercase;
	font-size: 85%;
	padding: 0 1px 2px 1px;
	margin-bottom: 2px;
	height: 20px;
}
#nuggets input {
	margin-top: 2px;
}

.departments {
	color: #606;
}
	.departments blockquote {
		margin: 0;
	}
		#wrap .departments blockquote p {
			margin: 0 12px 1em 12px;
		}