/* REVISED: 04-09-10 */

/*-----------------------------------------------------------------------------------------------
	CLASS can be applied to MULTIPLE elements, while ID can ONLY apply to ONE element.
	Typesetting styles based on ALA article: <http://alistapart.com/articles/settingtypeontheweb>
-----------------------------------------------------------------------------------------------*/

dl {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 25px;
	margin-bottom: 18px;
}

dt {
	font-weight: bold;
	font-size: 11px;
}

dd {
	font-size: 11px;
	margin-bottom: 6px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2175bc;
}

h1 {
	font-size: 24px;
	line-height: 36px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}

li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

label {
	display: block;
	font-weight: bold;
	color: #666;
	width: auto;
}

legend {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2175bc;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;	/* line-height is measured as font-size + (font-size / 2) */
	margin-bottom: 18px;
}

#registration-form p {
	margin-bottom: 10px;
}

strong, em {font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;}

a:link, a:visited {
	text-decoration: none;
	color: #ab1821;
}

a:hover {
	text-decoration: underline;
	/* color: #ab1821; */
}

#schools-served h2 {margin-bottom: 0.5em;}

/* External link style */
/* a[href^="http:"] {
	background: url(/images/widgets/externalLink.gif) no-repeat right top;
	padding-right: 10px;
} */

.learn-more {
	font-size: 10px;
	letter-spacing: 1px;
}

.programs dt {
	line-height: 24px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-left: 5px;
	margin-right: 50px;
}

.programs dd {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	margin-right: 50px;
	margin-top: 5px;
}

.school-type {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	width: 200px;
	margin-bottom: 6px;
}

.small-text {
	font-size: 9px;
	line-height: 13px;
}

.float .quiet {
	color: #666;
	font-style: italic;
}