/*

typography.css - global
*/

/* ### PAGE STYLES ### */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}


/* ### HEADER STYLES ### */

#utility li {
	color: #26a29f;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: bold;
}

#utility li a {
	color: #5c6f7b;
	font-weight: normal;
	text-decoration: none;
}

#utility li a:hover {
	text-decoration: underline;
}

input.search {
	color: #5c6f7b;
	font-size: 1.2em;
}

#header dd a {
	color: #5c6f7b;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.2em;
	text-decoration: none;
}

#header dd a:hover {
	text-decoration: underline;
}

#nav li ul li a {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.2em;
	text-decoration: none;
}

#nav li ul li a:hover {
	text-decoration: underline;
}

#learnNav ul li a {
	color: #6E005F;
}

#actNav ul li a {
	color: #003974;
}

#connectNav ul li a {
	color: #CB7A17;
}

/* ### CONTENT STYLES ### */

.spotlight h3 {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}

.spotlight h3 span {
	color: #FDEE1E;
}

.spotlight p {
	color: #fff;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.2em;
}

.spotlight h5 {
	text-align: right;
}

.spotlight h5 a {
	color: #eee;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	text-decoration: none;
	text-transform: uppercase;
}

.spotlight h5 a {
	text-decoration: hover;
}

/* ### FOOTER STYLES ### */

#footer ul li {
	color: #26a29f;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: bold;
}

#footer h5 {
	color: #5c6f7b;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.1em;
}

#footer ul li a, #footer h5 a {
	color: #5c6f7b;
	font-weight: normal;
	text-decoration: none;
}

#footer ul li a:hover, #footer h5 a:hover {
	text-decoration: underline;
}
